@charset "UTF-8";
/* =========================================================================
   濃飛バス 高山・下呂 ⇔ 馬籠・妻籠（_nouhibus.php 専用スタイル）
   ※ 画像は /sp/images/nouhibus/ 配下を参照
   ※ サイト共通CSSと干渉しないよう #nouhibus 配下にスコープ
   ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600;800&display=swap");

#nouhibus {
  --sumi: #2b2622;      /* 本文 */
  --stone: #6c6258;     /* 副次テキスト */
  --kuri: #4a3426;      /* 栗色・濃色セクション地 */
  --kuri-d: #36251a;
  --bengara: #a4432c;   /* 弁柄・差し色 */
  --bengara-d: #86341f;
  --green: #2f7d4f;     /* 濃飛グリーン・予約操作 */
  --green-d: #23603c;
  --green-l: #e2efe5;
  --gold: #b98b3f;
  --gold-l: #e5c98f;
  --washi: #f6f1e7;     /* 淡色セクション */
  --paper: #fffdf8;     /* 地色 */
  --line: #e4d9c7;
  --sat: #2f62b3;
  --sun: #c0452f;

  --serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
}

/* ---------- リセット ---------- */
#nouhibus *, #nouhibus *::before, #nouhibus *::after { box-sizing: border-box; margin: 0; padding: 0; }
#nouhibus {
  width: 100%; background: var(--paper); color: var(--sumi);
  font-family: var(--sans); line-height: 1.8; letter-spacing: .02em;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
#nouhibus img { max-width: 100%; display: block; }
#nouhibus a { color: inherit; text-decoration: none; }
#nouhibus ul, #nouhibus ol { list-style: none; }
#nouhibus button { font-family: inherit; }
#nouhibus section { padding: 72px 20px; }
#nouhibus .inner { max-width: 1080px; margin: 0 auto; }
#nouhibus .inner.narrow { max-width: 760px; }

@media screen and (min-width: 769px) { #nouhibus .sp-only { display: none; } }
@media screen and (max-width: 768px) {
  #nouhibus .pc-only { display: none; }
  #nouhibus section { padding: 56px 16px; }
}

/* ---------- 見出し ---------- */
#nouhibus .sec-head { text-align: center; margin-bottom: 36px; }
#nouhibus .sec-head .en { font-size: 11px; letter-spacing: .32em; color: var(--gold); font-weight: 700; }
#nouhibus .sec-head .ja {
  font-family: var(--serif); font-size: clamp(22px, 5vw, 30px); font-weight: 800;
  color: var(--kuri); margin-top: 6px; letter-spacing: .06em; line-height: 1.5;
}
#nouhibus .sec-head .ja::after {
  content: ""; display: block; width: 48px; height: 3px; border-radius: 2px;
  background: var(--bengara); margin: 14px auto 0;
}
#nouhibus .sec-head--dark .ja { color: #fff; }
#nouhibus .sec-head--dark .ja::after { background: var(--gold-l); }

/* =========================================================================
   HERO
   ========================================================================= */
