@charset "utf-8";
body {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
.sp{
	display:none;
}
figure{
	margin:0;
	position:relative;
}
figure img{
	width:100%;
}
.k_contents{
	width: 960px;
	margin: 0 auto;
}
.notice_top{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: red;
	padding: 5px;
	width: 960px;
	margin: 0 auto;
}



/*title*/
.title_wrap{
	display: block;
	width: 960px;
    margin: 0 auto 10px;
}
.title_wrap h2{
	color: #283593;
	text-align: center;
	margin: 25px 0 10px;
}
.title_wrap h2 .tour_name{
	font-size: 28px;
	margin: 0 0 5px;
	display: block;
}
.title_wrap h2 .tour_period{
	font-size: 24px;
	display: block;
}
.main_img figcaption{
	font-size: 10px;
	text-align: right;
	margin: 5px;
}
.l_navi{
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
}
.l_navi li + li{
	border-left:1px solid #757575;
}
.l_navi li a{
	color: #757575;
	font-size: 15px;
	padding: 0 40px;
}
.plan_lead{
	font-size: 16px;
	background-color: #e8eaf6;
	padding: 20px;
	margin: 0 0 30px;
}
.tour_report_link a{
	display: block;
	width:600px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #00b2df;
	border-radius: 30px;
	padding:8px;
	margin: 0 auto 40px;
}
.tour_report_link a:hover{
	opacity: 1;
	color: #FFF;
	background-color: #00b2df;
}


/*list*/
.kome_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.kome_li:before{
	content: '※';
	position: absolute;
	left:0;
}
.dot_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.dot_li:before{
	content: '・';
	position: absolute;
	left:0;
}
.kuromaru_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.kuromaru_li:before{
	content: '●';
	position: absolute;
	left:0;
}
.nijyumaru_li{
	font-size: 14px;
	padding: 0 0 0 20px;
	position:relative;
}
.nijyumaru_li:before{
	content: '◎';
	position: absolute;
	left:0;
}

/*section01*/
.section01{
	margin: 0 0 80px;
}
.section01 .inner{
	margin: 0 10px;
}

.section01 .inner .photo_title{
	
  font-size: 1.6em;
  font-weight: bold;
  color: #0066cc;
  border-left: 6px solid #0066cc;
  padding-left: 10px;
  margin: 2em 0 1em 0;
  background-color: #f0f8ff;

}

.section01 .inner .notice-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 1.5em;
}

.section01 h3{
	font-size: 18px;
	color: #FFF;
	background-color: #283593;
	padding:10px 20px;
	margin: 0 0 20px;
}
.info_dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.info_dt{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 190px;
	background-color: #5a83be;
	padding:7px 3px;
	margin: 0 0 3px;
}
.info_dd{
	font-size: 14px;
	width: 700px;
	background-color: #f5f5f5;
	padding: 7px 10px;
	margin: 0 0 3px;
}

/*tourpoint_section*/
.tourpoint_ul{
	margin: 0 0 20px;
}
.tourpoint_li{
	font-size: 16px;
	color: #283593;
	font-weight: bold;
	background-color: #e8eaf6;
	border-radius: 20px 0 0 20px;
	padding: 7px 20px;
	margin: 0 0 5px;
}
.img_3col{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px;
}
.img_3col figure{
	width: 300px;
	margin: 0 5px 10px;
}
.img_3col figcaption{
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}

.marathon_info{
	border: solid 2px #616161;
	padding: 20px;
}
.marathon_info h4{
	font-size: 18px;
	margin: 0 0 20px;
}

.map_box{
	display: flex;
	justify-content: center; 
	margin: 0 0 30px;
}
.map_box figure{
	border: solid 1px #E0E0E0;
	background-color: #f4f4f4;
	margin: 0 20px;
}
.map_box figcaption{
	text-align: center;
	padding: 0 0 5px;
}
.map_box figure.full{
	width:400px;
}
.map_box figure.half{
	width:310px;
}
.marathon_link{
	font-size: 16px;
	margin: 0 0 10px;
}



/*tourschedule_section*/
#tourschedule_section h4{
	font-size: 18px;
	border-left: solid 5px;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}

.port_navi{
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}
.port_navi li + li{
	border-left:1px solid #757575;
}
.port_navi li a{
	color: #757575;
	font-size: 12px;
	padding: 0 40px;
}
.port01{
	margin: 0 0 40px;
}
.sch_table01{
	width: 100%;
	font-size: 14px;
	border: solid 1px #9E9E9E;
}
.sch_table01 td div.hosoku{
	margin-left:12px;
	line-height: 
}
.sch_table01 td div.hosoku p{
	padding-left:1em;
	text-indent:-1em;
}
.sch_table01 td div.hosoku p.red{
	padding-left:1em;
	text-indent:-1em;
	color:#ff0000;
}



