.therapy-renewal,
.therapy-renewal *,
.therapy-renewal *::before,
.therapy-renewal *::after {
  box-sizing: border-box;
}

html:has(.therapy-renewal) {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

@media (max-width: 768px) {
  html:has(.therapy-renewal) {
    scroll-padding-top: 84px;
  }
}

html.therapy-renewal-nav-open {
  overflow: hidden;
}

.therapy-renewal {
  --bg: #f6f0e6;
  --bg-soft: #efe6d8;
  --bg-paper: #faf6ee;
  --ink: #2c2418;
  --ink-soft: #5a4634;
  --line: #d4c7b2;
  --accent: #6b5a3a;
  --accent-green: #4f6b46;
  --gold: #b0894a;
  --btn: #5c4630;
  --btn-text: #fffaf3;
  --radius: 6px;
  --header-h: 64px;
  --scroll-offset: calc(var(--header-h) + 12px);
  --photo-interior-fit: cover;
  --photo-interior-position: center 55%;
  --photo-director-fit: cover;
  --photo-director-position: center 28%;
  --photo-entrance-fit: contain;
  --photo-entrance-position: center center;
}

.therapy-renewal *, .therapy-renewal *::before, .therapy-renewal *::after {
  box-sizing: border-box;
}

.therapy-renewal {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink);
  background: var(--bg);
}

.therapy-renewal img {
  max-width: 100%;
  height: auto;
  display: block;
}

.therapy-renewal a {
  color: var(--accent-green);
}

.therapy-renewal .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.therapy-renewal .skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  z-index: 100;
}

.therapy-renewal .skip-link:focus {
  top: 8px;
}

.therapy-renewal .wrap {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.therapy-renewal .wrap.narrow {
  width: min(760px, calc(100% - 40px));
}

.therapy-renewal .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 230, 0.96);
  border-bottom: 1px solid var(--line);
}

.therapy-renewal .header-inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.therapy-renewal .logo {
  text-decoration: none;
  color: var(--ink);
  line-height: 1.3;
}

.therapy-renewal .logo-name {
  display: block;
  font-weight: 700;
  font-size: 16px;
}

.therapy-renewal .logo-sub {
  display: block;
  font-size: 12px;
  color: var(--ink-soft);
}

.therapy-renewal .nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: relative;
}

.therapy-renewal .nav-toggle-bar, .therapy-renewal .nav-toggle-bar::before, .therapy-renewal .nav-toggle-bar::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  position: absolute;
  left: 11px;
}

.therapy-renewal .nav-toggle-bar {
  top: 21px;
}

.therapy-renewal .nav-toggle-bar::before, .therapy-renewal .nav-toggle-bar::after {
  content: "";
}

.therapy-renewal .nav-toggle-bar::before {
  top: -7px;
}

.therapy-renewal .nav-toggle-bar::after {
  top: 7px;
}

.therapy-renewal .site-nav ul {
  display: flex;
  align-items: center;
  gap: 4px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.therapy-renewal .site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 14px;
  padding: 8px 2px;
}

.therapy-renewal .nav-reserve {
  background: var(--btn);
  color: var(--btn-text) !important;
  padding: 8px 14px !important;
  border-radius: var(--radius);
}

.therapy-renewal .hero {
  margin-top: 24px;
  padding-bottom: 8px;
}

.therapy-renewal .hero-inner {
  width: min(760px, calc(100% - 40px));
}

.therapy-renewal .hero-copy {
  padding: 8px 0 28px;
}

.therapy-renewal .hero-clinic {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink-soft);
}

.therapy-renewal .hero-license {
  margin: 0 0 20px;
  font-size: clamp(1.25rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.55;
  color: var(--ink);
}

.therapy-renewal .hero-text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.9;
}

.therapy-renewal .hero-access {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-soft);
}

.therapy-renewal .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.therapy-renewal .hero-photo-frame {
  margin-bottom: 8px;
}

.therapy-renewal .hero-photo-slot {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 160px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  overflow: hidden;
}

.therapy-renewal .hero-photo-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.therapy-renewal .site-photo {
  display: block;
  width: 100%;
}

.therapy-renewal .site-photo--interior {
  height: 100%;
  object-fit: var(--photo-interior-fit);
  object-position: var(--photo-interior-position);
}

.therapy-renewal .site-photo--director {
  aspect-ratio: 4 / 5;
  max-width: 200px;
  object-fit: var(--photo-director-fit);
  object-position: var(--photo-director-position);
  background: var(--bg-soft);
}

.therapy-renewal .site-photo--entrance {
  width: 100%;
  max-width: 280px;
  height: auto;
  object-fit: var(--photo-entrance-fit);
  object-position: var(--photo-entrance-position);
  background: var(--bg-soft);
}

