/* fukuterrace-LP/assets/css/style.css */
:root {
  /* 蜥後Δ繝繝ｳ驟崎牡・域ｷｱ邱托ｼ区ｩ呻ｼ狗函謌舌ｊ・・*/
  --brand: #2f6652;      /* 豺ｱ邱・*/
  --brand-600: #245143;
  --primary: #59c135;    /* 資料請求CTA */
  --primary-hover: #3faa23;
  --primary-active: #35931d;
  --accent: #4d9480;     /* 讖・*/
  --gold: #5aa083;       /* 繧ｴ繝ｼ繝ｫ繝会ｼ・TA逕ｨ・・*/
  --line: #06C755;       /* LINE繝悶Λ繝ｳ繝峨き繝ｩ繝ｼ */
  --cta: #f68b1f;        /* 見学予約CTA */
  --cta-hover: #dd7610;
  --cta-active: #c9690d;
  --bg: #f5f7f5;         /* 逕滓・繧・*/
  --text: #1f272f;
  --muted: #516168; /* 蟆代＠豼・￥縺励※繧ｳ繝ｳ繝医Λ繧ｹ繝域隼蝟・*/
  --card: #ffffff;
  --border: #d8e4dd;
  --notice-h: 0px; /* notice bar removed */
  --header-h: 64px;
  /* subtle section tints */
  --tint-1: rgba(47, 102, 82, 0.08); /* brand light tint */
  --tint-2: #eef4f1;                /* neutral grey tint */
  --tint-3: #ffffff;                /* white */
  --footer-cta-offset: 132px;
  --cta-label-size: 14px;
  --cta-line-height: 1.3;
  --cta-icon-size: 46px;
}
 * { box-sizing: border-box; }
 html { overflow-x: visible; }
 body { overflow-x: clip; }
 html {
  min-height: 100%;
 }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: 'Noto Sans JP', system-ui, -apple-system, Segoe UI, Roboto, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.7;
  font-size: clamp(18px, 1.25vw, 20px);
  padding-bottom: var(--footer-cta-offset);
  padding-bottom: calc(var(--footer-cta-offset) + env(safe-area-inset-bottom));
}
iframe, img { max-width: 100%; height: auto; display: block; }
.container { width: min(1120px, 92%); margin: 0 auto; }
.flex { display: flex; gap: 16px; }
.between { justify-content: space-between; }
.center { align-items: center; }

/* Accessibility helpers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Scroll reveal animation */
.has-js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
}
.has-js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .has-js .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* Layout helpers */
.stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.gap-sm { gap: 12px; }
.form-actions { justify-content: center; }
.faq-actions { margin-top: 12px; }

/* Form feedback */
.form-status {
  margin-top: 8px;
  text-align: center;
  color: var(--brand-600);
  font-size: 0.95rem;
  background: rgba(31, 77, 58, 0.08);
  padding: 10px 12px;
  border-radius: 8px;
}

/* Header */
.site-header { position: fixed; top: var(--notice-h); left: 0; right: 0; z-index: 200; background: var(--card); border-bottom: 1px solid var(--border); }
.site-header .container { padding: 10px 0; min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; }
.logo { font-weight: 700; color: var(--brand); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: clamp(20px, 2.8vw, 32px); line-height: 1; }
.logo-img { height: 1.25em; width: auto; display: block; filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
.logo .logo-mark { color: var(--accent); font-size: 14px; }
.site-nav {
  display: none;
  flex-direction: column;
  gap: 16px;
  z-index: 60;
}
.site-nav.is-open { display: flex; }
.site-nav a { color: var(--text); text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; line-height: 1; padding-block: 4px; }
.site-nav .label-pc { display: inline; }
.site-nav .label-sp { display: none; }
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  font-size: 1.9rem;
  line-height: 1;
  padding: 4px;
  color: inherit;
  position: relative;
  z-index: 210;
}
.nav-toggle span[aria-hidden="true"] { display: block; line-height: 1; }
.nav-toggle:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }

