@charset "utf-8";

/* =========================================================
   A Little Escape Journey / shared styles
   ========================================================= */
:root {
  --ink: #17212b;
  --muted: #64717d;
  --line: #dbe2e7;
  --line-dark: #bdc8d0;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --accent: #30389b;
  --accent-dark: #242b7f;
  --accent-pale: #eef0ff;
  --accent-rgb: 48, 56, 155;
  --max-width: 1060px;
  --shadow: 0 20px 50px rgba(18, 34, 45, 0.09);
--accent-dark: #242b7f;
 --accent-reverse: #802653;
--accent-rgb-r: 153, 46, 99;
}

.tour-two {
  --accent: #cf6a3c;
  --accent-dark: #a14a24;
  --accent-pale: #fff1e6;
  --accent-rgb: 207, 106, 60;
  --accent-reverse: #2e6b77;
  --accent-rgb-r: 46, 107, 119;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

body.tour-page {
  position: relative;
  padding-top: 72px;
}

body.tour-page .site-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

body.tour-page > :not(.site-nav) {
  position: relative;
  z-index: 1;
}

body.tour-page::before,
body.tour-page::after {
  content: "";
  position: fixed;
  z-index: 0;
  width: min(30vw, 300px);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* メインビジュアル通過後に固定背景として表示 */
body.tour-page::before {
  top: 118px;
  left: -58px;
  background-image: url("../img/car.png");
}

body.tour-page::after {
  right: -58px;
  bottom: 34px;
  background-image: url("../img/rucksack.png");
}

body.tour-page.tour-art-visible::before,
body.tour-page.tour-art-visible::after {
  opacity: 0.52;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: var(--accent-dark);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

p + p {
  margin-top: 0.7em;
}

ul,
ol {
  padding-left: 1.35em;
}

li + li {
  margin-top: 0.35em;
}

.center { text-align: center; }
.red { color: #c43f35; }
.red_b { color: #b8342b; font-weight: 700; }
.blue_b { color: #1d4f88; font-weight: 700; }
.large { font-size: 1.35em; }
.fs90 { font-size: 90%; }
.fs85 { font-size: 85%; }
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.indent_1 {
  padding-left: 2.35em;
  text-indent: -2.35em;
}
.for_sp { display: none; }

/* =========================================================
   Landing page
   ========================================================= */
.landing-page {
  --accent: #30389b;
  --accent-dark: #242b7f;
  --accent-pale: #eef0ff;
  --family-red: #ef6a67;
  --family-yellow: #fff4c9;
  background: #fffdfa;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 24px 88px;
  background:
    radial-gradient(circle at 12% 10%, rgba(239, 106, 103, 0.09) 0 95px, transparent 96px),
    radial-gradient(circle at 91% 72%, rgba(48, 56, 155, 0.08) 0 130px, transparent 131px),
    #fffdfa;
}

.landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: radial-gradient(rgba(48, 56, 155, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 16%, #000 70%, transparent 100%);
}

.landing-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 180px;
  right: -80px;
  bottom: -95px;
  border: 3px dashed rgba(239, 106, 103, 0.24);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.landing-hero__line {
  display: none;
}

.landing-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.landing-hero__visual {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.landing-hero__decor {
  position: absolute;
  z-index: 0;
  width: clamp(190px, 17vw, 270px);
  opacity: 0.52;
  pointer-events: none;
}

/* フライヤーより背面に置き、左右の画面端から覗かせる */
.landing-hero__decor--car {
  top: -54px;
  left: calc(50% - 50vw - 18px);
  transform: rotate(-8deg);
}

.landing-hero__decor--rucksack {
  right: calc(50% - 50vw - 18px);
  bottom: -54px;
  transform: rotate(8deg);
}

.landing-hero__flyer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e6ee;
  box-shadow: 0 24px 58px rgba(39, 46, 120, 0.12);
}

.landing-hero__flyer img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-hero__copy {
  width: min(880px, 100%);
  margin: 52px auto 0;
  text-align: center;
}

.landing-hero__eyebrow,
.section-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  color: var(--accent);
  background: var(--accent-pale);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.landing-hero h1 {
  color: var(--accent);
  font-family: "DM Sans", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.045em;
}

.landing-hero__lead {
  margin-top: 25px;
  color: #3e466f;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.9;
}

.scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 11px 13px 11px 22px;
  color: #fff;
  background: var(--family-red);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(239, 106, 103, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.scroll-link span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--family-red);
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
}

.scroll-link:hover {
  color: #fff;
  box-shadow: 0 14px 30px rgba(239, 106, 103, 0.28);
  transform: translateY(-2px);
}

.scroll-link:hover span {
  transform: translateY(3px);
}

.tour-selection {
  position: relative;
  padding: 96px 24px 112px;
  background: #f5f6ff;
}

.section-intro {
  width: min(1120px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.section-intro .section-label {
  color: #c64e4d;
  background: #fff0ee;
}

.section-intro h2 {
  margin-bottom: 15px;
  color: var(--accent);
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.35;
}

.section-intro > p:last-child {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: #58607c;
  font-weight: 500;
}

.tour-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tour-card {
  --card-accent: #30389b;
  --card-pale: #eef0ff;
  overflow: hidden;
  background: #fff;
  border: 2px solid #e5e7f5;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(48, 56, 155, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card--two {
  --card-accent: #cf6a3c;
  --card-pale: #fff1e6;
}

.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(48, 56, 155, 0.14);
}

.tour-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.tour-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eeeeee;
}

.tour-card__image::after {
  content: "イメージ";
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 4px 9px;
  color: #fff;
  background: rgba(48, 56, 155, 0.76);
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tour-card__image-2 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eeeeee;
}

.tour-card__image-2::after {
  content: "天神岬スポーツ公園オートキャンプ場";
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 4px 9px;
  color: #fff;
  background: rgba(207, 106, 60, 0.82);
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tour-card--two .tour-card__image::after {
  background: rgba(207, 106, 60, 0.82);
}

.tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.tour-card:hover .tour-card__image img {
  transform: scale(1.025);
}

.tour-card__body {
  padding: 30px 32px 34px;
}

.tour-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--card-accent);
  font-family: "DM Sans", "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tour-card__topline span {
  padding: 6px 11px;
  background: var(--card-pale);
  border-radius: 999px;
}

.tour-card h3 {
  margin-bottom: 18px;
  color: #2a315e;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.4vw, 25px);
  font-weight: 800;
  line-height: 1.55;
}

.tour-card__body > p {
  color: #59617b;
  font-size: 14px;
}

.tour-card__facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
  border-top: 1px dashed #d9dcef;
  border-bottom: 1px dashed #d9dcef;
}

.tour-card__facts div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 13px 0;
}

.tour-card__facts div + div {
  padding-left: 20px;
  border-left: 1px dashed #d9dcef;
}

.tour-card__facts dt {
  color: #7c829b;
  font-size: 11px;
  font-weight: 700;
}

.tour-card__facts dd {
  color: #363d66;
  font-size: 13px;
  font-weight: 700;
}

.tour-card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  color: var(--card-accent);
  font-size: 14px;
  font-weight: 800;
}

.tour-card__button b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--card-accent);
  border-radius: 50%;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.tour-card:hover .tour-card__button b {
  transform: translateX(5px);
}

.mv-waiting {
  width: min(1120px, 100%);
  margin: 24px auto 0;
  color: #7a8098;
  font-size: 12px;
  text-align: right;
}

.landing-footer {
  padding: 44px 24px;
  color: #fff;
  background: #30389b;
  text-align: center;
}

.landing-footer p {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.landing-footer small {
  display: block;
  margin-top: 7px;
  color: #d9dcff;
  font-size: 10px;
  letter-spacing: 0.06em;
}

/* =========================================================
   Tour hero
   ========================================================= */
.tour-hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.tour-one .tour-hero {
  background-image: url("../tour-1/img/dummy.jpg");
  background-color: #9b9b9b;
}

.tour-two .tour-hero {
  background-image: url("../tour-2/img/dummy.jpg");
  background-color: #9b9b9b;
}

.tour-one .tour-hero__captions,
.tour-two .tour-hero__captions {
  display: none;
}

.tour-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

/* ヒーロー画像4隅のキャプション */
.tour-hero__captions {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.tour-hero__caption {
  position: absolute;
  display: block;
  max-width: calc(50% - 32px);
  padding: 5px 10px;
  color: #fff;
  background: rgba(10, 20, 25, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.tour-hero__caption--top-left {
  top: 16px;
  left: 16px;
}

.tour-hero__caption--top-right {
  top: 16px;
  right: 16px;
  text-align: right;
}

.tour-hero__caption--bottom-left {
  bottom: 16px;
  left: 16px;
}

.tour-hero__caption--bottom-right {
  right: 16px;
  bottom: 16px;
  text-align: right;
}

.tour-hero__inner {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: min(620px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 38px;
  text-align: center;
}

/* ヒーロー文字部分の半透明背景 */
.tour-hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(var(--accent-rgb), 0.5);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.tour-hero__eyebrow {
  margin-bottom: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.23em;
  opacity: 0.82;
}

.tour-hero__number {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #10262b;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.tour-hero__title {
  max-width: none;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.tour-hero__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 27px;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tour-hero__meta span + span {
  position: relative;
  padding-left: 26px;
}

.tour-hero__meta span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
}

/* 旧注釈は4隅キャプションと重なるため非表示 */
.tour-hero__note {
  display: none;
}

/* pre.html用 */
.tour-hero--compact {
  min-height: 530px;
}

.tour-hero--compact .tour-hero__inner {
  padding: 32px 38px;
}

.tour-hero--compact .tour-hero__title {
  font-size: clamp(26px, 3vw, 34px);
}

/* =========================================================
   Tour content
   ========================================================= */
.wrap {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.text_box {
  padding: 82px 0 46px;
}

dl.program {
  display: block;
}

.program-row {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  column-gap: 36px;
}

.program-row > dt {
  margin: 0;
  padding: 22px 18px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border-top: 1px solid rgba(var(--accent-rgb), 0.22);
  
  font-weight: 700;
  line-height: 1.65;
}

.program-detail {
  min-width: 0;
  padding: 21px 4px 21px 0;
  border-top: 1px solid var(--line);
  color: #2e3b43;
}

.program-detail > dd {
  margin: 0;
}

.program-detail > dd + dd {
  margin-top: 5px;
}

.program-row:last-of-type > dt,
.program-row:last-of-type > .program-detail {
  border-bottom: 1px solid var(--line);
}

.program-detail b {
  color: #14252c;
  font-size: 1.05em;
}

/* 日程表：program-row の2カラムから外し、本文幅いっぱいで表示 */
.schedule-section {
  width: 100%;
  margin: 72px 0 54px;
}

.schedule-heading {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 16px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.schedule-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background: var(--accent);
}

dl.program > .kanko {
  margin: 72px 0 54px;
  padding: 0;
}

.tour-heading {
  margin-bottom: 54px;
}

.tour-heading h1 {
  margin: 0;
  color: var(--accent);
  font-family: "DM Sans", "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
}

.tour-heading h2 {
  position: relative;
  margin: 12px 0 30px;
  padding: 20px 24px 22px 28px;
  color: var(--ink);
  background: linear-gradient(100deg, var(--accent-pale) 0%, rgba(238, 240, 255, 0.58) 62%, rgba(255, 255, 255, 0) 100%);
  border: 0;
  border-left: 6px solid var(--accent);
  border-radius: 0 16px 16px 0;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}



.tour-heading p {
  margin-top: 30px;
  padding: 22px 24px;
  color: #52616a;
  background: var(--soft);
  border-left: 3px solid var(--accent);
  font-size: 13px;
}

.why,
.target {
  margin: 24px 0;
  padding: 20px;
  background: var(--accent-pale);
  border: 1px solid rgba(var(--accent-rgb), 0.25);
}

/* itinerary */
.table_nittei,
.table_outer {
  width: 100%;
  overflow: visible;
}

.table_nittei table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid var(--line-dark);
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
}

.table_nittei th,
.table_nittei td {
  padding: 11px 13px;
  border: 1px solid var(--line);
  vertical-align: middle;
}

.table_nittei tr:first-child > th {
  color: #fff;
  background: #27363e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.table_nittei th[rowspan] {
  min-width: 90px;
  color: #fff;
  background: var(--accent);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.table_nittei td[align="center"] {
  width: 145px;
  white-space: nowrap;
}

.table_nittei .bg,
.bg {
  color: var(--accent-dark);
  background: var(--accent-pale);

  font-weight: 600;
  text-align: left !important;
}

.table_nittei + .none,
.table_nittei ~ .none {
  margin-top: 12px;
}

ul.none {
  padding-left: 0;
  list-style: none;
  color: var(--muted);
  font-size: 12px;
}

ul.disc {
  padding-left: 1.35em;
  list-style: disc;
}

ul.list {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}

ul.list li::before {
  content: "※";
}

/* highlights */
.kanko h4 {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 16px;
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--line);
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  text-align: left;
}

.kanko h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 3px;
  background: var(--accent);
}

.kanko .flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kanko .flex + .flex {
  margin-top: 22px;
}

.kanko figure {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}

.kanko figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.kanko figcaption {
  min-height: 58px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  color: #293840;
  font-size: 12px;
  font-weight: 600;
}

/* cancellation */
table.cancell {
  width: 100%;
  min-width: 700px;
  margin: 0 0 18px;
  border-collapse: collapse;
  border: 1px solid var(--line-dark);
  font-size: 13px;
}

table.cancell th,
table.cancell td {
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

table.cancell th {
  width: 58%;
  color: #2f3f47;
  background: #eef2f4;
  font-weight: 500;
}

table.cancell td {
  background: #fff;
}

/* application flow */
#flow {
  margin: 26px 0 94px;
  padding: 64px 54px;
  background: #f5f7f8;
  border-top: 4px solid var(--accent);
}

#flow > h2 {
  margin: 0 0 34px;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  text-align: center;
}

#flow dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(25, 43, 53, 0.04);
}

#flow dt {
  display: grid;
  place-items: center;
  padding: 22px 12px;
  color: #fff;
  background: var(--accent);
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#flow dd {
  padding: 25px 28px;
}

#flow > .center {
  margin: 10px 0;
  color: var(--accent);
  font-size: 26px;
  line-height: 1;
}

.app {
  display: inline-flex;
  width: min(390px, 100%);
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 28px 0 4px;
  padding: 13px 26px;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.25s ease;
}

.app:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.25);
}