.therapy-renewal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: var(--radius);
  font-size: 16px;
}

.therapy-renewal .btn-primary {
  background: var(--btn);
  color: var(--btn-text);
}

.therapy-renewal .btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--accent);
}

.therapy-renewal .section {
  padding: 64px 0;
  scroll-margin-top: var(--scroll-offset);
}

.therapy-renewal .section h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.55;
  margin: 0 0 18px;
  scroll-margin-top: var(--scroll-offset);
}

.therapy-renewal .section-lead {
  margin: 0 0 24px;
  color: var(--ink-soft);
}

.therapy-renewal .concerns {
  background: var(--bg-paper);
}

.therapy-renewal .concerns h2 {
  margin-bottom: 14px;
}

.therapy-renewal .concerns .concern-list {
  gap: 0;
}

.therapy-renewal .concerns .concern-list li {
  padding: 10px 0 8px;
}

.therapy-renewal .concerns .concern-list h3 {
  margin-bottom: 4px;
}

.therapy-renewal .concern-list, .therapy-renewal .method-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.therapy-renewal .concern-list {
  grid-template-columns: repeat(2, 1fr);
}

.therapy-renewal .concern-list li, .therapy-renewal .method-list li {
  padding: 18px 20px 16px;
  border-top: 1px solid var(--line);
}

.therapy-renewal .concern-list h3, .therapy-renewal .method-list h3, .therapy-renewal .steps h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.therapy-renewal .concern-list p, .therapy-renewal .method-list p {
  margin: 0;
}

.therapy-renewal .more-link {
  margin-top: 24px;
}

.therapy-renewal .yojou {
  background: var(--bg-soft);
}

.therapy-renewal .yojou p {
  margin: 0 0 1em;
}

.therapy-renewal .yojou p:last-child {
  margin-bottom: 0;
}

.therapy-renewal .features h2 {
  margin-bottom: 14px;
}

.therapy-renewal .features .steps {
  gap: 20px;
}

.therapy-renewal .features-note {
  margin: 18px 0 0;
}

.therapy-renewal .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.therapy-renewal .step-num {
  display: block;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}

.therapy-renewal .steps h3 {
  margin-bottom: 4px;
}

.therapy-renewal .method-list {
  grid-template-columns: repeat(2, 1fr);
}

.therapy-renewal .director-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: start;
}

.therapy-renewal .director-photo {
  margin: 0;
}

.therapy-renewal .director-photo picture {
  display: block;
  max-width: 200px;
}

.therapy-renewal .director-body h2 {
  margin-bottom: 12px;
}

.therapy-renewal .director-name {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}

.therapy-renewal .director-name-mobile {
  display: none;
}

.therapy-renewal .director-name-desktop {
  display: inline;
}

.therapy-renewal .director-license {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.therapy-renewal .director-text {
  margin: 0;
}

.therapy-renewal .director-body .more-link {
  margin-top: 18px;
}

.therapy-renewal .price {
  padding-bottom: 36px;
}

.therapy-renewal .first-visit {
  padding-top: 24px;
}

.therapy-renewal .price .price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.therapy-renewal .price .price-row {
  padding: 12px 0 10px;
  border-top: 1px solid var(--line);
}

.therapy-renewal .price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 16px;
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.therapy-renewal .price-amount {
  font-weight: 700;
}

.therapy-renewal .price-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--ink-soft);
}

.therapy-renewal .price-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
}

.therapy-renewal .price-note {
  margin: 12px 0 0;
}

.therapy-renewal .first-visit h2 {
  margin-bottom: 12px;
}

.therapy-renewal .faq-item {
  border-bottom: 1px solid var(--line);
}

.therapy-renewal .faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 14px 28px 14px 0;
  font-size: 17px;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}

.therapy-renewal .faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
}

.therapy-renewal .faq-item.is-open .faq-q::after {
  content: "−";
}

.therapy-renewal .faq-a {
  display: none;
  padding: 0 0 12px;
}

.therapy-renewal .faq-item.is-open .faq-a {
  display: block;
}

.therapy-renewal .access {
  padding-bottom: 32px;
}

.therapy-renewal .access-info {
  margin-bottom: 20px;
}

.therapy-renewal .access-name {
  margin: 0 0 8px;
  font-weight: 700;
}

.therapy-renewal .access-address, .therapy-renewal .access-station, .therapy-renewal .access-hours {
  margin: 0 0 6px;
  line-height: 1.75;
}

.therapy-renewal .access-station {
  font-weight: 700;
}

.therapy-renewal .entrance-note {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
}

