@charset "utf-8";
body {
	width: 100%;
	min-width:375px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: scroll;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
	line-height:160%;
}
.page_top {display:none;}
#tagline {display:none;}
.pc{display:none;}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
figure{
	margin:0;
	position:relative;
}
figure img{
	width:100%;
}
table{
	width:100%;
}
.k_contents{
	width: 100%;
	margin: 0 auto;
}

.notice_top{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: red;
	padding: 5px;
	margin: 0 auto;
}
.mb{
	margin-bottom: 5px;
}


/*title*/
.title_wrap{
	display: block;
    margin: 0 auto 10px;
}
.title_wrap h2{
	color: #283593;
	text-align: center;
	margin: 15px 0 10px;
}
.title_wrap h2 .tour_name{
	font-size: 20px;
	margin: 0 10px 10px;
	display: block;
}
.title_wrap h2 .tour_period{
	font-size: 15px;
	background-color: #e8eaf6;
	padding: 5px;
	display: block;
}

.slider{
	position: relative;
	width: 100%;
}
.slick-prev{
	position: absolute;
	left:10px;
	z-index: 10;
}
.slick-next{
	position: absolute;
	right: 10px;
	z-index: 10;
}
.slick-dots{
	bottom: -15px;
}
.main_img figcaption{
	font-size: 10px;
	text-align: right;
	margin:5px 5px 10px;
}
.l_navi{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 5px 20px;
}
.l_navi li{
	width: 48%;
	margin: 0 1% 5px;
}
.l_navi li a{
	display: block;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	background-color: #283593;
}
.plan_lead{
	font-size: 14px;
	margin: 0 auto 30px;
	width: 90%;
}

/*link*/
.kome_li{
	padding: 0 0 0 15px;
	position:relative;
}
.kome_li:before{
	content: '※';
	position: absolute;
	left:0;
}
.dot_li{
	padding: 0 0 0 15px;
	position:relative;
}
.dot_li:before{
	content: '※';
	position: absolute;
	left:0;
}
.kuromaru_li{
	padding: 0 0 0 15px;
	position:relative;
}
.kuromaru_li:before{
	content: '●';
	position: absolute;
	left:0;
}
.nijyumaru_li{
	padding: 0 0 0 15px;
	position:relative;
}
.nijyumaru_li:before{
	content: '◎';
	position: absolute;
	left:0;
}


/*section01*/
.section01{
	margin: 0 0 40px;
}
.section01 .inner{
	width: 92%;
	margin: 0 auto;
}
.section01 h3{
	font-size: 16px;
	color: #FFF;
	background-color: #283593;
	padding:7px 20px;
	margin: 0 0 20px;
}
.info_dl{
	margin: 0 0 20px;
}
.info_dt{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background-color: #5a83be;
	padding:3px 3px;
}
.info_dd{
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 10px 10px 15px;
}

/*tourpoint_section*/
.tourpoint_dl{
	margin: 0 0 10px;
}
.tourpoint_dt{
	font-size: 14px;
	color: #283593;
	font-weight: bold;
	background-color: #e8eaf6;
	border-radius: 20px 0 0 0;
	padding: 10px 10px 5px 20px;
}
.tourpoint_dd{
	font-size: 14px;
	color: #283593;
	background-color: #e8eaf6;
	padding:0 10px 10px 20px;
	margin: 0 0 5px;
}
.img_3col{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 20px;
}
.img_3col figure{
	width: 48%;
	margin: 0 1% 5px;
}
.img_3col figcaption{
	font-size: 12px;
	margin: 5px 0 0;
}

.marathon_link{
	font-size: 14px;
	margin: 0 0 10px;
}

.reccomend_wrap{
	border: dotted 1px #F06292;
	border-radius: 10px;
	padding: 10px;
}
.reccomend_wrap h4{
	font-size: 15px;
	margin: 0 0 10px;
}
.reccomend_wrap .p01{
	font-size: 14px;
	margin: 0 0 20px;
}
.reccomend_dl{
	font-size: 14px;
}
.reccomend_dt{
	font-size: 14px;
    font-weight: bold;
    border-left: solid 5px #F06292;
    padding: 0 0 0 5px;
    margin: 0 0 8px;
}
.reccomend_dd{
    font-size: 14px;
    margin: 0 0 15px;
}
.reccomend_wrap .img_3col{
	flex-wrap: nowrap;
}
.reccomend_wrap .img_3col figure{
	width: auto;
	margin: 0;
}
.yutube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yutube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*tourschedule_section*/
#tourschedule_section h4{
	font-size: 15px;
	border-left: solid 5px;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.port_navi{
	display: flex;
	justify-content: center;
	margin: 0 0 20px;
}
.port_navi li + li{
	border-left:1px solid #757575;
}
.port_navi li a{
	color: #757575;
	font-size: 12px;
	padding: 0 15px;
}
.scroll_box{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sch_table01{
	width: 650px;
	font-size: 12px;
	border: solid 1px #9E9E9E;
	margin: 0 0 10px;
}
table .daily, table .date{
	width:30px;
	background-color: #E8EAF6;
	border: solid 1px #9E9E9E;
}
table .schedule_th{
	background-color: #E8EAF6;
	border: solid 1px #9E9E9E;
	padding: 5px 0;
}
table .time{
	width: 70px;
	vertical-align: top;
	padding: 5px 10px;
}
table .program{
	vertical-align: top;
	padding: 5px 20px 5px 0;
}
table .meal{
	border: solid 1px #9E9E9E;
	padding: 10px 20px;
}
.blue-text{
	color: #303F9F;
	font-weight: bold;
}
.pink-text{
	color: #EC407A;
	font-weight: bold;
	background-color: #fee4ed;
	display: inline-block;
	margin: 3px 0;
}
.main_program{
	color:#EC407A;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFF9C4;
	display: inline-block;
	margin: 3px 0;
	
}
table .border-bottom01{
	border-bottom: solid 1px #9E9E9E;
}
.sche_note{
	font-size: 14px;
}


/*tourprice_section*/
#tourprice_section{
	margin: 0 0 10px;
}
.price_table{
	width: 100%;
	border: solid 2px #ccc;
	margin: 0 0 10px;
	
}.price_table th{
	border: solid 1px #ccc;
	background-color: #f5f5f5;
	padding: 5px;
}
.price_table td{
	text-align: center;
	border: solid 1px #ccc;
	padding: 5px;
}
.price_table .price01{
	color: red;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
	white-space: nowrap;
}
.about_price{
	font-size: 14px;
	margin: 0 0 20px;
}