#nouhibus .hero { position: relative; height: 62vh; min-height: 520px; max-height: 720px; overflow: hidden; background: var(--kuri-d); }
#nouhibus .slides { position: absolute; inset: 0; }
#nouhibus .slide {
  position: absolute; inset: 0; opacity: 0;
  background-size: cover; background-position: center;
  animation: nouhi-fade 18s infinite;
}
#nouhibus .slide:nth-child(1) { animation-delay: 0s; }
#nouhibus .slide:nth-child(2) { animation-delay: 6s; }
#nouhibus .slide:nth-child(3) { animation-delay: 12s; }
@keyframes nouhi-fade {
  0% { opacity: 0; transform: scale(1.08); }
  6% { opacity: 1; }
  28% { opacity: 1; transform: scale(1); }
  36% { opacity: 0; }
  100% { opacity: 0; }
}
#nouhibus .hero::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(43, 30, 20, .35) 0%, rgba(43, 30, 20, .05) 38%, rgba(43, 30, 20, .78) 100%);
}
#nouhibus .hero-inner {
  position: absolute; z-index: 3; left: 0; right: 0; bottom: 0;
  max-width: 1080px; margin: 0 auto; padding: 0 20px 56px; color: #fff;
}
#nouhibus .hero-tag {
  display: inline-block; font-size: 13px; letter-spacing: .12em; font-weight: 700;
  background: var(--bengara); color: #fff; padding: 5px 14px; border-radius: 2px; margin-bottom: 16px;
}
#nouhibus .hero h1 {
  font-family: var(--serif); font-size: clamp(30px, 7.6vw, 54px); line-height: 1.3; font-weight: 800;
  letter-spacing: .06em; text-shadow: 0 2px 20px rgba(0, 0, 0, .5);
}
#nouhibus .hero h1 .lead {
  display: block; font-family: var(--sans); font-size: clamp(13px, 3.4vw, 18px); font-weight: 700;
  color: var(--gold-l); letter-spacing: .14em; margin-bottom: 10px;
}
#nouhibus .hero .sub { margin-top: 14px; font-size: clamp(13px, 3.4vw, 16px); text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
#nouhibus .hero-btn {
  display: inline-block; margin-top: 22px; background: var(--green); color: #fff;
  font-size: 16px; font-weight: 800; letter-spacing: .06em; padding: 14px 34px; border-radius: 50px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .3); transition: .2s;
}
#nouhibus .hero-btn:hover { background: var(--green-d); transform: translateY(-2px); }
#nouhibus .dots { position: absolute; z-index: 4; bottom: 18px; right: 22px; display: flex; gap: 7px; }
#nouhibus .dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .5); display: block; transition: background .4s; }
#nouhibus .dots i.on { background: #fff; }
@media (max-width: 768px) {
  #nouhibus .hero { height: 70vh; min-height: 480px; }
  #nouhibus .hero-inner { padding: 0 16px 48px; }
  #nouhibus .hero-tag { font-size: 11.5px; letter-spacing: .06em; }
}

/* =========================================================================
   INTRO
   ========================================================================= */
#nouhibus .intro { background: var(--washi); text-align: center; }
#nouhibus .intro .en-h { font-size: 12px; letter-spacing: .3em; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
#nouhibus .intro .ja-h {
  font-family: var(--serif); font-size: clamp(22px, 5.4vw, 32px); font-weight: 800;
  color: var(--kuri); letter-spacing: .06em; line-height: 1.5; margin-bottom: 24px;
}
#nouhibus .intro p { font-size: 15px; color: var(--stone); max-width: 700px; margin: 0 auto; }
#nouhibus .points { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
#nouhibus .point {
  flex: 1 1 200px; max-width: 240px; background: #fff; border-radius: 14px; padding: 22px 16px;
  box-shadow: 0 8px 24px rgba(74, 52, 38, .09); border-top: 4px solid var(--bengara);
}
#nouhibus .point .ico {
  width: 56px; height: 56px; margin: 0 auto 10px; border-radius: 50%; background: var(--washi);
  display: flex; align-items: center; justify-content: center;
}
#nouhibus .point .ico svg { width: 30px; height: 30px; fill: none; stroke: var(--bengara); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
#nouhibus .point b { display: block; font-size: 15px; color: var(--kuri); margin-bottom: 4px; }
#nouhibus .point small { font-size: 12.5px; color: var(--stone); line-height: 1.6; display: block; }
@media (max-width: 560px) {
  #nouhibus .intro p { text-align: left; }
  #nouhibus .intro p br { display: none; }
  #nouhibus .points { gap: 10px; }
  #nouhibus .point { flex: 1 1 calc(50% - 5px); max-width: none; padding: 18px 10px; }
}

/* =========================================================================
   OVERVIEW / FARE
   ========================================================================= */
