:root {
  --base: #fafaf7;
  --cream: #f5f0e8;
  --sage: #8ba888;
  --earth: #a0896b;
  --text: #3d2b1f;
  --moss: #6b7f5e;
  --line: #06c755;
  --phone: #1a5fa8;
  --white: #fffdf8;
  --shadow: 0 18px 45px rgba(61, 43, 31, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--base);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 250, 247, 0.92);
  border-bottom: 1px solid rgba(160, 137, 107, 0.18);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.logo span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.68rem;
  color: var(--moss);
  letter-spacing: 0.18em;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  width: min(230px, 52vw);
}

.logo-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(61, 43, 31, 0.2);
  background: var(--white);
  border-radius: 7px;
  display: none;
  place-items: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--text);
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle::before {
  transform: translateY(-5px);
}

.nav-toggle::after {
  transform: translateY(5px);
}

.menu-open .nav-toggle span {
  opacity: 0;
}

.menu-open .nav-toggle::before {
  transform: translateY(2px) rotate(45deg);
}

.menu-open .nav-toggle::after {
  transform: translateY(-2px) rotate(-45deg);
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.9rem;
}

.global-nav a {
  position: relative;
  white-space: nowrap;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.global-nav a:hover::after,
.global-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.main {
  overflow: hidden;
}

.section {
  padding: 88px 0;
}

.section-soft {
  background: var(--cream);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 32px));
}

.eyebrow {
  color: var(--moss);
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

h1,
h2,
h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

h1 {
  font-size: clamp(2.25rem, 7vw, 4.8rem);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
}

.lead {
  font-size: 1.05rem;
  color: rgba(61, 43, 31, 0.82);
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.hero {
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 85% 12%, rgba(139, 168, 136, 0.22), transparent 34%),
    linear-gradient(120deg, rgba(250, 250, 247, 0.96), rgba(245, 240, 232, 0.9));
  position: relative;
  padding: 72px 0 56px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to top, var(--base), transparent);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.hero-copy .lead {
  max-width: 680px;
  font-size: 1.12rem;
}

.hero-visual {
  min-height: 520px;
  border-radius: 999px 999px 8px 8px;
  background:
    linear-gradient(rgba(61, 43, 31, 0.02), rgba(61, 43, 31, 0.05)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='820' viewBox='0 0 640 820'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%23fdfbf5'/%3E%3Cstop offset='1' stop-color='%23e7eadf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='640' height='820' fill='url(%23g)'/%3E%3Cg fill='none' stroke='%238ba888' stroke-width='3' opacity='.45'%3E%3Cpath d='M318 720C210 620 154 511 178 392c27-135 124-216 250-284'/%3E%3Cpath d='M330 705c78-95 119-186 122-274 3-117-47-207-150-270'/%3E%3Cpath d='M240 505c98-10 171-51 222-122'/%3E%3Cpath d='M230 386c84-4 149-35 195-94'/%3E%3Cpath d='M292 626c61-32 111-77 151-136'/%3E%3C/g%3E%3Cg fill='%238ba888' opacity='.28'%3E%3Cellipse cx='220' cy='346' rx='70' ry='26' transform='rotate(-28 220 346)'/%3E%3Cellipse cx='430' cy='381' rx='82' ry='28' transform='rotate(-36 430 381)'/%3E%3Cellipse cx='456' cy='286' rx='72' ry='24' transform='rotate(-48 456 286)'/%3E%3Cellipse cx='250' cy='505' rx='83' ry='27' transform='rotate(-18 250 505)'/%3E%3C/g%3E%3Ccircle cx='326' cy='455' r='128' fill='none' stroke='%23a0896b' stroke-width='1.5' opacity='.32'/%3E%3Ccircle cx='326' cy='455' r='88' fill='none' stroke='%238ba888' stroke-width='1.5' opacity='.38'/%3E%3Ccircle cx='326' cy='455' r='46' fill='none' stroke='%236b7f5e' stroke-width='1.5' opacity='.45'/%3E%3C/svg%3E") center/cover;
  box-shadow: var(--shadow);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  padding: 12px 20px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(61, 43, 31, 0.12);
}

.btn-primary {
  background: var(--sage);
  color: #fff;
}

.btn-secondary {
  background: var(--white);
  border-color: rgba(160, 137, 107, 0.35);
  color: var(--text);
}

.btn-line {
  background: var(--line);
  color: #fff;
}

.btn-phone {
  background: var(--phone);
  color: #fff;
}

.check-grid,
.card-grid,
.voice-grid,
.reason-grid {
  display: grid;
  gap: 18px;
}

.check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-item,
.card,
.voice,
.reason,
.step,
.info-box,
.faq-item {
  background: var(--white);
  border: 1px solid rgba(160, 137, 107, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(61, 43, 31, 0.06);
}

.check-item {
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-mark {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(139, 168, 136, 0.16);
  color: var(--moss);
  font-weight: 800;
}

.center-message {
  margin-top: 28px;
  padding: 22px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.18rem;
  background: rgba(139, 168, 136, 0.12);
  border-radius: var(--radius);
}

.news-strip {
  padding: 26px 0 0;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0));
}

.news-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(160, 137, 107, 0.2);
  box-shadow: 0 16px 36px rgba(61, 43, 31, 0.07);
}

.news-heading h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.news-list {
  display: grid;
}

.news-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(160, 137, 107, 0.18);
  color: var(--text);
}