/* legacy button */
.button {
  display: inline-block;
  width: min(520px, 90%);
  padding: 17px 22px;
  color: #fff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}

.button:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

/* application / pre.html */
.application-page .wrap {
  max-width: 940px;
}

.application-page .box {
  margin: 72px 0 90px;
  padding: 44px 46px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.application-page .box > h2 {
  margin-bottom: 34px;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.application-page .box > h3 {
  margin-bottom: 20px;
  padding: 12px 16px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border-left: 4px solid var(--accent);
  font-size: 17px;
}

.application-page .text_box {
  margin: 25px 0;
  padding: 25px 28px;
  background: #f6f8f9;
  border: 1px solid var(--line);
}

.yn_box {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(var(--accent-rgb), 0.35);
  text-align: center;
}

.yn_btn {
  margin-top: 18px;
  text-align: center;
}

.yn_btn img {
  margin: 5px 8px;
}

#bank {
  width: min(620px, 100%);
  margin: 1em 0;
  padding: 1em;
  border: 1px solid var(--line-dark);
}

/* footer */
footer#contact {
  padding: 62px 24px 30px;
  color: #eef0ff;
  background: #30389b;
  font-size: 100%;
  line-height: 1.8;
}

footer#contact > div {
  width: min(1000px, 100%);
  margin: 0 auto;
}