.therapy-renewal .access-media {
  display: grid;
  grid-template-columns: minmax(0, 320px) 1fr;
  gap: 20px;
  align-items: start;
}

.therapy-renewal .entrance-photo {
  margin: 0;
}

.therapy-renewal .entrance-photo picture {
  display: block;
}

.therapy-renewal .map-embed {
  background: var(--bg-soft);
  min-height: 0;
}

.therapy-renewal .map-embed iframe {
  width: 100%;
  height: 240px;
  border: 0;
}

.therapy-renewal .reserve {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.therapy-renewal .reserve h2 {
  margin-bottom: 14px;
}

.therapy-renewal .reserve-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.therapy-renewal .phone-box {
  padding-top: 0;
}

.therapy-renewal .reserve-phone {
  margin: 0 0 6px;
  font-weight: 700;
}

.therapy-renewal .phone-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.therapy-renewal .site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  font-size: 14px;
  line-height: 1.7;
}

.therapy-renewal .footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.therapy-renewal .footer-name {
  font-weight: 700;
  margin: 0 0 4px;
}

.therapy-renewal .site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.therapy-renewal .site-footer a {
  color: var(--ink);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .therapy-renewal .director-grid, .therapy-renewal .access-media {
    grid-template-columns: 1fr;
  }

  .therapy-renewal .map-embed iframe {
    height: 220px;
  }

  .therapy-renewal .steps {
    grid-template-columns: 1fr;
  }

  .therapy-renewal .nav-toggle {
    display: block;
  }

  .therapy-renewal .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-h);
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 20px;
  }

  .therapy-renewal .site-nav.is-open {
    display: block;
  }

  .therapy-renewal .site-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .therapy-renewal .site-nav a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
  }

  .therapy-renewal .nav-reserve {
    text-align: center;
    margin-top: 8px;
  }

}

@media (max-width: 768px) {
  .therapy-renewal {
    --scroll-offset: calc(var(--header-h) + 20px);
  }

  .therapy-renewal {
    font-size: 16px;
  }

  .therapy-renewal .concern-list, .therapy-renewal .method-list, .therapy-renewal .footer-inner {
    grid-template-columns: 1fr;
  }

  .therapy-renewal .section {
    padding: 48px 0;
  }

  .therapy-renewal .price {
    padding-bottom: 28px;
  }

  .therapy-renewal .first-visit {
    padding-top: 16px;
  }

  .therapy-renewal .price .price-row {
    padding: 10px 0 8px;
  }

  .therapy-renewal .faq-q {
    padding: 12px 28px 12px 0;
    font-size: 16px;
  }

  .therapy-renewal .faq-a {
    padding-bottom: 10px;
  }

  .therapy-renewal .access {
    padding-bottom: 24px;
  }

  .therapy-renewal .access-info {
    margin-bottom: 16px;
  }

  .therapy-renewal .access-media {
    gap: 16px;
  }

  .therapy-renewal .reserve {
    padding-top: 20px;
  }

  .therapy-renewal .map-embed iframe {
    height: 200px;
  }

  .therapy-renewal .yojou p {
    margin-bottom: 0.75em;
  }

  .therapy-renewal .features .steps {
    gap: 16px;
  }

  .therapy-renewal .features-note {
    margin-top: 14px;
  }

  .therapy-renewal .director-grid {
    gap: 20px;
  }

  .therapy-renewal .director-body h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
  }

  .therapy-renewal .director-name-mobile {
    display: inline;
  }

  .therapy-renewal .director-name-desktop {
    display: none;
  }

  .therapy-renewal .director-name {
    margin-bottom: 6px;
  }

  .therapy-renewal .director-license {
    margin-bottom: 12px;
  }

  .therapy-renewal .hero {
    margin-top: 16px;
  }

  .therapy-renewal .hero-inner {
    width: calc(100% - 32px);
  }

  .therapy-renewal .hero-text {
    font-size: 16px;
  }

}

@media (max-width: 390px) {
  .therapy-renewal .wrap, .therapy-renewal .wrap.narrow, .therapy-renewal .header-inner {
    width: calc(100% - 28px);
  }

  .therapy-renewal .hero-inner, .therapy-renewal .hero-photo-frame.wrap {
    width: calc(100% - 28px);
  }

  .therapy-renewal .hero-copy {
    padding-bottom: 20px;
  }

  .therapy-renewal .hero-photo-slot {
    aspect-ratio: 16 / 9;
    min-height: 140px;
  }

  .therapy-renewal .site-photo--entrance {
    max-width: none;
  }

  .therapy-renewal .hero-cta, .therapy-renewal .reserve-buttons {
    display: grid;
  }

  .therapy-renewal .btn {
    width: 100%;
  }

}