table .daily, table .date{
	width:65px;
	background-color: #E8EAF6;
	border: solid 1px #9E9E9E;
}
table .schedule_th{
	background-color: #E8EAF6;
	border: solid 1px #9E9E9E;
	padding: 5px 0;
}
table .time{
	width: 100px;
	vertical-align: top;
	padding: 5px 20px;
}
table .program{
	vertical-align: top;
	padding: 5px 20px 5px 0;
}
table .kyotsu{
	text-align: left;

	margin:0 5px 10px;
	display: block;
}
table .meal{
	text-align: right;
	border: solid 1px #9E9E9E;
	padding: 10px 20px;
}
table .program .main_program{
	color: #303F9F;
	font-weight: bold;
}
table .program .op{
	margin: 15px 0;
}
table .ditto{
	text-align: center;
	padding: 10px 5px;
}

/*tourprice_section*/

.price_table{
	width: 100%;
	font-size: 14px;
	border: solid 2px #ccc;
	margin: 0 0 20px;
	
}.price_table th{
	border: solid 1px #ccc;
	background-color: #f5f5f5;
	padding: 10px;
}
.price_table td{
	text-align: center;
	border: solid 1px #ccc;
	padding: 10px;
}
.price_table .th01 .sp01{
	display: block;
}
.price_table .price01{
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.about_price{
	font-size: 14px;
	margin: 0 0 30px;
}

.ditail_dl{
	display: flex;
	flex-wrap: wrap;
}
.ditail_dt{
	width:210px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding: 20px 5px;
}
.ditail_dd{
	width:730px;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
	padding: 20px 5px;
}


#prrq_contents_form{
	width: 700px;
	background-color: #FFF;
	padding: 30px;
	margin: 0 auto
}




/*tourapplication_section*/
#tourapplication_section{
	margin:  0 0 40px;
}
#tourapplication_section .ditail_dl{
	margin: 0 0 60px;
}
#application_box{
	margin: 0 auto;
	
}
#application_box a{
	font-size: 24px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #E91E63;
	border-bottom: 3px solid #880E4F;
	padding: 15px;
	margin: 0 auto;
	width:600px;
	display: block;
}
#application_box a:hover{
	opacity: 1;
	background-color: #C51162;
}
#application_box .btn-off{
	font-size: 24px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #ccc;
	padding: 15px;
	margin: 0 auto 10px;
	width:600px;
	display: block;
}
#application_box .cancel{
	font-size:20px;
	font-weight: bold;
	color: red;
	text-align: center;
}

.cancel_note{
	font-size: 16px;
	color: red;
	font-weight: bold;
	margin:0 auto 10px;
	width: fit-content;
}	
.mail_entry{
	background-color: #eee;
	padding: 25px 40px;
	margin: 0 auto 60px;
	width: 900px;
}
.mail_entry h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}
.mail_entry .p01{
	font-size: 14px;
	margin: 0 0 15px;
}
.prrq_link a{
	font-size: 20px;
	color:#fff;
	text-align: center;
	font-weight: bolder;
	background-color: #00b2df;
	border-radius: 30px;
	padding: 10px;
	margin: 0 auto;
	width:400px;
	display: block;
}
.prrq_link a:hover{
	opacity: 1;
	background-color: #037794;
}

/*shop_info*/
.shop_info{
	display: flex;
	justify-content: center;
	margin: 0 0 60px;
}
.shop_info .shop01{
	border: double 4px #ccc;
	padding: 20px;
	margin: 0 10px;
}
.shop_info .shop01 h3{
	margin: 0 0 10px;
}
.shop_info .shop01 p{
	font-size: 14px;
}


/*yakkan_contents*/
#yakkan_contents{
	width: 960px;
	margin: 0 auto;
}
#yakkan_contents .plan_name{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000080;
    background: #e6e6fa;
    padding: 15px;
	margin: 0 0 20px;
}
.must-read {
	font-size: 14px;
	margin: 0 0 20px;
}
.must-read .sp01{
	color: red;
	border: solid 1px;
	display: block;
	width: fit-content;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.yakkan_box{
	font-size: 14px;
    border: 2px solid #a9a9a9;
    padding: 20px 40px;
	margin: 0 0 20px;
}
.yakkan_box h2{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #efefff;
    border: 1px solid #b7b7ff;
	margin: 0 0 20px;
}

.yakkan_ul01{
	margin: 0 0 20px;
}
.acrobat-ic{
	vertical-align: top;
	margin: -10px 0 0;
}
.y_sec01{
	margin: 0 0 25px;
}
.y_sec01 h3{
	margin: 0 0 15px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #dcdcdc;
}

.cancell-fee_table{
	width: 100%;
	margin: 0 0 20px;
}
.cancell-fee_table td{
	border: 1px solid #ccc;
	padding: 10px;
}
.cancell-fee_table .midashi_th{
	text-align: left;
	padding:0 10px 5px;
}
.cancell-fee_table .gray_th{
	background-color: #eee;
	border: 1px solid #ccc;
	padding:5px 10px;
}

.y_dl dt{
	font-weight: bold;
	margin: 0 0 5px;
}
.y_dl dd{
	margin: 0 0 10px;
}
.y_check{
	text-align: center;
	margin: 0 0 40px;
}
.y_check .p01{
	font-size: 16px;
	margin: 0 0 10px;
}
.y_check_btn{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 0 20px;
}




/*prrq_contents*/
.gray_back{
	background-color: #E0E0E0;
	padding: 20px 0 40px;
}
#prrq_contents{
	width: 500px;
	background-color: #FFF;
	padding: 30px;
	margin: 0 auto
}
#prrq_contents h2{
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
}
.prrq_lead{
	font-size: 14px;
	color: red;
	margin: 0 0 20px;
}
#prrq_contents .p_box{
	border: solid 3px #757575;
	padding: 20px 20px 10px;
	margin: 0 0 30px;
}
#prrq_contents .p_box .p01{
	font-size: 14px;
	margin: 0 0 20px;
}
#prrq_contents .agree{
	font-size: 14px;
	margin: 0 0 10px;
}