footer#contact a {
  color: #ffffff;
}

footer#contact strong {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
}

footer#contact .f_right {
  float: right;
  width: min(320px, 38%);
  margin: 0 0 18px 28px;
  padding: 12px;
  background: #fff;
}

footer#contact .pmark {
  float: right;
  margin: 8px 0 10px 20px;
}

footer#contact .pmark img {
  width: 92px;
}

.box_kanri {
  margin: 20px 0;
  padding: 16px 18px;
  color: #eef0ff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

/* old helper blocks kept for source compatibility */
.flex { display: flex; gap: 10px; }
.flex_2 { display: flex; align-items: center; justify-content: space-between; }
.choice {
  width: min(900px, 100%);
  margin: 20px auto 32px;
  padding: 18px;
  border: 3px solid var(--accent);
  border-radius: 6px;
}
.title { color: var(--accent); font-size: 1.2em; font-weight: 700; }
.p_box { display: inline-grid; width: 70px; height: 50px; place-items: center; margin-right: 10px; color: #fff; background: var(--accent); font-weight: 700; }
.read { padding: 10px 0 1em; font-size: 90%; font-weight: 400; line-height: 1.7; text-align: justify; }
.border_b { margin-bottom: 15px; padding: 10px 0; border-bottom: 1px dashed #888; }
.photo { height: 150px; margin-left: 10px; }
.f_right { float: right; }
.f_left { float: left; }
.pmark { float: right; margin-left: 20px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .landing-hero {
    min-height: 530px;
  }

  .tour-card-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .tour-hero {
    min-height: 470px;
    background-position: center;
  }

  .program-row {
    grid-template-columns: 185px minmax(0, 1fr);
    column-gap: 22px;
  }

  .kanko .flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #flow {
    padding: 50px 30px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  body.tour-page {
    padding-top: 64px;
  }

  body.tour-page::before,
  body.tour-page::after {
    width: min(46vw, 200px);
  }

  body.tour-page::before {
    top: 92px;
    left: -42px;
  }

  body.tour-page::after {
    right: -44px;
    bottom: 22px;
  }

  body.tour-page.tour-art-visible::before,
  body.tour-page.tour-art-visible::after {
    opacity: 0.42;
  }

  .for_pc { display: none !important; }
  .for_sp { display: block !important; }

  .landing-hero {
    min-height: 0;
    padding: 78px 14px 64px;
  }

  .landing-hero__copy {
    margin-top: 34px;
  }

  .landing-hero__decor {
    width: clamp(125px, 36vw, 180px);
    opacity: 0.42;
  }

  /* スマホは左上・右下。フライヤーより背面 */
  .landing-hero__decor--car {
    top: -78px;
    left: -28px;
  }

  .landing-hero__decor--rucksack {
    right: -26px;
    bottom: -82px;
  }

  .landing-hero__eyebrow {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .landing-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
    letter-spacing: 0.025em;
  }

  .landing-hero__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.85;
  }

  .scroll-link {
    margin-top: 24px;
  }

  .tour-selection {
    padding: 76px 18px 84px;
  }

  .section-intro {
    margin-bottom: 38px;
  }

  .tour-card__body {
    padding: 25px 22px 28px;
  }

  .tour-card h3 {
    font-size: 21px;
  }

  .tour-card__facts {
    grid-template-columns: 1fr;
  }

  .tour-card__facts div + div {
    padding-left: 0;
    border-top: 1px solid #e1e7ea;
    border-left: 0;
  }

  .mv-waiting {
    text-align: left;
  }

  .tour-hero {
    min-height: 500px;
    align-items: center;
    justify-content: center;
    background-position: center;
  }

  .tour-one .tour-hero {
    background-image: url("../tour-1/img/dummy.jpg");
  }

  .tour-two .tour-hero {
    background-image: url("../tour-2/img/dummy.jpg");
  }

  .tour-hero__inner,
  .tour-hero--compact .tour-hero__inner {
    width: calc(100% - 54px);
    padding: 13px 16px;
    text-align: center;
  }

  .tour-hero__inner::before {
    inset: 0;
    background: rgba(var(--accent-rgb), 0.5);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 3px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .tour-hero__eyebrow {
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.16em;
  }

  .tour-hero__number {
    margin-bottom: 6px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .tour-hero__title,
  .tour-hero--compact .tour-hero__title {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .tour-hero__meta {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 1px;
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .tour-hero__meta span + span {
    padding-left: 0;
  }

  .tour-hero__meta span + span::before {
    display: none;
  }

  .tour-hero__caption {
    max-width: calc(50% - 14px);
    padding: 3px 6px;
    font-size: 9px;
    line-height: 1.35;
  }

  .tour-hero__caption--top-left {
    top: 8px;
    left: 8px;
  }

  .tour-hero__caption--top-right {
    top: 8px;
    right: 8px;
  }

  .tour-hero__caption--bottom-left {
    bottom: 8px;
    left: 8px;
  }

  .tour-hero__caption--bottom-right {
    right: 8px;
    bottom: 8px;
  }

  .tour-hero--compact {
    min-height: 440px;
  }

  .wrap {
    width: calc(100% - 32px);
  }

  .text_box {
    padding: 54px 0 34px;
  }

  .program-row {
    display: block;
  }

  .tour-heading h2 {
    margin-bottom: 23px;
    padding: 16px 15px 20px 18px;
    border-left-width: 5px;
    border-radius: 0 12px 12px 0;
    font-size: 18px;
	text-align: justify;
  }

  .tour-heading h2::after {
    left: 18px;
    bottom: 8px;
    width: 52px;
    height: 2px;
  }

  .tour-heading p {
    margin-bottom: 36px;
    padding: 18px;
    font-size: 12px;
  }

  .program-row > dt {
    margin-top: 18px;
    padding: 12px 14px;
    border: 0;
    border-left: 4px solid var(--accent);
  }

  .program-detail {
    padding: 14px 3px 18px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .program-row:last-of-type > dt {
    border-bottom: 0;
  }

  .schedule-section {
    margin: 48px 0 38px;
  }

  .schedule-heading {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 26px;
  }

  .table_nittei {
    position: relative;
    padding-bottom: 7px;
    overflow: visible;
  }

  .table_nittei table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 14px;
  }

  .table_nittei tr:first-child > th:nth-child(1) {
    width: 18%;
  }

  .table_nittei tr:first-child > th:nth-child(2) {
    width: 25%;
  }

  .table_nittei tr:first-child > th:nth-child(3) {
    width: 57%;
  }

  .table_nittei th[rowspan] {
    min-width: 0;
  }

  .table_nittei td[align="center"] {
    width: auto;
    white-space: normal;
  }

  .table_nittei th,
  .table_nittei td {
    padding: 9px 7px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .table_outer {
    overflow: visible;
  }

  table.cancell {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  table.cancell th,
  table.cancell td {
    width: 50%;
    padding: 10px 8px;
    overflow-wrap: anywhere;
  }

  .kanko {
    margin: 54px 0 38px;
  }

  .kanko .flex {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kanko .flex + .flex {
    margin-top: 14px;
  }

  .kanko figure {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: stretch;
  }

  .kanko figure img {
    height: 100%;
    min-height: 112px;
    aspect-ratio: auto;
  }

  .kanko figcaption {
    min-height: 112px;
  }

  #flow {
    margin-bottom: 66px;
    padding: 40px 16px;
  }

  #flow dl {
    display: block;
  }

  #flow dt {
    display: block;
    padding: 10px 14px;
    text-align: center;
  }

  #flow dd {
    padding: 20px 18px;
  }

  .app {
    width: 100%;
  }

  .application-page .box {
    margin: 54px 0 68px;
    padding: 28px 20px;
  }

  .application-page .box > h2 {
    font-size: 24px;
  }

  .application-page .text_box {
    padding: 20px 18px;
	 font-size: 90%; 
  }

  footer#contact {
    padding: 44px 18px 24px;
  }

  footer#contact .f_right,
  footer#contact .pmark {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 15px 0;
  }

  footer#contact .pmark {
    max-width: 95px;
  }
}

@media print {
  .site-nav,
  .tour-hero__note,
  .mv-waiting,
  .landing-hero__decor {
    display: none !important;
  }

  body.tour-page::before,
  body.tour-page::after {
    display: none !important;
  }

  html {
    scroll-padding-top: 0;
  }

  body {
    color: #000;
    font-size: 11pt;
  }

  .tour-hero {
    min-height: auto;
    color: #000;
    background: none !important;
  }

  .tour-hero__inner {
    width: 100%;
    padding: 15mm 0 8mm;
  }

  .tour-hero__number {
    color: #000;
    border: 1px solid #000;
  }

  .wrap {
    width: 100%;
  }

  .table_nittei,
  .table_outer {
    overflow: visible;
  }

  .table_nittei table,
  table.cancell {
    min-width: 0;
  }
}

.schedule-place {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

.schedule-detail {
  display: block;
  color: #45515b;
}

.schedule-duration {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 7px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  border-radius: 3px;
  font-size: 1em;
  font-weight: 600;
}

.table_nittei td.bg .schedule-duration {
  margin-top: 0;
  margin-left: 8px;
  color: inherit;
  background: rgba(255,255,255,0.72);
}


.fs-120{
	font-size: 120%!important;
	font-weight: 600;
}

@media (max-width: 700px) {
  .table_nittei .schedule-duration,
  .table_nittei td.bg .schedule-duration {
    font-size: 14px;
    line-height: 1.65;
  }
}


/* =========================================================
   Course hero 2026-08-31 redesign
   - layout based on supplied PC/SP comps
   - intentionally appended after legacy hero CSS
   ========================================================= */
body.tour-page .course-hero {
  display: grid !important;
  grid-template-rows: 540px minmax(280px, auto);
  width: 100%;
  height: auto;
  min-height: 820px !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  background-image: none !important;
}

body.tour-page .course-hero::after {
  display: none !important;
}

.course-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #999;
}

.course-hero__slides,
.course-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.course-hero__slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}

.course-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.course-hero__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.course-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.course-hero__slide figcaption {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  padding: 4px 10px;
  color: #fff;
  background: rgba(30, 30, 30, .48);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .03em;
}

.course-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 4;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.course-hero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  box-shadow: 0 1px 4px rgba(0,0,0,.16);
  cursor: pointer;
}

