@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto+Condensed:wght@600;700&family=Zen+Maru+Gothic:wght@500;700&display=swap");

:root {
  --green: #2d7556;
  --green-dark: #24513f;
  --green-light: #f1f8f3;
  --green-pale: #f8fbf9;
  --orange: #c06a35;
  --orange-light: #fff5ed;
  --red: #a94141;
  --red-light: #fff2f2;
  --line: #d9e7de;
  --text: #33443a;
  --muted: #66766d;
  --white: #fff;
  --shadow: 0 10px 30px rgb(36 81 63 / 8%);
  --content-width: 1120px;
  --page-gutter: 20px;
  --font-body: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  --font-friendly: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --font-numeric: "Roboto Condensed", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fcfdfc;
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: var(--green-dark);
}

h1,
h2,
h3 {
  font-family: var(--font-friendly);
  font-weight: 700;
}

a[href^="tel:"] {
  font-variant-numeric: tabular-nums;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100%, calc(var(--content-width) + var(--page-gutter) * 2));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.site-header {
  position: relative;
  background: var(--white);
}

.header-utility {
  color: var(--green-dark);
  background: var(--green-light);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.header-utility-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-block: 4px;
}

.header-utility p {
  margin: 0;
}

.desktop-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-hours {
  border-spacing: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.header-hours caption {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-hours th,
.header-hours td {
  min-width: 27px;
  padding: 3px 5px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.header-hours tr:last-child th,
.header-hours tr:last-child td {
  border-bottom: 1px solid var(--line);
}

.header-hours th {
  color: var(--green-dark);
  background: var(--green-light);
  font-weight: 700;
}

.header-hours th:first-child {
  min-width: 102px;
}

.header-hours tr:first-child th {
  font-family: var(--font-friendly);
}

.header-hours td:last-child {
  border-right: 1px solid var(--line);
}

.header-hours tr:first-child th:last-child {
  border-right: 1px solid var(--line);
}

.hours-open {
  color: var(--green);
  font-weight: 700;
}

.hours-closed {
  color: var(--muted);
  font-weight: 600;
}

.desktop-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 46px;
  padding: 0 20px 0 13px;
  color: var(--green);
  background: var(--white);
  border: 1px solid var(--green);
  border-radius: 999px;
  font-family: var(--font-numeric);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

.desktop-phone strong {
  font-size: 26px;
  letter-spacing: .025em;
}

.desktop-phone .phone-icon {
  width: 26px;
  height: 26px;
}

.phone-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: currentColor;
}

.desktop-phone:hover {
  color: var(--white);
  background: var(--green);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, calc(var(--content-width) + var(--page-gutter) * 2));
  min-height: 92px;
  margin-inline: auto;
  padding: 10px var(--page-gutter);
}

.site-name {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  text-decoration: none;
}

.site-symbol {
  width: 46px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-name-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.site-name strong {
  font-family: var(--font-friendly);
  font-size: clamp(20px, 2.15vw, 29px);
  font-weight: 700;
  letter-spacing: .02em;
}

.site-name small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .015em;
}

.global-nav {
  display: flex;
  width: 100%;
}

.site-header-nav {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.header-drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, calc(var(--content-width) + var(--page-gutter) * 2));
  min-height: 52px;
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.drawer-toggle,
.drawer-heading,
.drawer-overlay {
  display: none;
}

.global-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding-inline: 8px;
  color: var(--text);
  font-size: 18px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: .015em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease;
}

.global-nav a:not(.nav-home) {
  flex: 1 1 0;
}

.global-nav a:hover,
.global-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--green);
}

.global-nav .nav-home {
  display: none;
}

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

.mobile-header-actions {
  display: none;
}

.desktop-reservation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 46px;
  padding: 0 18px;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.header-phone {
  color: var(--green-dark);
  font-family: var(--font-numeric);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone span {
  display: block;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

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

.button-primary:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--green);
}

.button-secondary {
  color: var(--green);
  background: var(--white);
  border: 1px solid var(--green);
}

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

.button:focus-visible {
  outline: 3px solid rgb(67 130 94 / 25%);
  outline-offset: 3px;
}

