/* こもれび歯科クリニック ── 信頼・LP型（明るいクリニカル）
   ────────────────────────────────────────────────────────────────
   【アーキタイプ】不安の解消・人・実績で選ばれる歯科の「安心系クリニックLP」。
   暗幕の没入ヒーローをやめ、明るい2分割ヒーロー＋数字バッジ、信頼の数字帯、
   番号付き縦タイムラインで縦に読ませる。他業種サンプル（暗い飲食・派手な実績系）
   と並べたとき、別のスタジオが作った別物に見えることを狙っている。

   【配色】4役で運用する。差し色は面で使う（小面積の一点差しにしない）。
     地：淡ミント白（--bg）／白カード（--white）／温かいサンド（--sand）
     差し色：清潔感のあるティール（--teal）を、ボタン・数字・帯の面に使う
     文字：濃紺グレー（--ink）
   歯科でありがちな「原色の水色」ではなく、少しくすんだティール＋温かいサンドを
   合わせ、冷たさではなく清潔さと親しみを出している。

   【書体】やさしいゴシック中心。重い明朝は使わない。
     Zen Kaku Gothic New … 見出し・本文の主役。親しみと可読性
     Zen Maru Gothic     … 数字バッジ・スタットの数字。丸ゴで柔らかさを足す
     Outfit              … 欧文ラベル・料金の数字

   【角丸】12〜16pxで大きめ。ピル型ボタン。優しい印象を骨格で作る。

   【面の作り方】区切りは地の色の切り替わりで作る。白カードは情報の器としてだけ
   使い、セクションの地は 淡ミント／サンド を交互に敷く。 */

:root {
  --bg:      #f4f8f6;   /* 地A。淡いミント白 */
  --white:   #ffffff;   /* カード・器 */
  --sand:    #f5ede0;   /* 地B。温かいサンド */
  --sand-2:  #efe4d3;
  --mint:    #e5f1ed;   /* 差し色の淡い面 */
  --mint-2:  #d7e9e2;
  --teal:    #1c7268;   /* 主差し色。ボタン・数字・帯 */
  --teal-d:  #135950;   /* ホバー */
  --teal-ink:#166055;   /* 明るい地の上の差し色文字（--white上 6.0:1） */
  --ink:     #23343b;   /* 本文。濃紺グレー */
  --ink-sub: #566a71;   /* 副文字。--white上 5.5:1 */
  --line:    #dde9e4;   /* 罫 */
  --line-2:  #ebf2ee;
  --on-teal:      rgba(255,255,255,.92);
  --on-teal-sub:  rgba(255,255,255,.78);
  --on-teal-fine: rgba(255,255,255,.62);
  --on-teal-line: rgba(255,255,255,.22);

  --maru:  "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --kaku:  "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  --latin: "Outfit", "Zen Kaku Gothic New", sans-serif;

  --pad: clamp(20px, 5vw, 44px);
  --r:    16px;
  --r-sm: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--kaku);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.stat-row strong, .hero-badge strong, .price, .hero-hours,
.bar-tel, .label span, .info dd, .jiyu-spec dd, .tl-marker {
  font-variant-numeric: tabular-nums;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 var(--pad); }
.narrow { max-width: 740px; }

.pc-br { display: none; }
@media (min-width: 700px) { .pc-br { display: inline; } }

/* ---------- ヘッダー ---------- */
.bar {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 13px var(--pad);
  background: rgba(244,248,246,.85); backdrop-filter: blur(10px);
  transition: background .4s, box-shadow .4s;
}
.bar.on { background: rgba(255,255,255,.94); box-shadow: 0 1px 0 var(--line), 0 6px 20px rgba(35,52,59,.05); }
.bar .logo { font-family: var(--kaku); font-weight: 700; font-size: 15.5px;
             letter-spacing: .08em; text-decoration: none; line-height: 1.5; }