/* Notice bar */
.notice-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 25; background: #fff3e6; border-bottom: 1px solid var(--border); color: #7a4a00; font-size: 14px; }
.notice-bar .container { padding: 8px 0; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--text);
  background: var(--card);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.btn.primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 12px 24px rgba(89, 193, 53, 0.22);
}
.btn.cta {
  background: var(--cta);
  color: #fff;
  border-color: var(--cta);
  box-shadow: 0 12px 24px rgba(246, 139, 31, 0.24);
}
.btn.primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  box-shadow: 0 16px 28px rgba(63, 170, 35, 0.24);
}
.btn.primary:active {
  background: var(--primary-active);
  border-color: var(--primary-active);
  box-shadow: 0 8px 18px rgba(51, 147, 29, 0.20);
  transform: translateY(0);
}
.btn.primary.phone-cta {
  background: #2f6652;
  border-color: #2f6652;
  box-shadow: 0 12px 24px rgba(21, 52, 42, 0.32);
}
.btn.primary.phone-cta:hover {
  background: #275542;
  border-color: #275542;
  box-shadow: 0 16px 28px rgba(21, 52, 42, 0.36);
}
.btn.primary.phone-cta:active {
  background: #1f4636;
  border-color: #1f4636;
  box-shadow: 0 8px 18px rgba(17, 40, 32, 0.36);
}
.btn.phone-cta .btn-icon {
  font-size: 1.35em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.primary.line-cta {
  background: #06C755;
  border-color: #06C755;
  box-shadow: 0 12px 24px rgba(2, 128, 61, 0.28);
}
.btn.primary.line-cta:hover {
  background: #05ac47;
  border-color: #05ac47;
  box-shadow: 0 16px 28px rgba(2, 128, 61, 0.32);
}
.btn.primary.line-cta:active {
  background: #048b3a;
  border-color: #048b3a;
  box-shadow: 0 8px 18px rgba(2, 96, 46, 0.34);
}
.btn.line-cta .btn-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn.line-cta .btn-icon img {
  display: block;
  width: 78%;
  height: 78%;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}
.btn.primary.plan-cta {
  background: #4AA3D0;
  border-color: #4AA3D0;
  box-shadow: 0 12px 24px rgba(41, 115, 151, 0.24);
}
.btn.primary.plan-cta:hover {
  background: #3f92bc;
  border-color: #3f92bc;
  box-shadow: 0 16px 28px rgba(41, 115, 151, 0.28);
}
.btn.primary.plan-cta:active {
  background: #357fa3;
  border-color: #357fa3;
  box-shadow: 0 8px 18px rgba(33, 95, 126, 0.32);
}
.btn.ghost {
  background: rgba(47, 102, 82, 0.08);
  color: var(--brand-600);
  border-color: transparent;
}
.btn.ghost:hover {
  background: rgba(47, 102, 82, 0.12);
  color: var(--brand);
}
.btn.small { padding: 8px 14px; font-size: 15px; }
.btn.block { display: block; width: 100%; text-align: center; }
.cta-label {
  display: block;
  line-height: 0.9;
  text-align: center;
  margin: -4px 0;
  padding: 1px 0;
}

/* LINEボタンの行間調整 */
.fixed-cta .cta-label {
  line-height: 0.6;
  margin: -8px 0 -9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  transform: translateY(-1px);
  font-size: 0.7em;
}

.btn.fixed-cta {
  padding: 8px 16px;
  min-height: 54px;
  background: transparent;
  color: #fff;
  border: 1px solid #06C755;
  box-shadow: none;
}
.btn.cta:hover {
  background: var(--cta-hover);
  border-color: var(--cta-hover);
  box-shadow: 0 16px 28px rgba(205, 118, 20, 0.24);
}
.btn.cta:active {
  background: var(--cta-active);
  border-color: var(--cta-active);
  box-shadow: 0 8px 18px rgba(204, 108, 11, 0.20);
  transform: translateY(0);
}
.btn.cta.small {
  padding: 10px 20px;
  font-size: 16px;
  box-shadow: 0 10px 20px rgba(221, 118, 16, 0.22);
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 3px solid rgba(47, 102, 82, 0.3); outline-offset: 2px; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #edf6f3 0%, #ffffff 65%);
  padding: 88px 0 80px;
  border-bottom: 1px solid var(--border);
  margin-top: calc(var(--notice-h) + var(--header-h));
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 48px;
}
.hero-copy {
  display: grid;
  gap: 18px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--brand-600);
  font-weight: 800;
  background: transparent;
  position: relative;
  padding-bottom: 6px;
}
.hero-eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 102, 82, 0.0), rgba(47, 102, 82, 0.45), rgba(47, 102, 82, 0.0));
}
.hero h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.2;
  color: var(--text);
}
.hero-lead {
  font-size: clamp(20px, 2.2vw, 24px);
  color: var(--brand-600);
  margin: 0;
}
.hero-image {
  margin: 16px 0 0;
}
.hero-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(31, 39, 47, 0.12);
  display: block;
}
.hero-highlight {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: var(--brand);
  font-weight: 800;
  font-size: 1.35em;
  z-index: 0;
}
.hero-highlight::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 2px;
  height: 38%;
  background: linear-gradient(120deg, rgba(90, 160, 131, 0.28), rgba(47, 102, 82, 0.18));
  border-radius: 4px;
  transform: skewX(-6deg);
  z-index: -1;
}
.hero-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hero-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}
.hero-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(47, 102, 82, 0.12);
}
.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 360px);
  margin: 28px auto 0;
}
.hero-cta .btn {
  min-width: 100%;
}
.hero-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}
.hero-media {
  display: flex;
  justify-content: center;
}
.hero-photo {
  margin: 0;
  width: min(100%, 420px);
}
.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(36, 81, 67, 0.12);
  box-shadow: 0 24px 48px rgba(18, 50, 38, 0.12);
}

