/* ---- Plan S：1ページ。テンプレートに見えない作り（全幅の写真、明朝の見出し、非対称の段組、動き） ---- */
:root { --g: #14532d; --g2: #2e7d32; --ink: #17231a; --muted: #5e6d61; --paper: #f4f6f1; --line: #dfe5df; --acc: #e65100; --gold: #c9a84c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif; color: var(--ink); background: #fff; line-height: 1.9; font-size: 16px; padding-bottom: 116px; }
.wrap { width: min(1120px, 100% - 40px); margin-inline: auto; }
h1, h2, h3 { word-break: keep-all; overflow-wrap: normal; }
.serif { font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", serif; }
.num { font-family: "Oswald", sans-serif; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 .8rem; color: var(--g2); font-family: "Oswald", sans-serif; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--g2); }
h2 { margin: 0 0 .5rem; font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.35; letter-spacing: .01em; }
.sub { margin: 0 0 2rem; color: var(--muted); max-width: 40rem; }
section { padding: clamp(56px, 8vw, 104px) 0; }
.alt { background: var(--paper); }

/* 動き（スクロールで出る） */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* 0. ヘッダー */
header { position: sticky; top: 0; z-index: 6; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; }
.logo { font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: 1.2rem; color: var(--g); text-decoration: none; white-space: nowrap; line-height: 1.2; }
.logo small { display: block; font-family: "Oswald", sans-serif; font-size: .62rem; color: var(--muted); font-weight: 500; letter-spacing: .2em; }
.hdr nav { display: flex; gap: 1.2rem; font-size: .88rem; font-weight: 700; }
.hdr nav a { color: var(--ink); text-decoration: none; }
.hdr .tel { display: inline-flex; align-items: center; gap: 6px; background: var(--g); color: #fff; padding: 9px 16px; border-radius: 999px; font-weight: 800; text-decoration: none; white-space: nowrap; font-family: "Oswald", sans-serif; letter-spacing: .04em; }
@media (max-width: 860px) { .hdr nav { display: none; } }

/* 1. ヒーロー：全幅の写真 */
.hero { position: relative; min-height: clamp(520px, 78vh, 760px); display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transform: scale(1.06); animation: kb 18s ease-out forwards; }
@keyframes kb { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,30,16,.15) 0%, rgba(10,30,16,.35) 45%, rgba(10,30,16,.82) 100%); }
.hero .wrap { padding: 48px 0 56px; }
.hero .eyebrow { color: #cfe6d4; }
.hero .eyebrow::before { background: #cfe6d4; }
h1 { margin: 0 0 18px; font-family: "Shippori Mincho B1", serif; font-weight: 800; font-size: clamp(2rem, 5.2vw, 3.6rem); line-height: 1.3; letter-spacing: .01em; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.lead { margin: 0 0 26px; max-width: 34rem; font-size: 1.02rem; color: rgba(255,255,255,.92); }
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: 14px 26px; border-radius: 999px; font-weight: 800; text-decoration: none; font-size: .98rem; }
.btn-p { background: var(--acc); color: #fff; box-shadow: 0 10px 30px rgba(230,81,0,.35); }
.btn-l { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(4px); }

/* 2. 数字の帯：濃緑にOswald */
.facts { background: var(--g); color: #fff; }
.facts .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts div { padding: 26px 8px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.facts div:last-child { border-right: 0; }
.facts b { display: block; font-family: "Oswald", sans-serif; font-weight: 600; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: .02em; }
.facts b small { font-size: .45em; margin-left: .15em; font-weight: 500; }
.facts span { display: block; margin-top: .5rem; font-size: .8rem; color: #cfe6d4; }

/* 3. 困りごと：左に大見出し、右に3つを段違いで */
.worry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.worry { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.worry li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 12px 30px rgba(20,83,45,.06); }
.worry li:nth-child(2) { margin-left: 28px; }
.worry li:nth-child(3) { margin-left: 56px; }
.worry i { font-family: "Oswald", sans-serif; font-style: normal; font-size: 2rem; line-height: 1; color: var(--gold); }
.worry p { margin: 0; font-weight: 700; }
.worry small { display: block; margin-top: .2rem; color: var(--muted); font-weight: 400; font-size: .86rem; }

/* 4. 得意なこと：写真と文の互い違い */
.zig { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; margin-top: 2.4rem; }
.zig.rev { grid-template-columns: .9fr 1.1fr; }
.zig.rev .zig-pic { order: 2; }
.zig-pic { position: relative; }
.zig-pic img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.zig-pic::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--gold); border-radius: 4px; z-index: -1; }
.zig-pic.nopic { aspect-ratio: 4/3; background: linear-gradient(135deg, #14532d, #2e7d32); border-radius: 4px; display: grid; place-items: center; }
.zig-pic.nopic span { font-family: "Shippori Mincho B1", serif; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: .1em; writing-mode: vertical-rl; }
.zig h3 { margin: 0 0 .6rem; font-family: "Shippori Mincho B1", serif; font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 800; }
.zig p { margin: 0; color: #2b3a2e; }
.zig .idx { font-family: "Oswald", sans-serif; color: var(--gold); font-size: .85rem; letter-spacing: .2em; margin-bottom: .4rem; }

/* 5. 料金 */
.price-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.price { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
.price th, .price td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price th { width: 38%; font-weight: 700; background: #f0f5f0; }
.price tr:last-child th, .price tr:last-child td { border-bottom: 0; }
.price td b { font-family: "Oswald", sans-serif; font-weight: 600; font-size: 1.15rem; color: var(--g); }
.note-box { margin-top: 1.2rem; padding: 14px 18px; border-left: 3px solid var(--gold); background: #fff; font-size: .9rem; color: var(--muted); }

/* 6. 流れ：横の線でつなぐ */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; margin: 2rem 0 0; list-style: none; position: relative; counter-reset: f; }
.flow::before { content: ""; position: absolute; left: 10%; right: 10%; top: 22px; height: 1px; background: var(--line); }
.flow li { position: relative; padding: 0 12px; text-align: center; counter-increment: f; }
.flow li::before { content: "0" counter(f); display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 14px; border-radius: 50%; background: #fff; border: 1px solid var(--g); color: var(--g); font-family: "Oswald", sans-serif; font-weight: 600; position: relative; z-index: 1; }
.flow b { display: block; margin-bottom: 4px; font-size: .98rem; }
.flow p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }

/* 7. 担当者 */
.staff { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 2rem; }
.staff article { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.staff img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; box-shadow: 0 10px 24px rgba(20,83,45,.15); }
.staff b { display: block; font-family: "Shippori Mincho B1", serif; font-size: 1.1rem; margin-bottom: .3rem; }
.staff q { display: block; font-family: "Shippori Mincho B1", serif; font-size: 1rem; color: var(--ink); quotes: "「" "」"; margin-bottom: .3rem; }
.staff p { margin: 0; color: var(--muted); font-size: .9rem; }

/* 8. 声：吹き出し */
.voice { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.voice blockquote { position: relative; margin: 0; padding: 24px 24px 24px 28px; background: #fff; border-radius: 4px; border: 1px solid var(--line); font-family: "Shippori Mincho B1", serif; font-size: 1.02rem; }
.voice blockquote::before { content: "“"; position: absolute; left: 12px; top: 4px; font-size: 3rem; line-height: 1; color: var(--gold); font-family: Georgia, serif; }
.voice footer { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-family: "Zen Kaku Gothic New", sans-serif; color: var(--muted); font-size: .84rem; }
.voice footer img { width: 40px; height: 40px; border-radius: 50%; }

/* 9. FAQ */
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 18px 0; font-weight: 800; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::after { content: "＋"; color: var(--g2); flex: 0 0 auto; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0 0 18px; color: var(--muted); }

/* 10. アクセス：地図を右に全幅気味に */
.access { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.access img { display: block; width: 100%; height: auto; border-radius: 4px; border: 1px solid var(--line); }
.access dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: .4rem 1.2rem; font-size: .96rem; }
.access dt { color: var(--muted); font-size: .8rem; letter-spacing: .1em; font-family: "Oswald", sans-serif; text-transform: uppercase; padding-top: .3rem; }
.access dd { margin: 0; }

/* 11. 固定の連絡ボタン＋サンプル帯 */
.fixed-cta { position: fixed; left: 0; right: 0; bottom: 40px; z-index: 8; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(6px); }
.fixed-cta a { display: block; text-align: center; padding: 13px; border-radius: 999px; font-weight: 800; text-decoration: none; }
.fixed-cta .tel { background: var(--acc); color: #fff; }
.fixed-cta .line { background: #06c755; color: #fff; }
.banner-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9; background: #0f1a3a; color: #fff; font-size: 13px; padding: 8px 12px; text-align: center; line-height: 1.5; }
.banner-bar a { color: #d9f4ff; font-weight: bold; }
footer.ft { padding: 26px 0 30px; color: var(--muted); font-size: .84rem; text-align: center; }

@media (max-width: 900px) {
  .worry-grid, .price-grid, .access, .zig, .zig.rev { grid-template-columns: 1fr; }
  .zig.rev .zig-pic { order: 0; }
  .worry li:nth-child(2), .worry li:nth-child(3) { margin-left: 0; }
  .flow { grid-template-columns: 1fr; gap: 18px; }
  .flow::before { display: none; }
  .flow li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; text-align: left; align-items: start; }
  .flow li::before { margin: 0; }
  .flow b, .flow p { grid-column: 2; }
  .staff, .voice { grid-template-columns: 1fr; }
  .facts .wrap { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  body { padding-bottom: 130px; }
}
@media (max-width: 480px) {
  .staff article { grid-template-columns: 88px 1fr; padding: 18px; }
  .staff img { width: 88px; height: 88px; }
  .zig-pic::after { display: none; }
}
/* ---- 3ページ用（plan-n 系）の共通部品 ---- */
.hdr nav a[aria-current="page"] { color: var(--g); text-decoration: underline; text-underline-offset: 5px; }
.breadcrumb { margin: 0 0 1rem; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--g2); text-decoration: none; }
.sub-hero { background: var(--paper); padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 40px); }
.sub-hero h1 { color: var(--ink); text-shadow: none; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.sub-hero .lead { color: var(--muted); }
.ft-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.4rem; margin: 0 0 .8rem; }
.ft-nav a { color: var(--ink); text-decoration: none; font-weight: 700; }
@media (max-width: 860px) {
  .hdr { flex-wrap: wrap; row-gap: .5rem; }
  .hdr nav { display: flex; flex: 1 1 100%; order: 3; gap: 1.2rem; overflow-x: auto; white-space: nowrap; padding-block: .3rem; }
  .hdr nav a { flex: 0 0 auto; }
}
