* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #24342f;
  font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background:
    radial-gradient(circle at 8% 4%, rgba(212, 183, 128, 0.16), transparent 28%),
    radial-gradient(circle at 92% 14%, rgba(91, 130, 111, 0.14), transparent 30%),
    #fffdf8;
}

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

a {
  color: inherit;
}

[data-text-key] {
  white-space: pre-line;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid #e6ded1;
  backdrop-filter: blur(16px);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 38px rgba(37, 54, 48, 0.12);
}

.header-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 5vw;
  color: #fff;
  font-size: 0.78rem;
  background: #385c50;
}

.header-top p {
  margin: 0;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 5vw;
}

.logo {
  text-decoration: none;
  white-space: nowrap;
}

.logo-mark {
  display: block;
  color: #2e594d;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.logo-sub {
  display: block;
  color: #806a46;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
}

.global-nav {
  display: flex;
  gap: 22px;
  color: #485a55;
  font-size: 0.92rem;
}

.global-nav a,
.header-actions a {
  text-decoration: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.tel-link {
  color: #2e594d;
  font-weight: 700;
}

.line-link {
  padding: 10px 18px;
  color: #fff;
  background: #b68447;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(166, 113, 51, 0.24);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(620px, 0.95fr) minmax(420px, 1fr);
  gap: clamp(44px, 5vw, 96px);
  align-items: center;
  padding: 58px 5vw 44px;
  background:
    radial-gradient(circle at top left, rgba(231, 220, 196, 0.8), transparent 34%),
    linear-gradient(135deg, #f6f0e4 0%, #fffdf8 52%, #eaf1ec 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 22px 5vw auto auto;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  pointer-events: none;
  background: radial-gradient(circle, rgba(184, 132, 71, 0.18), transparent 64%);
  filter: blur(16px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(100%, 900px);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #9a6d38;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  color: #213b35;
  font-weight: 700;
  line-height: 1.35;
}

.hero h1 {
  font-size: clamp(1.8rem, 3.9vw, 3.2rem);
  letter-spacing: 0.04em;
  white-space: pre;
}

.hero-lead {
  margin: 22px 0 0;
  color: #4c5d58;
  font-size: 1.05rem;
}

.hero-buttons,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: #2e594d;
  box-shadow: 0 14px 30px rgba(46, 89, 77, 0.28);
}

.button.secondary {
  color: #2e594d;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #c8d5cf;
  box-shadow: 0 12px 24px rgba(58, 74, 67, 0.08);
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}

.site-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.hero-frame .site-image {
  object-fit: cover;
  object-position: center center;
}

.image-frame.is-image-loaded .site-image {
  display: block;
}

.image-frame.is-image-loaded .image-fallback {
  display: none;
}

.hero-frame,
.hero-placeholder {
  width: 100%;
  min-height: 320px;
  max-height: 560px;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(54, 66, 58, 0.22);
}

.hero-frame {
  aspect-ratio: 16 / 9;
}

.hero-badge {
  position: absolute;
  right: 24px;
  bottom: -20px;
  min-width: 160px;
  padding: 18px;
  color: #fff;
  background: #b68447;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(93, 66, 36, 0.2);
}

.hero-badge span,
.hero-badge strong {
  display: block;
}

.hero-badge span {
  font-size: 0.82rem;
}

.hero-badge strong {
  font-size: 1.15rem;
}

.notice {
  padding: 0 5vw;
}

.notice-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  color: #2e594d;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e4ddcf;
  border-radius: 8px;
  transform: translateY(24px);
  box-shadow: 0 12px 28px rgba(56, 92, 80, 0.08);
  backdrop-filter: blur(10px);
}

.notice p {
  margin: 0;
  font-weight: 700;
}

.notice a {
  color: #9a6d38;
  font-weight: 700;
}

.section {
  padding: 92px 5vw;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading p {
  margin: 0 0 10px;
  color: #9a6d38;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.section-heading h2,
.staff-card h2,
.access-info h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.55rem);
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, #b68447, transparent);
}

.access-name {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
}

.access-name-prefix,
.access-name-main {
  margin: 0;
  line-height: 1.15;
}

.access-name-prefix {
  color: #213b35;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 700;
}

.access-name-main {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.worry-grid article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e5dccf;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(68, 82, 76, 0.06);
}

.worry-message {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 26px 34px 30px;
  text-align: center;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(182, 132, 71, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(68, 82, 76, 0.08);
}

.worry-message p,
.worry-message h3 {
  margin: 0;
}

.worry-message p:first-child {
  color: #b68447;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.worry-message h3 {
  margin-top: 8px;
  color: #213b35;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.5;
}

.worry-message .button {
  margin-top: 18px;
}

.menu {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.42)),
    #f4f0e7;
}

.menu-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.menu-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fffdf8;
  border-radius: 8px;
  border: 1px solid #e2d8c7;
  box-shadow: 0 18px 38px rgba(62, 74, 67, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.menu-card:hover {
  transform: translateY(-6px);
  border-color: rgba(182, 132, 71, 0.45);
  box-shadow: 0 28px 58px rgba(62, 74, 67, 0.14);
}

.image-frame,
.image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.menu-card-body {
  padding: 22px;
}

.menu-card > h3,
.menu-card > p {
  padding-left: 22px;
  padding-right: 22px;
}

.menu-card > h3 {
  padding-top: 22px;
}

.menu-card > p {
  padding-bottom: 22px;
}

.menu-card span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  color: #fff;
  background: #b68447;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.menu-card h3 {
  margin: 0 0 8px;
  color: #2e594d;
  font-size: 1.18rem;
}