#nouhibus .overview { background: var(--kuri); color: #fff; }
#nouhibus .ov-card { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15); border-radius: 16px; padding: 26px 22px; }
#nouhibus .ov-card + .ov-card { margin-top: 18px; }
#nouhibus .fare-title { font-size: 14px; font-weight: 800; color: var(--gold-l); letter-spacing: .06em; text-align: center; margin-bottom: 14px; }
#nouhibus .fare-table { width: 100%; border-collapse: collapse; }
#nouhibus .fare-table th {
  color: var(--gold-l); font-size: 13px; font-weight: 800; padding: 10px 8px;
  border-bottom: 2px solid rgba(255, 255, 255, .2); letter-spacing: .06em;
}
#nouhibus .fare-table th:first-child { text-align: left; }
#nouhibus .fare-table td { padding: 16px 8px; border-bottom: 1px solid rgba(255, 255, 255, .12); text-align: center; }
#nouhibus .fare-table tr:last-child td { border-bottom: none; }
#nouhibus .fare-table .stn { text-align: left; font-size: 14px; font-weight: 700; line-height: 1.5; }
#nouhibus .fare-table .stn span { display: block; font-size: 12.5px; font-weight: 600; color: var(--gold-l); margin-top: 2px; }
#nouhibus .fare-table .fare { font-size: 20px; font-weight: 800; white-space: nowrap; }
#nouhibus .fare-note { font-size: 12px; color: rgba(255, 255, 255, .82); margin-top: 16px; line-height: 1.8; }
#nouhibus .ov-card--rows { padding: 8px 22px; }
#nouhibus .ov-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
#nouhibus .ov-row:last-child { border-bottom: none; }
#nouhibus .ov-row .lbl { font-size: 13px; color: var(--gold-l); font-weight: 700; letter-spacing: .06em; flex-shrink: 0; }
#nouhibus .ov-row .val { font-size: 14.5px; text-align: right; line-height: 1.7; }
#nouhibus .ov-row .val b { font-size: 16px; }
@media (max-width: 560px) {
  #nouhibus .ov-card { padding: 20px 14px; }
  #nouhibus .ov-card--rows { padding: 4px 14px; }
  #nouhibus .fare-table .stn { font-size: 12.5px; letter-spacing: 0; padding-right: 4px; }
  #nouhibus .fare-table td.fare { padding-left: 4px; padding-right: 4px; }
  #nouhibus .fare-table .fare { font-size: 17px; }
  #nouhibus .ov-row { flex-direction: column; gap: 2px; padding: 12px 0; }
  #nouhibus .ov-row .val { font-size: 14px; text-align: left; }
}

/* =========================================================================
   RESERVATION / CALENDAR
   ========================================================================= */
#nouhibus .cal-wrap { background: var(--washi); }
#nouhibus .cal-wrap > .inner { max-width: 940px; }
#nouhibus #reserve, #nouhibus #step2 { scroll-margin-top: 16px; }
#nouhibus .step-label {
  display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700;
  color: var(--kuri); margin-bottom: 14px; letter-spacing: .04em;
}
#nouhibus .step-no {
  display: inline-block; background: var(--kuri); color: #fff; font-size: 12px; font-weight: 800;
  padding: 4px 12px; border-radius: 6px; letter-spacing: .08em; flex-shrink: 0;
}

/* 便選択 */
#nouhibus .bin-select { margin-bottom: 24px; }
#nouhibus .bin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#nouhibus .bin-btn {
  position: relative; display: block; width: 100%; text-align: left; cursor: pointer;
  background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: 16px 18px 16px 50px;
  line-height: 1.5; color: var(--sumi); transition: .18s;
}
#nouhibus .bin-btn::before {
  content: ""; position: absolute; left: 18px; top: 50%; width: 20px; height: 20px; margin-top: -10px;
  border-radius: 50%; border: 2px solid var(--line); background: #fff; transition: .18s;
}
#nouhibus .bin-btn:hover { border-color: var(--green); }
#nouhibus .bin-btn.active { border-color: var(--green); background: #f1f7f2; box-shadow: 0 6px 16px rgba(47, 125, 79, .18); }
#nouhibus .bin-btn.active::before { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 4px #fff; }
#nouhibus .bin-no {
  display: inline-block; font-size: 12px; font-weight: 800; color: #fff; background: var(--bengara);
  border-radius: 3px; padding: 2px 10px; letter-spacing: .04em;
}
#nouhibus .bin-btn.active .bin-no { background: var(--green); }
#nouhibus .bin-route { display: block; font-size: 16px; font-weight: 800; color: var(--kuri); margin-top: 6px; }
#nouhibus .bin-time { display: block; font-size: 12.5px; color: var(--stone); margin-top: 2px; }
@media (max-width: 600px) {
  #nouhibus .bin-grid { grid-template-columns: 1fr; gap: 10px; }
  #nouhibus .bin-btn { padding: 12px 14px 12px 46px; }
  #nouhibus .bin-btn::before { left: 14px; }
  #nouhibus .bin-route { font-size: 15px; margin-top: 4px; }
}