/* Sections */
.section { padding: 72px 0; }
.section h2 {
  display: inline;
  text-align: center;
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 700;
  color: var(--brand-600);
  letter-spacing: .08em;
  margin: 0 auto 32px;
  line-height: 1.3;
  background-image: linear-gradient(180deg, rgba(255, 245, 182, 0) 0%, rgba(255, 245, 182, 0) 45%, rgba(255, 245, 182, 0.9) 45%, rgba(255, 245, 182, 0.9) 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 4px;
}
.section h2 + .lead {
  margin-top: 24px;
}
.section h2::after { content: none; }
.section h2 + .grid {
  margin-top: 32px;
}
.section h2 + .steps {
  margin-top: 32px;
}
.section h2 + .faq-list {
  margin-top: 28px;
}
.section h2 + .greeting-card {
  margin-top: 28px;
}
.section .lead {
  text-align: center;
  color: var(--muted);
  margin: 0 auto 36px;
  max-width: 680px;
}
.section-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.section-cta .btn { min-width: min(100%, 260px); }
.section-cta .btn + .btn { margin-left: 12px; }
.section-cta.stack {
  flex-direction: column;
  align-items: stretch;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.section-cta.stack .btn {
  min-width: 100%;
}
.section-cta.stack .btn + .btn {
  margin-left: 0;
}
.grid {
  display: grid;
  gap: 24px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }

/* Offerings */
.offerings { background: var(--tint-2); }
.offer-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.offer-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 18px 40px rgba(13, 44, 34, 0.06);
  display: grid;
  gap: 16px;
}
.offer-card h3 {
  margin: 0;
  font-size: 1.4rem;
  color: var(--brand);
}

.offer-photo {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.offer-photo picture,
.offer-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--text);
}
.offer-list li {
  position: relative;
  padding-left: 22px;
}
.offer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(47, 102, 82, 0.1);
}
.card-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Cards */
.card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; }
.card.plan h3 { margin-top: 0; }
.card.plan .sub { color: var(--muted); margin-top: -6px; }
.card.mini { text-align: center; }
.reasons .card.mini h3 {
  display: inline-block;
  margin: 0 auto 12px;
  padding-bottom: 6px;
  border-bottom: 6px double var(--brand-600);
}
.assurance-list li { position: relative; padding-left: 32px; margin: 10px 0 12px; }
.assurance-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; color: var(--brand); font-weight: 700; }
.assurance-list strong { display: inline-block; margin-bottom: 2px; }
.assurance-list .zero { color: var(--accent); font-weight: 800; }
/* Assurance cards */
.assurance-cards { margin-top: 12px; }
.assurance-card h3 {
  font-size: clamp(22px, 2vw, 26px);
  margin: 0 0 6px;
  color: var(--brand-600);
}
.assurance-card p { margin: 0; }

