/* 案C しずか — 東洋医学の落ち着き。見出しは明朝、キャッチは縦書き、区切りは細い線と余白。
   色はロゴの緑とお灸の黄土色だけ。写真は角を落とさず（または小さく丸めるだけ）大きく置く。 */

.plan-c {
  --font-head: 'Shippori Mincho B1', serif;
  --font-en: 'Cormorant Garamond', serif;
  --c-paper: #f8f6f0;
}
.plan-c h1, .plan-c h2, .plan-c h3 { font-weight: 700; }
.en { font-family: var(--font-en); font-style: italic; font-weight: 500; font-size: 22px; letter-spacing: .06em; color: var(--c-ochre); margin: 0 0 6px; }
.ttl { font-size: 34px; letter-spacing: .12em; line-height: 1.6; }
.head { text-align: center; margin-bottom: 64px; }
.head .ttl::after { content: ""; display: block; width: 1px; height: 36px; background: var(--c-green); margin: 20px auto 0; }
.center { text-align: center; margin: 44px 0 0; }
.tate { writing-mode: vertical-rl; text-orientation: mixed; }
.link-line { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-head); font-weight: 700; font-size: 15px; letter-spacing: .1em; color: var(--c-green-ink); text-decoration: none; }
.link-line::after { content: ""; width: 56px; height: 1px; background: currentColor; transition: width .25s; }
.link-line:hover::after { width: 80px; }
.plan-c .gnav { font-family: 'Noto Sans JP', sans-serif; font-weight: 500; font-size: 14px; letter-spacing: .08em; }
.plan-c .btn { border-radius: 4px; font-family: 'Noto Sans JP', sans-serif; font-weight: 500; letter-spacing: .1em; }
.plan-c .h-tel .num { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 19px; }

/* メインビジュアル */
.hero { position: relative; height: 700px; background: var(--c-paper); overflow: hidden; }
.hero-photo { position: absolute; left: 36%; right: 0; top: 0; bottom: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-copy { position: absolute; left: max(40px, calc(50% - 600px)); top: 80px; display: flex; flex-direction: row-reverse; gap: 36px; align-items: flex-start; }
.hero h1 { font-size: 46px; line-height: 1.6; letter-spacing: .2em; color: var(--c-green-ink); }
.hero h1 span { font-size: 64px; color: var(--c-green); }
.hero .lead { font-family: var(--font-head); font-size: 18px; line-height: 2.3; letter-spacing: .2em; margin: 90px 0 0; color: var(--c-body); }
.hero-foot { position: absolute; left: max(40px, calc(50% - 600px)); bottom: 48px; margin: 0; display: flex; gap: 10px; }
.hero-foot span { font-family: var(--font-head); font-size: 14px; letter-spacing: .12em; padding: 6px 16px; border: 1px solid var(--c-green); color: var(--c-green-ink); background: rgba(255,255,255,.7); }

/* 東洋医学とは */
.intro { text-align: center; padding: 150px 0; }
.kanji { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -52%); font-family: 'Shippori Mincho B1', serif; font-weight: 700; font-size: 460px; line-height: 1; color: var(--c-sage-50); z-index: 0; pointer-events: none; }
.intro .ttl { font-size: 36px; line-height: 1.8; margin: 8px 0 34px; }
.intro-body { font-size: 16px; line-height: 2.3; margin-bottom: 40px; }

/* 3つの治療 */
.treat { background: var(--c-paper); }
.row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; margin-bottom: 80px; }
.row:last-child { margin-bottom: 0; }
.row.rev .ph { order: 2; }
.row .ph img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 4px; }
.row .kan { font-family: var(--font-head); font-size: 64px; line-height: 1; color: var(--c-ochre); margin: 0 0 16px; opacity: .9; }
.row h3 { font-size: 30px; letter-spacing: .14em; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--c-line); }
.row h3 small { font-size: 18px; letter-spacing: .06em; }
.row .txt p:last-child { font-size: 15px; line-height: 2.1; }

/* こんな症状 */
.symptom .inner { display: grid; grid-template-columns: auto 1fr 360px; gap: 64px; align-items: start; }
.sym-head .ttl { font-size: 30px; }
.tate-pc { writing-mode: vertical-rl; white-space: nowrap; letter-spacing: .2em; }
.sym-list { list-style: none; counter-reset: s; margin: 0 0 24px; padding: 0; border-top: 1px solid var(--c-line); }
.sym-list li { counter-increment: s; display: flex; align-items: baseline; gap: 18px; padding: 16px 4px; border-bottom: 1px solid var(--c-line); font-size: 16px; font-weight: 500; }
.sym-list li::before { content: counter(s, cjk-ideographic); font-family: var(--font-head); color: var(--c-ochre); font-size: 15px; width: 1.5em; }
.sym-note { font-size: 14px; color: var(--c-muted); line-height: 2; }
.sym-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 180px 180px 4px 4px; }