/* カレンダー */
#nouhibus .cal-card { background: #fff; border-radius: 16px; padding: 26px 26px 22px; box-shadow: 0 10px 30px rgba(74, 52, 38, .1); }
#nouhibus .cal-route { font-size: 13.5px; color: var(--stone); margin: -4px 0 12px; }
#nouhibus .cal-route b { color: var(--green-d); }
#nouhibus .cal-nav { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; }
#nouhibus .cal-nav button {
  background: #fff; border: 1.5px solid var(--line); color: var(--kuri); font-size: 14px; font-weight: 700;
  cursor: pointer; padding: 7px 14px; border-radius: 50px; white-space: nowrap; transition: .15s;
}
#nouhibus .cal-nav button:hover { border-color: var(--green); color: var(--green-d); }
#nouhibus .cal-title { font-size: 18px; font-weight: 800; color: var(--kuri); text-align: center; }
#nouhibus .cal-months { display: flex; gap: 28px; }
#nouhibus .cal-month { flex: 1 1 0; min-width: 0; }
#nouhibus .cal-month__head { display: none; text-align: center; font-size: 16px; font-weight: 800; color: var(--kuri); padding: 6px 0; border-bottom: 2px solid var(--washi); }
#nouhibus .cal-months.is-multi .cal-month__head { display: block; }
#nouhibus .cal-months.is-multi + .cal-legend { margin-top: 14px; }
#nouhibus table.cal { width: 100%; border-collapse: collapse; table-layout: fixed; }
#nouhibus table.cal th { font-size: 12px; color: var(--stone); padding: 8px 0 4px; font-weight: 700; text-align: center; }
#nouhibus table.cal th.sun { color: var(--sun); }
#nouhibus table.cal th.sat { color: var(--sat); }
#nouhibus table.cal td { padding: 3px; text-align: center; vertical-align: middle; }
#nouhibus .day {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 52px; border-radius: 10px; font-size: 15px; font-weight: 700; line-height: 1.1; transition: .15s;
}
#nouhibus .day .mk { font-size: 10px; font-weight: 700; margin-top: 3px; letter-spacing: 0; }
#nouhibus .day.off { color: #c9c2b8; background: #faf8f4; }
#nouhibus .day.off .mk { color: #cdc6bc; }
#nouhibus .day.run { background: var(--green-l); color: var(--kuri); cursor: pointer; }
#nouhibus .day.run .mk { color: var(--green); }
#nouhibus .day.run.sun, #nouhibus .day.run.hol { color: var(--sun); }
#nouhibus .day.run.sat { color: var(--sat); }
#nouhibus .day.run:hover, #nouhibus .day.run:focus-visible { background: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 14px rgba(47, 125, 79, .3); outline: none; }
#nouhibus .day.run:hover .mk, #nouhibus .day.run:focus-visible .mk { color: #fff; }
#nouhibus .day.today { box-shadow: inset 0 0 0 2px var(--gold); }
#nouhibus .cal-legend { display: flex; flex-wrap: wrap; gap: 6px 20px; justify-content: center; margin-top: 12px; font-size: 12.5px; color: var(--stone); }
#nouhibus .cal-legend li { display: flex; align-items: center; gap: 6px; }
#nouhibus .swatch { width: 16px; height: 16px; border-radius: 4px; display: inline-block; }
#nouhibus .swatch--run { background: var(--green-l); border: 1px solid #b8d6c0; }
#nouhibus .swatch--off { background: #faf8f4; border: 1px solid var(--line); }
#nouhibus .cal-foot { font-size: 12px; color: var(--stone); text-align: center; margin-top: 12px; line-height: 1.8; }
#nouhibus .cal-foot b { color: var(--bengara); }
#nouhibus .cal-foot a { color: #0168b7; text-decoration: underline; }
@media (max-width: 768px) {
  #nouhibus .cal-card { padding: 20px 12px 18px; }
  #nouhibus .cal-route { padding: 0 4px; }
  #nouhibus .step-label { padding: 0 4px; font-size: 14px; }
  #nouhibus .cal-nav button { font-size: 13px; padding: 6px 11px; }
  #nouhibus .cal-title { font-size: 17px; }
  #nouhibus table.cal td { padding: 2px; }
  #nouhibus .day { height: 48px; font-size: 14px; border-radius: 8px; }
  #nouhibus .cal-foot { text-align: left; padding: 0 4px; }
}