.menu-card p {
  margin: 0;
  color: #586662;
}

.image-placeholder,
.map-placeholder {
  display: grid;
  place-items: center;
  color: rgba(33, 59, 53, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #dce8e0, #f3ead8);
  border-radius: 6px;
}

.image-shoulder {
  background: linear-gradient(135deg, #d7e4df, #f7f1e4);
}

.image-waist {
  background: linear-gradient(135deg, #eadfc9, #dcebe3);
}

.image-pelvis {
  background: linear-gradient(135deg, #e8efe7, #ddc9ad);
}

.treatment-zone {
  border-radius: 0;
}

.flow article,
.faq details {
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e5dccf;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 82, 76, 0.06);
}

.flow span {
  color: #b68447;
  font-weight: 800;
}

.flow h3 {
  margin: 6px 0 8px;
  color: #2e594d;
}

.flow p {
  margin: 0;
  color: #586662;
}

.voice {
  background: #fbf8ef;
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.flow article {
  min-width: 0;
}

.staff-card,
.access {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.staff-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(226, 216, 199, 0.8);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(62, 74, 67, 0.08);
}

.staff-photo {
  min-height: 360px;
}

.staff-photo-frame,
.map-frame {
  min-height: 360px;
}

.staff-name {
  color: #2e594d;
  font-weight: 700;
}

.access {
  grid-template-columns: 1fr 1fr;
  background: transparent;
}

.access-info dl {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.access-info dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4ddcf;
}

.access-info dt {
  color: #2e594d;
  font-weight: 700;
}

.access-info dd {
  margin: 0;
}

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

.faq {
  background: #f4f0e7;
}

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

.faq summary {
  cursor: pointer;
  color: #2e594d;
  font-weight: 700;
}

.faq p {
  margin: 12px 0 0;
  color: #586662;
}

.booking {
  background: #fffdf8;
}

.booking-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e5dccf;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(68, 82, 76, 0.08);
}

.booking-copy {
  max-width: 680px;
}

.booking-copy h2 {
  margin: 0;
  color: #213b35;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.4;
}

.booking-copy p:last-child {
  margin: 16px 0 0;
  color: #586662;
}

.booking-frame {
  display: flex;
  justify-content: center;
}

.booking-frame iframe {
  width: 100%;
  max-width: 880px;
  height: 560px;
  background: #fff;
  border: 1px solid #e4ddcf;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(68, 82, 76, 0.08);
}

.contact {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 5vw 70px;
  padding: 36px;
  color: #fff;
  background: #2e594d;
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(25, 61, 52, 0.22);
}

.contact p,
.contact h2 {
  margin: 0;
  color: #fff;
}

.contact .button.secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.contact .button.primary {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.footer {
  padding: 28px 5vw;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #20342f, #14241f);
}

.js-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer p {
  margin: 0;
  font-size: 0.88rem;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 900px;
  }
}

@media (max-width: 980px) {
  .header-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .global-nav,
  .header-actions {
    width: 100%;
    overflow-x: auto;
  }

  .hero,
  .staff-card,
  .access,
  .booking-content,
  .contact {
    grid-template-columns: 1fr;
  }

  .worry-grid,
  .flow {
    grid-template-columns: 1fr 1fr;
  }

  .contact {
    display: grid;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    position: static;
  }

  .header-top {
    display: none;
  }

  .notice-inner {
    display: block;
  }

  .header-main,
  .hero,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .logo-mark {
    font-size: 1.35rem;
  }

  .logo-sub {
    display: none;
  }

  .global-nav {
    justify-content: space-between;
    gap: 10px;
    font-size: 0.84rem;
    overflow-x: visible;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow-x: visible;
  }

  .tel-link,
  .line-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.94rem;
    text-align: center;
  }

  .tel-link {
    border: 1px solid #d4e1dc;
    background: #fff;
  }

  .hero {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 34px;
  }

  .hero-copy,
  .hero-visual,
  .image-frame {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(2rem, 13vw, 2.8rem);
    white-space: pre-line;
    overflow-wrap: anywhere;
  }

  .hero-lead {
    overflow-wrap: anywhere;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
  }

  .hero-buttons .button {
    width: 100%;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    white-space: normal;
  }

  .hero-visual img {
    min-height: 260px;
  }

  .hero-badge {
    right: 12px;
    bottom: 12px;
  }

  .notice {
    padding: 0 20px;
  }

  .notice-inner {
    transform: none;
    margin-top: 18px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .worry-grid,
  .menu-layout,
  .flow {
    grid-template-columns: 1fr;
  }

  .access-info dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .contact {
    margin: 0 20px 48px;
    padding: 28px 20px;
  }

  .booking-content {
    padding: 22px 16px;
  }

  .booking-frame iframe {
    height: 520px;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js-reveal {
    opacity: 1;
    transform: none;
  }
}
