/* =========================================================
   末広整体ラボ — 共通スタイル（緑デザイン）
   approved green theme from suehiro LP + multi-page components
   ========================================================= */
:root{
  --brand:#2e5d40; --brand-d:#244b33; --brand-soft:#eef0e7;
  --ink:#23241f; --body:#3f4138; --muted:#7a7c6f;
  --cream:#fbfaf5; --beige:#f1efe5; --card:#f6f4ed; --white:#fff; --line:#e6e3d8;
  --gold:#d8b864; --gold-line:#cdbf95; --gold-deep:#b1924f; --gold-soft:#f3ead2;
  --warm:#c46a3a;
  --line-green:#06c755;
  --sans:"Noto Sans JP",sans-serif; --serif:"Noto Serif JP",serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--sans);color:var(--body);background:var(--cream);line-height:1.85;-webkit-font-smoothing:antialiased;font-size:16px;overflow-x:hidden;word-break:auto-phrase;overflow-wrap:anywhere}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.serif{font-family:var(--serif)}
section{position:relative}
.sec{padding:clamp(44px,6vw,72px) 20px}
.in{max-width:1000px;margin:0 auto}
.in-narrow{max-width:860px;margin:0 auto}
.in-wide{max-width:1100px;margin:0 auto}
.center{text-align:center}
.eyl{color:var(--brand);font-weight:700;letter-spacing:.18em;font-size:13px;margin-bottom:10px}
.h2{font-family:var(--serif);font-weight:700;font-size:clamp(22px,5.4vw,34px);line-height:1.5;margin:0;color:var(--ink)}
.h2 .em{color:var(--brand)}
.h2 .warm{color:var(--warm)}
.sec-head{text-align:center;margin-bottom:clamp(28px,4vw,42px)}

