/* 症状別ページ共通CSS（トップindex.htmlのデザイントークンを踏襲） */
* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green: #1e6b3c; --green-d: #14522c; --green-l: #e9f4ec;
  --gold: #b99648; --ink: #26302a; --muted: #63706a;
}
body { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; color: var(--ink); line-height: 1.95; font-size: 16px; background: #fff; word-break: auto-phrase; }
img { max-width: 100%; height: auto; }
.wrap { max-width: 980px; margin: 0 auto; padding: 0 20px; }
section { padding: 44px 0; }
.alt { background: var(--green-l); }
h2 { font-family: "Hiragino Mincho ProN", serif; font-weight: 700; color: var(--green-d); text-align: center; font-size: clamp(21px, 3.2vw, 28px); margin-bottom: 10px; letter-spacing: .04em; }
.rule { width: 54px; height: 3px; background: var(--gold); margin: 12px auto 30px; }
.center { max-width: 700px; margin: 0 auto; text-align: center; }

/* ヘッダー（トップと同一構造） */
header { background: #fff; border-bottom: 1px solid #e2e8e3; padding: 0; position: sticky; top: 0; z-index: 50; }
header .wrap { max-width: 1400px; }
.head-main { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 20px; flex-wrap: wrap; }
.logo-img { height: 52px; width: auto; display: block; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.head-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.line-btn { display: flex; align-items: center; gap: 8px; border: 2px solid #06C755; color: #0a8f43; font-weight: 800; font-size: 12px; line-height: 1.45; padding: 6px 13px; border-radius: 10px; text-decoration: none; }
.line-mk { background: #06C755; color: #fff; font-weight: 900; font-size: 11px; padding: 6px 7px; border-radius: 8px; }
.head-tel { text-align: right; text-decoration: none; }
.head-tel b { display: block; color: var(--green-d); font-size: 20px; }
.head-tel small { font-size: 10.5px; color: var(--muted); }
.btn { display: inline-block; text-decoration: none; background: var(--green); color: #fff; font-weight: 800; padding: 12px 26px; border-radius: 10px; }
.btn.yoyaku { text-align: center; line-height: 1.35; padding: 9px 22px; background: linear-gradient(135deg, #2a8a50, var(--green-d)); }
.btn.yoyaku small { display: block; font-size: 10.5px; font-weight: 700; opacity: .9; }
.head-nav { border-top: 1px solid #e2e8e3; background: #fbfdfb; }
.nav-in { display: flex; justify-content: space-between; gap: 6px; padding: 9px 20px; overflow-x: auto; max-width: 1400px; margin: 0 auto; }
.nav-in a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav-in a:hover { color: var(--green-d); }

/* パンくず・ページヘッダー */
.crumbs { font-size: 12px; color: var(--muted); max-width: 980px; margin: 0 auto; padding: 12px 20px 0; }
.crumbs a { color: var(--green-d); text-decoration: none; }
.page-head { background: linear-gradient(105deg, #f4faf5 0%, #e9f4ec 55%, #dcecdf 100%); padding: 40px 0 34px; }
.page-head .loc { display: inline-block; background: #fff; border: 1.5px solid var(--green); color: var(--green-d); font-weight: 700; font-size: 12.5px; padding: 4px 14px; border-radius: 99px; margin-bottom: 14px; }
h1 { font-family: "Hiragino Mincho ProN", serif; font-weight: 700; font-size: clamp(24px, 3.6vw, 34px); line-height: 1.65; color: var(--green-d); letter-spacing: .03em; }
h1 em { font-style: normal; color: var(--gold); }
.page-head .sub { margin-top: 14px; font-size: 15px; color: #41504a; max-width: 760px; }
.page-cta { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-tel { display: inline-block; text-decoration: none; background: #fff; border: 2px solid var(--green); color: var(--green-d); font-weight: 800; padding: 10px 22px; border-radius: 10px; text-align: center; line-height: 1.4; }
.btn-tel small { display: block; font-size: 10.5px; font-weight: 700; color: var(--muted); }

/* 本文パーツ */
.checks { max-width: 640px; margin: 0 auto; list-style: none; }
.checks li { background: #fff; border: 1px solid #dbe7dd; border-radius: 10px; padding: 11px 16px 11px 42px; margin-bottom: 9px; font-size: 14.5px; position: relative; }
.checks li::before { content: "✓"; position: absolute; left: 14px; color: var(--gold); font-weight: 900; }
.article { max-width: 760px; margin: 0 auto; font-size: 15px; }
.article h3 { font-family: "Hiragino Mincho ProN", serif; color: var(--green-d); font-size: 19px; margin: 34px 0 12px; padding-left: 12px; border-left: 4px solid var(--gold); line-height: 1.6; }
.article p { margin-bottom: 14px; }
.article ul { margin: 0 0 14px 1.4em; }
.article li { margin-bottom: 6px; font-size: 14.5px; }
.redflag { background: #fdf3f0; border: 1.5px solid #d9917e; border-radius: 12px; padding: 18px 20px; margin: 22px 0; }
.redflag b { color: #a5402a; display: block; margin-bottom: 6px; font-size: 15px; }
.redflag ul { margin: 0 0 8px 1.4em; }
.redflag li { font-size: 14px; margin-bottom: 4px; }
.redflag p { font-size: 13px; color: #6b4a41; margin: 0; }
.point-box { background: var(--green-l); border-radius: 12px; padding: 18px 20px; margin: 22px 0; font-size: 14.5px; }
.point-box b { color: var(--green-d); }

/* 料金ダイジェスト */
table.price { width: 100%; border-collapse: collapse; max-width: 700px; margin: 0 auto; background: #fff; font-size: 15px; }
table.price th { background: var(--green-d); color: #fff; padding: 12px; text-align: left; font-weight: 700; }
table.price td { border: 1px solid #dbe7dd; padding: 12px 14px; }
.big { color: var(--green-d); font-weight: 800; font-size: 18px; white-space: nowrap; }
.pnote { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* 声・FAQ */
.voices { display: flex; gap: 16px; }
.vcard { flex: 1; background: #fff; border-radius: 14px; padding: 20px 18px 14px; box-shadow: 0 8px 22px rgba(20,82,44,.08); display: flex; flex-direction: column; }
.vt { font-weight: 800; color: var(--green-d); font-size: 14.5px; line-height: 1.7; margin-bottom: 8px; }
.vb { font-size: 13px; color: #4a5850; flex: 1; }
.vn { font-size: 12px; color: var(--muted); margin-top: 10px; text-align: right; }
.vd { font-size: 10.5px; color: #9aa79e; text-align: right; }
details.faq { background: #fff; border: 1px solid #dbe7dd; border-radius: 10px; max-width: 700px; margin: 0 auto 10px; padding: 12px 18px; }
details.faq summary { font-weight: 800; color: var(--green-d); cursor: pointer; font-size: 15px; }
details.faq p { margin-top: 8px; font-size: 14px; color: #4a5850; }

/* 他症状リンク・アクセス・CTA */
.sym-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 860px; margin: 0 auto; }
.sym-nav a { background: #fff; border: 1px solid #dbe7dd; border-radius: 12px; padding: 16px 14px; text-decoration: none; text-align: center; box-shadow: 0 6px 16px rgba(20,82,44,.07); }
.sym-nav b { display: block; color: var(--green-d); font-size: 15px; }
.sym-nav span { font-size: 12px; color: var(--muted); }
.access-mini { max-width: 700px; margin: 0 auto; text-align: center; font-size: 14.5px; }
.access-mini b { color: var(--green-d); }
.cta-band { background: linear-gradient(140deg, var(--green), var(--green-d)); color: #fff; text-align: center; padding: 52px 20px; }
.cta-band h2 { color: #fff; }
.cta-band .tel { display: inline-block; text-decoration: none; background: #fff; color: var(--green-d); font-weight: 900; font-size: 24px; padding: 14px 36px; border-radius: 99px; margin-top: 8px; }
.cta-band p { font-size: 13.5px; }
.cta-line { display: inline-flex; align-items: center; gap: 10px; background: #06C755; color: #fff; font-weight: 900; font-size: 16.5px; padding: 13px 30px; border-radius: 99px; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.line-mk2 { background: #fff; color: #06C755; font-weight: 900; font-size: 12px; padding: 5px 8px; border-radius: 8px; }
footer { background: #14522c; color: rgba(255,255,255,.85); text-align: center; font-size: 12.5px; padding: 26px 0; }
.demo-note { position: fixed; left: 10px; bottom: 10px; z-index: 99; background: rgba(30,60,40,.92); color: #fff; font-size: 11px; padding: 6px 12px; border-radius: 4px; }
.sticky-bar { display: none; }

@media (max-width: 720px) {
  .head-actions .line-btn, .head-actions .head-tel { display: none; }
  .logo-img { height: 44px; }
  .voices { flex-direction: column; }
  .sym-nav { grid-template-columns: 1fr; }
  .sticky-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 98; box-shadow: 0 -6px 18px rgba(20,82,44,.18); }
  .sticky-bar a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 10px 6px 12px; text-decoration: none; font-weight: 900; font-size: 15px; color: #fff; line-height: 1.3; }
  .sticky-bar a small { font-size: 9.5px; font-weight: 700; opacity: .92; }
  .sb-tel { background: linear-gradient(135deg, #2a8a50, var(--green-d)); }
  .sb-line { background: #06C755; }
  body { padding-bottom: 64px; }
  .demo-note { bottom: 74px; }
}

/* ===== 上質化（2026-08-20）：ホバー・現在地・演出・モバイルナビ ===== */
html { scroll-behavior: smooth; }
.btn, .btn-tel, .cta-line, .cta-band .tel { transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover, .btn-tel:hover, .cta-line:hover, .cta-band .tel:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,82,44,.22); }
.vcard, .sym-nav a { transition: transform .18s ease, box-shadow .18s ease; }
.vcard:hover, .sym-nav a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20,82,44,.14); }
.nav-in a { padding-bottom: 2px; border-bottom: 2px solid transparent; transition: color .15s ease; }
.nav-in a.cur { color: var(--green-d); border-bottom-color: var(--gold); }
.js .fx { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .fx.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .fx { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
@media (max-width: 720px) {
  .nav-in { gap: 8px; padding: 10px 14px; }
  .nav-in a { font-size: 12.5px; background: #fff; border: 1px solid #dbe7dd; border-radius: 99px; padding: 5px 12px; }
  .nav-in a.cur { background: var(--green-d); color: #fff; border-color: var(--green-d); }
  h1 br { display: none; }
  .page-head { padding: 30px 0 28px; }
  .article { font-size: 14.5px; }
  .article h3 { font-size: 17px; }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .sym-nav { grid-template-columns: repeat(3, 1fr); }
  .voices { flex-wrap: wrap; }
  .voices .vcard { flex: 1 1 45%; }
}

/* ナビのスクロールバー非表示（スワイプは可能なまま） */
.nav-in { scrollbar-width: none; }
.nav-in::-webkit-scrollbar { display: none; }

/* ===== モバイル＝ハンバーガードロワー（2026-08-20） ===== */
.menu-btn { display: none; }
.drawer { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.drawer .dw-bg { position: absolute; inset: 0; background: rgba(18,38,26,.45); opacity: 0; transition: opacity .25s ease; }
.drawer .dw-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 80%; max-width: 320px; background: #fff; transform: translateX(102%); transition: transform .28s ease; display: flex; flex-direction: column; padding: 14px 20px 28px; overflow-y: auto; box-shadow: -12px 0 30px rgba(20,82,44,.18); }
.drawer.open { pointer-events: auto; }
.drawer.open .dw-bg { opacity: 1; }
.drawer.open .dw-panel { transform: none; }
.dw-close { align-self: flex-end; background: none; border: none; color: var(--muted); padding: 6px; cursor: pointer; }
.dw-head { font-size: 11px; font-weight: 800; color: var(--gold); letter-spacing: .1em; margin: 14px 0 2px; }
.dw-link { display: block; padding: 12px 4px; border-bottom: 1px solid #eef3ef; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 15px; }
.dw-link.cur { color: var(--green-d); }
.dw-cta { margin-top: 22px; text-align: center; }
@media (max-width: 720px) {
  .head-nav { display: none; }
  .menu-btn { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1.5px solid var(--green); color: var(--green-d); font-weight: 800; font-size: 12px; border-radius: 10px; padding: 9px 12px; cursor: pointer; }
}

/* モバイル＝ヘッダー1段化（予約ボタンは下部バーとドロワー内に集約・2026-08-20木村さん指示） */
@media (max-width: 720px) {
  .head-actions .btn.yoyaku { display: none; }
  .head-main { padding: 10px 16px; flex-wrap: nowrap; }
}