.page-hero {
  padding-block: 48px;
  background:
    linear-gradient(90deg, rgb(248 251 249 / 97%) 0%, rgb(248 251 249 / 90%) 42%, rgb(248 251 249 / 38%) 70%, rgb(248 251 249 / 5%) 100%),
    url("../images/hero-waiting-room.jpg") center 61% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.breadcrumb {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.page-hero h1 {
  margin: 0 0 10px;
  color: var(--green);
  font-family: var(--font-friendly);
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.35;
}

.page-hero p:last-child {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  padding-block: 40px 20px;
  color: #f7fbf8;
  background: var(--green);
}

.page-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgb(36 81 63 / 24%);
  font-size: 17px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  transition: color .2s ease, background-color .2s ease, opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.page-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.page-top:hover {
  color: var(--green);
  background: var(--white);
}

.page-top:focus-visible {
  outline: 3px solid rgb(67 130 94 / 25%);
  outline-offset: 3px;
}

.floating-actions {
  position: fixed;
  z-index: 890;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.floating-phone {
  display: none;
}

.floating-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-height: 144px;
  padding: 16px 12px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  box-shadow: -5px 5px 18px rgb(36 81 63 / 18%);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-decoration: none;
  writing-mode: vertical-rl;
  transition: color .2s ease, background-color .2s ease;
}

.floating-reservation:hover {
  color: var(--green);
  background: var(--white);
}

.site-footer a {
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(560px, 1.5fr);
  align-items: start;
  gap: clamp(40px, 6vw, 80px);
}

.footer-inner p {
  margin: 3px 0;
}

.footer-name {
  color: #fff;
  font-family: var(--font-friendly);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .025em;
}

.footer-clinic {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer-symbol {
  width: 58px;
  height: 86px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-phone {
  font-family: var(--font-numeric);
  font-size: 18px;
  letter-spacing: .03em;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
}

.instagram-link i {
  width: 22px;
  flex: 0 0 auto;
  font-size: 22px;
  text-align: center;
}

.footer-instagram {
  margin-top: 10px;
  color: var(--white);
}

.footer-instagram:hover {
  text-decoration: underline;
}

.drawer-instagram {
  display: none;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-nav-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}

.footer-nav-title {
  width: 100%;
  margin: 0 0 7px;
  padding-bottom: 7px;
  color: var(--white);
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  font-family: var(--font-friendly);
  font-size: 16px;
  font-weight: 700;
}

.footer-nav a {
  position: relative;
  padding-left: 13px;
  color: #f7fbf8;
  font-size: 13px;
  text-decoration: none;
}

.footer-nav a::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.copyright {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  font-size: 13px;
  text-align: center;
}

.notice {
  padding: 20px 22px;
  border-radius: 12px;
}

.notice h2,
.notice h3 {
  margin-top: 0;
}

.notice p:first-child {
  margin-top: 0;
}

.notice p:last-child {
  margin-bottom: 0;
}

.notice-warning {
  color: #713333;
  background: var(--red-light);
  border: 1px solid #e6bcbc;
}

.notice-info {
  margin-top: 18px;
  background: var(--green-light);
  border: 1px solid var(--green-border);
}

.notice-info h3 {
  color: var(--green);
  font-size: 20px;
}

.notice-info ol {
  margin: 10px 0 16px;
  padding-left: 1.35em;
}

.notice-list {
  margin: 10px 0 16px;
  padding-left: 1.35em;
}

.notice-list li {
  margin-top: 14px;
}

.notice-list li:first-child {
  margin-top: 0;
}

ol.notice-list {
  list-style: none;
  padding-left: 0;
}

.facility-standards-list {
  list-style: disc;
}

.facility-standards-list strong {
  margin-top: 14px;
  color: inherit;
  font-weight: 700;
}

.notice + .content-section {
  margin-top: 48px;
}

.section {
  padding-block: 72px;
}

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

.section-heading {
  margin: 0 0 32px;
  color: var(--green);
  font-family: var(--font-friendly);
  font-size: clamp(25px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.45;
}

.section-heading small {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 13px;
  letter-spacing: .08em;
}

.lead {
  max-width: 780px;
  font-size: 17px;
}

.pc-only-break {
  display: block;
}

.clinic-philosophy {
  max-width: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 9px;
}

.card h2,
.card h3 {
  margin-top: 0;
  color: var(--green);
  line-height: 1.5;
}

.card-icon-heading {
  display: flex;
  align-items: center;
  gap: 11px;
}

.card-icon-heading i {
  width: 1.25em;
  flex: 0 0 auto;
  color: var(--green);
  font-size: 23px;
  text-align: center;
}

.card p:last-child {
  margin-bottom: 0;
}

.text-link {
  font-weight: 700;
  text-underline-offset: 4px;
}

.page-content {
  padding-block: 56px 80px;
}

.content-section + .content-section {
  margin-top: 58px;
}

.content-section > h2 {
  margin: 0 0 22px;
  padding-bottom: 10px;
  color: var(--green);
  font-family: var(--font-friendly);
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 700;
  letter-spacing: .02em;
  border-bottom: 3px solid var(--green);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.info-table th,
.info-table td {
  padding: 14px 16px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.info-table th {
  width: 25%;
  color: var(--green);
  background: var(--green-light);
}

.checkup-page .info-table td,
.specific-checkup-page .info-table td {
  font-weight: 400;
}

.checkup-page .info-table td p,
.specific-checkup-page .info-table td p {
  margin: 0;
}

.checkup-page .info-table td p + p,
.specific-checkup-page .info-table td p + p {
  margin-top: 6px;
}

.checkup-page .info-table td small,
.specific-checkup-page .info-table td small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
}

.price-table td {
  font-family: var(--font-numeric);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}

.price-table td p {
  margin: 0;
}

.price-table td p + p {
  margin-top: 6px;
}

.price-table td small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
}

.table-icon-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-icon-heading i {
  width: 1.25em;
  flex: 0 0 auto;
  color: var(--green);
  font-size: 19px;
  text-align: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 7px 14px;
  background: var(--green-light);
  border-radius: 999px;
}

.cta-band {
  padding: 34px;
  color: var(--text);
  text-align: center;
  background: var(--green-light);
  border-radius: 16px;
}

.content-section + .cta-band {
  margin-top: 56px;
}

.cta-band h2 {
  margin-top: 0;
  font-family: var(--font-friendly);
}

time {
  font-family: var(--font-numeric);
  font-variant-numeric: tabular-nums;
  letter-spacing: .03em;
}

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

.centered-button {
  margin: 28px 0 0;
  text-align: center;
}

.clinic-access-image {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
  align-items: center;
  gap: 28px;
}

.clinic-access-image img {
  width: 100%;
  border-radius: 14px;
}

.access-exterior-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .7fr);
  align-items: stretch;
  gap: 24px;
}

.access-exterior-gallery figure {
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  height: clamp(360px, 42vw, 520px);
}

.access-exterior-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-exterior-main img {
  object-position: center;
}

.access-exterior-sign img {
  object-position: center 38%;
}

.access-map {
  overflow: hidden;
  margin-top: 32px;
  background: var(--green-light);
  border: 1px solid var(--line);
  border-radius: 14px;
}

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

.map-link {
  margin: 20px 0 0;
  text-align: center;
}

.noscript-notice,
.partial-error {
  margin: 0;
  padding: 10px 20px;
  color: #713333;
  text-align: center;
  background: var(--red-light);
  border-bottom: 1px solid #e6bcbc;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header-inner {
    gap: 12px;
  }

  .site-name small {
    display: none;
  }

  .site-name strong {
    font-size: 20px;
  }

  .desktop-header-actions {
    gap: 8px;
  }

  .header-hours th,
  .header-hours td {
    min-width: 24px;
    padding-inline: 3px;
  }

  .header-hours th:first-child {
    min-width: 94px;
  }

  .desktop-reservation {
    min-width: 100px;
    padding-inline: 14px;
  }
}

@media (max-width: 900px) {
  body {
    padding-top: 74px;
    padding-bottom: 72px;
  }

  .site-header {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }

  .header-utility {
    display: none;
  }

  .site-header-inner {
    min-height: 74px;
    gap: 14px;
  }

  .desktop-reservation {
    display: none;
  }

  .desktop-header-actions {
    display: none;
  }

  .site-header-nav {
    border: 0;
  }

  body.drawer-open {
    overflow: hidden;
  }

.drawer-toggle {
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 52px;
    min-height: 50px;
    padding: 5px;
    color: var(--green-dark);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }

  .drawer-toggle-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 27px;
  }

  .drawer-toggle-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
  }

  .header-drawer {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: min(86vw, 380px);
    height: 100dvh;
    min-height: 0;
    margin: 0;
    padding: 0 24px 26px;
    overflow-y: auto;
    background: var(--white);
    box-shadow: -12px 0 34px rgb(36 81 63 / 18%);
    transform: translateX(105%);
    visibility: hidden;
    justify-content: flex-start;
    gap: 0;
    transition: transform .25s ease, visibility .25s ease;
  }

  .drawer-open .header-drawer {
    transform: translateX(0);
    visibility: visible;
  }

  .drawer-open .drawer-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

.drawer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.drawer-close {
    margin-left: auto;
    position: relative;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .drawer-close::before,
  .drawer-close::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 24px;
    height: 2px;
    background: var(--green-dark);
  }

  .drawer-close::before {
    transform: rotate(45deg);
  }

  .drawer-close::after {
    transform: rotate(-45deg);
  }

  .global-nav {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    width: auto;
    padding-top: 12px;
    flex: 0 0 auto;
  }

  .global-nav a {
    position: relative;
    display: block;
    min-height: 0;
    padding: 15px 28px 15px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .global-nav a:not(.nav-home) {
    flex: 0 0 auto;
  }

  .global-nav .nav-home {
    display: block;
  }

  .global-nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    transform: translateY(-50%) rotate(45deg);
  }

  .global-nav a[aria-current="page"] {
    color: var(--green-dark);
    padding-left: 13px;
    background: var(--green-light);
    border-radius: 6px;
  }

  .global-nav a:hover {
    color: var(--green-dark);
    background: var(--green-light);
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
  }

  .mobile-header-actions {
    display: flex;
  }

  .header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    text-align: center;
    background: var(--green-light);
    border: 1px solid var(--green);
    border-radius: 10px;
    font-size: 25px;
  }

  .header-phone strong {
    font: inherit;
  }

  .header-reservation {
    width: 100%;
    padding-block: 13px;
    font-size: 16px;
  }

  .drawer-instagram {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 11px 16px;
    color: var(--green);
    background: var(--white);
    border: 1px solid var(--green);
    border-radius: 999px;
  }

  .drawer-instagram:hover {
    color: var(--white);
    background: var(--green);
  }

  .floating-actions {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 72px;
    padding: 0;
    background: var(--white);
    border-top: 0;
    box-shadow: 0 -5px 20px rgb(36 81 63 / 12%);
    transform: none;
  }

  .floating-phone,
  .floating-reservation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 72px;
    min-height: 0;
    color: var(--green);
    background: var(--white);
    border: 1px solid var(--green);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    writing-mode: horizontal-tb;
  }

  .floating-phone {
    gap: 8px;
    padding-inline: 8px;
    line-height: 1.05;
  }

  .floating-phone strong {
    font-family: var(--font-numeric);
    font-size: clamp(20px, 6.4vw, 24px);
    letter-spacing: .02em;
  }

  .floating-phone .phone-icon {
    width: 18px;
    height: 18px;
  }

  .floating-reservation {
    height: 72px;
    min-height: 0;
    padding: 0 12px;
    color: var(--white);
    background: var(--green);
    border: 0;
    border-radius: 0;
    letter-spacing: .025em;
    line-height: 1.4;
  }

  .floating-reservation:hover {
    color: var(--white);
    background: var(--green-dark);
  }

  .page-top {
    bottom: 88px;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: block;
    padding: 0;
    background: rgb(24 45 36 / 48%);
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }

  .drawer-open .drawer-overlay {
    opacity: 1;
    visibility: visible;
  }

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

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