.bar .logo small { display: block; font-family: var(--latin); font-weight: 400;
                   font-size: 9px; letter-spacing: .3em; color: var(--teal-ink); }
.bar nav { display: none; gap: 22px; font-size: 12.5px; letter-spacing: .06em; }
.bar nav a { text-decoration: none; color: var(--ink-sub); transition: color .3s; }
.bar nav a:hover { color: var(--teal-ink); }
.bar-tel {
  display: none; font-family: var(--latin); font-size: 15px; font-weight: 500;
  letter-spacing: .05em; text-decoration: none; padding: 8px 20px;
  color: var(--teal-ink); border: 1px solid var(--mint-2);
  border-radius: 999px; transition: background .3s, color .3s, border-color .3s;
}
.bar-tel:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
@media (min-width: 1000px) { .bar nav, .bar-tel { display: flex; } }

/* ---------- ヒーロー（明るい2分割）----------
   左：見出し＋サブ＋2CTA。右：人物写真の角丸フレーム＋数字バッジ2つ。 */
.hero {
  position: relative;
  background:
    radial-gradient(120% 90% at 100% 0%, var(--mint) 0%, rgba(229,241,237,0) 55%),
    var(--bg);
  padding: clamp(96px, 15vw, 132px) 0 clamp(56px, 9vw, 96px);
}
.hero-grid { max-width: 1180px; margin: 0 auto; padding: 0 var(--pad);
             display: grid; gap: clamp(36px, 5vw, 56px); align-items: center; }

.hero-tag {
  display: inline-block; font-size: 12px; letter-spacing: .06em;
  color: var(--teal-ink); background: var(--mint);
  border: 1px solid var(--mint-2); border-radius: 999px;
  padding: 6px 16px; line-height: 1.7; margin-bottom: 24px;
}
.hero-title {
  font-family: var(--kaku); font-weight: 700; color: var(--ink);
  font-size: clamp(30px, 6.4vw, 50px); line-height: 1.5;
  letter-spacing: .02em; text-wrap: balance;
}
.hero-lede { margin-top: 22px; font-size: 15px; line-height: 2.1; color: var(--ink-sub);
             max-width: 33em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-hours {
  list-style: none; margin-top: 30px; display: grid; gap: 2px;
  border-top: 1px solid var(--line); padding-top: 20px;
  font-size: 13px; color: var(--ink-sub); max-width: 420px;
}
.hero-hours li { display: grid; grid-template-columns: 52px 1fr; gap: 12px;
                 align-items: baseline; line-height: 1.9; }
.hero-hours span { font-size: 11px; letter-spacing: .1em; color: var(--teal-ink);
                   font-weight: 500; }
.hero-sample { margin-top: 22px; font-size: 11.5px; line-height: 1.9; color: var(--ink-sub); }

.hero-media { position: relative; }
.hero-photo { border-radius: var(--r); overflow: hidden;
              box-shadow: 0 24px 50px -22px rgba(28,60,54,.42); }
.hero-photo img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: center 26%; }

/* 数字バッジ。白カードに丸ゴの大きな数字。写真の角に重ねる */
.hero-badge {
  position: absolute; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  background: var(--white); border-radius: var(--r-sm);
  padding: 13px 18px; box-shadow: 0 16px 34px -14px rgba(28,60,54,.34);
  border: 1px solid var(--line-2);
}
.hero-badge strong { font-family: var(--maru); font-weight: 700; color: var(--teal);
                     font-size: 30px; line-height: 1; letter-spacing: 0; }
.hero-badge strong em { font-style: normal; font-size: 14px; margin-left: 2px; }
.hero-badge span { font-size: 11px; line-height: 1.55; color: var(--ink-sub); letter-spacing: .02em; }
.hero-badge.badge-a { top: 18px; left: -12px; }
.hero-badge.badge-b { bottom: 20px; right: -12px; }