.news-item:first-child {
  padding-top: 2px;
}

.news-item:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

.news-item time {
  color: var(--moss);
  font-weight: 700;
  font-size: 0.92rem;
}

.news-item span {
  font-weight: 700;
  line-height: 1.75;
}

.news-item:hover span {
  color: var(--moss);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.text-stack {
  display: grid;
  gap: 18px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 24px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(139, 168, 136, 0.16);
  color: var(--moss);
  display: grid;
  place-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.reason-grid,
.voice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reason,
.voice {
  padding: 24px;
}

.voice {
  display: grid;
  gap: 12px;
}

.voice small {
  color: var(--moss);
  font-weight: 700;
}

.page-hero {
  padding: 88px 0 56px;
  background:
    linear-gradient(120deg, rgba(245, 240, 232, 0.88), rgba(250, 250, 247, 0.96));
}

.page-hero .narrow {
  display: grid;
  gap: 16px;
}

.photo-placeholder,
.map-placeholder,
.qr-placeholder {
  min-height: 320px;
  border-radius: var(--radius);
  border: 1px solid rgba(160, 137, 107, 0.25);
  background:
    linear-gradient(135deg, rgba(139, 168, 136, 0.14), rgba(160, 137, 107, 0.14)),
    var(--cream);
  display: grid;
  place-items: center;
  padding: 28px;
  color: rgba(61, 43, 31, 0.68);
  text-align: center;
}

.photo-frame {
  margin: 0;
  min-height: 420px;
  border-radius: var(--radius);
  border: 1px solid rgba(160, 137, 107, 0.25);
  background: var(--cream);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.88) brightness(1.06);
}

.photo-frame.is-wide {
  min-height: 360px;
}

.photo-frame.is-wide img {
  object-position: center;
  filter: saturate(0.78) brightness(1.08) contrast(0.96);
}

.photo-frame.owner-photo img {
  object-position: center;
  filter: saturate(0.9) brightness(1.08) contrast(0.96);
}

.photo-caption {
  margin-top: 10px;
  color: rgba(61, 43, 31, 0.68);
  font-size: 0.9rem;
}

.photo-placeholder::before,
.map-placeholder::before,
.qr-placeholder::before {
  content: attr(data-description);
}

.map-placeholder {
  min-height: 360px;
}

.map-embed {
  border-radius: var(--radius);
  border: 1px solid rgba(160, 137, 107, 0.25);
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(61, 43, 31, 0.06);
}

.map-embed iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.map-caption {
  padding: 12px 14px;
  background: var(--white);
  color: rgba(61, 43, 31, 0.72);
  font-size: 0.88rem;
}

.qr-placeholder {
  min-height: 220px;
}

.steps {
  display: grid;
  gap: 14px;
  counter-reset: step;
}

.step {
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}

.list {
  margin: 0;
  padding-left: 1.2em;
}

.list li {
  margin: 8px 0;
}

.service-list {
  display: grid;
  gap: 20px;
}

.service-card {
  grid-template-columns: auto 1fr;
}

.service-card p {
  margin-top: 8px;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(139, 168, 136, 0.14);
  color: var(--moss);
  font-size: 0.84rem;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--moss);
  font-weight: 800;
  border-bottom: 1px solid rgba(107, 127, 94, 0.35);
}

.text-link:hover {
  border-bottom-color: var(--moss);
}