/* ===== header / global nav ===== */
.hd{position:sticky;top:0;z-index:70;background:rgba(251,250,245,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.hd .row{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 20px}
.hd .logo{display:flex;align-items:center;gap:9px}
.hd .logo .mk{font-size:19px}
.hd .logo b{font-family:var(--serif);font-weight:700;font-size:19px;letter-spacing:.04em;color:var(--brand-d)}
.hd .logo span{display:block;font-size:10.5px;color:var(--muted);font-weight:500;letter-spacing:.02em}
.hd-r{display:flex;align-items:center;gap:14px}
.hd-tel{text-align:right;line-height:1.15}
.hd-tel a{font-size:21px;font-weight:900;color:var(--ink);display:flex;align-items:center;gap:.25em}
.hd-tel small{display:block;font-size:10px;color:var(--muted);font-weight:500}
.hd .btn{padding:10px 18px;font-size:13.5px}

/* desktop nav bar (second row) */
.gnav{background:var(--brand-d);border-bottom:3px solid var(--gold-line)}
.gnav .row{max-width:1180px;margin:0 auto;display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap}
.gnav a{color:#eef0e7;font-size:14px;font-weight:700;padding:13px 18px;letter-spacing:.02em;border-left:1px solid rgba(255,255,255,.1);transition:background .15s,color .15s;white-space:nowrap}
.gnav a:last-child{border-right:1px solid rgba(255,255,255,.1)}
.gnav a:hover,.gnav a.cur{background:var(--brand);color:#fff}
.gnav a.cur{box-shadow:inset 0 -3px 0 var(--gold)}

/* mobile hamburger + drawer */
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:46px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.burger span{display:block;width:22px;height:2px;background:var(--brand-d);margin:0 auto;transition:.25s}
.burger.on span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.on span:nth-child(2){opacity:0}
.burger.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.drawer{position:fixed;inset:0;z-index:95;background:rgba(28,33,30,.5);opacity:0;visibility:hidden;transition:.25s}
.drawer.on{opacity:1;visibility:visible}
.drawer .panel{position:absolute;top:0;right:0;height:100%;width:min(82vw,340px);background:var(--cream);overflow-y:auto;transform:translateX(100%);transition:transform .28s ease;box-shadow:-10px 0 40px rgba(0,0,0,.2);padding:18px 0 40px}
.drawer.on .panel{transform:none}
.drawer .dh{display:flex;align-items:center;justify-content:space-between;padding:4px 20px 16px;border-bottom:1px solid var(--line);margin-bottom:8px}
.drawer .dh b{font-family:var(--serif);color:var(--brand-d);font-size:17px}
.drawer .x{font-size:26px;color:var(--muted);background:none;border:none;cursor:pointer;line-height:1}
.drawer .dgrp{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--gold-deep);padding:16px 22px 6px}
.drawer a{display:block;padding:11px 22px;font-size:14.5px;font-weight:500;color:var(--ink);border-bottom:1px solid #efeadd}
.drawer a:hover{background:var(--brand-soft)}
.drawer a.cur{color:var(--brand);font-weight:700}
.drawer .dcta{display:flex;flex-direction:column;gap:10px;padding:18px 20px 0}
.drawer .dcta .btn{width:100%}

@media(max-width:980px){
  .gnav{display:none}
  .burger{display:flex}
  .hd-tel{display:none}
}
@media(max-width:760px){.hd .row{padding:9px 16px}.hd .btn.hd-line{display:none}}

/* urgency */
.urg{background:var(--brand-d);color:#fff;text-align:center;font-size:clamp(11px,3vw,13px);padding:9px 14px;font-weight:500;letter-spacing:.02em}
.urg b{color:var(--gold)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border-radius:13px;cursor:pointer;border:none;font-family:var(--sans);transition:transform .15s,box-shadow .2s,filter .2s;text-decoration:none;line-height:1.3}
.btn:hover{transform:translateY(-2px)}
.btn svg{width:1.2em;height:1.2em;flex:none}
.btn-line{background:var(--line-green);color:#fff;box-shadow:0 8px 22px rgba(6,199,85,.32)}
.btn-line:hover{filter:brightness(1.04)}
.btn-tel{background:var(--white);border:2px solid var(--brand);color:var(--brand)}
.btn-brand{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(46,93,64,.25)}

/* ===== page hero (sub pages) ===== */
.phero{background:linear-gradient(180deg,var(--brand),var(--brand-d));color:#fff;text-align:center;padding:clamp(38px,6vw,64px) 20px}
.phero .eyl{color:var(--gold);letter-spacing:.22em}
.phero h1{font-family:var(--serif);font-weight:700;font-size:clamp(24px,6vw,40px);line-height:1.4;color:#fff;margin:6px 0 0}
.phero p{font-size:clamp(13.5px,3.6vw,16px);color:#d9d8c9;margin-top:14px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.95}
/* breadcrumb */
.crumb{background:var(--beige);border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}
.crumb .in-wide{display:flex;flex-wrap:wrap;gap:6px;padding:10px 20px}
.crumb a{color:var(--brand);font-weight:500}
.crumb a:hover{text-decoration:underline}
.crumb .sep{color:var(--gold-line)}

/* backgrounds */
.bg-white{background:#fff}.bg-beige{background:var(--beige)}.bg-cream{background:var(--cream)}

/* ===== LP hero (top page) ===== */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.hero{background:linear-gradient(180deg,var(--cream),var(--beige));overflow:hidden;border-bottom:1px solid var(--line)}
.hero .fvwrap{max-width:1200px;margin:0 auto;line-height:0}
.hero img.fv{width:100%;height:auto;display:block;aspect-ratio:1672/941}
.fv-cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;max-width:680px;margin:0 auto;padding:clamp(18px,3vw,26px) 20px 0}
.fv-cta .btn{flex:1 1 240px;max-width:320px;font-size:clamp(15px,3.8vw,17px);padding:16px 20px}
.fv-cta-note{text-align:center;font-size:12.5px;color:var(--muted);margin:12px 0 0;padding:0 20px;font-weight:500}
@media(max-width:680px){.hero .fvwrap{max-width:520px}.hero img.fv{aspect-ratio:941/1672}}
@media(max-width:560px){.fv-cta{flex-direction:column;max-width:380px}.fv-cta .btn{max-width:none;width:100%}}

/* recommend (doctors / 院長) */
.dgrid{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}
.dcard{flex:1 1 300px;min-width:270px;max-width:340px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 22px rgba(60,70,40,.06);padding:24px 24px 22px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.dcard .qmark{position:absolute;top:8px;right:18px;font-family:var(--serif);font-weight:700;font-size:60px;line-height:1;color:var(--brand-soft);z-index:0}
.dcard .cmt{position:relative;z-index:1;font-size:clamp(15px,3.7vw,16.5px);font-weight:700;line-height:1.8;color:var(--ink);min-height:80px;margin-bottom:16px}
.dcard .cmt .em{color:var(--brand)}
.dcard .who{display:flex;align-items:center;gap:13px;border-top:1px solid var(--line);padding-top:15px}
.dcard .who img{width:84px;height:96px;object-fit:cover;object-position:50% 22%;border-radius:12px;flex:none;background:var(--brand-soft);box-shadow:0 5px 14px rgba(60,70,40,.16)}
.dcard .who .clinic{font-size:12px;color:var(--muted);font-weight:500;line-height:1.4}
.dcard .who .nm{font-size:15.5px;font-weight:700;color:var(--ink)}
.dcard .who .nm span{font-size:11px;color:var(--gold-deep);font-weight:700;margin-right:5px}
.rec-note{text-align:center;font-size:12px;color:var(--muted);margin-top:20px}

/* offer */
.offer1{background:var(--brand-d);padding:clamp(26px,4vw,40px) 20px}
.offer1 .box{max-width:760px;margin:0 auto;background:#fbfaf3;border-radius:18px;border:2px solid var(--gold-line);padding:clamp(22px,4vw,34px) clamp(18px,4vw,40px);box-shadow:0 16px 40px rgba(0,0,0,.22);text-align:center}
.tagpill{display:inline-block;background:var(--brand);color:var(--gold-soft);font-weight:700;font-size:clamp(13px,3.4vw,15px);letter-spacing:.06em;padding:6px 20px;border-radius:99px;margin-bottom:14px}
.priceline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:clamp(8px,2.5vw,18px);margin-bottom:6px}
.priceline .lbl{font-size:clamp(15px,3.6vw,18px);color:var(--muted)}
.priceline .was{font-size:clamp(20px,5vw,26px);color:#9a9384;text-decoration:line-through;text-decoration-color:var(--warm);font-weight:700}
.priceline .ar{font-size:clamp(22px,5vw,28px);color:var(--warm);font-weight:900}
.priceline .now{font-family:var(--serif);font-weight:700;color:var(--warm);font-size:clamp(40px,11vw,68px);line-height:1}
.priceline .now small{font-size:.42em;font-weight:700}
.priceline .tax{font-size:clamp(12px,3vw,14px);color:var(--muted)}
.offer-note{font-size:clamp(12px,3.2vw,14px);color:#5c5e54;margin:4px 0 20px}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:560px;margin:0 auto}
.cta-row .btn{flex:1 1 230px;max-width:320px;font-size:clamp(15px,3.8vw,17px);padding:16px 20px}
.tel-inline{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:var(--brand);font-weight:700;font-size:clamp(15px,4vw,19px)}
.tel-inline small{font-size:12px;color:var(--muted);font-weight:500}

/* check */
.checks{display:flex;flex-wrap:wrap;gap:14px;text-align:left}
.checks .it{flex:1 1 360px;min-width:260px;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px}
.checks .ck{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:2px}
.checks .tx{font-size:clamp(14px,3.6vw,16px);font-weight:500;line-height:1.7}
.check-foot{text-align:center;margin-top:clamp(26px,4vw,36px);font-size:clamp(15px,4vw,19px);font-weight:700;line-height:1.8}
.check-foot .em{color:var(--warm)}

/* voice (Q&A) */
.vgrid{display:flex;flex-direction:column;gap:20px;max-width:880px;margin:0 auto}
.vcard{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(60,70,40,.06)}
.vhead{display:flex;align-items:center;gap:15px;padding:16px 22px;background:var(--brand-soft);border-bottom:1px solid var(--line)}
.vhead img{width:clamp(84px,22vw,104px);height:clamp(84px,22vw,104px);border-radius:14px;object-fit:cover;object-position:50% 22%;border:3px solid #fff;box-shadow:0 6px 16px rgba(60,70,40,.18);flex:none}
.vhead .nm{font-size:17px;font-weight:700;color:var(--brand-d)}
.vhead .nm small{display:block;font-size:11.5px;color:var(--muted);font-weight:500}
.vbody{padding:6px 24px 16px}
.qa{padding:14px 0;border-bottom:1px dashed var(--line)}
.qa:last-child{border-bottom:none}
.qa .q{display:flex;gap:.55em;font-weight:700;color:var(--brand-d);font-size:14.5px;margin-bottom:6px;align-items:flex-start}
.qa .q .qm{background:var(--brand);color:#fff;font-weight:700;border-radius:6px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;flex:none;margin-top:1px}
.qa .a{font-size:14.5px;color:var(--body);line-height:1.9}
.disc{font-size:11.5px;color:var(--muted);text-align:right;margin-top:6px}
.voice-note{text-align:center;font-size:12px;color:var(--muted);margin-top:18px}

/* reason lead / prose boxes */
.lead-p{font-size:clamp(14px,3.7vw,16.5px);line-height:2;color:var(--body);margin:0 0 22px}
.lead-p strong{color:var(--brand)}
.pt-box{background:var(--card);border-left:4px solid var(--gold-deep);border-radius:0 10px 10px 0;padding:18px 22px;font-size:clamp(14px,3.7vw,16.5px);line-height:1.95}
.pt-box strong{color:var(--brand)}

/* ===== article prose (symptom / info pages) ===== */
.prose{max-width:820px;margin:0 auto}
.prose h2.sub{font-family:var(--serif);font-weight:700;font-size:clamp(20px,4.8vw,27px);line-height:1.5;color:var(--ink);margin:clamp(34px,5vw,48px) 0 16px;padding-bottom:12px;border-bottom:2px solid var(--brand-soft)}
.prose h2.sub:first-child{margin-top:0}
.prose h2.sub .em{color:var(--brand)}
.prose h3{font-size:clamp(16px,4vw,19px);font-weight:700;color:var(--brand-d);margin:26px 0 10px;display:flex;gap:.5em;align-items:baseline}
.prose h3::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;background:var(--gold);transform:translateY(-2px)}
.prose p{font-size:clamp(14px,3.7vw,16px);line-height:2.0;color:var(--body);margin:0 0 16px}
.prose p strong{color:var(--brand);font-weight:700}
.prose ul,.prose ol{margin:0 0 20px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.prose ul li{font-size:clamp(14px,3.6vw,15.5px);line-height:1.85;color:var(--body);padding-left:26px;position:relative}
.prose ul li::before{content:"✓";position:absolute;left:0;top:0;color:var(--brand);font-weight:700}
.prose ol{counter-reset:n}
.prose ol li{counter-increment:n;font-size:clamp(14px,3.6vw,15.5px);line-height:1.85;color:var(--body);padding-left:34px;position:relative}
.prose ol li::before{content:counter(n);position:absolute;left:0;top:1px;width:22px;height:22px;background:var(--brand);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.callout{background:var(--brand-soft);border-radius:14px;padding:20px 24px;margin:0 0 22px}
.callout .ct{font-weight:700;color:var(--brand-d);font-size:15.5px;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.callout p:last-child{margin-bottom:0}
.note-box{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:18px 22px;font-size:13.5px;color:var(--muted);line-height:1.9;margin:0 0 22px}

/* symptom cards/list */
.sgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.scard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:0 6px 16px rgba(60,70,40,.05);transition:transform .2s,box-shadow .2s;display:flex;align-items:center;gap:10px}
.scard:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(60,70,40,.1)}
.scard .dot{flex:none;width:9px;height:9px;border-radius:50%;background:var(--gold)}
.scard b{font-size:14.5px;font-weight:700;color:var(--ink)}
.scard .ar{margin-left:auto;color:var(--brand);font-weight:700}
@media(max-width:880px){.sgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.sgrid{grid-template-columns:1fr}}

/* stats band */
.statband{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(20px,5vw,60px);text-align:center}
.statband .b .n{font-family:var(--serif);font-weight:700;color:var(--brand);font-size:clamp(46px,12vw,80px);line-height:.9}
.statband .b .n small{font-size:.32em;font-weight:700;color:var(--ink);margin-left:3px}
.statband .b .l{font-size:clamp(13px,3.4vw,15px);font-weight:700;color:var(--ink);margin-top:6px}

/* philosophy band (brand color) */
.brand-sec{background:var(--brand-d);color:#f2f0e6}
.brand-sec .eyl{color:var(--gold)}
.brand-sec .h2{color:#fff}
.brand-sec .h2 .em{color:var(--gold)}
.brand-sec p{font-size:clamp(14px,3.7vw,16.5px);line-height:2.05;color:#dad9cb;max-width:720px;margin:0 auto 14px}
.brand-sec p strong{color:#fff}.brand-sec p strong.g{color:var(--gold)}
.bs-photo{max-width:760px;margin:22px auto 0;border-radius:16px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.28);aspect-ratio:862/448}
.bs-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}

/* reasons (9, with photo) */
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rcard{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(60,70,40,.05);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.rcard:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(60,70,40,.1)}
.rcard .ph{position:relative;aspect-ratio:3/2;overflow:hidden;background:var(--brand-soft)}
.rcard .ph img{width:100%;height:100%;object-fit:cover}
.rcard .no{position:absolute;left:12px;top:12px;background:rgba(36,75,51,.92);color:#fff;font-weight:700;font-size:13px;letter-spacing:.06em;padding:5px 13px;border-radius:99px;display:flex;align-items:center;gap:5px}
.rcard .no i{font-style:normal;font-size:10px;color:var(--gold);font-weight:700}
.rcard .bd{padding:18px 20px 22px;display:flex;flex-direction:column;gap:9px}
.rcard h3{font-size:16.5px;font-weight:700;line-height:1.55;color:var(--ink)}
.rcard h3 .em{color:var(--brand)}
.rcard p{font-size:13.5px;color:#4a4c43;line-height:1.85}
@media(max-width:880px){.rgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.rgrid{grid-template-columns:1fr}}

/* trust mini */
.trust2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.tcard{display:flex;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;box-shadow:0 6px 16px rgba(60,70,40,.05)}
.tcard img{width:118px;height:88px;object-fit:cover;border-radius:10px;flex:none}
.tcard h4{font-size:15.5px;font-weight:700;color:var(--brand-d);line-height:1.5}
.tcard p{font-size:12.5px;color:var(--muted);margin-top:4px}
@media(max-width:680px){.trust2{grid-template-columns:1fr}}

/* media */
.mgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px;margin:0 auto}
.mcard{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 6px 16px rgba(60,70,40,.05);text-align:center;padding-bottom:12px}
.mcard img{width:100%;aspect-ratio:210/137;object-fit:cover;border-bottom:1px solid var(--line)}
.mcard p{font-size:12px;color:var(--muted);font-weight:500;margin-top:10px;padding:0 8px;line-height:1.55}
.mcard p b{color:var(--ink);font-weight:700}

/* staff */
.staff{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,40px);align-items:center;max-width:900px;margin:0 auto}
.staff .sp{flex:1 1 260px;min-width:240px;max-width:320px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(36,75,51,.14);aspect-ratio:3/4;background:var(--brand-soft)}
.staff .sp img{width:100%;height:100%;object-fit:cover;object-position:50% 28%}
.staff .st{flex:1 1 360px;min-width:300px}
.staff .sr{color:var(--gold-deep);font-size:12px;font-weight:700;letter-spacing:.1em}
.staff .sn{font-family:var(--serif);color:var(--brand);font-size:clamp(24px,5vw,30px);font-weight:700;margin:3px 0 14px}
.staff .sn small{font-size:14px;color:var(--muted);font-family:var(--sans);margin-left:10px;font-weight:500}
.staff .st p{font-size:clamp(14px,3.6vw,15.5px);line-height:2;color:var(--body);margin:0 0 14px}
.staff .st p strong{color:var(--brand)}
.staff ul{margin:0;padding-left:0;list-style:none;display:grid;gap:6px}
.staff li{font-size:13.5px;color:#4a4c43;padding-left:20px;position:relative}
.staff li::before{content:"";position:absolute;left:0;top:11px;width:7px;height:7px;border-radius:50%;background:var(--gold-line)}

/* message */
.msg{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,44px);align-items:center;max-width:940px;margin:0 auto}
.msg .mp{flex:1 1 300px;min-width:280px;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(36,75,51,.14)}
.msg .mp img{width:100%;height:auto;display:block}
.msg .mt{flex:1 1 360px;min-width:300px}
.msg .mt h2{font-family:var(--serif);font-weight:700;font-size:clamp(20px,4.8vw,28px);line-height:1.6;margin:0 0 18px;color:var(--ink)}
.msg .mt p{font-size:clamp(14px,3.7vw,16px);line-height:2.05;color:var(--body);margin:0 0 16px}
.msg .mt p strong{color:var(--brand)}
.msg .sign{font-family:var(--serif);font-size:15px;color:var(--ink)}

/* offer2 */
.offer2{background:linear-gradient(180deg,var(--brand),var(--brand-d));padding:clamp(48px,6.5vw,84px) 20px}
.offer2 .inner{max-width:720px;margin:0 auto;text-align:center}
.offer2 .eyl{color:var(--gold);letter-spacing:.2em;margin-bottom:14px}
.offer2 h2{font-family:var(--serif);font-weight:700;color:#fff;font-size:clamp(24px,5.8vw,38px);line-height:1.5;margin:0 0 clamp(24px,4vw,34px)}
.offer2 .box{background:#fbfaf3;border-radius:20px;border:2px solid var(--gold-line);padding:clamp(26px,4.5vw,40px) clamp(20px,4vw,40px);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.offer2 .cta-col{display:flex;flex-direction:column;gap:12px;max-width:420px;margin:0 auto}
.offer2 .cta-col .btn{font-size:clamp(16px,4vw,19px);padding:18px 20px}
.offer2 .foot{font-size:12px;color:var(--muted);margin-top:16px}

/* price table */
.ptable{width:100%;border-collapse:collapse;max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(60,70,40,.06)}
.ptable th,.ptable td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--line);font-size:clamp(14px,3.6vw,15.5px)}
.ptable thead th{background:var(--brand-d);color:#fff;font-weight:700;letter-spacing:.04em}
.ptable tbody th{font-weight:700;color:var(--ink);width:auto}
.ptable td.price{text-align:right;font-weight:700;color:var(--brand);white-space:nowrap}
.ptable td.price s{color:var(--muted);font-weight:500;margin-right:8px;font-size:.85em}
.ptable tr:last-child th,.ptable tr:last-child td{border-bottom:none}
.ptable .hl{background:var(--gold-soft)}
@media(max-width:560px){.ptable th,.ptable td{padding:13px 14px}}

/* reserve */
.res-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:840px;margin:0 auto}
.res-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 22px rgba(60,70,40,.06);padding:30px 26px;text-align:center;display:flex;flex-direction:column;align-items:center}
.res-card .ic{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.res-card.tel .ic{background:var(--brand-soft);color:var(--brand)}
.res-card.line .ic{background:#e4f9ed;color:var(--line-green)}
.res-card .ic svg{width:28px;height:28px}
.res-card h3{font-size:19px;font-weight:700;margin-bottom:4px;color:var(--ink)}
.res-card .telnum{font-size:clamp(26px,6vw,32px);font-weight:900;color:var(--ink);line-height:1.2;margin:4px 0}
.res-card p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:18px}
.res-card .btn{margin-top:auto;width:100%;padding:15px}
@media(max-width:680px){.res-grid{grid-template-columns:1fr}}

/* contact form */
.cform{max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 22px rgba(60,70,40,.06);padding:clamp(24px,4vw,38px)}
.cform .fld{margin-bottom:18px}
.cform label{display:block;font-size:14px;font-weight:700;color:var(--ink);margin-bottom:7px}
.cform label .req{color:#fff;background:var(--warm);font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:5px;margin-left:8px;vertical-align:middle}
.cform input,.cform textarea,.cform select{width:100%;font-family:var(--sans);font-size:15px;color:var(--ink);background:var(--cream);border:1px solid var(--line);border-radius:10px;padding:13px 14px}
.cform input:focus,.cform textarea:focus,.cform select:focus{outline:none;border-color:var(--brand);background:#fff}
.cform textarea{min-height:130px;resize:vertical}
.cform .submit{width:100%;font-size:17px;padding:16px;margin-top:6px}
.cform .priv{font-size:12px;color:var(--muted);text-align:center;margin-top:14px;line-height:1.8}

/* faq */
.faq{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto}
.faq details{background:var(--card);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:16px 20px;display:flex;align-items:flex-start;gap:12px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .q{flex:0 0 auto;color:var(--brand);font-weight:900;font-family:var(--serif);font-size:18px;line-height:1.5}
.faq summary .qt{flex:1;font-size:clamp(14px,3.7vw,16px);font-weight:700;color:var(--ink);line-height:1.6}
.faq summary .pm{flex:0 0 auto;color:var(--brand);font-size:20px;font-weight:700;line-height:1.4;transition:transform .2s}
.faq details[open] summary .pm{transform:rotate(45deg)}
.faq .a{padding:0 20px 18px 52px;font-size:clamp(13.5px,3.5vw,15px);color:#4a4c43;line-height:1.95}

/* access */
.acc{display:flex;flex-wrap:wrap;gap:clamp(20px,4vw,30px);align-items:stretch}
.acc .map{flex:1 1 340px;min-width:300px;border-radius:14px;overflow:hidden;min-height:330px;border:1px solid var(--line)}
.acc .map iframe{width:100%;height:100%;min-height:330px;border:0;display:block}
.acc .info{flex:1 1 320px;min-width:300px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:clamp(22px,3.5vw,30px)}
.acc .info h3{font-size:21px;font-weight:700;color:var(--brand-d);margin-bottom:3px}
.acc .info .pia{font-size:13px;color:var(--warm);font-weight:700;margin-bottom:14px}
.acc table{width:100%;border-collapse:collapse;font-size:clamp(13.5px,3.5vw,15px)}
.acc td{padding:11px 0;border-bottom:1px solid #efeadd;vertical-align:top}
.acc td.k{color:var(--muted);width:88px;font-weight:700}
.acc tr:last-child td{border-bottom:none}
.acc td.tel{font-weight:700;color:var(--brand)}
.sym{margin-top:22px}
.sym .lbl{font-size:13px;font-weight:700;color:var(--brand-d);margin-bottom:10px}
.tags{display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:12px;font-weight:500;color:var(--brand-d);background:var(--brand-soft);border-radius:8px;padding:5px 11px;border:1px solid var(--line)}
.tag.lnk:hover{background:var(--brand);color:#fff}

/* link cards (blog/sns) */
.lgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:820px;margin:0 auto}
.lcard{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 22px;box-shadow:0 6px 16px rgba(60,70,40,.05);transition:transform .2s,box-shadow .2s}
.lcard:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(60,70,40,.1)}
.lcard .em{font-size:30px;flex:none}
.lcard h3{font-size:16px;font-weight:700;color:var(--brand-d)}
.lcard p{font-size:12.5px;color:var(--muted);margin-top:2px}
.lcard .ar{margin-left:auto;color:var(--brand);font-weight:700}
@media(max-width:560px){.lgrid{grid-template-columns:1fr}}

/* footer */
footer{background:var(--ink);color:#cfd0c5;padding:clamp(36px,5vw,56px) 20px clamp(84px,11vw,56px);text-align:center}
footer .fnav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;max-width:880px;margin:0 auto 22px;font-size:13px}
footer .fnav a{color:#cfd0c5}footer .fnav a:hover{color:#fff}
footer .fb{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}
footer .fb .nm{font-family:var(--serif);font-weight:600;letter-spacing:.12em;font-size:18px;color:#fff}
footer p{font-size:13px;color:#9a9b90;line-height:1.9;margin:0 0 6px}
footer a{color:#cfd0c5}footer a:hover{color:#fff}
footer .cp{font-size:11px;color:#6d6e63;margin-top:14px}

/* sticky mobile cta */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;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 -6px 20px rgba(0,0,0,.12);border-top:1px solid var(--line);align-items:center}
.sticky .chip{flex:none;text-align:center;line-height:1.05}
.sticky .chip b{display:block;font-size:17px;font-weight:900;color:var(--warm)}
.sticky .chip small{font-size:9px;color:var(--muted);font-weight:700}
.sticky .btn{flex:1;padding:13px 8px;font-size:14px;border-radius:10px}
.sticky .btn small{display:block;font-size:10px;font-weight:600;opacity:.9}
@media(max-width:760px){.sticky{display:flex}}

/* renewal: youtsu / menu */
.page-renew .in-narrow{max-width:1000px}
.page-renew .prose{max-width:1000px}
.renew-intro,.renew-split,.flow-with-photo,.price-visual{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:clamp(22px,4vw,38px);align-items:start}
.renew-intro{align-items:center}
.renew-copy{min-width:0}
.renew-photo{margin:0;border-radius:14px;overflow:hidden;background:var(--brand-soft);border:1px solid var(--line);box-shadow:0 12px 30px rgba(36,75,51,.12)}
.renew-photo img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3}
.renew-photo.small img{aspect-ratio:16/10}
.renew-photo-stack{display:flex;flex-direction:column;gap:16px;position:sticky;top:112px}
.page-renew .callout{margin-bottom:26px}
.page-renew .note-box{background:#fffdf8}
.page-renew .ptable{max-width:none;margin-top:26px}
.page-renew .lead-p{margin-left:0;margin-right:0;max-width:none;text-align:left}
.menu-renew .price-visual{align-items:center;margin-bottom:6px}
.menu-renew .price-visual .renew-photo img{aspect-ratio:16/11}
.menu-renew .renew-split .lead-p{margin-bottom:18px}
.menu-renew .flow-with-photo .prose{max-width:none}
.flow-with-photo ol{margin-bottom:0}
.flow-with-photo .renew-photo img{aspect-ratio:4/3}

@media(max-width:880px){
  .renew-intro,.renew-split,.flow-with-photo,.price-visual{grid-template-columns:1fr}
  .renew-photo-stack{position:static}
  .renew-photo{max-width:640px;width:100%;margin:0 auto}
  .menu-renew .price-visual .lead-p{text-align:center}
}
@media(max-width:560px){
  .page-renew .in-narrow{max-width:100%}
  .renew-intro,.renew-split,.flow-with-photo,.price-visual{gap:20px}
  .renew-photo{border-radius:10px}
  .page-renew .callout{padding:18px 18px}
}

/* fade-in */
.fade{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.fade.in{opacity:1;transform:none}

/* ===== menu/youtsu faithful rebuild (2026-07-02) ===== */
.course{padding:clamp(22px,3vw,30px) 0;border-bottom:1px dashed var(--line)}
.course:last-child{border-bottom:none}
.course-name{display:inline-block;font-family:var(--serif);font-weight:700;font-size:clamp(19px,4.6vw,26px);color:var(--brand-d);background:var(--brand-soft);border-radius:99px;padding:6px 22px;margin-bottom:14px}
.pricebar{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px 14px;margin:16px 0 8px;padding:12px 18px;background:var(--gold-soft);border:1px solid var(--gold-line);border-radius:12px}
.pricebar .lbl{font-weight:700;color:var(--ink);font-size:14px}
.pricebar .amt{font-family:var(--serif);font-weight:700;color:var(--brand);font-size:clamp(30px,7vw,44px);line-height:1}
.pricebar .amt small{font-size:.42em;margin-left:2px}
.pricebar .sub{font-weight:700;color:var(--warm);font-size:14px;margin-left:auto}
.tax-note{font-size:12.5px;color:var(--muted);margin-top:2px}

.campaign-box{max-width:520px;margin:22px auto 0;background:#fff;border:2px solid var(--gold);border-radius:18px;padding:26px 24px 22px;box-shadow:0 12px 30px rgba(180,140,60,.14)}
.campaign-box .cmp-course{font-weight:700;color:var(--ink);font-size:16px}
.campaign-box .cmp-was{color:var(--muted);text-decoration:line-through;font-size:15px;margin-top:4px}
.campaign-box .cmp-now{font-family:var(--serif);font-weight:700;color:var(--brand);font-size:clamp(56px,15vw,92px);line-height:1;margin:2px 0 6px}
.campaign-box .cmp-now .cmp-lbl{font-family:var(--sans);font-size:.28em;background:var(--brand);color:#fff;border-radius:8px;padding:4px 12px;vertical-align:middle;margin-right:10px}
.campaign-box .cmp-now small{font-size:.34em}
.campaign-box .cmp-note{font-size:12.5px;color:var(--muted);line-height:1.7;margin-top:4px}

.fstep{display:grid;grid-template-columns:300px minmax(0,1fr);gap:clamp(18px,3vw,30px);align-items:center;padding:clamp(18px,2.6vw,26px) 0;border-bottom:1px dashed var(--line)}
.fstep:last-of-type{border-bottom:none}
.fstep-img{border-radius:14px;overflow:hidden;background:var(--brand-soft);border:1px solid var(--line);box-shadow:0 10px 26px rgba(36,75,51,.1)}
.fstep-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;display:block}
.fstep-bd h3{font-family:var(--serif);font-size:clamp(17px,4.4vw,21px);font-weight:700;color:var(--ink);line-height:1.5;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.fstep-bd .stnum{flex:none;font-family:var(--serif);color:var(--brand);font-size:1.15em}
.fstep-bd p{font-size:clamp(14px,3.6vw,15.5px);line-height:1.95;color:var(--body)}
.fstep-bd strong{color:var(--brand)}
.fstep-bd--full{grid-column:1 / -1}
.carbo-box{margin-top:14px;background:var(--brand-soft);border-radius:12px;padding:16px 20px}
.carbo-box .carbo-ttl{font-weight:700;color:var(--brand-d);margin-bottom:8px}
.carbo-list{margin:0 0 4px;padding-left:0;list-style:none;counter-reset:carbo}
.carbo-list li{position:relative;padding-left:34px;margin-bottom:8px;font-size:14px;line-height:1.8}
.carbo-list li::before{counter-increment:carbo;content:counter(carbo);position:absolute;left:0;top:1px;width:23px;height:23px;background:var(--brand);color:#fff;border-radius:50%;font-weight:700;font-size:12.5px;display:flex;align-items:center;justify-content:center}
.carbo-foot{font-weight:700;color:var(--brand-d);margin-top:6px;font-size:14px}
@media(max-width:640px){
  .fstep{grid-template-columns:1fr}
  .fstep-img{max-width:420px;width:100%;margin:0 auto 4px}
  .pricebar .sub{margin-left:0;width:100%}
}
@media(max-width:640px){
  /* courses: always text before photo on mobile */
  .course .price-visual>div{order:1}
  .course .price-visual>figure{order:2}
  .course .price-visual{align-items:stretch}
  .course .price-visual .lead-p{text-align:left}
  /* campaign 2,980 must never clip */
  .campaign-box{padding:22px 16px 20px}
  .campaign-box .cmp-now{font-size:clamp(48px,15vw,72px);white-space:nowrap}
  .campaign-box .cmp-now .cmp-lbl{font-size:.26em;padding:3px 8px;margin-right:6px}
}
/* step with 2 stacked photos + solo trust card (2026-07-02 refine) */
.fstep-img{display:flex;flex-direction:column;gap:10px}
.trust-solo{max-width:560px;margin:22px auto 0}
.trust-solo .tcard{justify-content:center}

/* ===== menu course cards — redesigned for visibility (2026-07-02) ===== */
.mcourse{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(36,75,51,.09);margin-bottom:clamp(20px,3vw,28px)}
.mcourse:last-child{margin-bottom:0}
.mcourse-hd{display:flex;align-items:center;gap:clamp(12px,2.4vw,20px);background:linear-gradient(105deg,var(--brand) 0%,var(--brand-d) 100%);color:#fff;padding:clamp(14px,2.6vw,20px) clamp(18px,3vw,28px);position:relative}
.mcourse-hd::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--gold)}
.mcourse-no{flex:none;font-family:var(--serif);font-weight:700;font-size:clamp(30px,7.5vw,46px);line-height:1;color:var(--gold);letter-spacing:.01em}
.mcourse-ttl{flex:1 1 auto;min-width:0}
.mcourse-eyl{display:block;font-size:10.5px;letter-spacing:.24em;color:var(--gold-soft);font-weight:700;opacity:.85}
.mcourse-name{font-family:var(--serif);font-weight:700;font-size:clamp(23px,6vw,32px);line-height:1.25;color:#fff;margin:3px 0 0;letter-spacing:.02em}
.mcourse-price{flex:none;text-align:right;white-space:nowrap;line-height:1}
.mcourse-price .mp-lbl{font-size:12px;font-weight:700;opacity:.85;margin-right:5px;vertical-align:middle}
.mcourse-price .mp-amt{font-family:var(--serif);font-weight:700;font-size:clamp(26px,6.5vw,38px);vertical-align:middle}
.mcourse-price .mp-amt small{font-size:.42em;margin-left:1px}
.mcourse-body{display:grid;grid-template-columns:minmax(0,1fr) clamp(240px,32%,320px);gap:clamp(18px,3vw,32px);align-items:center;padding:clamp(20px,3vw,30px)}
.mcourse-text p{font-size:clamp(14px,3.6vw,15.5px);line-height:1.95;margin-bottom:11px}
.mcourse-text p:last-child{margin-bottom:0}
.mcourse-text strong{color:var(--brand)}
.mcourse-first{display:inline-block;background:var(--gold-soft);border:1px solid var(--gold-line);color:var(--brand-d);font-weight:700;border-radius:10px;padding:8px 16px;font-size:clamp(14px,3.7vw,15.5px)}
.mcourse-tax{font-size:12.5px !important;color:var(--muted)}
.mcourse-photo{margin:0;border-radius:12px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 22px rgba(36,75,51,.1)}
.mcourse-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;display:block}
@media(max-width:640px){
  .mcourse-hd{flex-wrap:wrap;gap:4px 14px;align-items:baseline}
  .mcourse-no{font-size:34px}
  .mcourse-ttl{flex:1 1 auto}
  .mcourse-price{width:100%;text-align:left;border-top:1px solid rgba(255,255,255,.28);margin-top:10px;padding-top:10px}
  .mcourse-body{grid-template-columns:1fr;gap:16px}
  .mcourse-photo{max-width:460px;width:100%;margin:0 auto}
}

/* ===== menu page readability boost — larger, darker, clearer (2026-07-02 v2) =====
   scoped to body.menu-page so the other 31 pages are untouched */
.menu-page .phero p{color:#eceadb;font-size:clamp(14.5px,3.8vw,16.5px)}

/* section heads: gold accent line to anchor hierarchy */
.menu-page .sec-head .h2::after,
.menu-page .bg-beige .center>.h2::after{content:"";display:block;width:56px;height:4px;border-radius:99px;background:var(--gold);margin:14px auto 0}

/* course cards: bigger & darker body text, prominent first-visit badge */
.menu-page .mcourse-text p{font-size:clamp(15px,4vw,16.5px);line-height:2.05;color:#31332a}
.menu-page .mcourse-text strong{color:var(--brand-d);background:linear-gradient(transparent 62%,var(--gold-soft) 62%)}
.menu-page .mcourse-tax{font-size:13px !important;color:#6f7165}
.menu-page .mcourse-first{display:block;text-align:center;background:#fff6dd;border:2px solid var(--gold);color:var(--brand-d);font-size:clamp(15.5px,4.3vw,18.5px);padding:13px 18px;border-radius:12px;box-shadow:0 6px 16px rgba(180,140,60,.16)}
.menu-page .mcourse-price .mp-amt{font-size:clamp(28px,7vw,42px)}

/* flow: dashed rows -> clearly separated numbered step cards */
.menu-page .fstep{background:#fffef9;border:1px solid var(--line);border-left:5px solid var(--brand);border-radius:16px;padding:clamp(18px,3vw,26px);margin-bottom:clamp(14px,2.4vw,20px);box-shadow:0 8px 22px rgba(36,75,51,.07)}
.menu-page .fstep:last-of-type{border-bottom:1px solid var(--line);margin-bottom:0}
.menu-page .fstep-bd h3{font-size:clamp(18.5px,4.8vw,23px);gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--brand-soft)}
.menu-page .fstep-bd .stnum{font-size:1.35em}
.menu-page .fstep-bd p{font-size:clamp(15px,4vw,16px);line-height:2;color:#31332a}
.menu-page .fstep-bd strong{color:var(--brand-d);background:linear-gradient(transparent 62%,var(--gold-soft) 62%)}
.menu-page .carbo-box{border:1px solid #dde1cf;padding:18px 20px}
.menu-page .carbo-box .carbo-ttl{font-size:clamp(15px,4vw,16.5px)}
.menu-page .carbo-list li{font-size:clamp(14px,3.8vw,15px);line-height:1.9;margin-bottom:10px;padding-left:36px}
.menu-page .carbo-list li::before{width:25px;height:25px;font-size:13px;top:2px}
.menu-page .carbo-foot{font-size:clamp(14px,3.8vw,15px)}
.menu-page .note-box{font-size:14px;color:#5c5e52;background:#fbfaf2}

@media(max-width:640px){
  .menu-page .fstep{padding:16px 14px}
  .menu-page .fstep-img{margin:0 auto 10px}
  .menu-page .mcourse-hd{padding:14px 16px 12px}
  .menu-page .mcourse-body{padding:18px 16px 20px}
}

/* =========================================================
   SITE-WIDE READABILITY REFRESH — all pages (2026-07-02)
   menuページで好評だったデザイン言語を共通コンポーネントに展開：
   ①本文を濃く・少し大きく ②太字キーワードにゴールド下線
   ③見出しにアクセント（帯下線＋小見出しの左バー）
   ※ 濃緑背景(.brand-sec/.phero/.offer*)には掛けない
   ========================================================= */

/* --- 1. 本文コントラストを全体的に底上げ（変数を一段濃く） --- */
:root{ --body:#33352c; --muted:#66685c; }

/* --- 2. セクション見出しにゴールドのアクセントライン --- */
.sec-head .h2::after{content:"";display:block;width:58px;height:4px;border-radius:99px;background:var(--gold);margin:16px auto 0}
.brand-sec .sec-head .h2::after{background:var(--gold)} /* 濃緑上でも金線はOK */

/* --- 3. 記事小見出し(.prose h2.sub)：左に緑バー＋下線を少し強く --- */
.prose h2.sub{position:relative;padding-left:16px;border-bottom-color:#dbe0cd}
.prose h2.sub::before{content:"";position:absolute;left:0;top:.12em;bottom:.32em;width:5px;border-radius:99px;background:var(--brand)}
.prose h3{font-size:clamp(16.5px,4.1vw,19.5px);color:var(--brand-d)}

/* --- 4. コンテンツ本文を濃く・読みやすく --- */
.lead-p{color:#31332a}
.prose p{color:#31332a;font-size:clamp(14.5px,3.7vw,16.5px);line-height:2.05}
.prose ul li,.prose ol li{color:#31332a;font-size:clamp(14.5px,3.6vw,16px)}
.pt-box{color:#31332a}
.callout p{color:#2f4436}
.qa .a{color:#31332a;font-size:15px;line-height:2}
.faq .a{color:#31332a;font-size:clamp(14px,3.5vw,15.5px);line-height:2}
.rcard p{color:#3c3e36}
.staff .st p{color:#31332a}
.checks .tx{color:#31332a}
.msg .mt p{color:#31332a}
.dcard .cmt{color:#23241f}

/* --- 5. 太字キーワードにゴールド下線ハイライト（明るい背景のみ） --- */
.prose p strong,
.prose ul li strong,.prose ol li strong,
.lead-p strong,
.pt-box strong,
.callout p strong,
.qa .a strong,
.staff .st p strong,
.msg .mt p strong,
.checks .tx strong{
  color:var(--brand-d);
  background:linear-gradient(transparent 60%, var(--gold-soft) 60%);
  padding:0 1px;
}
/* 濃緑背景では絶対に下線を付けない（保険） */
.brand-sec p strong,.brand-sec .lead-p strong,
.phero strong,.offer1 strong,.offer2 strong{background:none}

/* ===== symptom page inline photos (2026-07-02) =====
   移植元の症状固有写真（解剖図・施術風景）をリニューアル症状ページで活用 */
.sympix{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:22px 0 6px}
.sympix figure{margin:0;border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 22px rgba(36,75,51,.10);background:#fff}
.sympix img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}
.sympix figcaption{padding:8px 12px;font-size:12px;color:var(--muted);line-height:1.55;background:#fff}
.sympix.one{grid-template-columns:minmax(0,540px);justify-content:center}
.sympix.contain figure{background:#f4f4ee}
.sympix.contain img{object-fit:contain}