/* Section background palette (subtle alternation) */
.reasons { background: var(--tint-3); }
.assurance { background: var(--tint-1); }
.plans { background: var(--tint-3); }
.visit-flow { background: var(--tint-2); }
.cost { background: var(--tint-3); }
.overview { background: var(--tint-2); }
.gallery { background: var(--tint-2); }
.access { background: var(--tint-3); }
.access-map-visual {
  margin: 20px 0 32px;
}
.access-map-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .access-map-visual {
    width: 50%;
    margin: 20px auto 32px;
  }
}
.faq { background: var(--tint-2); }
.greeting { background: var(--tint-3); }
.contact { background: var(--tint-1); }
.contact-form-section {
  padding: 60px 20px;
  background-color: #e6efe8;
}
.contact-form-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.contact-form-title {
  margin: 0;
  font-size: clamp(28px, 5.8vw, 36px);
  line-height: 1.4;
  font-weight: 700;
  color: var(--brand-700, var(--brand-600));
}
.contact-form-title span {
  display: block;
}
.contact-form-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  background: rgba(31, 77, 58, 0.12);
  color: var(--brand-700, var(--brand-600));
}
.contact-form-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.contact-form-wrapper iframe {
  display: block;
  width: 100%;
  height: 2100px;
  border: 0;
  background: #f9fdf9;
  margin-top: 0;
}
.contact-form-note {
  margin: 32px auto 0;
  max-width: 640px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text);
  text-align: left;
}
.contact-form-note br {
  display: block;
  margin-bottom: 8px;
  content: "";
}

.overview-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 32px;
}
.overview-card {
  display: grid;
  gap: 8px;
}
.overview-card h3 {
  margin: 0;
  font-size: 18px;
  color: var(--brand-600);
}
.overview-card p {
  margin: 0;
  color: var(--muted);
}

/* Lists */
.list { padding-left: 18px; }
.list li { margin: 6px 0; }

/* Links visibility (buttons/nav髯､縺・ */
a:not(.btn):not(.site-nav a) { color: var(--brand-600); text-decoration: underline; text-underline-offset: 2px; }

/* FAQ */
.accordion details { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px; margin: 10px 0; }
.accordion summary { cursor: pointer; font-weight: 600; }
/* New FAQ list style */
.faq-list { display: grid; gap: 12px; }
.faq-item { display: grid; grid-template-columns: 40px 1fr; gap: 12px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 0; overflow: hidden; }
.faq-num { width: 40px; height: 40px; border-radius: 8px; background: #e8f1ec; color: var(--brand-600); display: grid; place-items: center; font-weight: 700; align-self: start; margin-top: 6px; }
.faq-details { padding: 12px; }
.faq-details summary { list-style: none; cursor: pointer; }
.faq-details summary::-webkit-details-marker { display: none; }
.faq-details summary { position: relative; padding-right: 28px; }
.faq-details summary h3 { display: inline; font-size: 19px; }
.faq-details summary::after { content: '+'; position: absolute; right: 4px; top: 0; color: var(--brand-600); font-weight: 700; }
.faq-details[open] summary::after { content: '−'; }
.faq-content p { margin: 6px 0; color: var(--muted); }

/* Mobile: 600px莉･荳九〒繝ｯ繝ｳ繧ｵ繧､繧ｺ諡｡螟ｧ */
@media (max-width: 600px){
  body { font-size: 18px; }
  .btn { font-size: 17px; }
  .section h2 {
    font-size: clamp(28px, 7.4vw, 36px);
    letter-spacing: .06em;
    background-size: 100% 100%;
    background-position: left bottom;
  }
  .section h2 + .lead {
    margin-top: 20px;
  }
  .section h2 + .grid {
    margin-top: 24px;
  }
  .section h2 + .steps {
    margin-top: 24px;
  }
  .section h2 + .faq-list {
    margin-top: 20px;
  }
  .section h2 + .greeting-card {
    margin-top: 22px;
  }
}

/* Access */
.map-placeholder { background: #edf2f7; border: 1px dashed var(--border); min-height: 240px; border-radius: 10px; display: grid; place-items: center; color: var(--muted); overflow: hidden; }
.map-placeholder img { width: 100%; height: auto; display: block; }
.map-embed { position: relative; width: 100%; overflow: hidden; border-radius: 10px; border: 1px solid var(--border); }
.map-embed::before { content: ""; display: block; padding-top: 62.5%; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.time-groups { margin-top: 8px; }
.time-group { margin: 10px 0 14px; }
.time-label { font-weight: 700; color: var(--brand); margin: 6px 0 4px; }

/* Cost section */
.cost-top { margin-top: 10px; }
.cost-card h3 { margin: 0 0 6px; font-size: 18px; }
.cost-card p { margin: 0; color: var(--muted); }
.cost-plan-grid {
  margin-top: 26px;
  display: grid;
  gap: 22px;
}
@media (min-width: 720px){
  .cost-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cost-plan {
  --plan-accent-bg: rgba(90, 160, 131, 0.18);
  --plan-accent-border: rgba(90, 160, 131, 0.42);
  --plan-accent-solid: #5aa083;
  --plan-title-color: var(--brand-600);
  position: relative;
  padding: 26px 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(47, 102, 82, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f1f7f4 96%);
  box-shadow: 0 18px 38px rgba(31, 77, 58, 0.10);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cost-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 150% at 0% 0%, var(--plan-accent-bg) 0%, rgba(255,255,255,0) 65%);
  opacity: .9;
  pointer-events: none;
}
.cost-plan::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--plan-accent-solid) 0%, rgba(255,255,255,0) 90%);
  opacity: .6;
  pointer-events: none;
}
.cost-plan > * { position: relative; z-index: 1; }
.cost-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 48px rgba(31, 77, 58, 0.16);
}
.cost-plan--tree {
  --plan-accent-bg: rgba(90, 160, 131, 0.24);
  --plan-accent-border: rgba(90, 160, 131, 0.52);
  --plan-accent-solid: #5aa083;
}
.cost-plan--family {
  --plan-accent-bg: rgba(77, 148, 128, 0.22);
  --plan-accent-border: rgba(77, 148, 128, 0.50);
  --plan-accent-solid: #4d9480;
}
.cost-plan__title {
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: clamp(26px, 3.8vw, 32px);
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  color: var(--plan-title-color);
}
.cost-plan__title span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px 10px;
  color: var(--plan-title-color);
  background: transparent;
  border: 0;
  box-shadow: none;
}
.cost-plan__title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 10px;
  transform: translate(-50%, 50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--plan-accent-solid) 0%, rgba(255,255,255,0) 95%);
  opacity: .5;
  z-index: -2;
}
.cost-plan__list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.cost-plan__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(47, 102, 82, 0.12);
  box-shadow: 0 8px 20px rgba(31, 77, 58, 0.08);
}
.cost-plan__row:last-child {
  margin-bottom: 0;
}
.cost-plan__row dt {
  margin: 0;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .04em;
}
.cost-plan__row dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
  color: var(--text);
  font-size: 1.05em;
}
@media (max-width: 480px){
  .cost-plan__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .cost-plan__row dd {
    text-align: left;
  }
}

