/* 案B もり — 参考サイト（緑の森どうぶつ病院）の構成に寄せる。イラストの代わりに
   ①大きな英字の見出し ②写真の背後の水彩の丸 ③緑の全面の区画 ④丸い写真の組み ⑤右下の固定ボタン。 */

:root { --c-green-bg: #4a7a52; } /* 白文字を載せる面（5.0:1） */

/* ヘッダー：右上に丸いボタン3つ＋その下にメニュー（参考サイトの2段） */
.site-header .inner { height: 100px; }
.site-header .logo img { height: 58px; }
.h-right { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.h-pills { display: flex; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 16px; border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: 13px;
  color: var(--c-green-deep); background: #fff; border: 1.5px solid var(--c-sage-200); text-decoration: none; }
.pill .ico { width: 15px; height: 15px; }
.pill-solid { background: var(--c-green-deep); color: #fff; border-color: var(--c-green-deep); }
.plan-b .gnav { margin-left: 0; gap: 30px; font-size: 15px; }

/* 大きな英字の見出し */
.big-head { position: relative; z-index: 1; }
.big { font-family: var(--font-en); font-weight: 900; font-size: 76px; line-height: .98; letter-spacing: .01em; color: var(--c-green); margin: 0; }
.big-sub { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--c-green-ink); margin: 14px 0 26px; letter-spacing: .12em; }
.big-head.center { text-align: center; margin-bottom: 56px; }
.big-head.center .big-sub { margin-bottom: 0; }
.center { text-align: center; margin: 48px 0 0; }

/* メインビジュアル */
.hero { position: relative; padding: 70px 0 120px; overflow: hidden; }
.hero .inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; width: min(1240px, calc(100% - 48px)); }
.hero-text { position: relative; z-index: 2; }
.hero h1 { font-size: 44px; line-height: 1.35; letter-spacing: .08em; color: var(--c-green-ink); }
.hero h1 span { display: inline-block; font-size: 78px; letter-spacing: .1em; color: var(--c-green); margin-top: 4px; }
.hero .lead { font-family: var(--font-head); font-weight: 500; font-size: 21px; line-height: 2.05; margin: 30px 0 26px; }
.hero-note { display: inline-block; font-size: 14px; line-height: 1.8; color: var(--c-muted); border-left: 3px solid var(--c-wash-sun); padding-left: 14px; }
.hero-photos { position: relative; height: 620px; }
.hero-photos .ph { position: absolute; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 10px #fff; z-index: 1; }
.hero-photos img { width: 100%; height: 100%; object-fit: cover; }
.ph-main { width: 500px; height: 500px; right: 20px; top: 30px; }
.ph-sub1 { width: 210px; height: 210px; left: 10px; bottom: 10px; }
.ph-sub2 { width: 170px; height: 170px; right: 90px; bottom: -30px; }
.ph-sub1 img { object-position: 30% 50%; }
.ring { position: absolute; width: 560px; height: 560px; right: -10px; top: 0; border-radius: 50%; border: 2px dashed var(--c-sage-200); }
.w-h1 { width: 520px; height: 480px; right: -140px; top: -120px; }
.w-h2 { width: 300px; height: 280px; left: 42%; bottom: -40px; }
.w-h3 { width: 380px; height: 340px; left: -160px; top: 40px; }

/* 東洋医学とは */
.intro .inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.intro-catch { font-family: var(--font-head); font-weight: 700; font-size: 26px; line-height: 1.75; color: var(--c-green-ink); margin-bottom: 22px; }
.intro-body { padding-top: 12px; position: relative; z-index: 1; }
.w-intro { width: 520px; height: 460px; right: -120px; top: 40px; }

/* 3つの治療 */
.treat { background: var(--c-green-bg); color: #fff; }
.treat .big, .treat .big-sub { color: #fff; }
.treat .big-head { text-align: right; margin-bottom: 64px; }
.treat .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.treat .card { position: relative; }
.treat .num { position: absolute; left: -8px; top: -38px; z-index: 2; margin: 0; font-family: var(--font-en); font-weight: 900; font-size: 60px; line-height: 1; color: #fff; }
.treat .ph img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
.treat h3 { color: #fff; font-size: 24px; margin: 22px 0 12px; }
.treat p { font-size: 15px; }

/* こんな症状 */
.symptom .sym-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.symptom .big { font-size: 64px; }
.sym-lead { font-size: 15px; }
.sym-note { font-size: 13px; color: var(--c-muted); }
.tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; z-index: 1; }
.tiles li { aspect-ratio: 1 / 1; border-radius: 22px; display: grid; place-items: center; text-align: center; padding: 12px;
  background: linear-gradient(150deg, #7fae7a 0%, var(--c-green) 55%, #4f8058 100%); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 16px; line-height: 1.6; position: relative; overflow: hidden;
  box-shadow: 0 10px 20px -14px rgba(47,82,55,.7); }
.tiles li::before { content: ""; position: absolute; width: 60%; height: 60%; left: -18%; top: -22%; border-radius: 50%; background: rgba(255,255,255,.12); }
.tiles li span { position: relative; }
.w-sym { width: 560px; height: 500px; right: -60px; top: 60px; }

/* Q&A */
.qa { background: var(--c-paper); }
.qa-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.qa-cards article { background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 0 0 1px var(--c-line); }
.qa-cards .ph img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.qa-cards h3 { display: flex; align-items: center; gap: 12px; font-size: 19px; padding: 22px 24px 0; }
.qa-cards h3 span { width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--c-wash-sun); color: var(--c-green-ink); display: grid; place-items: center; font-family: var(--font-en); font-weight: 900; font-size: 16px; }
.qa-cards p { padding: 10px 24px 26px; margin: 0; font-size: 14px; }

/* 診療時間 */
.hours-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.reserve-big { font-family: var(--font-head); font-weight: 700; font-size: 24px; color: var(--c-green-ink); margin-bottom: 8px; }
.reserve-big strong { color: var(--c-ochre); }
.hours-card { position: relative; z-index: 1; background: #fff; border-radius: 28px; padding: 30px; box-shadow: 0 20px 40px -30px rgba(47,82,55,.45), 0 0 0 1px var(--c-line); }
.hours-card .hours thead th { border-radius: 0; }
.hours-btns { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 22px; padding-top: 22px; border-top: 1px dashed var(--c-line); }
.tel-big { display: flex; align-items: center; gap: 10px; font-family: var(--font-en); font-weight: 900; font-size: 30px; color: var(--c-green-ink); text-decoration: none; }
.tel-big .ico { width: 24px; height: 24px; color: var(--c-green); }
.w-hours { width: 600px; height: 520px; right: -80px; top: 20px; }

/* 獣医師 */
.doctor .inner { display: grid; grid-template-columns: .8fr 1fr .9fr; gap: 48px; align-items: center; }
.doc-body { position: relative; z-index: 1; }
.doc-role { font-size: 14px; color: var(--c-muted); margin: 0; letter-spacing: .1em; }
.doc-name { font-family: var(--font-head); font-weight: 700; font-size: 38px; color: var(--c-green-ink); margin: 0 0 16px; letter-spacing: .12em; }
.chips { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 13px; font-weight: 500; padding: 4px 14px; border-radius: 999px; background: #fff; color: var(--c-green-deep); border: 1px solid var(--c-sage-200); }
.doc-body > p:last-child { font-size: 15px; }
.doc-photo { position: relative; z-index: 1; }
.doc-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; border-radius: 200px 200px 28px 28px; }
.w-doc { width: 560px; height: 520px; right: -60px; top: 30px; }

/* アクセス */
.access { background: var(--c-paper); }
.acc-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: start; }
.addr { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: var(--c-green-ink); }
.route { list-style: none; padding: 0; margin: 0 0 18px; font-size: 15px; }
.route li { padding-left: 18px; position: relative; }
.route li::before { content: ""; position: absolute; left: 0; top: .8em; width: 7px; height: 7px; border-radius: 50%; background: var(--c-green); }
.oushin { margin-top: 28px; padding: 24px 26px; background: var(--c-green-bg); color: #fff; border-radius: 22px; font-size: 14px; }
.oushin p { margin: 0; }
.o-ttl { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 18px; margin-bottom: 6px !important; }
.o-ttl .ico { width: 24px; height: 24px; }
.line-band { display: flex; align-items: center; gap: 28px; margin-top: 56px; padding: 26px 36px; background: #fff; border-radius: 28px; box-shadow: 0 0 0 1px var(--c-line); }
.line-band .qr { width: 110px; flex: none; }
.line-band h3 { font-size: 20px; margin-bottom: 4px; }
.line-band p { margin: 0; font-size: 14px; color: var(--c-muted); }
.line-band .btn { margin-left: auto; }

/* お問い合わせ */
.cta { position: relative; overflow: hidden; padding: 110px 0 120px; text-align: center; }
.cta .inner { z-index: 1; }
.cta-catch { font-family: var(--font-head); font-weight: 700; font-size: 22px; color: var(--c-green-ink); margin: 14px 0 36px; }
.cta-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-card { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 330px; padding: 26px 30px; border-radius: 24px; background: #fff;
  box-shadow: 0 0 0 1.5px var(--c-sage-200); text-decoration: none; font-family: var(--font-en); font-weight: 900; font-size: 30px; color: var(--c-green-ink); }
.cta-card small { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--c-muted); }
.cta-card .ico { width: 28px; height: 28px; color: var(--c-green); margin-bottom: 4px; }
.cta-card.solid { background: var(--c-green-deep); color: #fff; box-shadow: none; font-family: var(--font-head); font-weight: 700; font-size: 22px; justify-content: center; }
.cta-card.solid small { color: rgba(255,255,255,.8); }
.cta-card.solid .ico { color: #fff; }
.w-cta1 { width: 460px; height: 420px; left: -120px; top: -40px; }
.w-cta2 { width: 380px; height: 340px; right: -100px; bottom: -80px; }

/* 右下の固定ボタン */
.float-btns { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; gap: 8px; }
.float-btns a { width: 84px; height: 76px; border-radius: 16px; background: var(--c-green-deep); color: #fff; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  font-family: var(--font-head); font-weight: 700; font-size: 13px; box-shadow: 0 8px 20px -10px rgba(0,0,0,.4); }
.float-btns .ico { width: 22px; height: 22px; }

/* スマホ */
@media (max-width: 1080px) {
  .h-pills { display: none; }
  .site-header .inner { height: 84px; }
  .hero .inner { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header .inner { height: 66px; }
  .site-header .logo img { height: 38px; }
  .h-right { display: none; }
  .big, .symptom .big { font-size: 48px; }
  .big-sub { font-size: 14px; margin: 10px 0 20px; }
  .big-head.center { margin-bottom: 36px; }
  .hero { padding: 30px 0 70px; }
  .hero .inner { width: calc(100% - 40px); gap: 20px; }
  .hero h1 { font-size: 26px; }
  .hero h1 span { font-size: 50px; }
  .hero .lead { font-size: 16px; margin: 16px 0; }
  .hero-photos { height: 380px; order: -1; }
  .ph-main { width: 300px; height: 300px; right: 0; top: 10px; }
  .ring { width: 334px; height: 334px; right: -17px; top: -7px; }
  .ph-sub1 { width: 130px; height: 130px; left: 0; bottom: 0; }
  .ph-sub2 { width: 100px; height: 100px; right: 0; bottom: -10px; }
  .hero-photos .ph { box-shadow: 0 0 0 6px #fff; }
  .w-h1 { width: 320px; height: 300px; right: -120px; top: -60px; }
  .w-h3 { width: 240px; height: 220px; left: -120px; top: 220px; }
  .w-h2 { width: 200px; height: 180px; left: 50%; bottom: 0; }
  .intro .inner, .symptom .sym-grid, .hours-grid, .doctor .inner, .acc-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-catch { font-size: 20px; }
  .intro-catch br { display: none; }
  .treat .big-head { text-align: left; margin-bottom: 48px; }
  .treat .cards, .qa-cards { grid-template-columns: 1fr; gap: 56px; }
  .qa-cards { gap: 24px; }
  .treat .num { font-size: 48px; top: -30px; }
  .tiles { gap: 10px; }
  .tiles li { font-size: 12px; border-radius: 16px; padding: 6px; line-height: 1.5; }
  .hours-card { padding: 18px 14px; border-radius: 22px; }
  .tel-big { font-size: 26px; }
  .hours-btns .btn { width: 100%; }
  .doc-photo { width: 80%; margin: 0 auto; order: -1; }
  .doc-name { font-size: 30px; }
  .line-band { flex-direction: column; align-items: flex-start; padding: 24px; gap: 14px; }
  .line-band .btn { margin-left: 0; }
  .cta { padding: 80px 0 110px; }
  .cta-card { min-width: 0; width: 100%; font-size: 26px; }
  .float-btns { right: 12px; bottom: 12px; }
  .float-btns a { width: 64px; height: 60px; font-size: 11px; border-radius: 14px; }
}

/* ── 09-25 改訂：予約は LINE をおすすめに（ユーザー指示）── */
.hours-grid { grid-template-columns: 1fr 1fr; align-items: start; gap: 48px; }
.hours-left .big-head { margin-bottom: 8px; }
.hours-left .hours-card { margin-bottom: 26px; }
.hours td.off { color: #b0685d; font-size: 14px; font-weight: 700; }
.hours-note strong { color: var(--c-green-ink); }
.reserve-card { position: relative; z-index: 1; background: #fff; border-radius: 28px; padding: 34px 34px 30px; box-shadow: 0 20px 40px -30px rgba(47,82,55,.45), 0 0 0 2px #06c755; }
.reserve-card .reserve-big { font-size: 26px; margin-bottom: 14px; }
.reserve-lead { font-family: var(--font-head); font-weight: 700; font-size: 19px; line-height: 1.7; color: var(--c-green-ink); margin-bottom: 20px; }
.osusume { display: inline-block; vertical-align: 3px; margin-right: 10px; padding: 2px 12px; border-radius: 999px; background: #06c755; color: #fff; font-size: 13px; letter-spacing: .1em; }
.line-reserve { display: flex; gap: 20px; align-items: center; padding: 20px; border-radius: 20px; background: #effaf2; }
.line-reserve .qr { width: 118px; flex: none; padding: 8px; background: #fff; border-radius: 12px; }
.line-reserve p { font-size: 14px; margin: 0 0 12px; }
.btn-line .ico { width: 22px; height: 22px; }
.reserve-other { margin-top: 22px; padding-top: 18px; border-top: 1px dashed var(--c-line); }
.other-ttl { font-size: 13px; color: var(--c-muted); margin: 0 0 6px; }
.other-btns { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.other-btns .tel-big { font-size: 26px; }
.cta-card { min-width: 300px; }
.cta-card.line { background: #06c755; color: #fff; box-shadow: none; font-family: var(--font-head); font-weight: 700; font-size: 22px; justify-content: center; }
.cta-card.line small { color: rgba(255,255,255,.9); }
.cta-card.line .ico { color: #fff; }
.float-btns a.f-line { background: #06c755; }
@media (max-width: 720px) {
  .hours-grid { grid-template-columns: 1fr; gap: 36px; }
  .reserve-card { padding: 26px 18px 22px; border-radius: 22px; }
  .reserve-card .reserve-big { font-size: 22px; }
  .reserve-lead { font-size: 16px; }
  .reserve-lead br { display: none; }
  .line-reserve { flex-direction: column; align-items: stretch; text-align: center; padding: 18px 16px; }
  .line-reserve .qr { display: none; } /* スマホは QR を読めない＝ボタンだけ */
  .line-reserve .btn { width: 100%; }
  .other-btns .btn { width: 100%; }
  .cta-card { min-width: 0; }
}

/* ── 09-25 改訂：メインに丸いロゴ ── */
.hero-logo { width: 150px; margin: 22px 0 0; }
.hero .lead { margin-top: 22px; }
@media (max-width: 720px) { .hero-logo { width: 104px; margin-top: 14px; } .hero .lead { margin-top: 14px; } }