/* Q&A */
.qa { background: var(--c-paper); }
.qa-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--c-line); }
.qa-list > div { padding: 28px 8px; border-bottom: 1px solid var(--c-line); }
.qa-list dt { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--c-green-ink); letter-spacing: .08em; }
.qa-list dt::before { content: "問"; display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 16px; border-radius: 50%; background: var(--c-green-deep); color: #fff; font-size: 15px; vertical-align: 2px; }
.qa-list dd { margin: 12px 0 0 50px; font-size: 15px; }
.qa-list dd::before { content: "答"; display: inline-grid; place-items: center; width: 26px; height: 26px; margin-right: 10px; border-radius: 50%; border: 1px solid var(--c-ochre); color: var(--c-ochre); font-family: var(--font-head); font-size: 13px; }

/* 診療時間 */
.hours-wrap { max-width: 900px; margin: 0 auto; }
.plan-c .hours { border-top: 2px solid var(--c-green); }
.plan-c .hours thead th { background: transparent; font-family: var(--font-head); font-size: 15px; }
.plan-c .hours tbody th { font-family: 'Noto Sans JP', sans-serif; }
.plan-c .hours td { font-size: 20px; }
.reserve { margin-top: 44px; padding: 36px 40px; border: 1px solid var(--c-green); position: relative; }
.reserve::before { content: ""; position: absolute; inset: 6px; border: 1px solid var(--c-sage-200); pointer-events: none; }
.reserve-ttl { font-family: var(--font-head); font-weight: 700; font-size: 24px; color: var(--c-green-ink); letter-spacing: .14em; margin-bottom: 6px; }
.reserve-btns { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 10px; position: relative; }
.reserve-tel { font-family: var(--font-head); font-weight: 700; font-size: 32px; color: var(--c-green-ink); text-decoration: none; letter-spacing: .06em; }
.reserve-tel small { font-size: 15px; margin-right: 8px; color: var(--c-ochre); }

/* 獣医師 */
.doctor { background: var(--c-paper); }
.doctor .inner { display: grid; grid-template-columns: 380px auto 1fr; gap: 56px; align-items: start; }
.doc-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 20%; border-radius: 4px; }
.doc-name { font-family: var(--font-head); font-weight: 700; font-size: 40px; letter-spacing: .3em; color: var(--c-green-ink); line-height: 1.4; }
.doc-name small { font-size: 15px; letter-spacing: .2em; color: var(--c-muted); margin-left: 12px; }
.doc-dl { display: grid; grid-template-columns: 4em 1fr; gap: 14px 20px; margin: 16px 0 32px; font-size: 15px; }
.doc-dl dt { font-family: var(--font-head); font-weight: 700; color: var(--c-ochre); padding-top: 1px; }
.doc-dl dd { margin: 0; line-height: 2; }

/* アクセス */
.acc-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }
.plan-c .c-embed-map { border-radius: 4px; }
.addr { font-family: var(--font-head); font-weight: 700; font-size: 21px; color: var(--c-green-ink); line-height: 1.7; letter-spacing: .08em; }
.route { list-style: none; padding: 0; margin: 0 0 18px; font-size: 15px; }
.route li::before { content: "・"; color: var(--c-green); }
.oushin { margin: 26px 0; padding: 20px 0; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); font-size: 14px; }
.oushin p { margin: 0; }
.o-ttl { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--c-green-ink); margin-bottom: 4px !important; letter-spacing: .1em; }
.plan-c .line-box .qr { border-radius: 4px; }

