:root {
  --ink: #18302c;
  --muted: #667772;
  --line: #dbe5df;
  --surface: #ffffff;
  --soft: #edf5f1;
  --soft-2: #f8fbf8;
  --paper: #fbf7f1;
  --sky: #dcecf1;
  --brand: #0f766e;
  --brand-dark: #0b4f4a;
  --accent: #c0564a;
  --accent-soft: #fff2ee;
  --shadow: 0 18px 50px rgba(18, 53, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  background: var(--soft-2);
  line-height: 1.75;
}

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

button {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 229, 223, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  background: var(--brand);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 30px);
  color: #2e4742;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a {
  padding: 8px 0;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--brand-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(192, 86, 74, 0.18);
}

.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 20px));
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(192, 86, 74, 0.12), transparent 28%),
    linear-gradient(135deg, #fbf7f1 0%, #eef7f4 100%);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.04);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(251, 247, 241, 0.98) 0%, rgba(251, 247, 241, 0.92) 30%, rgba(251, 247, 241, 0.34) 57%, rgba(251, 247, 241, 0.03) 100%),
    linear-gradient(0deg, rgba(15, 118, 110, 0.06), rgba(15, 118, 110, 0.06));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(780px, 100%);
  min-height: min(720px, calc(100vh - 20px));
  padding: 72px clamp(20px, 6vw, 72px) 54px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12.5em;
  margin: 0 0 20px;
  font-size: clamp(2.28rem, 4.9vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: #405752;
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.hero-actions,
.reserve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  font-weight: 900;
  border: 1px solid transparent;
  border-radius: 8px;
}

.button.primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
}

.button.secondary,
.button.line {
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 118, 110, 0.22);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(520px, 100%);
  margin: 38px 0 0;
}

.hero-stats div {
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(219, 229, 223, 0.9);
  border-radius: 8px;
}

.hero-stats dt {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.notice-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 15px 20px;
  color: #fff;
  background: var(--brand-dark);
}

.notice-band p {
  margin: 0;
}

.notice-band a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  color: var(--brand-dark);
  font-weight: 900;
  background: #fff;
  border-radius: 999px;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.section-heading {
  width: min(860px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:last-child {
  margin: 0 auto;
  max-width: 650px;
  color: var(--muted);
}

.muted {
  background: var(--soft);
}

.checker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 22px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.checker-panel,
.image-card,
.service-card,
.care-visual,
.access-info,
.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(24, 48, 44, 0.06);
}

.checker-panel {
  padding: clamp(20px, 4vw, 34px);
}

.segmented {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px;
  background: var(--soft);
  border-radius: 8px;
}

.segmented button,
.time-buttons button {
  min-height: 44px;
  color: var(--brand-dark);
  font-weight: 900;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.segmented button.is-active,
.time-buttons button.is-selected {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.result-card {
  min-height: 290px;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 92% 10%, rgba(192, 86, 74, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(220, 236, 241, 0.92), rgba(255, 242, 238, 0.82));
  border-radius: 8px;
}

.result-label {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 12px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--accent);
  border-radius: 999px;
}

.result-card p:not(.result-label),
.care-visual p,
.split p,
.access-info p,
.reserve p,
.faq-list p {
  color: var(--muted);
}

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

.result-card li {
  padding-left: 20px;
  position: relative;
}

.result-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--brand);
  border-radius: 50%;
}

.image-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.image-card figcaption {
  padding: 14px 18px;
  color: var(--brand-dark);
  font-weight: 900;
  background: #fff;
}

.approach-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto 26px;
}

.service-card {
  min-height: 252px;
  padding: 28px;
}

.service-card strong {
  display: block;
  margin-top: 26px;
  color: var(--brand-dark);
  font-size: 1.08rem;
}

.service-card.featured {
  border-color: rgba(192, 86, 74, 0.32);
  background: var(--accent-soft);
}

.service-icon,
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 4px 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--brand);
  border-radius: 999px;
}

.tag {
  background: var(--accent);
}

.care-visual {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
}