/* Visit flow */
.visit-flow .steps { display: grid; gap: 14px; }
.visit-flow .step { display: grid; grid-template-columns: 56px 1fr; gap: 12px; align-items: start; background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 14px; }
.visit-flow .step-badge { width: 56px; height: 56px; border-radius: 8px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 20px; }
.visit-flow .step-body h3 { margin: 0 0 4px; font-size: 19px; }
.visit-flow .step-body p { margin: 0; color: var(--muted); }
.visit-flow .visit-note { 
  margin-top: 14px; 
  background: rgba(31, 77, 58, 0.08); /* brand tint */
  color: var(--text); 
  padding: 12px 14px; 
  border-radius: 10px; 
  border: 1px solid var(--border);
  display: flex; align-items: center; gap: 8px;
  font-size: 14px;
}
.visit-flow .visit-note .i { 
  display: inline-grid; place-items: center; 
  width: 20px; height: 20px; 
  border-radius: 50%; 
  background: var(--brand); color: #fff; 
  font-weight: 700; font-size: 12px;
}

/* Visit flow: double downward chevrons (triangles), green tone, no vertical line */
.visit-flow .steps { gap: 52px; }
.visit-flow .step { position: relative; }
/* upper small chevron */
.visit-flow .step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 14px solid var(--brand);
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.05));
  opacity: .95;
}
/* main large chevron */
.visit-flow .step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 20px solid var(--brand);
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.06));
}

@media (max-width: 600px){
  .visit-flow .steps { gap: 48px; }
  .visit-flow .step:not(:last-child)::before {
    bottom: -38px;
    border-left-width: 18px; border-right-width: 18px; border-top-width: 12px;
  }
  .visit-flow .step:not(:last-child)::after {
    bottom: -18px;
    border-left-width: 28px; border-right-width: 28px; border-top-width: 16px;
  }
}