.course-hero__dot.is-active {
  background: #fff;
}

.course-hero__info {
  min-width: 0;
  background: #fff;
}

.tour-one .course-hero__info {
  background: #f9f9fb;
}

.tour-two .course-hero__info {
  background: #fffaf5;
}

.course-hero__info-inner {
  width: min(1700px, calc(100% - 144px));
  margin: 0 auto;
  padding: 30px 0 38px;
}

.course-hero__topline {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
}

.course-hero__brand {
  margin: 0;
  color: var(--accent);
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
}

.course-hero__number {
  margin: 0;
  padding: 8px 24px 9px;
  color: #fff;
  background: var(--accent);
  font-family: "DM Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
}

.course-hero__title {
  margin: 0;
  color: #585352;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.55vw, 48px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .005em;
  text-shadow: none;
  white-space: normal;
}

.course-hero__title em {
  font-style: normal;
  white-space: nowrap;
}

.course-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 12px;
  color: #4f5359;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .01em;
}

.course-hero__meta span + span::before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #777;
}

@media (max-width: 1100px) {
  body.tour-page .course-hero {
    grid-template-rows: 470px auto;
    height: auto;
    min-height: 0 !important;
  }

  .course-hero__info-inner {
    width: calc(100% - 72px);
    padding: 28px 0 38px;
  }

  .course-hero__brand {
    font-size: 17px;
  }

  .course-hero__number {
    font-size: 17px;
  }

  .course-hero__title {
    font-size: clamp(28px, 3.6vw, 38px);
  }

  .course-hero__meta {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  body.tour-page .course-hero {
    display: block !important;
    height: auto;
    min-height: 0 !important;
  }

  .course-hero__visual {
    height: 285px;
  }

  .course-hero__slide figcaption {
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .course-hero__dots {
    bottom: 10px;
    gap: 7px;
  }

  .course-hero__dot {
    width: 8px;
    height: 8px;
  }

  .course-hero__info-inner {
    width: calc(100% - 40px);
    padding: 24px 0 34px;
  }

  .course-hero__topline {
    display: block;
    margin-bottom: 17px;
  }

  .course-hero__brand {
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: .22em;
  }

  .course-hero__number {
    display: inline-block;
    padding: 8px 23px 9px;
    font-size: 18px;
  }

  .course-hero__title {
    font-size: 21px;
    line-height: 1.58;
  }

  .course-hero__title > span {
    display: block;
  }

  .course-hero__meta {
    margin-top: 10px;
    font-size: 10.5px;
    line-height: 1.6;
    white-space: normal;
  }

  .course-hero__meta span + span::before {
    margin: 0 7px;
  }
}

@media (max-width: 390px) {
  .course-hero__visual {
    height: 270px;
  }

  .course-hero__title {
    font-size: 19px;
  }

  .course-hero__meta {
    font-size: 9.5px;
  }
}

.coverage li{
	font-size: 90%;
}

.car-photo {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 16px 0 30px 0;
}

.car-photo-2 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 16px 0 30px 0;
}

.car-photo figure,.car-photo-2 figure {
	margin: 0;
}

.car-photo img,.car-photo-2 img {
	width: 100%;
	height: auto;
	display: block;
}

.car-photo figcaption,.car-photo-2 figcaption {
	margin-top: 2px;
	font-size: 12px;
	text-align: left;
}

/* スマホ */
@media screen and (max-width: 768px) {
	.car-photo,.car-photo-2 {
		grid-template-columns: 1fr;
	}
}
}