.owner-story {
  display: grid;
  gap: 22px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: 0;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  color: var(--moss);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  padding: 0 20px 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
}

.info-box {
  padding: 24px;
}

.info-row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(160, 137, 107, 0.18);
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row b {
  display: block;
  color: var(--moss);
  margin-bottom: 3px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.schedule-card {
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(160, 137, 107, 0.18);
  box-shadow: 0 12px 30px rgba(61, 43, 31, 0.06);
}

.schedule-card h3 {
  margin-bottom: 8px;
}

.schedule-card strong {
  display: block;
  color: var(--moss);
  font-size: 1.08rem;
}

.schedule-card strong + strong {
  margin-top: 10px;
}

.schedule-note {
  margin-top: 16px;
  color: rgba(61, 43, 31, 0.76);
}

.monthly-schedule {
  margin-top: 22px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(105, 133, 92, 0.2);
}

.monthly-head {
  margin-bottom: 16px;
}

.monthly-head h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.monthly-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.monthly-card {
  padding: 20px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(160, 137, 107, 0.18);
}

.monthly-card h4 {
  margin-bottom: 12px;
  color: var(--moss);
  font-size: 1.12rem;
}

.monthly-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.monthly-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(160, 137, 107, 0.16);
}

.monthly-card li:last-child {
  border-bottom: 0;
}

.monthly-card li b {
  flex: 0 0 auto;
  color: var(--moss);
}

.monthly-card p {
  margin-top: 12px;
  color: rgba(61, 43, 31, 0.7);
  font-size: 0.94rem;
}

.contact-form {
  display: grid;
  gap: 16px;
  background: var(--white);
  border: 1px solid rgba(160, 137, 107, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label {
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(160, 137, 107, 0.35);
  border-radius: var(--radius);
  background: #fff;
  padding: 12px 14px;
  font: inherit;
  color: var(--text);
}

.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.form-note {
  color: var(--moss);
  font-size: 0.92rem;
}

.contact-card {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(160, 137, 107, 0.18);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: stretch;
}

.contact-side {
  display: grid;
  gap: 20px;
}

.contact-card h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.contact-card.is-primary {
  padding: 32px;
}

.contact-card.is-primary h2 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
}

.contact-card .list {
  padding-left: 1.1em;
}

.contact-card .list li {
  margin: 5px 0;
}

.site-footer {
  padding: 56px 0 96px;
  background: #efe7db;
}

.footer-logo {
  display: inline-flex;
  width: min(250px, 70vw);
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-title {
  color: var(--moss);
  font-weight: 700;
  margin-bottom: 6px;
}

.medical-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.62);
  color: rgba(61, 43, 31, 0.72);
  font-size: 0.84rem;
  line-height: 1.7;
}

.copyright {
  margin-top: 28px;
  color: rgba(61, 43, 31, 0.65);
  font-size: 0.86rem;
}

.floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -10px 24px rgba(61, 43, 31, 0.14);
}

.floating-cta a {
  min-height: 56px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

.floating-cta .phone {
  background: var(--phone);
}

.floating-cta .line {
  background: var(--line);
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 58px;
  }

  .logo-mark {
    width: min(190px, 50vw);
  }

  .nav-toggle {
    display: grid;
  }

  .global-nav {
    position: fixed;
    inset: 58px 0 auto;
    background: var(--base);
    border-bottom: 1px solid rgba(160, 137, 107, 0.2);
    box-shadow: var(--shadow);
    padding: 24px 16px;
    display: grid;
    gap: 18px;
    transform: translateY(-120%);
    transition: transform 0.25s ease;
  }

  .menu-open .global-nav {
    transform: translateY(0);
  }

  .hero-grid,
  .split,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .monthly-grid {
    grid-template-columns: 1fr;
  }

  .news-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 360px;
    order: -1;
  }

  .check-grid,
  .card-grid,
  .reason-grid,
  .voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 62px 0;
  }

  .page-hero {
    padding: 60px 0 42px;
  }

  .header-inner,
  .container,
  .narrow {
    width: min(100% - 24px, 1120px);
  }

  .check-grid,
  .card-grid,
  .reason-grid,
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .step {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .monthly-schedule {
    padding: 18px;
  }

  .monthly-card {
    padding: 16px;
  }

  .monthly-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .news-panel {
    padding: 20px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero-visual {
    min-height: 290px;
  }

  .photo-frame {
    min-height: 340px;
  }

}
