/* ═══════════════════════════════════════════════════════════════
   希望ヶ丘ファミリー歯科 — 複数ページ・コーポレート共通CSS
   視覚スタイル：クリーン医療／白＋生成り＋セージグリーン＋やわらかコーラル
   トーン：清潔・安心・やさしい（丸ゴシック主役）。目的来訪型＝予約/アクセス/診療時間への最短導線を最優先。
   部品の文法：丸み控えめのソフト色面＋ヘアライン罫／素の線アイコン（円で囲わない）／小さな番号／点線アーチの流れ図
   ※建築サンプル(sumika)とは骨格・配色・部品文法を意図的に別物にしている（重複デザイン禁止）
   ═══════════════════════════════════════════════════════════════ */
:root{
  --ink:#2c3a35; --ink2:#41514a; --paper:#fbfaf5; --paper2:#f1f6f2; --paper3:#e7f0ea;
  --line:#e4eae3; --line2:#cfdacf;
  --muted:#6c7a72; --muted2:#8b988f;
  --sage:#5aa088; --sage-d:#3f8470; --sage-l:#8cc3ae; --sage-pale:#eef6f1;
  --coral:#ef9f8a; --coral-d:#e07d63;
  --serif:"Shippori Mincho B1",serif; --round:"Zen Maru Gothic",sans-serif; --sans:"Zen Kaku Gothic New",sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.9;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
svg{display:block}
img{display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 30px}
.wrap-w{max-width:1340px;margin:0 auto;padding:0 30px}
@media(max-width:860px){.wrap,.wrap-w{padding:0 20px}}

/* ── 共通の編集パーツ ── */
.eyebrow{font-family:var(--round);font-size:12.5px;font-weight:700;letter-spacing:.22em;color:var(--sage-d);display:inline-flex;align-items:center;gap:9px}
.eyebrow::before{content:"";width:22px;height:1.5px;background:var(--sage-l);display:inline-block}
.en-lab{font-family:var(--round);font-size:11px;letter-spacing:.3em;color:var(--sage-l);font-weight:700;text-transform:uppercase}
.h-sec{font-family:var(--round);font-weight:700;font-size:clamp(24px,3.3vw,38px);letter-spacing:.04em;line-height:1.55;color:var(--ink)}
.h-sec em{font-style:normal;color:var(--sage-d)}
.lead{color:var(--muted);font-size:14.5px;line-height:2.05;max-width:580px}
.arrow-link{display:inline-flex;align-items:center;gap:10px;font-family:var(--round);font-size:13.5px;font-weight:700;letter-spacing:.06em;color:var(--sage-d);transition:.3s}
.arrow-link svg{width:30px;height:8px;stroke:var(--sage);stroke-width:1.6;fill:none;transition:.35s}
.arrow-link:hover svg{transform:translateX(7px)}
.center{text-align:center}

/* 小さなツール（葉＝予防/やさしさ のシグネチャーモチーフ。サイト内で1モチーフに統一） */
.leaf{display:inline-block;width:18px;height:18px;stroke:var(--sage);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}

/* ── 提案サンプル帯（厳守：文言維持） ── */
.sample-bar{background:var(--sage-d);color:#e7f6ef;font-size:12px;text-align:center;padding:9px 16px;letter-spacing:.03em;position:relative;z-index:70}
.sample-bar strong{color:#fff;font-weight:700}

/* ── ヘッダー（全ページ共通グローバルナビ：常時クリーン＝薄背景＋濃い文字） ── */
header{position:sticky;top:0;z-index:55;background:rgba(251,250,245,.86);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:.4s}
header.fixed{background:rgba(251,250,245,.97);border-bottom-color:var(--line);box-shadow:0 4px 22px rgba(63,132,112,.07)}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px}
.brand{display:flex;align-items:center;gap:11px}
.brand .bmark{width:34px;height:34px;flex-shrink:0}
.brand b{font-family:var(--round);font-size:18.5px;font-weight:700;letter-spacing:.04em;color:var(--ink);line-height:1.2}
.brand span{display:block;font-family:var(--round);font-size:9.5px;font-weight:500;letter-spacing:.14em;color:var(--sage-d)}
.menu{display:flex;align-items:center;gap:26px}
.menu a.link{font-family:var(--round);font-size:14px;font-weight:500;position:relative;padding:6px 0;transition:.3s}
.menu a.link::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--sage-l);border-radius:2px;transition:.35s}
.menu a.link:hover::after,.menu a.link.active::after{width:100%}
.menu a.link.active{color:var(--sage-d)}
.menu .tel{font-family:var(--round);font-weight:700;color:var(--sage-d);font-size:15px;display:flex;align-items:center;gap:6px}
.menu .tel svg{width:15px;height:15px;stroke:var(--sage-d);stroke-width:1.8;fill:none}
.menu .book{background:var(--coral);color:#fff;font-family:var(--round);font-weight:700;font-size:14px;padding:11px 22px;border-radius:26px;transition:.3s;box-shadow:0 6px 16px rgba(224,125,99,.26)}
.menu .book:hover{background:var(--coral-d)}
.burger{display:none;flex-direction:column;gap:6px;width:30px;background:none;border:0;cursor:pointer}
.burger span{display:block;height:2.5px;width:100%;background:var(--sage-d);border-radius:3px;transition:.4s}
.overlay{position:fixed;inset:0;z-index:80;background:var(--sage-d);transform:translateY(-100%);transition:transform .55s cubic-bezier(.7,0,.2,1);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px}
.overlay.open{transform:translateY(0)}
.overlay a{font-family:var(--round);color:#fff;font-size:23px;font-weight:700;letter-spacing:.08em;padding:14px 0;opacity:0;transform:translateY(16px);transition:.5s;text-align:center}
.overlay a small{display:block;font-family:var(--round);font-size:11px;letter-spacing:.28em;color:var(--sage-l);font-weight:500;margin-top:3px}
.overlay.open a{opacity:1;transform:none}
.overlay.open a:nth-child(2){transition-delay:.07s}.overlay.open a:nth-child(3){transition-delay:.12s}.overlay.open a:nth-child(4){transition-delay:.17s}.overlay.open a:nth-child(5){transition-delay:.22s}.overlay.open a:nth-child(6){transition-delay:.27s}
.overlay .book{margin-top:18px;background:var(--coral);color:#fff;border-radius:26px;padding:14px 36px;font-size:17px}
.overlay .book small{display:none}
.overlay .close{position:absolute;top:22px;right:26px;color:#fff;font-size:32px;background:none;border:0;cursor:pointer;line-height:1}

/* ════ トップFV：全幅写真＋右下にソフト情報カード（予約・診療時間を融合） ════ */
.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}
.hero>img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(44,58,53,.42) 0%,rgba(44,58,53,.12) 42%,rgba(44,58,53,0) 64%)}
.hero .hwrap{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;padding-bottom:clamp(40px,5vw,70px)}
.hero .hcopy{max-width:600px}
.hero .hcopy .pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.94);color:var(--sage-d);font-family:var(--round);font-weight:700;font-size:12.5px;padding:9px 18px;border-radius:26px;margin-bottom:20px;box-shadow:0 8px 22px rgba(44,58,53,.18)}
.hero .hcopy .pill svg{width:15px;height:15px;stroke:var(--sage);stroke-width:1.6;fill:none}
.hero h1{font-family:var(--round);font-weight:700;font-size:clamp(28px,4.6vw,52px);line-height:1.42;letter-spacing:.04em;color:#fff;text-shadow:0 2px 24px rgba(44,58,53,.5)}
.hero h1 .cb{display:inline-block}
.hero h1 em{font-style:normal;color:#ffe7df;text-shadow:0 2px 22px rgba(224,125,99,.5),0 2px 24px rgba(44,58,53,.5)}
.hero .hsub{margin-top:18px;color:#f0f6f2;font-size:clamp(13.5px,1.5vw,16px);line-height:1.9;text-shadow:0 1px 14px rgba(44,58,53,.6);max-width:480px}
/* FVに融合した予約カード（医療＝最短導線） */
.hcard{background:rgba(255,255,255,.96);border-radius:18px;padding:24px 26px;box-shadow:0 18px 48px rgba(44,58,53,.24);width:300px;backdrop-filter:blur(4px)}
.hcard .hcl{font-family:var(--round);font-weight:700;font-size:14px;color:var(--ink);margin-bottom:14px;display:flex;align-items:center;gap:8px}
.hcard .hcl svg{width:17px;height:17px;stroke:var(--sage-d);stroke-width:1.7;fill:none}
.hcard .web{display:block;text-align:center;background:var(--coral);color:#fff;font-family:var(--round);font-weight:700;font-size:15px;padding:14px;border-radius:12px;transition:.3s}
.hcard .web:hover{background:var(--coral-d)}
.hcard .tel{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:11px;font-family:var(--round);font-weight:700;font-size:20px;color:var(--sage-d);letter-spacing:.02em}
.hcard .tel svg{width:18px;height:18px;stroke:var(--sage-d);stroke-width:1.8;fill:none}
.hcard .hcnote{font-size:11.5px;color:var(--muted);text-align:center;margin-top:8px;line-height:1.7}
@media(max-width:860px){
  .hero{min-height:74vh}
  .hero .hwrap{grid-template-columns:1fr;gap:22px}
  .hcard{width:100%;max-width:360px}
}

/* ════ 診療時間ストリップ（FV直下：目的来訪の最短導線） ════ */
.hours-strip{background:var(--sage-d);color:#fff}
.hours-strip .wrap{display:grid;grid-template-columns:auto 1fr auto;gap:clamp(20px,3vw,44px);align-items:center;padding:18px 30px}
.hours-strip .hslab{font-family:var(--round);font-weight:700;font-size:14px;letter-spacing:.04em;display:flex;align-items:center;gap:9px;white-space:nowrap}
.hours-strip .hslab svg{width:18px;height:18px;stroke:#cfeee2;stroke-width:1.7;fill:none}
.hstable{display:flex;justify-content:center}
.hstable table{border-collapse:collapse;font-size:12.5px;width:100%;max-width:560px}
.hstable th,.hstable td{padding:5px 8px;text-align:center;border-bottom:1px solid rgba(255,255,255,.16)}
.hstable thead th{color:#cfeee2;font-weight:500;font-size:11.5px}
.hstable tbody th{color:#e7f6ef;font-weight:500;text-align:left;white-space:nowrap}
.hstable .o{color:#fff;font-weight:700}
.hstable .x{color:#9fc8bc}
.hsnote{font-size:11.5px;color:#cfeee2;white-space:nowrap;line-height:1.7}
@media(max-width:980px){.hours-strip .wrap{grid-template-columns:1fr;gap:12px;text-align:center}.hours-strip .hslab{justify-content:center}.hsnote{white-space:normal}}

/* ── 下層ページヘッダー（パンくず＋大見出し＋薄いゴースト英字） ── */
.phead{position:relative;background:var(--paper2);padding:clamp(54px,7vw,84px) 0 clamp(46px,6vw,66px);overflow:hidden;border-bottom:1px solid var(--line)}
.phead::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(90,160,136,.10) 1.2px,transparent 1.2px);background-size:22px 22px;opacity:.6}
.phead .ghost{position:absolute;right:1%;bottom:-.14em;font-family:var(--round);font-weight:700;font-size:clamp(80px,16vw,210px);line-height:.8;color:#fff;opacity:.6;pointer-events:none;letter-spacing:.04em;z-index:0}
.phead .pinner{position:relative;z-index:1}
.crumb{font-family:var(--round);font-size:11.5px;letter-spacing:.1em;color:var(--muted2);margin-bottom:18px}
.crumb a{color:var(--sage-d);transition:.3s}.crumb a:hover{color:var(--sage)}
.crumb span{color:var(--line2);margin:0 9px}
.phead .eyebrow{margin-bottom:14px}
.phead h1{font-family:var(--round);font-weight:700;font-size:clamp(28px,4.4vw,50px);letter-spacing:.05em;line-height:1.4;color:var(--ink)}
.phead .lead{margin-top:18px}

/* ── セクション共通 ── */
.pad{padding:clamp(70px,8.5vw,118px) 0}
.pad-s{padding:clamp(52px,6vw,84px) 0}
.sechead{margin-bottom:clamp(38px,5vw,60px)}
.sechead.c{text-align:center}
.sechead.c .eyebrow{margin-bottom:16px}
.sechead .h-sec{margin-top:6px}
.sechead.row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.alt{background:var(--paper2)}
.sage-bg{background:var(--paper3)}

/* ════ 玄関：診療案内の要約（左テキスト＋右に縦並びの素アイコン索引） ════ */
.svc-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(36px,5vw,72px);align-items:center}
.svc-intro .simg{position:relative}
.svc-intro .simg img{width:100%;aspect-ratio:5/6;object-fit:cover;border-radius:120px 22px 22px 22px}
.svc-intro .simg .badge{position:absolute;right:-14px;bottom:26px;background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 14px 34px rgba(44,58,53,.16);text-align:center}
.svc-intro .simg .badge b{font-family:var(--round);font-weight:700;font-size:30px;color:var(--sage-d);display:block;line-height:1}
.svc-intro .simg .badge small{font-size:11px;color:var(--muted);letter-spacing:.06em}
.svc-rows{border-top:1px solid var(--line)}
.svc-row{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:22px 6px;border-bottom:1px solid var(--line);transition:.3s}
.svc-row:hover{padding-left:14px;background:var(--sage-pale)}
.svc-row .sic{width:42px;height:42px;flex-shrink:0;stroke:var(--sage-d);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.svc-row h3{font-family:var(--round);font-weight:700;font-size:18px;letter-spacing:.03em}
.svc-row h3 .en{font-family:var(--round);font-size:11px;color:var(--sage-l);letter-spacing:.16em;margin-left:10px;font-weight:500}
.svc-row p{color:var(--muted);font-size:13px;margin-top:3px}
.svc-row .go svg{width:24px;height:8px;stroke:var(--sage);stroke-width:1.6;fill:none;transition:.3s}
.svc-row:hover .go svg{transform:translateX(6px)}
@media(max-width:860px){.svc-intro{grid-template-columns:1fr;gap:34px}.svc-intro .simg img{aspect-ratio:5/4;border-radius:60px 18px 18px 18px}.svc-row .go{display:none}.svc-row{grid-template-columns:auto 1fr}}

/* ════ 診療案内ページ：診療メニューの詳述（やわらかパネル＋ヘアライン） ════ */
.menu-block{display:grid;grid-template-columns:64px 1fr;gap:clamp(20px,3vw,40px);padding:clamp(34px,4.5vw,52px) 0;border-top:1px solid var(--line);align-items:start}
.menu-block:last-of-type{border-bottom:1px solid var(--line)}
.menu-block .mno{font-family:var(--round);font-weight:700;font-size:clamp(28px,3.6vw,46px);color:var(--sage-l);line-height:.9}
.menu-block .mhead{display:flex;align-items:center;gap:14px;margin-bottom:6px}
.menu-block .msvg{width:40px;height:40px;stroke:var(--sage-d);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.menu-block h3{font-family:var(--round);font-weight:700;font-size:clamp(20px,2.4vw,26px);letter-spacing:.04em}
.menu-block .men{font-family:var(--round);font-size:11.5px;letter-spacing:.16em;color:var(--sage-l);font-weight:500;display:block;margin-bottom:14px}
.menu-block p{color:var(--muted);font-size:14.5px;max-width:600px;margin-bottom:18px}
.menu-block .pts{list-style:none;display:flex;flex-wrap:wrap;gap:10px}
.menu-block .pts li{font-family:var(--round);font-size:12.5px;font-weight:500;color:var(--sage-d);background:var(--sage-pale);border-radius:20px;padding:7px 16px}
@media(max-width:680px){.menu-block{grid-template-columns:1fr;gap:8px}.menu-block .mno{font-size:30px}}

/* ════ 流れ：点線アーチで結ぶ（丸ステップ・連結直線キットを使わない） ════ */
.journey{position:relative}
.jtrack{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2vw,28px);position:relative}
.jarc{position:absolute;top:30px;left:8%;right:8%;height:60px;z-index:0;pointer-events:none}
.jarc svg{width:100%;height:100%;overflow:visible}
.jstep{position:relative;z-index:1;text-align:center;padding:0 8px}
.jstep .jn{width:60px;height:60px;margin:0 auto 16px;border-radius:50%;background:#fff;border:2px solid var(--sage-l);display:flex;align-items:center;justify-content:center;font-family:var(--round);font-weight:700;font-size:22px;color:var(--sage-d);box-shadow:0 8px 22px rgba(63,132,112,.12)}
.jstep h4{font-family:var(--round);font-weight:700;font-size:16px;letter-spacing:.03em;margin-bottom:6px}
.jstep p{color:var(--muted);font-size:12.5px;line-height:1.8}
@media(max-width:760px){.jtrack{grid-template-columns:1fr 1fr;gap:30px 12px}.jarc{display:none}}

/* ════ 院長メッセージ（属人化）：丸ポートレート＋宣言文 ════ */
.message{background:var(--sage-d);color:#fff;position:relative;overflow:hidden}
.message::before{content:"";position:absolute;right:-8%;top:-30%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%)}
.message .wrap{position:relative;z-index:1}
.message-grid{display:grid;grid-template-columns:300px 1fr;gap:clamp(36px,5vw,64px);align-items:center}
.message .portrait{width:300px;height:300px;border-radius:50% 50% 50% 14px;object-fit:cover;border:6px solid rgba(255,255,255,.16)}
.message .en-lab{color:var(--sage-l)}
.message h2{font-family:var(--round);font-weight:700;font-size:clamp(21px,2.9vw,32px);line-height:1.7;letter-spacing:.04em;margin-top:14px}
.message h2 em{font-style:normal;color:#ffe0d6}
.message p{color:#e3f1ea;font-size:14.5px;line-height:2.05;margin-top:18px;max-width:560px}
.message .sign{font-family:var(--round);font-weight:700;margin-top:22px;font-size:16px}
.message .sign small{display:block;font-size:12px;color:var(--sage-l);font-weight:500;margin-top:3px}
@media(max-width:860px){.message-grid{grid-template-columns:1fr;justify-items:center;text-align:center}.message .portrait{width:200px;height:200px}.message p{margin-left:auto;margin-right:auto}}

/* ════ 院内紹介バンド（実写・密度） ════ */
.clinic-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(63,132,112,.12);background:#fff}
.clinic-grid img{width:100%;height:100%;min-height:400px;object-fit:cover}
.clinic-grid .body{padding:clamp(34px,4vw,54px)}
.clinic-grid .chips{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.clinic-grid .chips li{font-family:var(--round);font-size:12.5px;font-weight:500;color:var(--sage-d);background:var(--sage-pale);border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:7px}
.clinic-grid .chips svg{width:14px;height:14px;stroke:var(--sage);stroke-width:1.6;fill:none}
@media(max-width:860px){.clinic-grid{grid-template-columns:1fr}.clinic-grid img{min-height:260px}}

/* ── 設備グリッド（about用）：素アイコン＋ヘアライン無箱 ── */
.equip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line)}
.equip .ei{padding:30px 22px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}
.equip .ei:nth-child(3n){border-right:0}
.equip .ei svg{width:36px;height:36px;stroke:var(--sage-d);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round;margin-bottom:14px}
.equip .ei h4{font-family:var(--round);font-weight:700;font-size:16px;margin-bottom:6px}
.equip .ei p{color:var(--muted);font-size:13px}
@media(max-width:760px){.equip{grid-template-columns:1fr}.equip .ei{border-right:0}}

/* ── 数字バンド（about用）：罫で仕切る（カードにしない） ── */
.stats{background:var(--paper3)}
.stats .wrap{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{text-align:center;padding:clamp(30px,4vw,52px) 16px;border-left:1px solid var(--line2)}
.stat:first-child{border-left:0}
.stat .num{font-family:var(--round);font-weight:700;font-size:clamp(34px,4.6vw,54px);color:var(--sage-d);line-height:1}
.stat .num small{font-size:.42em;color:var(--sage);margin-left:4px}
.stat .cap{font-family:var(--round);font-size:12.5px;font-weight:500;letter-spacing:.06em;color:var(--muted);margin-top:12px}
@media(max-width:680px){.stats .wrap{grid-template-columns:1fr 1fr;gap:18px 0}.stat:nth-child(odd){border-left:0}}

/* ── 診療時間の正式表（contact / about） ── */
.fulltime{border:1px solid var(--line);border-radius:16px;overflow:hidden}
.fulltime table{width:100%;border-collapse:collapse;font-size:14px;text-align:center}
.fulltime th,.fulltime td{padding:13px 6px;border-bottom:1px solid var(--line)}
.fulltime thead th{background:var(--sage-pale);font-family:var(--round);font-weight:700;color:var(--sage-d);font-size:13px}
.fulltime tbody th{font-family:var(--round);font-weight:500;color:var(--ink);background:var(--paper2);text-align:left;padding-left:18px;white-space:nowrap}
.fulltime tbody tr:last-child td,.fulltime tbody tr:last-child th{border-bottom:0}
.fulltime .o{color:var(--sage-d);font-weight:700}
.fulltime .x{color:var(--muted2)}
.timenote{font-size:12.5px;color:var(--muted);margin-top:14px;line-height:1.9}

/* ── 沿革（about用）：縦の連結ライン年表（無箱・ヘアライン） ── */
.history{max-width:760px;border-left:2px solid var(--line2);margin-left:8px}
.hrow{position:relative;padding:18px 0 18px 34px}
.hrow::before{content:"";position:absolute;left:-7px;top:26px;width:12px;height:12px;border-radius:50%;background:#fff;border:2px solid var(--sage)}
.hrow .hy{font-family:var(--round);font-weight:700;font-size:20px;color:var(--sage-d)}
.hrow .ht{font-family:var(--round);font-weight:700;font-size:16px;margin:2px 0 4px}
.hrow p{color:var(--muted);font-size:13.5px;max-width:520px}

/* ── 会社案内の定義リスト ── */
.info dl div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);font-size:14px}
.info dt{font-family:var(--round);font-weight:700;color:var(--sage-d);font-size:13px;letter-spacing:.04em}
.info dd{color:var(--ink2)}
@media(max-width:680px){.info dl div{grid-template-columns:92px 1fr;gap:14px}}

/* ── FAQ：ヘアライン罫だけ（カード箱をやめる） ── */
.faq{max-width:820px;margin:0 auto;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:22px 4px}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--round);font-weight:700;font-size:16.5px;color:var(--ink)}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{color:var(--sage-d);font-size:22px;transition:.3s;flex-shrink:0;line-height:1}
.faq details[open] summary .pm{transform:rotate(45deg)}
.faq .ans{color:var(--muted);font-size:14px;margin-top:14px;line-height:2}

/* ── お知らせ：索引型リスト（無箱・ヘアライン罫） ── */
.newslist{border-top:1px solid var(--line)}
.nrow{display:grid;grid-template-columns:130px 110px 1fr;gap:clamp(14px,2.5vw,32px);align-items:center;padding:24px 4px;border-bottom:1px solid var(--line);transition:.3s}
.nrow:hover{background:var(--sage-pale);padding-left:14px}
.nrow .nd{font-family:var(--round);font-weight:500;font-size:14px;color:var(--muted)}
.nrow .ncat{font-family:var(--round);font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--sage-d);background:var(--sage-pale);border-radius:20px;padding:5px 0;text-align:center}
.nrow .nt{font-family:var(--round);font-weight:700;font-size:clamp(14.5px,1.7vw,17px);letter-spacing:.02em;line-height:1.6}
@media(max-width:680px){.nrow{grid-template-columns:auto auto;gap:8px 14px}.nrow .nt{grid-column:1/-1}.nrow:hover{padding-left:4px}}

/* トップ用：お知らせ最新（コンパクト） */
.news-mini{border-top:1px solid var(--line)}
.nmrow{display:grid;grid-template-columns:120px 100px 1fr;gap:clamp(12px,2vw,26px);align-items:center;padding:18px 2px;border-bottom:1px solid var(--line);transition:.3s}
.nmrow:hover{color:var(--sage-d)}
.nmrow .nd{font-family:var(--round);font-weight:500;font-size:13.5px;color:var(--muted)}
.nmrow .ncat{font-family:var(--round);font-size:10.5px;font-weight:700;letter-spacing:.06em;color:var(--sage-d);background:var(--sage-pale);border-radius:20px;padding:4px 0;text-align:center}
.nmrow .nt{font-family:var(--round);font-weight:700;font-size:15px;letter-spacing:.02em}
@media(max-width:680px){.nmrow{grid-template-columns:auto auto;gap:5px 12px}.nmrow .nt{grid-column:1/-1}}

/* ════ お問い合わせ／予約フォーム（罫線下線・無箱） ════ */
.bookform-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,5vw,72px);align-items:start}
.bform .frm{display:flex;flex-direction:column;gap:22px}
.bform .field-row{display:flex;flex-direction:column;gap:8px}
.bform label{font-family:var(--round);font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--sage-d)}
.bform label .req{color:var(--coral-d);margin-left:7px;font-size:11px}
.bform input,.bform textarea,.bform select{font-family:var(--sans);font-size:14.5px;color:var(--ink);background:var(--paper2);border:1px solid var(--line);border-radius:12px;padding:13px 14px;transition:.3s;width:100%}
.bform textarea{resize:vertical;min-height:118px;line-height:1.9}
.bform input:focus,.bform textarea:focus,.bform select:focus{outline:none;border-color:var(--sage);background:#fff}
.bform .two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.bform .submit{align-self:flex-start;background:var(--coral);color:#fff;border:0;font-family:var(--round);font-size:15px;font-weight:700;letter-spacing:.06em;padding:16px 50px;border-radius:28px;cursor:pointer;transition:.3s;margin-top:6px;box-shadow:0 10px 24px rgba(224,125,99,.26)}
.bform .submit:hover{background:var(--coral-d)}
.bform .note{font-size:12px;color:var(--muted2);line-height:1.9}
.cinfo .crow{display:grid;grid-template-columns:90px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px;align-items:start}
.cinfo .crow:first-child{border-top:1px solid var(--line)}
.cinfo dt{font-family:var(--round);font-weight:700;color:var(--sage-d);font-size:12.5px;padding-top:3px}
.cinfo dd{color:var(--ink2);line-height:1.85}
.cinfo .bigtel{font-family:var(--round);font-weight:700;font-size:clamp(24px,3vw,32px);color:var(--sage-d);display:flex;align-items:center;gap:9px;margin-bottom:2px}
.cinfo .bigtel svg{width:24px;height:24px;stroke:var(--sage-d);stroke-width:1.8;fill:none}
.cmap{margin-top:24px;border:1px solid var(--line);border-radius:16px;background:var(--paper2);position:relative;overflow:hidden;aspect-ratio:16/8}
.cmap svg{width:100%;height:100%}
@media(max-width:860px){.bookform-grid{grid-template-columns:1fr;gap:44px}.bform .two{grid-template-columns:1fr}}

/* ════ CTA：写真背景＋色被せ（ボタン1つ＋電話は丸ゴシック大） ════ */
.cta{position:relative;overflow:hidden;color:#fff;text-align:center;padding:clamp(78px,9vw,124px) 0}
.cta img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(44,58,53,.78),rgba(44,58,53,.88))}
.cta .wrap{position:relative;z-index:1}
.cta .en-lab{color:var(--sage-l)}
.cta h2{font-family:var(--round);font-weight:700;font-size:clamp(24px,3.4vw,40px);line-height:1.5;letter-spacing:.04em;margin-top:14px;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.cta p{color:#e3f1ea;margin:18px auto 36px;font-size:14.5px;max-width:520px;text-shadow:0 1px 12px rgba(0,0,0,.4)}
.cta .web{display:inline-block;background:var(--coral);color:#fff;font-family:var(--round);font-weight:700;font-size:15px;padding:16px 50px;border-radius:28px;transition:.3s;box-shadow:0 12px 28px rgba(224,125,99,.3)}
.cta .web:hover{background:var(--coral-d)}
.cta .tel{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;font-family:var(--round);font-weight:700;font-size:clamp(22px,2.6vw,30px);color:#fff;letter-spacing:.04em;text-shadow:0 1px 12px rgba(0,0,0,.4)}
.cta .tel svg{width:24px;height:24px;stroke:#fff;stroke-width:1.8;fill:none}
.cta .telnote{font-size:12px;color:#bcd3c8;letter-spacing:.06em}

/* ── フッター（全ページ共通） ── */
footer{background:var(--ink);color:#a8b6ae;font-size:12.5px;padding:54px 0 38px}
.foot-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:26px;margin-bottom:22px}
.foot-brand b{font-family:var(--round);color:#fff;font-size:19px;font-weight:700;letter-spacing:.04em;display:block}
.foot-brand span{font-family:var(--round);color:var(--sage-l);letter-spacing:.12em;font-size:11px}
.foot-brand p{margin-top:12px;line-height:1.9;color:#9aa89f}
.foot-nav{display:flex;flex-wrap:wrap;gap:20px}
.foot-nav a{font-family:var(--round);font-size:13px;color:#c2cdc5;transition:.3s}
.foot-nav a:hover{color:#fff}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:#8b988f}

/* ── アニメ ── */
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.2,.6,.2,1),transform .9s cubic-bezier(.2,.6,.2,1)}
.js .reveal.in{opacity:1;transform:none}
.js .reveal.l{transform:translateX(-30px)}.js .reveal.l.in{transform:none}
.js .reveal.r{transform:translateX(30px)}.js .reveal.r.in{transform:none}
.js .stagger>*{opacity:0;transform:translateY(20px);transition:.7s}
.js .stagger.in>*{opacity:1;transform:none}
.js .stagger.in>*:nth-child(2){transition-delay:.1s}.js .stagger.in>*:nth-child(3){transition-delay:.2s}.js .stagger.in>*:nth-child(4){transition-delay:.3s}
@keyframes up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.js .hero .anim{opacity:0;animation:up 1.1s cubic-bezier(.2,.6,.2,1) forwards}
.js .hero .d1{animation-delay:.3s}.js .hero .d2{animation-delay:.55s}.js .hero .d3{animation-delay:.8s}.js .hero .d4{animation-delay:1.05s}
@media(prefers-reduced-motion:reduce){.js .reveal,.js .stagger>*,.js .hero .anim{opacity:1!important;transform:none!important;animation:none!important}}

/* ── モバイル下部固定CTA ── */
.bookbar{display:none}
@media(max-width:980px){.menu{display:none}.burger{display:flex}}
@media(max-width:980px){
  .bookbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:65;background:#fff;box-shadow:0 -4px 20px rgba(44,58,53,.16)}
  .bookbar a{flex:1;text-align:center;padding:14px 0;font-family:var(--round);font-weight:700;font-size:14.5px;display:flex;align-items:center;justify-content:center;gap:7px}
  .bookbar a svg{width:16px;height:16px;stroke-width:1.8;fill:none}
  .bookbar .tel{color:var(--sage-d)}.bookbar .tel svg{stroke:var(--sage-d)}
  .bookbar .web{background:var(--coral);color:#fff}
  body{padding-bottom:52px}
}