/* =========================================================================
   TIMETABLE
   ========================================================================= */
#nouhibus .timetable { background: var(--paper); }
#nouhibus .tt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#nouhibus .tt-block { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
#nouhibus .tt-head {
  display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; color: #fff;
  background: var(--kuri); padding: 12px 18px; letter-spacing: .04em;
}
#nouhibus .tt-tag { font-size: 11px; font-weight: 800; background: var(--gold); color: #fff; padding: 2px 8px; border-radius: 3px; flex-shrink: 0; }
#nouhibus .tt-line { padding: 18px 20px 6px; }
#nouhibus .tt-line li { position: relative; display: flex; align-items: baseline; gap: 18px; padding: 0 0 18px 26px; }
#nouhibus .tt-line li::before {
  content: ""; position: absolute; left: 4px; top: 8px; width: 12px; height: 12px; border-radius: 50%;
  background: #fff; border: 3px solid var(--green); z-index: 1;
}
#nouhibus .tt-line li.is-arr::before { border-color: var(--bengara); background: var(--bengara); }
#nouhibus .tt-line li::after { content: ""; position: absolute; left: 9px; top: 14px; bottom: -8px; width: 2px; background: var(--line); }
#nouhibus .tt-line li:last-child::after { display: none; }
#nouhibus .tt-line .time { font-size: 18px; font-weight: 800; color: var(--kuri); min-width: 3.1em; font-variant-numeric: tabular-nums; }
#nouhibus .tt-line .stop { font-size: 15px; font-weight: 700; line-height: 1.5; }
#nouhibus .tt-line .stop small { display: block; font-size: 12px; font-weight: 500; color: var(--stone); }
#nouhibus .tt-note { font-size: 12px; color: var(--stone); padding: 0 20px 18px; line-height: 1.7; }
#nouhibus .tt-legend { display: flex; justify-content: center; gap: 22px; margin-top: 16px; font-size: 13px; color: var(--stone); }
#nouhibus .tt-legend li { display: flex; align-items: center; gap: 6px; }
#nouhibus .mark { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
#nouhibus .mark--dep { border: 3px solid var(--green); background: #fff; }
#nouhibus .mark--arr { border: 3px solid var(--bengara); background: var(--bengara); }
@media (max-width: 768px) {
  #nouhibus .tt-grid { grid-template-columns: 1fr; gap: 18px; }
  #nouhibus .tt-head { font-size: 15px; padding: 11px 14px; }
  #nouhibus .tt-line { padding: 16px 14px 4px; }
  #nouhibus .tt-note { padding: 0 14px 16px; }
}

/* =========================================================================
   MODEL COURSE
   ========================================================================= */
#nouhibus .course { background: var(--washi); }
#nouhibus .course > .inner { max-width: 820px; }
#nouhibus .course-lead { text-align: center; font-size: 15px; color: var(--stone); margin-bottom: 30px; }
#nouhibus .course-list { position: relative; }
#nouhibus .course-list li { position: relative; display: flex; gap: 18px; padding-bottom: 14px; }
#nouhibus .course-list li::after { content: ""; position: absolute; left: 47px; top: 40px; bottom: 0; width: 2px; background: repeating-linear-gradient(to bottom, var(--gold) 0 5px, transparent 5px 10px); }
#nouhibus .course-list li:last-child::after { display: none; }
#nouhibus .c-time {
  flex: 0 0 96px; height: 40px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;
  background: var(--kuri); color: #fff; font-size: 14px; font-weight: 800; border-radius: 50px; letter-spacing: .02em;
}
#nouhibus .course-list li.is-goal .c-time { background: var(--bengara); }
#nouhibus .c-body { flex: 1; background: #fff; border-radius: 12px; padding: 12px 18px; box-shadow: 0 4px 14px rgba(74, 52, 38, .06); }
#nouhibus .c-body b { display: block; font-size: 15.5px; color: var(--kuri); }
#nouhibus .c-body p { font-size: 13px; color: var(--stone); line-height: 1.7; margin-top: 2px; }
#nouhibus .course-note { font-size: 12px; color: var(--stone); margin-top: 12px; }
@media (max-width: 560px) {
  #nouhibus .course-lead { text-align: left; font-size: 14px; }
  #nouhibus .course-list li { gap: 10px; }
  #nouhibus .c-time { flex-basis: 72px; height: 34px; font-size: 12.5px; }
  #nouhibus .course-list li::after { left: 35px; top: 34px; }
  #nouhibus .c-body { padding: 10px 12px; }
  #nouhibus .c-body b { font-size: 14.5px; }
}

