@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;
}

/*title*/
.title_wrap{
	display: block;
    margin: 0 auto;
}
.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;
}
.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%;
}
.tour_report_link a{
	display: block;
	width:250px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: solid 2px #00b2df;
	border-radius: 30px;
	padding:4px;
	margin: 0 auto 40px;
}



/*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 .inner .photo_title{
	
  font-size: 1.6em;
  font-weight: bold;
  color: #0066cc;
  border-left: 6px solid #0066cc;
  padding-left: 10px;
  margin: 2em 0 0 0;
  background-color: #f0f8ff;

}

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


.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_ul{
	margin: 0 0 10px;
}
.tourpoint_li{
	font-size: 14px;
	color: #283593;
	font-weight: bold;
	background-color: #e8eaf6;
	border-radius: 20px 0 0 0;
	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: 48%;
	margin: 0 1% 5px;
}
.img_3col figcaption{
	font-size: 12px;
	margin: 5px 0 0;
}

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

.map_box{
	display: flex;
	justify-content: center; 
	margin: 0 0 15px;
}
.map_box figure{
	border: solid 1px #E0E0E0;
	background-color: #f4f4f4;
	margin: 0 5px;
}
.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: 14px;
	margin: 0 0 10px;
}
.marathon_info .kome_li{
	font-size: 14px;
}


/*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;
}
#tourschedule_section .port01{
    margin: 0 0 30px;
}
.scroll_box{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sch_table01{
	font-size: 12px;
	border: solid 1px #9E9E9E;
	width: 650px;
}<!--	 -->


.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: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 .kyotsu{
	text-align: left;

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


/*tourprice_section*/

.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 .th01 .sp01{
	display: block;
}
.price_table .price01{
	color: red;
	font-size: 15px;
	font-weight: bold;
}
.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 30px;
}
#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: 14px;
	color: red;
	font-weight: bold;
	margin:0 auto 15px;
	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 20px !important;
}
.tour_report_dd .left_p{
	font-size: 14px;
	margin: 0 0 15px;
}
.tour_report_dd figure{
	max-width: 470px;
	margin: 0 auto;
}
.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;
}


/*　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;
}


/* ========== 1. スケジュール表を可変幅に ========== */
@media (max-width:750px){
  .sch_table01{
    width:100%;       /* 375〜430px 画面幅に追随         */
    min-width:320px;  /* 文字が潰れ過ぎない下限を確保     */
  }
  /* 必要なら列幅も微調整 — 例 */
  .sch_table01 .time   { width:60px;  }
  .sch_table01 .daily,
  .sch_table01 .date   { width:40px;  }
  /* 長い文章を折り返す */
  .sch_table01 td, .sch_table01 th{
    word-break:break-word;
  }
}

/* ========== 2. 注意枠をセル内に収める ========== */
@media (max-width:750px){
  .kyotsu_title,
  .kyotsu{
    /* 横マージンをゼロ → 幅+10px の膨張を防止          */
    margin-left:0;
    margin-right:0;
    /* 幅を確実にテーブル幅内に納める                    */
    width:100%;
    box-sizing:border-box;        /* ボーダー込みで100%   */
  }
}

/* ※既存の背景色指定＆印刷用 color-adjust はそのまま残す */



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

.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{
    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 (max-width:750px){
  /* 1) テーブル本体：画面幅にフィット */
  .sch_table01{

    min-width:320px;            /* 文字潰れ防止の下限 */
    box-sizing:border-box;      /* 枠線込みで 100% */
  }
  /* 2) タイトル・本文行（ブルー注意枠）：マージンをゼロに */
  .kyotsu_title,
  .kyotsu{
    margin-left:0 !important;
    margin-right:0 !important;

    box-sizing:border-box;
  }
}


/* ==== スマホだけ：日程表横スクロールを有効にする ================= */
@media (max-width:750px){

  /* 1) ラッパーに横スクロールを許可 */
  .scroll_box{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;   /* iOS 用慣性スクロール */
  }

  /* 2) テーブルは 650px 固定にしておく（スクロール幅）            */
  .sch_table01{
    width:650px;         /* ← すでに在る行はそのまま */
    min-width:650px;     /* 念のため。もっと広げたいなら 750 などに変更可 */
    box-sizing:border-box;
  }

  /* 3) 注意枠（青）で横幅を膨らませないための保険              */
  table .kyotsu_title,
  table .kyotsu{
    max-width:100%;
    box-sizing:border-box;
  }
}

/* === ここより上に “width:100% !important;” が残っていないか要確認 === */



/* === スマホ幅：ページ全体の横移動を禁止 ========================= */
@media (max-width:750px){
  html, body{
    overflow-x:hidden;                 /* 横スクロールを根本的に止める */
    overscroll-behavior-x:contain;     /* iOS/Android で “横揺れバウンス” も防ぐ */
  }
}


/* === スマホ幅：日程表ラッパーに横スクロールを許可 ============= */
@media (max-width:750px){
  .scroll_box{
    overflow-x:auto;                   /* 横方向だけスクロール許可     */
    -webkit-overflow-scrolling:touch;  /* iOS のメメモリ慣性スクロール */
    overscroll-behavior-x:auto;        /* この要素内ではバウンス可     */
  }
}
.sch_table01{
  width:650px;     /* ← これがないとテーブルが画面幅より狭くなり横スクロールが不要になる */
}



/* ===== 日付セル（.date）は途中改行させない ==================== */
.sch_table01 th.date,
.sch_table01 td.date{
  white-space: nowrap;   /* 途中で折り返さない           */
  word-break: keep-all;  /* “/” や “（” でも改行しない   */
}

/* --- スマホだけ幅が足りない場合は最少幅を確保 --------------- */
@media (max-width:750px){
  .sch_table01 th.date,
  .sch_table01 td.date{
    min-width: 60px;     /* お好みで 70〜80 に調整可能   */
  }
}







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

/* ==== スマホ幅での最終上書き ==== */
@media (max-width:750px){
  .sch_table01{

    min-width:320px;
    box-sizing:border-box;
  }

  /* ← specificity を合わせるため “table .kyotsu” で書く */
  table .kyotsu{
    margin-left:0 !important;
    margin-right:0 !important;

    box-sizing:border-box;
  }

  /* 参考：タイトル行も左右ゼロにする場合
  table .kyotsu_title{
    margin-left:0 !important;
    margin-right:0 !important;
  } */
}

/* ==== form.html 専用：スマホで Google フォームを 100% 幅に ==== */
@media (max-width:750px){

  /* フォーム全体のラッパーだけを広げる —— index.html には存在しない ID */
  #prrq_contents_form{
    width:100% !important;      /* PC 用 700px を打ち消す :contentReference[oaicite:0]{index=0} */
    padding:15px !important;    /* 余白を少し縮めて画面に収める（任意調整） */
    box-sizing:border-box;
  }

  /* 埋め込み iframe も画面幅に合わせる */
  #prrq_contents_form iframe{
    width:100% !important;      /* HTML 属性 width="640" を上書き :contentReference[oaicite:1]{index=1} */
    max-width:100%;
    height:1864px;              /* 必要なら大きめに（例 2300 px）調整可 */
    border:0;
  }
}