.care-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.care-visual h3 {
  font-size: clamp(1.35rem, 3vw, 2.05rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  padding: 22px 24px 22px 82px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.steps span {
  position: absolute;
  top: 22px;
  left: 22px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 4px;
}

.steps p {
  margin: 0;
}

.faq-section {
  padding-top: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  padding: 18px 22px;
  color: var(--brand-dark);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.access {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.access-info {
  padding: 32px;
}

.hours {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 0.94rem;
}

.hours caption {
  margin-bottom: 8px;
  font-weight: 900;
  text-align: left;
}

.hours th,
.hours td {
  padding: 12px 10px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.hours th {
  width: 38%;
  color: var(--brand-dark);
}

.map-panel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    linear-gradient(30deg, transparent 0 44%, rgba(15, 118, 110, 0.08) 44% 50%, transparent 50%),
    linear-gradient(150deg, transparent 0 58%, rgba(192, 86, 74, 0.09) 58% 64%, transparent 64%),
    #e8f0eb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-street {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(219, 229, 223, 0.85);
}

.map-street.horizontal {
  top: 45%;
  left: -10%;
  width: 120%;
  height: 58px;
  transform: rotate(-7deg);
}

.map-street.vertical {
  top: -12%;
  left: 56%;
  width: 52px;
  height: 130%;
  transform: rotate(12deg);
}

.map-pin {
  position: absolute;
  top: 44%;
  left: 45%;
  display: grid;
  place-items: center;
  width: 148px;
  min-height: 52px;
  padding: 8px 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background: var(--accent);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0 clamp(20px, 5vw, 72px) clamp(64px, 9vw, 112px);
  padding: clamp(30px, 5vw, 52px);
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
}

.reserve .eyebrow,
.reserve p {
  color: rgba(255, 255, 255, 0.8);
}

.reserve h2 {
  margin-bottom: 8px;
}

.reserve-box {
  display: grid;
  gap: 14px;
  min-width: 330px;
}

.time-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.time-buttons button {
  color: #fff;
}

.time-buttons button.is-selected {
  color: var(--brand-dark);
  background: #fff;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: #62736f;
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
}

@media (max-width: 940px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    order: 4;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    padding: 10px 12px;
    background: var(--soft);
    border-radius: 8px;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(251, 247, 241, 0.98) 0%, rgba(251, 247, 241, 0.9) 54%, rgba(251, 247, 241, 0.28) 100%),
      linear-gradient(0deg, rgba(15, 118, 110, 0.06), rgba(15, 118, 110, 0.06));
  }

  .checker,
  .approach-layout,
  .care-visual,
  .split,
  .access,
  .reserve {
    grid-template-columns: 1fr;
  }

  .reserve-box {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
    padding: 10px 16px 12px;
  }

  .brand {
    min-width: 0;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .nav {
    grid-template-columns: 1fr;
    font-size: 0.9rem;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-image {
    object-position: 69% bottom;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(251, 247, 241, 0.99) 0%, rgba(251, 247, 241, 0.94) 52%, rgba(251, 247, 241, 0.58) 100%),
      linear-gradient(0deg, rgba(15, 118, 110, 0.08), rgba(15, 118, 110, 0.08));
  }

  .hero-content {
    justify-content: flex-start;
    padding: 52px 18px 34px;
  }

  h1 {
    max-width: 9em;
  }

  .button {
    width: 100%;
  }

  .hero-stats,
  .segmented,
  .time-buttons {
    grid-template-columns: 1fr;
  }

  .notice-band,
  .footer {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .image-card img {
    min-height: 270px;
  }

  .care-visual {
    padding: 18px;
  }

  .steps li {
    padding: 20px 18px 20px 64px;
  }

  .steps span {
    left: 18px;
  }

  .hours,
  .hours tbody,
  .hours tr,
  .hours th,
  .hours td {
    display: block;
    width: 100%;
  }

  .hours td {
    padding-top: 0;
    border-top: 0;
  }

  .map-panel {
    min-height: 320px;
  }

  .map-pin {
    left: 33%;
  }

  .reserve {
    margin-right: 20px;
    margin-left: 20px;
  }
}