@media (max-width: 620px) {
  :root {
    --page-gutter: 16px;
  }

  .site-header-inner {
    min-height: 70px;
  }

  .pc-only-break {
    display: none;
  }

  body {
    padding-top: 70px;
    padding-bottom: 68px;
  }

  .site-name small {
    display: none;
  }

  .site-symbol {
    width: 36px;
    height: 48px;
  }

  .site-name strong {
    font-size: clamp(17px, 5.4vw, 23px);
  }

  .drawer-toggle {
    width: 46px;
    min-height: 46px;
  }

  .header-drawer {
    width: min(90vw, 360px);
    padding-inline: 20px;
  }

  .page-hero {
    padding-block: 34px;
    background:
      linear-gradient(rgb(248 251 249 / 91%), rgb(248 251 249 / 91%)),
      url("../images/hero-waiting-room.jpg") center 58% / cover no-repeat;
  }

  .footer-inner {
    gap: 24px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-symbol {
    width: 48px;
    height: 72px;
  }

  .page-top {
    right: 16px;
    bottom: 84px;
    width: 44px;
    height: 44px;
  }

  .floating-actions {
    height: 68px;
    padding: 0;
  }

  .floating-phone,
  .floating-reservation {
    height: 68px;
    min-height: 0;
  }

  .floating-phone strong {
    font-size: clamp(20px, 6.4vw, 24px);
  }

  .section {
    padding-block: 52px;
  }

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

  .clinic-access-image {
    grid-template-columns: 1fr;
  }

  .access-exterior-gallery {
    grid-template-columns: 1fr;
  }

  .access-exterior-sign img {
    object-position: center 42%;
  }

  .access-exterior-gallery figure {
    height: min(110vw, 520px);
  }

  .access-map iframe {
    height: 340px;
  }

  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
}
