@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Mai&text=%E6%83%B3%E5%92%8C&display=swap');
    :root {
      --bg: #fbfaf6;
      --paper: #ffffff;
      --ink: #2f2722;
      --muted: #746a62;
      --line: #e7ded3;
      --accent: #fbd3de;
      --accent-dark: #b14a6a;
      --rose: #d56b82;
      --cta-urgent: #4a342d;
      --band: #6f413e;
      --beige: #eee5d6;
      --navy: #332a26;
      --shadow: 0 18px 50px rgba(47, 39, 34, .08);
      --radius: 20px;
      --serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
      --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0; background: var(--bg); color: var(--ink);
      font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: .03em;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
    .section { padding: 84px 0; }
    .section-head { margin-bottom: 32px; text-align: center; }
    .eyebrow { color: var(--accent-dark); font-size: 12px; letter-spacing: .34em; text-transform: uppercase; margin: 0 0 8px; }
    h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.55; letter-spacing: .08em; color: var(--navy); }
    h1 { font-size: clamp(30px, 4.6vw, 50px); }
    h2 { font-size: clamp(25px, 3vw, 37px); }
    h3 { font-size: 20px; }
    p { margin: 0; }
    .lead { color: var(--muted); font-size: 17px; line-height: 1.95; }
    .pending { color: var(--accent-dark); font-size: 12px; background: rgba(251,211,222,.14); border: 1px dashed rgba(177,74,106,.5); border-radius: 6px; padding: 1px 7px; letter-spacing: .04em; white-space: nowrap; }

    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 0 26px; border-radius: 999px; font-weight: 700; letter-spacing: .05em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
    .btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
    .btn-primary { background: var(--rose); color: #fff; }
    .btn-outline { background: rgba(255,255,255,.78); border-color: var(--line); color: var(--navy); }
    .btn-accent { background: #fff; color: var(--navy); }
    .btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

    .card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }

    /* Header */
    .header { position: sticky; top: 0; z-index: 30; background: rgba(251,250,246,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(231,222,211,.7); }
    .header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .logo { display: flex; align-items: baseline; gap: 10px; flex: none; }
    .logo-main { font-family: var(--serif); font-size: 28px; letter-spacing: .14em; color: var(--navy); white-space: nowrap; }
    .logo-sub { font-size: 11px; color: var(--muted); letter-spacing: .1em; white-space: nowrap; }
    .nav { display: flex; gap: 20px; font-size: 14px; color: var(--navy); }
    .nav a { white-space: nowrap; }
    .nav a:hover { color: var(--accent-dark); }
    .header-tel { display: flex; align-items: center; gap: 12px; }
    .badge-24 { font-size: 11px; color: var(--accent-dark); background: rgba(251,211,222,.22); border: 1px solid rgba(177,74,106,.45); border-radius: 999px; padding: 4px 10px; font-weight: 700; }
    .tel-wrap { text-align: right; line-height: 1.25; }
    .tel-note { font-size: 11px; color: var(--muted); }
    .tel-number { font-size: 23px; font-weight: 800; letter-spacing: .03em; color: var(--navy); }
    .tel-number i { color: var(--accent-dark); font-size: 18px; }

    /* Hero */
    .hero { position: relative; min-height: 580px; display: flex; align-items: center;
      background: linear-gradient(100deg, rgba(251,250,246,.98) 0%, rgba(251,250,246,.88) 34%, rgba(251,250,246,.5) 56%, rgba(51,42,38,.12) 100%), url("images/fac_exterior.jpg") center/cover; }
    .hero-inner { padding: 56px 0; max-width: 640px; }
    .hero-label { display: inline-block; background: rgba(213,107,130,.16); color: var(--accent-dark); border: 1px solid rgba(213,107,130,.4); border-radius: 999px; padding: 7px 15px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
    .hero-text { margin-top: 18px; color: var(--muted); font-size: 17px; max-width: 520px; }
    .hero-strengths { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
    .hs { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 14px; padding: 10px 14px; }
    .hs i { width: 42px; height: 42px; flex: none; border-radius: 50%; background: rgba(251,211,222,.35); border: 1px solid rgba(213,107,130,.25); color: var(--accent-dark); display: grid; place-items: center; font-size: 21px; }
    .hs b { display: block; font-size: 14px; color: var(--navy); }
    .hs span { display: block; font-size: 11.5px; color: var(--muted); }
    .hero-cta { margin-top: 26px; }
    .hero-cta .tel-big { display: inline-flex; align-items: center; gap: 10px; background: var(--rose); color: #fff; border-radius: 999px; padding: 14px 28px; font-size: 24px; font-weight: 800; letter-spacing: .03em; }
    .hero-cta .tel-big small { font-size: 12px; font-weight: 600; opacity: .8; }
    .hero-badge { position: absolute; right: 5%; bottom: 40px; width: 138px; height: 138px; border-radius: 50%; background: var(--rose); color: #fff; display: grid; place-content: center; text-align: center; font-size: 12px; line-height: 1.7; padding: 14px; box-shadow: var(--shadow); }
    .hero-badge b { font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }

    /* Hall */
    .hall { background: #fbeef2; }
    .hall-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; }
    .hall-photos { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 130px; gap: 8px; }
    .hall-photos .ph { border-radius: 12px; background: #e4ded2 center/cover; display: grid; place-items: center; color: #9aa39d; font-size: 12px; }
    .facility { display: grid; gap: 14px; }
    .fac { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start; }
    .fac i { width: 44px; height: 44px; border-radius: 50%; background: rgba(251,211,222,.3); border: 1px solid rgba(213,107,130,.25); display: grid; place-items: center; color: var(--accent-dark); font-size: 22px; }
    .fac b { color: var(--navy); }
    .fac p { color: var(--muted); font-size: 14px; }

    /* Plans */
    .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .plan-card { padding: 26px; position: relative; overflow: hidden; text-align: center; }
    .plan-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--rose); }
    .plan-photo { height: 120px; border-radius: 12px; background: #f1ece2; display: grid; place-items: center; color: #b9b3a4; font-size: 12px; margin-bottom: 16px; }
    .plan-name { font-family: var(--serif); font-size: 22px; color: var(--navy); }
    .plan-card > p { color: var(--muted); font-size: 14px; margin-top: 8px; min-height: 44px; }
    .price { margin: 14px 0 4px; font-size: 16px; color: var(--muted); }
    .price b { font-size: 30px; font-weight: 800; color: var(--navy); }
    .plan-note { margin-top: 22px; text-align: center; }
    .plan-note .btn { border-color: var(--rose); color: var(--accent-dark); background: #fff; }

    /* Emergency */
    .emergency { background: var(--band); color: #fff; }
    .emergency-inner { padding: 56px 0; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
    .emergency h2 { color: #fff; display: flex; align-items: center; gap: 12px; }
    .emergency h2 i { color: var(--accent); }
    .emergency p { color: rgba(255,255,255,.8); margin-top: 12px; }
    .emergency .tel-line { font-size: 13px; color: rgba(255,255,255,.8); margin-bottom: 10px; }
    .emergency .tel-line b { font-size: 26px; color: #fff; font-weight: 800; }

    /* Support */
    .support-top { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
    .support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
    .support-card { padding: 0; overflow: hidden; }
    .support-card .ph { height: 120px; background: #ece6da; display: grid; place-items: center; color: #b3ab9b; font-size: 12px; }
    .support-card .body { padding: 16px 18px; }
    .support-card p { color: var(--muted); margin-top: 6px; font-size: 14px; }
    .staff { text-align: center; }
    .staff .ph { width: 120px; height: 120px; border-radius: 50%; background: #e4ded2; display: grid; place-items: center; color: #9aa39d; font-size: 11px; margin: 0 auto 10px; padding: 8px; }
    .staff b { color: var(--navy); font-size: 14px; }

    /* Flow */
    .flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .flow-card { padding: 24px; text-align: center; position: relative; }
    .flow-num { width: 30px; height: 30px; border-radius: 50%; background: var(--accent-dark); color: #fff; font-weight: 800; font-size: 14px; display: grid; place-items: center; margin: 0 auto 10px; }
    .flow-card i { font-size: 30px; color: var(--navy); }
    .flow-card h3 { margin-top: 6px; }
    .flow-card p { color: var(--muted); margin-top: 8px; font-size: 14px; }

    /* Reasons */
    .reason-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
    .reason-card { text-align: center; padding: 24px 16px; }
    .reason-card i { width: 58px; height: 58px; border-radius: 50%; background: rgba(251,211,222,.35); border: 1px solid rgba(213,107,130,.28); color: var(--accent-dark); display: grid; place-items: center; font-size: 28px; margin: 0 auto 14px; }
    .reason-card b { color: var(--navy); display: block; margin-bottom: 6px; }
    .reason-card p { color: var(--muted); font-size: 13px; }

    /* Voices */
    .voice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 760px; margin: 0 auto; }
    .voice-empty { aspect-ratio: 1; border: 1px dashed #cfc6b7; border-radius: 16px; background: rgba(255,255,255,.5); display: grid; place-items: center; color: #c4bcad; font-size: 30px; }
    .voice-note { text-align: center; color: var(--muted); margin-top: 18px; font-size: 14px; }

    /* Area */
    .area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .area-card { padding: 26px; }
    .tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .tag { padding: 7px 13px; border-radius: 999px; background: #fbeef2; border: 1px solid var(--line); color: var(--navy); font-weight: 700; font-size: 13px; }
    .hall-row { display: grid; grid-template-columns: 120px 1fr; gap: 16px; margin-top: 14px; }
    .hall-row .ph { height: 90px; border-radius: 10px; background: #e4ded2; display: grid; place-items: center; color: #9aa39d; font-size: 11px; }
    .hall-row p { font-size: 13px; color: var(--muted); }

    /* Final CTA */
    .final-cta { padding: 70px 0; background: linear-gradient(180deg, #fbeef2, #efe9dc); }
    .cta-box { max-width: 820px; margin: 0 auto; text-align: center; padding: 42px; background: rgba(255,255,255,.9); border: 1px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
    .cta-tel { display: inline-flex; align-items: center; gap: 12px; margin: 14px 0 6px; font-size: clamp(30px, 6vw, 48px); font-weight: 900; color: var(--navy); letter-spacing: .03em; }
    .cta-tel i { color: var(--accent-dark); font-size: .7em; }

    /* Footer */
    .footer { background: var(--band); color: rgba(255,255,255,.74); font-size: 13px; padding: 40px 0 96px; }
    .footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; align-items: flex-start; }
    .footer-brand { color: #fff; font-family: var(--serif); font-size: 26px; letter-spacing: .14em; margin-bottom: 10px; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; max-width: 420px; }
    .footer-links a { white-space: nowrap; }
    .footer-links a:hover { color: #fff; }
    .footer-copy { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 16px; font-size: 12px; }

    /* Mobile call */
    .mobile-call { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; display: none; background: var(--rose); color: #fff; border-radius: 999px; min-height: 58px; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 14px 40px rgba(47,39,34,.3); font-weight: 800; }
    .mobile-call span { font-size: 12px; opacity: .8; font-weight: 600; }

    @media (max-width: 980px) {
      .nav { display: none; }
    }
    @media (max-width: 900px) {
      .section { padding: 60px 0; }
      .hall-grid, .emergency-inner, .area-grid, .support-top { grid-template-columns: 1fr; }
      .plan-grid, .support-grid, .flow-grid { grid-template-columns: 1fr 1fr; }
      .reason-grid { grid-template-columns: 1fr 1fr 1fr; }
      .hero-badge { display: none; }
      .emergency-inner .btn-row { margin-top: 0; }
    }
    @media (max-width: 640px) {
      body { font-size: 15.5px; }
      .header-tel .tel-wrap, .badge-24 { display: none; }
      .header-inner { height: 64px; }
      .logo-main { font-size: 24px; }
      .hero { min-height: 0; background: linear-gradient(180deg, rgba(251,250,246,.95) 0%, rgba(251,250,246,.84) 45%, rgba(251,250,246,.6) 100%), url('images/fac_exterior_m.jpg') center center/cover; }
      .hero::after { display: none; }
      .hero-inner { padding: 38px 0; }
      .hero-cta .tel-big { font-size: 22px; padding: 13px 22px; white-space: nowrap; width: auto; }
      .hero-cta .tel-big small { display: none; }
      .plan-grid, .support-grid, .flow-grid, .voice-grid { grid-template-columns: 1fr; }
      .reason-grid { grid-template-columns: 1fr 1fr; }
      .voice-grid { max-width: 280px; }
      .hall-photos { grid-template-columns: 1fr 1fr; }
      .btn { width: 100%; }
      .emergency h2 { font-size: 22px; }
      .cta-box { padding: 28px 18px; }
      .footer-top { flex-direction: column; }
      .mobile-call { display: flex; }
    }

/* ---- sub pages ---- */
.subhero { padding: 44px 0 36px; background: linear-gradient(180deg,#fbeef2,#fbfaf6); }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a:hover { color: var(--accent-dark); }
.subhero h1 { font-size: clamp(27px,3.6vw,42px); }
.page-lead { color: var(--muted); font-size: 17px; margin-top: 14px; max-width: 720px; line-height:1.95; }
.prose p { margin-bottom: 16px; color: var(--ink); }
.lead-photo { position: relative; width:100%; height: clamp(220px,34vw,380px); border-radius: var(--radius); background:#e4ded2 center/cover; box-shadow: var(--shadow); }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.gallery .g { aspect-ratio: 4/3; border-radius: var(--radius); background:#e4ded2 center/cover; }
.spec { width:100%; border-collapse: collapse; background: var(--paper); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; }
.spec th, .spec td { text-align:left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 15px; }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: none; }
.spec th { width: 150px; color: var(--navy); font-weight: 500; background:#faf8f3; white-space: nowrap; }
.case-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 14px; }
.case-card { padding: 22px; }
.case-card .ic { width:52px; height:52px; border-radius:50%; background: rgba(251,211,222,.35); border:1px solid rgba(213,107,130,.28); color: var(--accent-dark); display:grid; place-items:center; font-size:25px; margin-bottom:12px; }
.case-card p { color: var(--muted); margin-top:6px; font-size:14px; }
.steps { display:grid; gap:12px; max-width:760px; }
.step { display:grid; grid-template-columns:40px 1fr; gap:14px; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:18px 20px; }
.step .n { width:32px; height:32px; border-radius:50%; background:var(--accent-dark); color:#fff; font-weight:800; display:grid; place-items:center; }
.step p { color:var(--muted); margin-top:4px; font-size:14px; }
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq-q { display:flex; gap:10px; color: var(--navy); font-weight:500; }
.faq-q i { color: var(--accent-dark); }
.faq-a { color: var(--muted); margin-top:8px; padding-left: 27px; }
.price-list { width:100%; border-collapse: collapse; background: var(--paper); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; }
.price-list th, .price-list td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align:left; font-size:15px; }
.price-list thead th { background: var(--navy); color:#fff; font-weight:500; }
.price-list tbody tr:last-child td { border-bottom:none; }
.price-list .amt { font-weight:800; font-size:19px; color: var(--navy); white-space:nowrap; }
.note-box { background:#fbeef2; border-radius: var(--radius); padding: 20px 22px; color: var(--muted); font-size:14px; }
.subcta { background: var(--band); color:#fff; padding: 44px 0; text-align:center; }
.subcta h1, .subcta h2 { color:#fff; }
.subcta p { color: rgba(255,255,255,.8); margin-top:8px; }
.subcta .tel-big { display:inline-flex; align-items:center; gap:10px; background:#fff; color:var(--navy); border-radius:999px; padding:13px 26px; font-size:24px; font-weight:800; margin-top:12px; letter-spacing:.03em; }
.subcta .tel-big i{ color: var(--accent-dark); }
.callbox { background: var(--color, #fff); border:2px solid var(--line); border-radius: var(--radius); padding:18px; display:inline-flex; flex-direction:column; align-items:center; }
@media (max-width:640px){ .gallery{ grid-template-columns:1fr 1fr; } .case-grid{ grid-template-columns:1fr; } .spec th{ width:104px; } }

/* mobile nav (hamburger) */
.nav-toggle { display:none; background:none; border:0; color:var(--navy); font-size:26px; line-height:1; padding:6px; cursor:pointer; }
@media (max-width:980px){
  .nav-toggle { display:inline-flex; align-items:center; }
  .header.nav-open .nav { display:flex; flex-direction:column; position:absolute; top:100%; left:0; right:0; background:var(--bg); border-top:1px solid var(--line); border-bottom:1px solid var(--line); box-shadow:var(--shadow); padding:6px 0; z-index:40; }
  .header.nav-open .nav a { padding:14px 22px; font-size:16px; border-top:1px solid var(--line); }
  .header.nav-open .nav a:first-child { border-top:none; }
}
/* area page cards */
.hall-card { padding:0; overflow:hidden; }
.hall-card .ph { height:170px; background:#e4ded2 center/cover; }
.hall-card .body { padding:18px 20px; }
.hall-card .body p { color:var(--muted); font-size:14px; margin-top:6px; }
.venue-list { display:grid; gap:10px; }
.venue { display:grid; grid-template-columns:40px 1fr; gap:12px; align-items:start; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:16px 18px; }
.venue i { width:40px; height:40px; border-radius:10px; background:var(--beige); color:var(--navy); display:grid; place-items:center; font-size:20px; }
.venue p { color:var(--muted); font-size:14px; margin-top:3px; }

/* clickable area tags -> saijo anchors */
a.tag { cursor:pointer; text-decoration:none; }
a.tag:hover { background:var(--beige); border-color:var(--accent); color:var(--accent-dark); }
[id^="saijo-"], [id^="pref-"] { scroll-margin-top:92px; }
.price-list tr:target td { background:#f3ecdc; }
h3:target { color:var(--accent-dark); }
.price-list .fee { font-size:12px; color:var(--muted); }
/* plan basic-set items */
.kit-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:8px; }
.kit { background:var(--paper); border:1px solid var(--line); border-radius:var(--border-radius-md); padding:9px 12px; font-size:13px; color:var(--navy); }
.kit { display:flex; align-items:center; gap:8px; }
.kit i { flex:none; width:28px; height:28px; border-radius:50%; background:rgba(251,211,222,.35); display:grid; place-items:center; color:var(--accent-dark); font-size:16px; }
.flow-line { display:flex; flex-wrap:wrap; align-items:center; gap:8px; font-weight:500; color:var(--navy); }
.flow-line span { background:#fbeef2; border-radius:var(--border-radius-md); padding:8px 14px; }
.flow-line i { color:var(--accent-dark); }
/* plan detail pages */
.kit-grid.ic { grid-template-columns:repeat(auto-fit,minmax(118px,1fr)); }
.kit-ic { text-align:center; padding:16px 8px; }
.kit-ic { display:block; }
.kit-ic i { width:52px; height:52px; margin:0 auto 10px; border-radius:50%; background:rgba(251,211,222,.35); border:1px solid rgba(213,107,130,.25); display:grid; place-items:center; font-size:26px; color:var(--accent-dark); }
.price-badge { display:inline-block; background:var(--navy); color:#fff; font-weight:800; font-size:22px; padding:8px 22px; border-radius:999px; margin:12px 0 4px; }
.price-badge small { font-size:12px; font-weight:500; opacity:.85; margin-left:4px; }
.plan-photo-box { width:100%; height:clamp(200px,30vw,320px); border-radius:var(--radius); background:#e4ded2; display:grid; place-items:center; color:#9aa39d; font-size:13px; }

/* ===== 操作性・アクセシビリティ改善 (2026-06-30) ===== */
/* アンカージャンプ時に固定ヘッダーで隠れないように */
:target { scroll-margin-top: 96px; }
/* キーボード操作時のフォーカス可視化 */
a:focus-visible, .btn:focus-visible, button:focus-visible { outline: 2px solid var(--accent-dark); outline-offset: 2px; border-radius: 6px; }
/* スマホ: 料金・斎場一覧の表を横スクロール可能に */
@media (max-width: 640px) {
  .price-list { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .price-list tbody, .price-list thead { min-width: 540px; display: table; width: 100%; }
}

/* ===== Handoffデザイン実装 (2026-07-03) ===== */
body { padding-bottom: 88px; } /* 下部追従電話バーの高さ分 */

/* --- 新ヘッダー --- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,250,246,.97); backdrop-filter: blur(6px); border-bottom: 1px solid #e7ded3; }
.shx { max-width: 1160px; margin: 0 auto; padding: 10px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: flex; flex-direction: column; line-height: 1.3; }
.brand-name { font-family: var(--serif); font-size: clamp(20px,3vw,25px); font-weight: 600; color: #332a26; letter-spacing: .1em; white-space: nowrap; }
.brand-tag { font-size: 10px; color: #746a62; letter-spacing: .12em; white-space: nowrap; }
.pcnav { display: flex; align-items: center; gap: clamp(10px,1.6vw,22px); flex-wrap: wrap; justify-content: flex-end; }
.pcnav > a { color: #2f2722; font-size: 14px; font-weight: 600; letter-spacing: .04em; border-bottom: 2px solid transparent; padding-bottom: 2px; white-space: nowrap; }
.pcnav > a.on { color: #b14a6a; border-bottom-color: #d56b82; }
.tel-pill { display: inline-flex; align-items: center; gap: 9px; background: #d56b82; color: #fff !important; padding: 9px 20px; border-radius: 999px; box-shadow: 0 4px 14px rgba(213,107,130,.3); border-bottom: none !important; }
.tel-pill .tp-ic { width: 30px; height: 30px; border-radius: 50%; background: #fff; color: #b14a6a; display: flex; align-items: center; justify-content: center; font-size: 15px; flex: 0 0 auto; }
.tel-pill .tp-tx { display: flex; flex-direction: column; line-height: 1.15; }
.tel-pill .tp-tx span { font-size: 10px; letter-spacing: .14em; }
.tel-pill .tp-tx b { font-size: clamp(16px,2.2vw,19px); font-weight: 700; letter-spacing: .03em; }
.mobctl { display: none; align-items: center; gap: 10px; }
.mob-tel { width: 48px; height: 48px; border-radius: 50%; background: #d56b82; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 21px; box-shadow: 0 4px 14px rgba(213,107,130,.3); flex: 0 0 auto; }
.menu-btn { width: 48px; height: 48px; border-radius: 14px; border: 1.5px solid #e7ded3; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; flex: 0 0 auto; }
.menu-btn .ic-close { display: none; }
.menu-panel { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fbfaf6; border-bottom: 1px solid #e7ded3; box-shadow: 0 22px 34px rgba(51,42,38,.16); padding: 10px 14px 18px; max-height: calc(100vh - 90px); overflow: auto; }
.menu-panel nav { display: flex; flex-direction: column; gap: 4px; }
.menu-panel nav a { display: flex; justify-content: space-between; align-items: center; padding: 13px 14px; border-radius: 12px; color: #2f2722; font-weight: 700; font-size: 16px; letter-spacing: .04em; min-height: 48px; }
.menu-panel nav a.on { color: #b14a6a; background: #fbeef2; }
.menu-panel nav a::after { content: "→"; color: #d56b82; font-size: 14px; }
.menu-tel { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 12px; background: #d56b82; color: #fff; padding: 14px 20px; border-radius: 999px; box-shadow: 0 6px 18px rgba(213,107,130,.32); }
.menu-tel .tp-ic { width: 38px; height: 38px; border-radius: 50%; background: #fff; color: #b14a6a; display: flex; align-items: center; justify-content: center; font-size: 19px; flex: 0 0 auto; }
.menu-tel .tp-tx { display: flex; flex-direction: column; line-height: 1.15; }
.menu-tel .tp-tx span { font-size: 11px; letter-spacing: .14em; }
.menu-tel .tp-tx b { font-size: 22px; font-weight: 700; letter-spacing: .03em; }
.site-header.open .menu-panel { display: block; }
.site-header.open .ic-burger { display: none; }
.site-header.open .ic-close { display: block; }
@media (max-width: 919px) { .pcnav { display: none; } .mobctl { display: flex; } }

/* --- 新フッター --- */
.site-footer { background: #6f413e; color: #f2e3e0; border-top: 1px solid rgba(255,255,255,.16); line-height: 1.9; }
.sfx { max-width: 1160px; margin: 0 auto; padding: clamp(34px,4vw,52px) 18px; }
.sf-cols { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.sf-info { flex: 1 1 300px; }
.sf-brand { font-family: var(--serif); font-size: 22px; font-weight: 600; color: #fff; letter-spacing: .1em; margin-bottom: 4px; }
.sf-tagline { margin: 0 0 10px; font-size: 12px; letter-spacing: .1em; opacity: .85; }
.sf-addr { margin: 0 0 12px; font-size: 14px; }
.sf-addr a { color: #fff; font-weight: 700; }
.sf-biz { margin: 0; font-size: 13px; opacity: .85; }
.sf-col { flex: 1 1 200px; font-size: 14px; }
.sf-col-t { color: #fff; font-weight: 700; margin-bottom: 10px; letter-spacing: .1em; }
.sf-col ul { list-style: none; margin: 0; padding: 0; line-height: 2.2; }
.sf-col a { color: #f2e3e0; }
.sf-copy { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 18px; font-size: 12px; opacity: .8; text-align: center; }

/* --- 下部追従電話バー --- */
.phonebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: rgba(251,250,246,.97); backdrop-filter: blur(6px); border-top: 1px solid #e7ded3; box-shadow: 0 -4px 16px rgba(51,42,38,.1); padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); }
.pbx { max-width: 1160px; margin: 0 auto; display: flex; gap: 10px; }
.pb-tel { flex: 2 1 0; display: flex; align-items: center; justify-content: center; gap: 10px; background: #d56b82; color: #fff; border-radius: 999px; padding: 10px 12px; min-height: 56px; }
.pb-tel i { font-size: 22px; }
.pb-tel .tp-tx { display: flex; flex-direction: column; line-height: 1.1; }
.pb-tel .tp-tx span { font-size: 10px; letter-spacing: .12em; }
.pb-tel .tp-tx b { font-size: 19px; font-weight: 700; letter-spacing: .03em; }
.pb-sub { flex: 1 1 0; display: flex; align-items: center; justify-content: center; background: #fff; color: #b14a6a; border: 2px solid #d56b82; border-radius: 999px; padding: 10px 12px; font-weight: 700; font-size: 15px; min-height: 56px; text-align: center; }

/* --- プラン詳細（PlanDetail準拠） --- */
.pd-hero { background: #fbeef2; }
.pd-wrap { max-width: 1160px; margin: 0 auto; padding: clamp(32px,5vw,56px) 18px; }
.pd-crumb { margin: 0 0 14px; font-size: 13px; color: #746a62; }
.pd-crumb a { color: #b14a6a; }
.pd-label { margin: 0 0 10px; color: #b14a6a; font-weight: 700; letter-spacing: .3em; font-size: 13px; text-transform: uppercase; }
.pd-titlerow { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
.pd-titlerow h1 { font-size: clamp(26px,4.6vw,40px); }
.pd-badge { background: #d56b82; color: #fff; font-weight: 700; font-size: 13px; letter-spacing: .08em; padding: 5px 16px; border-radius: 999px; }
.pd-price { display: inline-flex; align-items: baseline; gap: 8px; background: #fff; border: 1px solid #e7ded3; border-radius: 14px; padding: 10px 20px; margin-bottom: 18px; }
.pd-price b { color: #b14a6a; font-weight: 700; font-size: clamp(26px,4vw,34px); line-height: 1; }
.pd-price span { color: #746a62; font-size: 14px; }
.pd-price.ask b { color: #332a26; font-size: clamp(19px,2.6vw,23px); line-height: 1.3; }
.pd-desc { margin: 0 0 22px; color: #746a62; font-size: clamp(15px,1.9vw,17px); max-width: 800px; }
.pd-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.pd-cta .fill { display: inline-flex; align-items: center; gap: 10px; background: #d56b82; color: #fff; padding: 13px 26px; border-radius: 999px; font-weight: 700; box-shadow: 0 6px 18px rgba(213,107,130,.32); font-size: 16px; letter-spacing: .04em; }
.pd-cta .line { display: inline-flex; align-items: center; background: #fff; color: #b14a6a; border: 2px solid #d56b82; padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px; letter-spacing: .04em; }
.pd-altar { margin: 20px auto 0; max-width: 560px; }
.pd-altar .ph { aspect-ratio: 16/9; border-radius: 20px; border: 1px solid #e7ded3; background: repeating-linear-gradient(135deg,#eee5d6,#eee5d6 14px,#f5efe4 14px,#f5efe4 28px) center/cover; display: flex; align-items: center; justify-content: center; }
.pd-altar .cap { margin: 8px 0 0; font-size: 13px; color: #746a62; }
/* 花祭壇の実写真ギャラリー（1枚目=全幅・残り=サムネ横並び） */
.pd-altar .ph-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pd-altar .ph-grid .ph { aspect-ratio: 4/3; border-radius: 12px; cursor: zoom-in; }
.pd-altar .ph-grid .ph:first-child { grid-column: 1 / -1; border-radius: 16px; }

/* 写真拡大（ライトボックス） */
.lightbox { position: fixed; inset: 0; z-index: 999; background: rgba(51,42,38,.88); display: flex; align-items: center; justify-content: center; padding: 20px; cursor: zoom-out; }
.lightbox img { max-width: 94vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 12px 48px rgba(0,0,0,.4); }
.lightbox .lb-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: #332a26; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.zoomable { cursor: zoom-in; }

/* Googleマップ埋め込み */
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; height: clamp(260px, 40vw, 400px); border: 0; }
.pd-sec { }
.pd-sec .pdx { max-width: 1060px; margin: 0 auto; padding: clamp(36px,5vw,64px) 18px; }
.pd-sec.alt { background: #fbeef2; }
.pd-sec h2 { font-size: clamp(22px,3.6vw,30px); margin: 0 0 8px; }
.pd-lead { margin: 0 0 20px; color: #746a62; font-size: 15px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: #fff; border: 1px solid #e7ded3; color: #2f2722; padding: 7px 16px; border-radius: 999px; font-size: 14px; }
.opt-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 16px; margin: 22px 0 16px; }
.opt-card { background: #fff; border-radius: 20px; border: 1px solid #e7ded3; padding: 22px 26px; }
.opt-card h3 { margin: 0 0 6px; font-size: 17px; letter-spacing: .06em; }
.opt-card p { margin: 0; font-size: 15px; color: #746a62; }
.pd-note { margin: 0; color: #746a62; font-size: 13px; }
.flow-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 12px; margin-top: 22px; }
.flow-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 16px rgba(51,42,38,.06); padding: 20px 14px; text-align: center; }
.flow-card .n { width: 40px; height: 40px; margin: 0 auto 8px; border-radius: 50%; background: #fbd3de; border: 1.5px solid #d56b82; color: #b14a6a; font-family: var(--serif); font-weight: 600; font-size: 17px; display: flex; align-items: center; justify-content: center; }
.flow-card .t { font-weight: 700; color: #332a26; font-size: 15px; }
.pill-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill-links a { background: #fff; border: 1.5px solid #d56b82; color: #b14a6a; font-weight: 700; padding: 11px 22px; border-radius: 999px; font-size: 15px; letter-spacing: .04em; }
.telband { background: #6f413e; color: #fff; }
.telband .tbx { max-width: 900px; margin: 0 auto; padding: clamp(40px,6vw,64px) 18px; text-align: center; }
.telband h2 { color: #fff; font-size: clamp(22px,3.4vw,28px); margin: 0 0 10px; }
.telband p { margin: 0 0 24px; font-size: 15px; opacity: .9; }
.telband-cta { display: inline-flex; align-items: center; justify-content: center; gap: 14px; background: #d56b82; color: #fff; padding: 16px 32px; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.telband-cta .tp-ic { width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #b14a6a; display: flex; align-items: center; justify-content: center; font-size: 22px; flex: 0 0 auto; }
.telband-cta .tp-tx { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.telband-cta .tp-tx span { font-size: 12px; letter-spacing: .16em; }
.telband-cta .tp-tx b { font-size: clamp(26px,5vw,36px); font-weight: 700; letter-spacing: .03em; }

/* 電話バー: 小画面で番号が折り返さないよう調整 */
.pb-tel .tp-tx b { white-space: nowrap; }
@media (max-width: 420px) {
  .phonebar { padding-left: 10px; padding-right: 10px; }
  .pbx { gap: 8px; }
  .pb-tel { gap: 7px; padding: 10px 8px; }
  .pb-tel i { font-size: 19px; }
  .pb-tel .tp-tx span { font-size: 9px; letter-spacing: .06em; }
  .pb-tel .tp-tx b { font-size: 17px; letter-spacing: .01em; }
  .pb-sub { font-size: 13px; padding: 10px 6px; }
}

/* --- Instagram最新投稿 --- */
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.ig-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 4px 16px rgba(51,42,38,.06); transition: transform .2s ease, box-shadow .2s ease; }
.ig-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ig-card .ph { aspect-ratio: 1/1; background: #f1ece2 center/cover; position: relative; }
.ig-card .ph .vid { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; background: rgba(51,42,38,.55); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ig-card .cap { padding: 12px 14px; font-size: 13px; color: var(--muted); line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: calc(5.1em + 24px); min-height: calc(5.1em + 24px); }
@media (max-width: 640px) { .ig-grid { gap: 10px; } .ig-card { border-radius: 14px; } .ig-card .cap { font-size: 11.5px; padding: 8px 10px; } }

/* 会社名「想和」のみ行書体（旧サイトのHGS行書体の雰囲気に合わせる） */
.gyosho { font-family: 'Yuji Mai', var(--serif); font-weight: 400; font-size: 1.14em; letter-spacing: .06em; }

/* ===== スマホファースト調整 (2026-07-10) ===== */
.hero-photo-sp { display: none; }
@media (max-width: 640px) {
  .section { padding: 48px 0; }
  .section-head { margin-bottom: 22px; }
  .hero-strengths { gap: 8px; }
  .hs { width: 100%; }
}

/* スマホ: 電話ボタンをすべて中央揃え (2026-07-10) */
@media (max-width: 640px) {
  .tel-big { display: flex; width: fit-content; margin-left: auto !important; margin-right: auto !important; }
  .hero-cta { text-align: center; }
  .pd-cta { justify-content: center; }
  .btn-row { justify-content: center; }
  .cta-tel { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
  .menu-tel { width: auto; }
}

/* ギャラリー写真の名称ラベル */
.gallery .g { position: relative; }
.g-label { position: absolute; left: 10px; bottom: 10px; background: rgba(255,255,255,.88); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .06em; padding: 4px 12px; border-radius: 999px; backdrop-filter: blur(4px); box-shadow: 0 2px 8px rgba(51,42,38,.12); }
/* トップ自社式場欄の横長タイル（駐車場） */