@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: clamp(44px, 5vw, 72px); }
  .hero-photo img { aspect-ratio: 4 / 5; }
  .hero-badge.badge-a { left: -26px; }
  .hero-badge.badge-b { right: -26px; }
}
@media (max-width: 380px) {
  .hero-badge.badge-a { left: 0; }
  .hero-badge.badge-b { right: 0; }
}

/* ---------- 信頼の数字（横並びスタット）---------- */
.stats { background: var(--teal);
         background: linear-gradient(180deg, #1c7268 0%, #185f56 100%); }
.stat-row {
  list-style: none; max-width: 1080px; margin: 0 auto; padding: clamp(30px, 5vw, 42px) var(--pad);
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 20px;
}
.stat-row li { display: flex; flex-direction: column; gap: 6px; align-items: flex-start;
               padding-left: 16px; border-left: 2px solid var(--on-teal-line); }
.stat-row strong { font-family: var(--maru); font-weight: 700; color: #fff;
                   font-size: clamp(34px, 6vw, 44px); line-height: 1; letter-spacing: 0; }
.stat-row strong em { font-style: normal; font-size: .42em; margin-left: 3px;
                      color: var(--on-teal); }
.stat-row span { font-size: 12px; line-height: 1.7; color: var(--on-teal-sub); letter-spacing: .02em; }
@media (min-width: 760px) { .stat-row { grid-template-columns: repeat(4, 1fr); } }

/* ---------- セクション共通 ---------- */
section { padding: clamp(64px, 10vw, 118px) 0; }
.sec-head { padding-bottom: clamp(28px, 5vw, 48px); }
.head-lede { font-size: 14.5px; color: var(--ink-sub); max-width: 660px; margin-top: 6px; }

.label {
  font-family: var(--latin); font-weight: 500; font-size: 11px;
  letter-spacing: .26em; color: var(--ink-sub);
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.label span { color: var(--teal-ink); font-size: 13px; letter-spacing: .08em; }
.label::after { content: ""; flex: 1; height: 1px; background: var(--line); max-width: 88px; }

h2 {
  font-family: var(--kaku); font-weight: 700; color: var(--ink);
  font-size: clamp(23px, 4.4vw, 34px); line-height: 1.6;
  letter-spacing: .02em; margin-bottom: 24px; text-wrap: balance;
}
h3 { font-family: var(--kaku); font-weight: 700; letter-spacing: .02em; color: var(--ink); }
p + p { margin-top: 1.35em; }
.mute { color: var(--ink-sub); font-size: 13.5px; line-height: 2.1; }
strong { font-weight: 700; }
.fine-l { color: var(--ink-sub); font-size: 12.5px; line-height: 2; margin-top: 1.2em; }
.fine-l a { color: var(--teal-ink); text-underline-offset: 3px; }

/* 写真と色面の2分割。写真は面いっぱいに敷く */
.split { display: grid; padding: 0; }
.split-txt { display: flex; align-items: center; overflow: hidden;
             padding: clamp(52px, 9vw, 100px) 0; }
.split-inner { width: 100%; max-width: 580px; margin: 0 auto;
               padding: 0 var(--pad); position: relative; }
.split-media { position: relative; overflow: hidden; min-height: 62vw; }
.split-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .split-media { min-height: 100%; }
  .split .split-inner { margin: 0 0 0 auto; padding-right: clamp(28px, 5vw, 64px); }
  .split.rev .split-txt { order: 2; }
  .split.rev .split-inner { margin: 0 auto 0 0; padding-right: var(--pad);
                            padding-left: clamp(28px, 5vw, 64px); }
}

/* ---------- 01 お悩み（淡ミント × 白カードのやわらかいリスト）---------- */
.sec-worry { background: var(--mint); }
.h-lead { text-align: center; }
.sec-worry .label { justify-content: center; }
.sec-worry .label::after { display: none; }
.checks { list-style: none; display: grid; gap: 12px; max-width: 660px; margin: 36px auto 0; }
.checks li {
  background: var(--white); border-radius: var(--r-sm); padding: 18px 22px 18px 58px;
  position: relative; font-size: 14.5px; line-height: 1.9;
  box-shadow: 0 6px 18px -12px rgba(28,60,54,.25);
}
.checks li::before {
  content: ""; position: absolute; left: 22px; top: 50%;
  width: 22px; height: 22px; margin-top: -11px; border-radius: 50%;
  background: var(--mint-2);
}
.checks li::after {
  content: ""; position: absolute; left: 28px; top: 50%;
  width: 10px; height: 5px; margin-top: -3px;
  border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.worry-note { max-width: 660px; margin: 34px auto 0; text-align: center; }
.worry-lead { font-family: var(--kaku); font-weight: 700;
              font-size: clamp(16px, 2.6vw, 20px); letter-spacing: .03em; color: var(--teal-ink); }
.worry-note .mute { margin-top: 16px; text-align: left;
                    background: var(--white); border-radius: var(--r-sm);
                    padding: 24px 26px; box-shadow: 0 6px 18px -12px rgba(28,60,54,.22); }

/* ---------- 02 医院の考え方（サンドの2分割）---------- */
.sec-policy { background: var(--sand); }
.sec-policy p { color: var(--ink-sub); font-size: 14.5px; }
.sec-policy strong { color: var(--ink); }
.sec-policy .split-media img { object-position: center 34%; }

/* ---------- 03 三つの不安 ---------- */
.sec-answer { background: var(--bg); padding-bottom: 0; }
.answers { display: grid; gap: 0; }
.answer.split { align-items: stretch; }
.answer.split:nth-of-type(odd) .split-txt { background: var(--white); }
.fear {
  display: inline-block; font-family: var(--kaku); font-size: 12px; font-weight: 500;
  letter-spacing: .04em; color: var(--teal-ink); background: var(--mint);
  border: 1px solid var(--mint-2); border-radius: 999px;
  padding: 5px 16px; margin-bottom: 16px; line-height: 1.8;
}
.answer h3 { font-size: clamp(19px, 3.1vw, 25px); line-height: 1.55; margin-bottom: 14px; }
.answer p { font-size: 14px; line-height: 2.05; color: var(--ink-sub); }
.numlist { list-style: none; counter-reset: n; margin-top: 22px; display: grid; gap: 11px; }
.numlist li {
  counter-increment: n; position: relative; padding-left: 42px;
  font-size: 13.5px; line-height: 1.95; color: var(--ink-sub);
}
.numlist li::before {
  content: counter(n); position: absolute; left: 0; top: 3px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--teal); color: #fff;
  font-family: var(--latin); font-size: 12.5px; font-weight: 600;
  display: grid; place-items: center; line-height: 1;
}
.ticks { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.ticks li { font-size: 12px; letter-spacing: .02em; color: var(--teal-ink);
            background: var(--mint); border: 1px solid var(--mint-2);
            border-radius: 999px; padding: 6px 15px; line-height: 1.8; }
/* 写真のない項目は淡ミントの帯で埋める */
.band-tint { background: var(--mint); padding: clamp(56px, 9vw, 100px) 0; }
.band-tint .ticks li { background: var(--white); }

/* ---------- メッセージの2分割（差し色ティールの面）---------- */
.sec-message { background: var(--teal);
               background: linear-gradient(160deg, #1c7268 0%, #15574f 100%); }
.sec-message .split-txt { padding: clamp(56px, 10vw, 104px) 0; }
.sec-message .split-media { min-height: 66vw; }
.sec-message .split-media img { object-position: center 40%; }
.msg-lead { font-family: var(--kaku); font-weight: 700; color: #fff;
            font-size: clamp(24px, 5.4vw, 40px); line-height: 1.5; letter-spacing: .02em;
            text-wrap: balance; }
.msg-sub { margin-top: 18px; color: var(--on-teal-sub); font-size: 14px; line-height: 2.1; }
@media (min-width: 900px) { .sec-message .split-media { min-height: 100%; } }

/* ---------- 04 初診の流れ（番号付き縦タイムライン）---------- */
.sec-flow { background: var(--sand); }
.timeline { list-style: none; position: relative; max-width: 760px; margin: 0 auto; }
.timeline::before {
  content: ""; position: absolute; left: 22px; top: 23px; bottom: 23px;
  width: 2px; background: var(--sand-2);
}
.tl-item { position: relative; padding: 0 0 clamp(30px, 4vw, 42px) 64px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-marker {
  position: absolute; left: 0; top: 0; z-index: 1;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--teal); color: #fff; display: grid; place-items: center;
  font-family: var(--maru); font-weight: 700; font-size: 19px; line-height: 1;
  box-shadow: 0 0 0 6px var(--sand);
}
.tl-body {
  background: var(--white); border-radius: var(--r); border: 1px solid var(--line-2);
  padding: 24px 26px; box-shadow: 0 10px 26px -18px rgba(28,60,54,.3);
}
.tl-body h3 { font-size: clamp(17px, 3vw, 21px); line-height: 1.55; margin-bottom: 10px; }
.tl-body p { font-size: 13.5px; line-height: 2.05; color: var(--ink-sub); }
.tl-img { margin-top: 18px; border-radius: var(--r-sm); overflow: hidden; }
.tl-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 24%; }
@media (min-width: 700px) {
  .tl-img { max-width: 340px; }
}

/* ---------- 05 費用（白地のすっきりした表）---------- */
.sec-price { background: var(--bg); }
.reassure {
  background: var(--mint); border: 1px solid var(--mint-2); border-radius: var(--r-sm);
  border-left: 3px solid var(--teal); padding: 18px 22px;
  font-size: 14px; line-height: 2; color: var(--ink); margin-bottom: 10px;
}
.price-h { font-family: var(--kaku); font-weight: 700; color: var(--ink);
           font-size: 17px; letter-spacing: .04em; margin-top: 46px; }
.price-h:first-of-type { margin-top: 34px; }
.table-scroll { overflow-x: auto; margin-top: 18px; -webkit-overflow-scrolling: touch; }
.price { width: 100%; min-width: 440px; border-collapse: collapse;
         background: var(--white); border-radius: var(--r-sm); overflow: hidden;
         box-shadow: 0 8px 24px -18px rgba(28,60,54,.3); }
.price th, .price td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line-2); }
.price thead th { font-size: 11.5px; letter-spacing: .12em; font-weight: 500;
                  color: var(--ink-sub); background: var(--mint); border-bottom: 0; }
.price tbody tr:last-child td { border-bottom: 0; }
.price th:last-child, .price td:last-child { text-align: right; }
.price .nm { display: block; font-size: 14.5px; color: var(--ink); }
.price .ds { display: block; font-size: 11.5px; color: var(--ink-sub); line-height: 1.8; }
.price td { color: var(--ink); }
.price td:last-child { font-family: var(--latin); font-size: 16px; font-weight: 500;
                       letter-spacing: .02em; white-space: nowrap; color: var(--teal-ink); }

.jiyu { display: grid; gap: 16px; margin-top: 20px; }
.jiyu-card { background: var(--white); border: 1px solid var(--line);
             border-radius: var(--r); padding: 26px 24px;
             box-shadow: 0 8px 24px -18px rgba(28,60,54,.3); }
.jiyu-card h4 { font-family: var(--kaku); font-weight: 700; color: var(--ink);
                font-size: 15.5px; line-height: 1.6; letter-spacing: .02em; }
.jiyu-spec { display: grid; gap: 0; margin-top: 16px; }
.jiyu-spec div { display: grid; grid-template-columns: 84px 1fr; gap: 12px;
                 padding: 9px 0; border-bottom: 1px dashed var(--line);
                 align-items: baseline; }
.jiyu-spec dt { font-size: 11.5px; letter-spacing: .1em; color: var(--ink-sub); }
.jiyu-spec dd { font-family: var(--latin); font-size: 17px; font-weight: 500; color: var(--teal-ink); }
.risk { margin-top: 18px; padding: 16px 16px 15px; border-radius: 10px;
        background: var(--sand); border-left: 3px solid var(--teal); }
.risk-h { font-family: var(--kaku); font-weight: 700; font-size: 12px;
          letter-spacing: .08em; color: var(--teal-ink); margin-bottom: 6px; }
.risk p { font-size: 12.5px; line-height: 2; color: var(--ink-sub); }
@media (min-width: 760px) { .jiyu { grid-template-columns: 1fr 1fr; } }

.price-note { list-style: none; margin-top: 22px; font-size: 12.5px; color: var(--ink-sub); line-height: 2; }
.price-note li { padding-left: 16px; position: relative; }
.price-note li::before { content: "※"; position: absolute; left: 0; color: var(--teal-ink); }

.inline-cta {
  margin-top: 44px; padding: 32px var(--pad); text-align: center;
  background: var(--mint); border: 1px solid var(--mint-2); border-radius: var(--r);
}
.inline-cta p { font-size: 13.5px; color: var(--ink); }
.inline-cta .btn { margin-top: 20px; }

/* ---------- 06 FAQ（サンド地。白カードのアコーディオン）---------- */
.sec-faq { background: var(--sand); }
.faq { margin-top: 32px; display: grid; gap: 10px; }
.faq details { background: var(--white); border-radius: var(--r-sm);
               border: 1px solid var(--line-2);
               box-shadow: 0 6px 18px -14px rgba(28,60,54,.24); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; position: relative;
               padding: 19px 50px 19px 50px; font-size: 14.5px; line-height: 1.9;
               font-family: var(--kaku); font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; position: absolute; left: 22px; top: 18px;
                       font-family: var(--latin); font-weight: 600; font-size: 14px; color: var(--teal); }
.faq summary::after { content: ""; position: absolute; right: 22px; top: 50%;
                      width: 9px; height: 9px; margin-top: -7px;
                      border-right: 1.8px solid var(--teal-ink);
                      border-bottom: 1.8px solid var(--teal-ink);
                      transform: rotate(45deg); transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(225deg); margin-top: -2px; }
.faq .a { padding: 0 24px 22px 50px; font-size: 13.5px; line-height: 2.1;
          color: var(--ink-sub); position: relative; }
.faq .a::before { content: "A"; position: absolute; left: 22px; top: 0;
                  font-family: var(--latin); font-weight: 600; font-size: 14px; color: var(--ink-sub); }

/* ---------- 07 アクセス ---------- */
.sec-access { background: var(--bg); }
.access { display: grid; gap: 32px; margin-top: 36px; }
@media (min-width: 860px) { .access { grid-template-columns: 1.05fr .95fr; gap: 50px; } }
.info div { display: grid; grid-template-columns: 92px 1fr; gap: 16px;
            padding: 14px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.info div:first-child { border-top: 1px solid var(--line); }
.info dt { font-size: 11.5px; letter-spacing: .1em; color: var(--ink-sub); }
.info dd { font-size: 14px; line-height: 1.95; color: var(--ink); }
.info dd a { color: var(--teal-ink); text-decoration: none; }
.map-card { background: var(--mint); border: 1px solid var(--mint-2); border-radius: var(--r);
            padding: 36px 32px; height: 100%; display: flex; flex-direction: column;
            justify-content: center; }
.map-name { font-family: var(--kaku); font-weight: 700; color: var(--ink);
            font-size: 18px; letter-spacing: .04em; }
.map-addr { margin-top: 8px; font-size: 13px; color: var(--ink-sub); }
.map-card .btn { margin-top: 24px; align-self: flex-start; }
.map-note { margin-top: 22px; font-size: 12px; color: var(--ink-sub); line-height: 2; }

/* ---------- ボタン ----------
   ピル型・大きめの角丸。主：ティールベタ／副：白抜きゴースト。 */
.btn {
  display: inline-block; padding: 15px 30px;
  background: var(--teal); color: #fff; text-decoration: none;
  font-family: var(--kaku); font-weight: 700;
  font-size: 14px; letter-spacing: .05em; border-radius: 999px;
  border: 1px solid var(--teal);
  transition: background .3s, border-color .3s, transform .3s, box-shadow .3s;
  box-shadow: 0 10px 22px -12px rgba(28,114,104,.6);
}
.btn:hover { background: var(--teal-d); border-color: var(--teal-d);
             transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(28,114,104,.6); }
.btn.ghost { background: var(--white); color: var(--teal-ink);
             border-color: var(--mint-2); box-shadow: none; }
.btn.ghost:hover { background: var(--mint); border-color: var(--teal);
                   box-shadow: 0 10px 22px -14px rgba(28,60,54,.4); }

/* CTA帯は差し色ティールの面 */
.cta-band { background: var(--teal);
            background: linear-gradient(160deg, #1f7d72 0%, #155850 100%);
            color: var(--on-teal); text-align: center;
            padding: clamp(56px, 9vw, 96px) 0; }
.cta-band .label { justify-content: center; color: var(--on-teal-sub); }
.cta-band .label span { color: #fff; }
.cta-band .label::after { display: none; }
.cta-band h2 { color: #fff; margin-bottom: 16px; }
.cta-band p { color: var(--on-teal-sub); font-size: 14px; line-height: 2.1; }
.cta-band .btn { background: #fff; color: var(--teal-d); border-color: #fff;
                 box-shadow: 0 12px 26px -14px rgba(0,0,0,.4); }
.cta-band .btn:hover { background: var(--mint); border-color: var(--mint); }
.cta-band .btn.ghost { background: transparent; color: #fff; border-color: var(--on-teal-line); }
.cta-band .btn.ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); }
.cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.cta-fine { margin-top: 24px; font-size: 11.5px; color: var(--on-teal-fine); line-height: 2; }

/* スマホ追従バー */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  box-shadow: 0 -2px 20px rgba(28,60,54,.12);
  transform: translateY(115%); transition: transform .4s;
}
.sticky.on { transform: none; }
.sticky a { flex: 1; text-align: center; padding: 14px 6px; text-decoration: none;
            font-family: var(--kaku); font-weight: 700;
            font-size: 13.5px; letter-spacing: .04em; border-radius: 999px; }
.sticky .s1 { background: var(--teal); color: #fff; }
.sticky .s2 { background: var(--white); color: var(--teal-ink); border: 1px solid var(--mint-2); }
@media (min-width: 1000px) { .sticky { display: none; } }

/* ---------- フッター ---------- */
footer { background: #16332e; color: #a9c3bb; text-align: center;
         padding: 54px var(--pad) 104px; }
.f-logo { font-family: var(--kaku); font-weight: 700; color: #fff;
          font-size: 15px; letter-spacing: .08em; margin-bottom: 16px; }
footer p { font-size: 11.5px; line-height: 2.1; }
.f-note { max-width: 660px; margin: 18px auto 0; color: #8fada4; }
.credit { margin-top: 24px; font-size: 10.5px; color: #7f9a92; }
footer a { color: #bcd4cc; }
@media (min-width: 1000px) { footer { padding-bottom: 54px; } }

/* スクロールで浮かび上がる */
.rise { opacity: 0; transform: translateY(20px); transition: opacity .9s ease, transform .9s ease; }
.rise.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
  html { scroll-behavior: auto; }
}