/* =========================================================================
   SPOTS
   ========================================================================= */
#nouhibus .spots { background: var(--paper); }
#nouhibus .dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
#nouhibus .dest-card {
  position: relative; border-radius: 18px; overflow: hidden; min-height: 300px;
  display: flex; align-items: flex-end; background: var(--kuri-d); box-shadow: 0 12px 32px rgba(74, 52, 38, .16);
}
#nouhibus .dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#nouhibus .dest-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(43, 30, 20, .88) 100%); }
#nouhibus .dest-card .txt { position: relative; z-index: 2; color: #fff; padding: 22px 24px; }
#nouhibus .dest-card .badge { display: inline-block; background: var(--bengara); font-size: 11px; font-weight: 700; letter-spacing: .1em; padding: 3px 11px; border-radius: 3px; margin-bottom: 8px; }
#nouhibus .dest-card h4 { font-family: var(--serif); font-size: 22px; font-weight: 800; letter-spacing: .04em; text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
#nouhibus .dest-card p { font-size: 13.5px; margin-top: 6px; line-height: 1.75; text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
@media (max-width: 768px) {
  #nouhibus .dest-grid { grid-template-columns: 1fr; gap: 16px; }
  #nouhibus .dest-card { min-height: 280px; }
  #nouhibus .dest-card .txt { padding: 18px; }
  #nouhibus .dest-card h4 { font-size: 19px; }
}

/* =========================================================================
   ACCESS MAP
   ========================================================================= */
#nouhibus .access { background: var(--washi); }
#nouhibus .map-grid { display: flex; gap: 20px; align-items: stretch; justify-content: center; }
#nouhibus .map-fig { flex: 1 1 0; max-width: 520px; background: #fff; border-radius: 14px; padding: 14px; box-shadow: 0 6px 20px rgba(74, 52, 38, .08); display: flex; flex-direction: column; }
#nouhibus .map-fig img { width: 100%; height: auto; margin: auto; }
#nouhibus .map-fig figcaption { text-align: center; font-size: 13px; font-weight: 700; color: var(--kuri); margin-top: 8px; }
@media (max-width: 768px) {
  #nouhibus .map-grid { flex-direction: column; align-items: center; gap: 14px; }
  #nouhibus .map-fig { width: 100%; }
}

/* =========================================================================
   STOPS
   ========================================================================= */