/* Footer */
.site-footer { background: var(--card); border-top: 1px solid var(--border); padding: 14px 0; }
.site-footer .logo.small .logo-img { height: 48px; width: auto; }
.site-footer .to-top { text-decoration: none; color: var(--text); }
.foot-left { display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.foot-details { display: flex; flex-direction: column; gap: 10px; }
.foot-info { display: inline-flex; align-items: center; gap: 18px; font-size: 0.95rem; color: var(--muted); }
.foot-info-item { position: relative; white-space: nowrap; }
.foot-info-item:not(:last-child)::after { content: '|' ; display: inline-block; margin-left: 16px; color: rgba(31, 77, 58, 0.35); }
.foot-meta { display: inline-flex; align-items: center; gap: 20px; font-size: 0.9rem; color: var(--muted); }
.foot-meta small { font-size: inherit; color: inherit; }
.foot-link { font-size: 0.95rem; font-weight: 600; }
.foot-link a { color: var(--primary); text-decoration: none; border-bottom: 1px solid rgba(31, 77, 58, 0.25); padding-bottom: 2px; }
.foot-link a:hover { opacity: 0.8; }




/* Sticky footer CTA: 3 tiles, compact height */
.footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 6px;
  background: transparent;
  backdrop-filter: none;
  box-sizing: border-box;
  z-index: 100;
  padding: 12px 16px;
}
.footer-cta .cta-tile, .footer-cta .cta-label {
  font-family: 'Noto Serif JP', 'Yu Mincho', '貂ｸ譏取悃', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-weight: 400;
}
.cta-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none !important;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  padding: 6px 10px;
}
.cta-tile .cta-icon {
  width: var(--cta-icon-size);
  height: var(--cta-icon-size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  font-size: calc(var(--cta-label-size) * 1.1);
  line-height: 1;
}
.cta-tile .cta-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}
.cta-tile .cta-label { display: grid; line-height: var(--cta-line-height); font-size: var(--cta-label-size); }
/* Variants */
.cta-tile.phone { background: var(--brand); color: #fff; }
.cta-tile.phone .cta-label { color: #fff; }
.cta-tile.phone .cta-icon { color: var(--brand); background: #fff; }

.cta-tile.booking { background: #f68b1f; color: #fff; }
.cta-tile.booking .cta-label { color: #fff; }
.cta-tile.booking .cta-icon { color: #8a7530; background: #fff; }

.cta-tile.line { background: #ffffff; color: var(--line); border: 0; }
.cta-tile.line .cta-label { color: var(--line); font-weight: 500; }
.cta-tile.line .cta-icon { background: transparent; color: var(--line); border: 0; padding: 0; border-radius: 6px; }

/* Make tiles feel clickable */
.cta-tile:active { transform: translateY(1px); }
/* Desktop: CTA button layout horizontal (icon left, text right) */
@media (min-width: 821px){
  .cta-tile { flex-direction: row; align-items: center; justify-content: center; gap: 12px; text-align: left; }
  /* Two-line label sits to the right; keep line-height so 2 lines stays tidy */
  .cta-tile .cta-label { display: block; }
  .footer-cta {
    width: min(640px, calc(100% - 48px));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 45px rgba(31, 77, 58, 0.18);
    padding: 14px 18px;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-cta .cta-tile {
    padding: 8px 12px;
  }
}
/* gallery */
.gallery-grid figure { margin: 0; }
.gallery-grid img { width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--border); object-fit: cover; aspect-ratio: 4/3; }
/* greeting */
.greeting-card { display: grid; grid-template-columns: 280px 1fr; gap: 18px; align-items: start; }
.greeting-photo { margin: 0; }
.greeting-photo img { width: 100%; height: auto; border-radius: 10px; border: 1px solid var(--border); object-fit: cover; }
.greeting-title { font-size: 1.35rem; margin: 0 0 4px; }

@media (min-width: 821px){
  .site-nav {
    display: flex;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    flex-direction: row;
    gap: 16px;
    box-shadow: none;
    backdrop-filter: none;
  }
  .nav-toggle { display: none; }
}
/* Responsive */
@media (max-width: 820px){
  .site-nav .label-pc { display: none; }
  .site-nav .label-sp { display: inline; }
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header {
    width: 100%;
  }
  .site-header .container {
    padding: 10px 16px;
    gap: 8px;
  }
  .grid.two { grid-template-columns: 1fr; }
  .nav-toggle {
    margin-right: 0;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: calc(var(--notice-h) + var(--header-h) + 10px);
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(155deg, rgba(47,102,82,0.85) 0%, rgba(47,102,82,0.72) 40%, rgba(236,244,240,0.92) 100%);
    border: 1px solid rgba(31, 77, 58, 0.18);
    border-radius: 0;
    padding: 20px 22px;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 22px 45px rgba(18, 50, 38, 0.18);
    backdrop-filter: blur(18px) saturate(1.15);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding-block: 8px; }
  body.has-js .site-nav a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    color: rgba(26, 46, 37, 0.92);
    background: rgba(255,255,255,0.62);
    backdrop-filter: blur(2px);
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }
  body.has-js .site-nav a:not(.btn):hover {
    background: rgba(255,255,255,0.82);
    color: var(--brand-600);
    transform: translateX(4px);
  }
  body.has-js .site-nav a.btn {
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, var(--cta) 0%, var(--cta-hover) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 16px 30px rgba(221, 118, 16, 0.3);
  }
  body.has-js .site-nav a.btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
  }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  body.no-js .nav-toggle { display: none; }
  body.no-js .site-nav {
    display: flex;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    flex-direction: row;
    gap: 16px;
    box-shadow: none;
    backdrop-filter: none;
  }
  body.no-js .site-nav a {
    background: transparent;
    color: inherit;
    transform: none;
  }
  body.no-js .site-nav a.btn {
    width: auto;
    justify-content: flex-start;
    background: var(--cta);
    color: #fff;
    box-shadow: none;
  }
  body.no-js .site-nav a.btn:hover {
    filter: none;
    transform: none;
  }
  body.nav-open { overflow: hidden; }
  .sp { display: inline; }
  .greeting-card { grid-template-columns: 1fr; }
  .greeting-photo { max-width: 360px; width: 100%; }
  .greeting-title { font-size: 1.5rem; }
  .logo { font-size: clamp(19px, 6vw, 28px); }
  .logo-img { height: 1.90em; }
  .hero { padding: 72px 0 64px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-media { order: -1; }
  .hero-cta {
    width: 100%;
    max-width: 400px;
  }
  .hero-cta .btn { min-width: 100%; }
}
@media (max-width: 600px){
  .grid.three { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 48px; }
  .hero-inner { gap: 28px; }
  .hero-cta {
    width: 100%;
    max-width: none;
  }
  .hero-cta .btn { width: 100%; }
  .section { padding: 56px 0; }
  .section-cta { margin-top: 28px; }
  .section-cta .btn { width: 100%; }
  .offer-card { padding: 24px 20px; }
  .offer-grid { gap: 20px; }
  :root { --footer-cta-offset: 108px; }
  .footer-cta {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    gap: 4px;
    --cta-label-size: 14px;
    --cta-line-height: 1.25;
    --cta-icon-size: calc(var(--cta-label-size) * var(--cta-line-height) * 1.7);
  }
  .cta-tile { gap: 4px; padding: 4px 8px; }
  .cta-tile .cta-label { font-size: var(--cta-label-size); }
  .site-footer .container { flex-direction: column; align-items: center; gap: 12px; text-align: center; }
  .foot-left { flex-direction: column; align-items: center; gap: 12px; }
  .foot-details { align-items: center; }
  .foot-info { flex-direction: column; gap: 6px; align-items: center; }
  .foot-info-item { white-space: normal; }
  .foot-info-item:not(:last-child)::after { content: none; }
  .foot-meta { flex-direction: column; gap: 6px; }
  .foot-link { text-align: center; }
}


.visit-cta { margin-top: 16px; }














/* overflow guard overrides (2025-10-05) */
html, body { overflow-x: hidden !important; }
.site-header { left:0; right:0; max-width:100vw; overflow-x:hidden; }
.footer-cta { max-width:100vw; overflow-x:hidden; }
@media (max-width: 820px){
  .nav-toggle { margin-right: 0 !important; }
  #siteNav.site-nav { left: 0 !important; right: 0 !important; width: 100% !important; border-radius: 0 !important; transform: none !important; }
}
/* emulation/gesture guard (2025-10-05) */
html, body { overscroll-behavior-x: none; touch-action: pan-y; max-width: 100%; }

@media (max-width: 820px){
  body, body * { touch-action: pan-y !important; }
}

/* mobile: prevent long footer info from widening page */
@media (max-width: 820px){
  .foot-info-item { white-space: normal; word-break: break-word; }
}
