:root {
  --orange: #f28c28;
  --orange-dark: #d66f11;
  --green: #4b9b62;
  --green-dark: #2f7044;
  --cream: #fff8ef;
  --white: #ffffff;
  --ink: #24302a;
  --muted: #647067;
  --line: #e8eee9;
  --shadow: 0 18px 42px rgba(36, 48, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  max-width: 1760px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  line-height: 1.35;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 6px;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand strong {
  color: var(--green-dark);
  font-size: 20px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 24px;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  min-width: 0;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 8px 5px;
  color: #3f4d44;
  font-size: 12px;
  border-radius: 8px;
  line-height: 1.4;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.current {
  color: var(--green-dark);
  background: #eef8f0;
}

.header-tel {
  background: var(--orange);
  color: var(--white) !important;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #203027;
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 36, 28, 0.82), rgba(21, 36, 28, 0.48), rgba(21, 36, 28, 0.18));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 88px 20px 112px;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: #fff7e9;
  background: rgba(242, 140, 40, 0.86);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 760px;
  margin: 22px 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 680px;
  margin: 0 0 30px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.85;
}

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

.mobile-hero-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--white);
  background: var(--orange);
}

.button.primary:hover {
  background: var(--orange-dark);
}

.button.secondary {
  color: var(--green-dark);
  background: var(--white);
}

.button.outline {
  color: var(--green-dark);
  border-color: var(--green);
  background: var(--white);
}

.button.line {
  color: var(--white);
  background: #06c755;
}

.button.line:hover {
  background: #05ad4a;
}

.button.consult {
  color: var(--white);
  background: #06c755;
}

.button.consult:hover {
  background: #05ad4a;
}

.main-nav a.button,
.main-nav .header-tel {
  padding-right: 10px;
  padding-left: 10px;
}

.section {
  padding: 72px 20px;
}

#hours {
  scroll-margin-top: 86px;
}

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

.section.green {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

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

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.section-label {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-weight: 700;
}

.section.green .section-label {
  color: #ffe1b9;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.45;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: 18px;
}

.section.green .lead,
.section.green p {
  color: rgba(255, 255, 255, 0.9);
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(36, 48, 42, 0.06);
}

.review-card {
  position: relative;
}

.review-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 18px;
  color: #f5d4a7;
  font-size: 68px;
  line-height: 1;
  font-family: Georgia, serif;
}

.stars {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 2px;
}

.card.photo {
  padding: 0;
  overflow: hidden;
}

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

.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.photo-strip figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(36, 48, 42, 0.06);
}

.photo-strip img {
  height: 180px;
  object-fit: cover;
}

.photo-strip figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-weight: 700;
}

.badge-list,
.symptom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.badge-list li,
.symptom-list li {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green-dark);
  background: #eef8f0;
  font-weight: 700;
  font-size: 14px;
}

.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.price-table,
.hours-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-table th,
.price-table td,
.hours-table th,
.hours-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th,
.hours-table th {
  color: var(--green-dark);
  background: #eef8f0;
}

.schedule-table th,
.schedule-table td {
  text-align: center;
}

.schedule-table th:first-child,
.schedule-table td:first-child {
  min-width: 118px;
  text-align: left;
  font-weight: 700;
}

.schedule-table td:not(:first-child) {
  color: var(--green-dark);
  font-weight: 800;
}

.price {
  color: var(--orange-dark);
  font-size: 24px;
  font-weight: 800;
}

.notice {
  padding: 18px 20px;
  border-left: 5px solid var(--orange);
  background: #fff4e5;
  border-radius: 8px;
}

.cta-box {
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff4e5, #eef8f0);
  border: 1px solid var(--line);
}

.reserve-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
}

.qr-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}

.qr-card img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}

.qr-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 18px;
}

.qr-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.rounded-img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero {
  padding: 72px 20px;
  background: linear-gradient(135deg, #fff4e5, #eef8f0);
}

.page-hero .container {
  max-width: 920px;
}

.page-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 5vw, 52px);
}

.director-hero {
  padding-bottom: 62px;
}

.director-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 38px;
  align-items: center;
}

.director-copy .actions {
  margin-top: 24px;
}

.director-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.director-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
}

.director-photo figcaption {
  padding: 12px 16px;
  color: var(--green-dark);
  font-weight: 800;
  text-align: center;
}

.flow {
  counter-reset: step;
  display: grid;
  gap: 16px;
}

.flow-item {
  position: relative;
  padding: 22px 22px 22px 76px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.flow-item::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 22px;
  color: var(--orange-dark);
  font-weight: 800;
}

.map-frame {
  width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 8px;
}

.fixed-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 -8px 22px rgba(36, 48, 42, 0.14);
}

.fixed-call a {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: var(--white);
  font-weight: 800;
}

.fixed-call .tel {
  background: var(--orange);
}

.fixed-call .reserve {
  background: var(--green);
}

.fixed-call .consult {
  background: #06c755;
}

.site-footer {
  padding: 42px 20px 86px;
  color: rgba(255, 255, 255, 0.88);
  background: #24302a;
}

.footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
}

.small {
  color: var(--muted);
  font-size: 13px;
}

.section.green .small {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 73px;
    padding: 10px 20px 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
    gap: 2px;
  }

  .main-nav a {
    padding: 12px;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .grid.cols-2,
  .grid.cols-3,
  .photo-strip,
  .director-profile,
  .reserve-guide,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 590px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(21, 36, 28, 0.78), rgba(21, 36, 28, 0.58));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
    padding-bottom: 58px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand span {
    font-size: 11px;
  }

  .header-inner {
    padding: 10px 14px;
  }

  .main-nav {
    top: 65px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding: 72px 18px 96px;
  }

  .hero-actions,
  .actions {
    display: grid;
  }

  .mobile-hero-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-hero-menu a {
    display: grid;
    place-items: center;
    min-height: 46px;
    padding: 10px 8px;
    color: var(--green-dark);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 8px 20px rgba(21, 36, 28, 0.16);
  }

  .section {
    padding: 54px 18px;
  }

  .director-photo img {
    max-height: 520px;
  }

  .page-hero {
    padding: 54px 18px;
  }

  .card {
    padding: 20px;
  }

  .price-table,
  .hours-table {
    font-size: 14px;
  }

  .price-table th,
  .price-table td,
  .hours-table th,
  .hours-table td {
    padding: 11px 8px;
  }

  .schedule-table {
    font-size: 12px;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 9px 5px;
  }

  .schedule-table th:first-child,
  .schedule-table td:first-child {
    min-width: 92px;
  }

  .fixed-call {
    display: grid;
  }
}

/* モバイル用クイックナビ（ヘッダー下のタグ） */
.quick-nav {
  display: none;
}

@media (max-width: 1080px) {
  .quick-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 14px 10px;
    background: var(--white);
    border-top: 1px solid var(--line);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .quick-nav::-webkit-scrollbar {
    display: none;
  }

  .quick-nav a {
    flex-shrink: 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--cream);
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--line);
  }
}