#nouhibus .stops { background: var(--paper); }
#nouhibus .stop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#nouhibus .stop-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
#nouhibus .stop-card h4 { font-size: 16px; font-weight: 800; color: var(--kuri); padding: 14px 16px 2px; line-height: 1.5; }
#nouhibus .stop-card h4 small { font-size: 12px; font-weight: 600; color: var(--stone); margin-left: 6px; }
#nouhibus .stop-card p { font-size: 13px; color: var(--stone); padding: 0 16px 12px; flex: 1; }
#nouhibus .stop-map { display: block; width: 100%; height: 200px; border: 0; background: var(--washi); }
#nouhibus .stop-note { font-size: 12px; color: var(--stone); margin-top: 16px; }
@media (max-width: 900px) { #nouhibus .stop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { #nouhibus .stop-grid { grid-template-columns: 1fr; gap: 14px; } }

/* =========================================================================
   CANCEL / NOTICE
   ========================================================================= */
#nouhibus .cancel { background: var(--washi); }
#nouhibus .cancel-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
#nouhibus .cancel-table th { background: var(--kuri); color: #fff; font-size: 13px; font-weight: 800; padding: 13px 16px; text-align: left; }
#nouhibus .cancel-table th:last-child, #nouhibus .cancel-table td.fee { text-align: right; }
#nouhibus .cancel-table td { font-size: 14px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
#nouhibus .cancel-table td.fee { font-weight: 800; color: var(--bengara); white-space: nowrap; }
#nouhibus .cancel-table tr:last-child td { border-bottom: none; }
#nouhibus .cancel-note { margin-top: 14px; }
#nouhibus .cancel-note li { font-size: 12.5px; color: var(--stone); padding-left: 1em; text-indent: -1em; line-height: 1.8; }
#nouhibus .cancel-note li::before { content: "※"; }

#nouhibus .notice { background: var(--paper); }
#nouhibus .notice ul { max-width: 680px; margin: 0 auto; }
#nouhibus .notice li { position: relative; font-size: 13.5px; color: var(--sumi); padding: 12px 0 12px 22px; border-bottom: 1px dashed var(--line); line-height: 1.75; }
#nouhibus .notice li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 7px; height: 7px; background: var(--bengara); transform: rotate(45deg); }

/* =========================================================================
   CTA
   ========================================================================= */
#nouhibus .cta { background: linear-gradient(135deg, var(--kuri-d), var(--kuri) 60%, #5d4230); color: #fff; text-align: center; }
#nouhibus .cta h3 { font-family: var(--serif); font-size: clamp(22px, 5vw, 30px); font-weight: 800; letter-spacing: .06em; margin-bottom: 8px; }
#nouhibus .cta p { font-size: 14px; opacity: .92; margin-bottom: 26px; }
#nouhibus .cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
#nouhibus .cta-btn {
  display: inline-block; min-width: 260px; background: var(--green); color: #fff; font-size: 16px; font-weight: 800;
  padding: 16px 30px; border-radius: 50px; letter-spacing: .05em; box-shadow: 0 10px 26px rgba(0, 0, 0, .28); transition: .2s;
}
#nouhibus .cta-btn:hover { background: var(--green-d); transform: translateY(-3px); }
#nouhibus .cta-btn--sub { background: #fff; color: var(--kuri); }
#nouhibus .cta-btn--sub:hover { background: var(--gold-l); color: var(--kuri-d); }
@media (max-width: 560px) { #nouhibus .cta-btn { width: 100%; min-width: 0; } }

/* =========================================================================
   SISTER ROUTE（名古屋発への導線）
   ========================================================================= */
#nouhibus .sister { background: var(--washi); }
#nouhibus .sister > .inner { max-width: 860px; }
#nouhibus .sister-card {
  position: relative; display: flex; align-items: flex-end; min-height: 280px; border-radius: 18px; overflow: hidden;
  background: var(--kuri-d); box-shadow: 0 12px 32px rgba(74, 52, 38, .16); transition: .22s;
}
#nouhibus .sister-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(74, 52, 38, .24); }
#nouhibus .sister-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#nouhibus .sister-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(43, 30, 20, .9) 100%); }
#nouhibus .sister-txt { position: relative; z-index: 2; color: #fff; padding: 26px 28px; }
#nouhibus .sister-badge { display: inline-block; background: var(--bengara); font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 3px 12px; border-radius: 3px; margin-bottom: 10px; }
#nouhibus .sister-txt h4 { font-family: var(--serif); font-size: clamp(19px, 4.4vw, 26px); font-weight: 800; letter-spacing: .03em; line-height: 1.45; text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
#nouhibus .sister-txt p { font-size: 14px; margin-top: 8px; text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
#nouhibus .sister-link { display: inline-block; margin-top: 12px; font-size: 15px; font-weight: 800; color: var(--gold-l); letter-spacing: .04em; }
@media (max-width: 560px) {
  #nouhibus .sister-card { min-height: 300px; }
  #nouhibus .sister-txt { padding: 20px 18px; }
  #nouhibus .sister-txt p { font-size: 13px; }
}

/* =========================================================================
   パンくず
   ========================================================================= */
.bread { background: #fff; }
ol.path {
  display: flex; flex-wrap: wrap; gap: 10px; font-size: .8em; align-items: center;
  padding: 5px 5px 3px; background: #fff; color: #333; max-width: 1140px; margin: auto;
  list-style: none; font-family: ArialMT, "Hiragino Kaku Gothic ProN", sans-serif;
}
ol.path li a { color: #0168b7; }
ol.path li:last-child a { color: #333; }
ol.path li a::after { content: ">"; display: inline-block; margin-left: 10px; }
ol.path li:last-child a::after { content: none; }

@media (prefers-reduced-motion: reduce) {
  #nouhibus .slide { animation: none; }
  #nouhibus .slide:first-child { opacity: 1; }
}