/*tour_report*/
#tour_report h2{
	text-align: center;
	margin: 20px 0 40px;
}
#tour_report h2 .sp01{
	display: block;
	font-size: 26px;
	color: #5f4a21;
	margin: 0 0 15px;
}
#tour_report h2 .sp02{
	display: block;
	font-size: 16px;
	color: #FFF;
	background-color: #5f4a21;
	padding: 5px;
}

.tour_report_dt{
	font-size: 20px;
	font-weight: bold;
	color: #5f4a21;
	border-left:solid 10px #fd930a;
	padding:0 0 0 10px; 
	margin: 0 0 10px
}
.tour_report_dd{
	border:solid 10px #eee;
	margin: 0 0 40px;
}
.tour_report_dd .flex01{
	display: flex;
	padding: 5px;
}
.tour_report_dd .flex01 .left_p{
	width: 460px;
	font-size: 15px;
	padding: 15px;
	margin: 0 10px 0 0;
}
.tour_report_dd .flex01 .slider{
	width: 460px;
}
.tour_report_dd .slick-dotted.slick-slider {
    margin-bottom: 15px;
}
.slider{
	position: relative;
}
.slick-prev{
	position: absolute;
	left:10px;
	z-index: 10;
}
.slick-next{
	position: absolute;
	right: 10px;
	z-index: 10;
}
.slick-dots{
	bottom: -10px;
}


/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}



/*　text-align　*/	
.txtC {	text-align:center;}
.txtR {	text-align:right;}
.txtL { text-align:left;}




/*　step-container　*/	

.step-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  counter-reset: step; /* ← ここでカウンターを初期化 */
  position: relative;
}

/* 各ステップ要素（番号＋ラベル） */
.step {
  position: relative;
  text-align: center;
  flex: 1;
  counter-increment: step; /* ← ここでカウンター進める */
  z-index: 1;
}

/* 丸の中の番号（::beforeで表示） */
.step::before {
  content: counter(step); /* カウンターの数字を表示 */
  display: block;
  background-color: #ccc;
  color: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 0 auto 12px; /* 丸とラベルの間に余白 */
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
  position: relative;
}

/* 各ステップの横線 */
.step::after {
  content: "";
  position: absolute;
  top: 18px; /* 丸の中央と揃える（36px ÷ 2） */
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

/* 最後のステップには線を描かない */
.step:last-child::after {
  content: none;
}

/* アクティブ（現在地） */
.step.active {
  color: #0b79d0;
  font-weight: bold;
}

.step.active::before {
  background-color: #0b79d0;
}

/* 完了済みステップ（緑色） */
.step.completed {
  color: #4caf50;
}

.step.completed::before {
  background-color: #4caf50;
}


/* 外部リンクへの矢印表示調整 */

.external-link {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.external-link:hover {
  text-decoration: underline;
}

.external-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px; /* ← さらに1px上に */
}


/* ===== 共通注意枠：タイトル行と本文行 ===== */

/* タイトル行 ─ 濃いブルー背景・白太字 */
.kyotsu_title{
    text-align: center;
    display:block;                 /* 幅を100%にそろえる */
    margin:12px 5px 0;             /* 下マージン 0 で本文に密着 */
    padding:8px 10px;
    background:#004A9F;            /* 濃いブルー */
    color:#FFFFFF;                 /* 白文字 */
    font-weight:bold;
    line-height:1.4;
    -webkit-print-color-adjust:exact;  /* 印刷時も色保持 */
            print-color-adjust:exact;
            color-adjust:exact;
}

/* 本文行 ─ 薄いブルー背景・濃いブルー文字＋2px枠 */
.kyotsu{
    display:block;
    margin:0 5px 14px;             /* 上マージン 0 でタイトルに密着 */
    padding:12px 14px;
    background:#E6F2FF;            /* 薄いブルー（緑を上書き） */
    color:#004A9F;                 /* 濃いブルー文字 */
    border:1px solid #004A9F;      /* 濃いブルー枠 */
    box-sizing:border-box;
    line-height:1.6;
    -webkit-print-color-adjust:exact;  /* 印刷時も色保持 */
            print-color-adjust:exact;
            color-adjust:exact;
}

/* もし印刷専用スタイルが別にある場合は同値で上書きしておくと安心 */
@media print{
    .kyotsu_title,
    .kyotsu{
        -webkit-print-color-adjust:exact;
                print-color-adjust:exact;
                color-adjust:exact;
    }
}