.ditail_dt{
	font-size: 14px;
    font-weight: bold;
    border-left: solid 5px #ccc;
    padding: 0 0 0 5px;
    margin: 0 0 8px;
}
.ditail_dd{
	font-size: 14px;
	margin: 0 0 15px;
}

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

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

/*shop_info*/
.shop_info{
	margin: 0 auto 20px;
	width: 95%;
}
.shop_info .shop01{
	border: double 4px #ccc;
	padding: 15px;
	margin: 0 0 10px;
}
.shop_info .shop01 h3{
	margin: 0 0 10px;
}

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

.yakkan_ul01{
	margin: 0 0 20px;
}
.acrobat-ic{
	display: none;
}
.y_sec01{
	margin: 0 0 25px;
}
.y_sec01 h3{
	margin: 0 0 15px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #dcdcdc;
}

.cancell-fee_table{
	font-size: 12px;
	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: 13px;
	margin: 0 0 10px;
}
.y_check_btn{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 0 20px;
}


/*prrq_contents*/
#prrq_contents{
	width: 100%;
	max-width: 500px;
	margin:0 auto 30px;
}
#prrq_contents h2{
	font-size: 18px;
	text-align: center;
	background-color: #eee;
	padding:10px 5px;
	margin: 0 0 15px;
}
.prrq_lead{
	font-size: 14px;
	color: red;
	margin: 0 15px 15px;
}
#prrq_contents .p_box{
	border: solid 3px #757575;
	padding: 15px 15px 0;
	margin: 0 auto 20px;
	width: 95%;
}
#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: 0 0 30px;
}
#tour_report h2 .sp01{
	display: block;
	font-size: 20px;
	color: #5f4a21;
	padding:10px 5px;
}
#tour_report h2 .sp02{
	display: block;
	font-size: 15px;
	color: #FFF;
	background-color: #5f4a21;
	padding: 5px;
}
.tour_report_dl{
	max-width:600px;
	width: 95%;
	margin: 0 auto;
}
.tour_report_dt{
	font-size: 16px;
	font-weight: bold;
	color: #5f4a21;
	border-left:solid 10px #fd930a;
	padding:0 0 0 10px; 
	margin: 0 0 15px
}
#tour_report .tour_report_dd{
	margin: 0 10px 40px !important;
}
.tour_report_dd .left_p{
	font-size: 14px;
	margin: 0 0 15px;
}
.tour_report_dd figure{
	max-width: 470px;
	margin: 0 auto;
}


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




/*　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上に */
}


/* ツアー動画セクション */
.video-section{
  max-width: 960px;
  margin: 40px auto;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0,0,0,.08);
}
.video-head{
  text-align: center;
  margin: 0 0 14px;
}
.video-head h3{
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
  letter-spacing: .02em;
}
.video-head h3 span{
  display: inline-block;
  padding: .35em .9em;
  border-left: 4px solid #C10028; /* アクセントカラー（東武赤系に寄せるならここ） */
  background: linear-gradient(90deg, rgba(193,0,40,.08), rgba(193,0,40,0));
  border-radius: 6px;
}
.video-sub{
  margin: 6px 0 0;
  font-size: 13px;
  color: #666;
}

/* レスポンシブ埋め込み */
.video-frame{
  margin-top: 8px;
}
.video-embed{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.video-embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* aspect-ratio未対応ブラウザのフォールバック */
@supports not (aspect-ratio: 16 / 9){
  .video-embed{ height: 0; padding-bottom: 56.25%; }
  .video-embed iframe{ height: 100%; }
}

/* スマホ最適化（サイトのSP基準に合わせて750px以下） */
@media (max-width: 750px){
  .video-section{ margin: 24px 12px; padding: 16px; border-radius: 10px; }
  .video-head h3{ font-size: 18px; }
  .video-sub{ font-size: 12px; }
}