/* お問い合わせ */
.cta { background: var(--c-green-deep); color: #fff; position: relative; overflow: hidden; padding: 100px 0; }
.cta-photo { position: absolute; left: 0; top: 0; bottom: 0; width: 34%; }
.cta-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.cta .inner { display: flex; justify-content: flex-end; }
.cta-box { width: 58%; }
.cta .en { color: #e5cf9f; }
.cta h2 { color: #fff; font-size: 30px; letter-spacing: .14em; margin-bottom: 30px; }
.cta-btns { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-tel { color: #fff; text-decoration: none; font-family: var(--font-head); font-weight: 700; font-size: 34px; letter-spacing: .06em; display: flex; flex-direction: column; line-height: 1.3; }
.cta-tel small { font-size: 13px; letter-spacing: .14em; opacity: .85; }
.cta .btn-primary { background: #fff; color: var(--c-green-deep); }

.plan-c .site-footer { background: #fff; border-top: 1px solid var(--c-line); }
.plan-c .site-footer .f-tel { font-family: var(--font-head); }

/* スマホ */
@media (max-width: 1080px) {
  .symptom .inner { grid-template-columns: 1fr 300px; }
  .sym-head { grid-column: 1 / -1; }
  .tate-pc { writing-mode: horizontal-tb; height: auto; }
}
@media (max-width: 720px) {
  .ttl, .intro .ttl, .sym-head .ttl { font-size: 23px; letter-spacing: .08em; }
  .en { font-size: 18px; }
  .head { margin-bottom: 40px; }
  .hero { height: 780px; }
  .hero-photo { left: 0; top: 0; height: 330px; bottom: auto; }
  .hero-copy { left: 20px; right: 20px; top: 290px; gap: 18px; }
  .hero h1 { font-size: 28px; background: var(--c-paper); padding: 22px 12px 18px; }
  .hero h1 span { font-size: 38px; }
  .hero .lead { font-size: 14px; margin-top: 60px; letter-spacing: .14em; }
  .hero-foot { left: 20px; bottom: 26px; flex-wrap: wrap; gap: 6px; }
  .hero-foot span { font-size: 12px; padding: 4px 10px; }
  .intro { padding: 100px 0; }
  .kanji { font-size: 300px; }
  .intro .ttl br, .pc { display: none; }
  .intro-body { font-size: 15px; text-align: left; }
  .row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
  .row.rev .ph { order: 0; }
  .row .kan { font-size: 44px; }
  .row h3 { font-size: 24px; }
  .symptom .inner, .acc-grid { grid-template-columns: 1fr; gap: 36px; }
  .sym-photo { width: 76%; margin: 0 auto; }
  .qa-list dt { font-size: 17px; }
  .qa-list dd { margin-left: 0; }
  .reserve { padding: 28px 22px; }
  .reserve-tel { font-size: 27px; }
  .reserve-btns .btn { width: 100%; }
  .doctor .inner { grid-template-columns: 1fr auto; gap: 24px; }
  .doc-photo { grid-column: 1; }
  .doc-name { grid-column: 2; grid-row: 1; font-size: 30px; }
  .doc-text { grid-column: 1 / -1; }
  .doc-dl { grid-template-columns: 1fr; gap: 4px; font-size: 14px; }
  .cta { padding: 0 0 72px; }
  .cta-photo { position: relative; width: 100%; height: 220px; }
  .cta .inner { display: block; }
  .cta-box { width: 100%; padding-top: 40px; }
  .cta h2 { font-size: 18px; letter-spacing: .04em; }
  .cta-tel { font-size: 28px; }
}

/* ── 09-25 改訂：予約は LINE をおすすめに（ユーザー指示）── */
.plan-c .hours td.off { color: #b0685d; font-family: var(--font-head); font-size: 15px; }
.hours-note strong { color: var(--c-green-ink); font-family: var(--font-head); letter-spacing: .1em; }
.reserve { padding: 40px 44px; }
.reserve-ttl { text-align: center; margin-bottom: 26px; }
.reserve-cols { display: grid; grid-template-columns: 1.35fr 1fr; gap: 0; position: relative; }
.r-line { padding-right: 36px; border-right: 1px solid var(--c-line); }
.r-label { display: inline-block; margin: 0 0 8px; padding: 1px 14px; background: #06c755; color: #fff; font-size: 12px; letter-spacing: .16em; }
.r-ttl { font-family: var(--font-head); font-weight: 700; font-size: 21px; line-height: 1.6; color: var(--c-green-ink); letter-spacing: .08em; margin-bottom: 10px; }
.r-line > p:not([class]) { font-size: 14px; }
.r-line-act { display: flex; align-items: center; gap: 20px; margin-top: 6px; }
.r-line-act .qr { width: 112px; padding: 6px; border: 1px solid var(--c-line); background: #fff; }
.plan-c .btn-line .ico { width: 20px; height: 20px; }
.r-other { padding-left: 36px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.r-ttl2 { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--c-green-ink); margin: 0; letter-spacing: .1em; }
.r-other .reserve-tel { font-size: 28px; }
.cta-btns { gap: 22px 28px; }
@media (max-width: 720px) {
  .reserve { padding: 28px 20px; }
  .reserve-cols { grid-template-columns: 1fr; }
  .r-line { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--c-line); }
  .r-ttl { font-size: 18px; }
  .r-line-act .qr { display: none; } /* スマホは QR を読めない＝ボタンだけ */
  .r-line-act .btn { width: 100%; }
  .r-other { padding: 22px 0 0; }
  .r-other .btn { width: 100%; }
  .cta .btn { width: 100%; }
}

/* ── 09-25 改訂：メインに丸いロゴ（縦書きの見出しの下） ── */
.h1-wrap { display: flex; flex-direction: column; align-items: center; gap: 26px; }
.hero { height: 760px; }
.h1-wrap .hero-logo { width: 150px; }
.r-ttl2 { font-size: 15px; }
@media (max-width: 720px) {
  .hero { height: 830px; }
  .h1-wrap { gap: 14px; }
  .h1-wrap .hero-logo { width: 104px; }
}
