
body.page-template-page-top-renewal #header,
body.page-template-page-top-renewal #header_button,
body.page-template-page-top-renewal #menu_button,
body.page-template-page-top-renewal #header_message,
body.page-template-page-top-renewal #drawer_menu,
body.page-template-page-top-renewal #return_top_pc,
body.page-template-page-top-renewal #footer,
body.page-template-page-top-renewal #return_top,
body.page-template-page-top-renewal #dp-footer-bar,
html body.page-template-page-top-renewal #header {
  display: none !important;
}

body.page-template-page-top-renewal #container {
  padding-bottom: 0 !important;
}

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

#top-renewal {
  --fvr-beige-200: #faf9f6;
  background: var(--fvr-beige-200);
  --fvr-beige-400: #d1bba3;
  --fvr-darkblue-500: #2a4073;
  --fvr-darkblue-600: #0a2966;
  --fvr-darkblue-700: #1b3557;
  --fvr-darkblue-800: #152f4e;
  --fvr-darkblue-900: #0e2138;
  --fvr-brown-200: #c9a97b;
  --fvr-brown-300: #c9a96a;
  --fvr-brown-400: #a5834e;
  --fvr-brown-500: #926f4e;
  --fvr-brown-600: #8a5a3b;
  --fvr-brown-700: #71503a;
  --fvr-beige-100: rgba(255, 244, 220, 0.5);
  --fvr-beige-300: #e5e5d9;
  --fvr-beige-500: #a29a84;
  --fvr-darkblue-100: rgba(14, 33, 56, 0.3);
  --fvr-darkblue-200: rgba(14, 33, 56, 0.55);
  --fvr-darkblue-300: rgba(14, 33, 56, 0.88);
  --fvr-glay-700: #4a4844;
  --fvr-glay-900: #1a1714;
}

#top-renewal * {
  box-sizing: border-box;
}

#top-renewal a {
  text-decoration: none;
}
:where(#top-renewal a:visited) {
  color: inherit;
}

.fvr-fv-sp { display: none; }

@media screen and (max-width: 767px) {
  .fvr-fv-pc-scale { display: none; }
  .fvr-fv-sp { display: block; }
}

.fvr-sp-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .fvr-sp-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 8px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(224, 224, 224, 0.5);
  }
  body.admin-bar .fvr-sp-header {
    top: 46px;
  }
}

.fvr-sp-header-logo {
  display: flex;
  align-items: center;
  gap: 2px;
}
.fvr-sp-header-logo-bird {
  display: block;
  width: 48px;
  height: 30px;
  object-fit: contain;
}
.fvr-sp-header-logo-text-group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fvr-sp-header-logo-main {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}
.fvr-sp-header-logo-sub {
  display: block;
  height: 20px;
  width: auto;
  object-fit: contain;
}

.fvr-sp-header-actions {
  display: flex;
  align-items: center;
  height: 100%;
}
.fvr-sp-header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 124px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
}
.fvr-sp-header-phone-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%);
}
.fvr-sp-header-phone-label {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: var(--fvr-darkblue-900);
}
.fvr-sp-header-phone-label-short {
  display: none;
}

@media screen and (max-width: 340px) {
  .fvr-sp-header-logo-bird {
    width: 32px;
    height: 20px;
  }
  .fvr-sp-header-phone {
    width: auto;
    padding: 0 20px;
  }
  .fvr-sp-header-phone-label-full {
    display: none;
  }
  .fvr-sp-header-phone-label-short {
    display: block;
  }
}

.fvr-sp-header-menu-btn {
  appearance: none;
  flex-shrink: 0;
  width: 60px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: var(--fvr-darkblue-700);
  cursor: pointer;
}
.fvr-sp-header-menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}

.fvr-sp-drawer-backdrop {
  display: none;
}
.fvr-sp-drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .fvr-sp-drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 102;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .fvr-sp-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .fvr-sp-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 103;
    width: 100%;
    max-width: 375px;
    height: 100%;
    height: 100dvh;
    overflow-y: auto;
    background: var(--fvr-darkblue-700);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .fvr-sp-drawer.is-open {
    transform: translateX(0);
  }
}

.fvr-sp-drawer-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 14px 10px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.fvr-sp-drawer-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.fvr-sp-drawer-name {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
}
.fvr-sp-drawer-name-en {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-size: 10px;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.fvr-sp-drawer-close {
  appearance: none;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.fvr-sp-drawer-menu-label {
  margin: 0;
  padding: 16px 16px 8px;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  letter-spacing: 1.12px;
  color: var(--fvr-brown-300);
}

.fvr-sp-drawer-nav {
  display: flex;
  flex-direction: column;
}
.fvr-sp-drawer-nav-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-top: 0.5px solid var(--fvr-brown-300);
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.fvr-sp-drawer-nav-item:last-child {
  border-bottom: 0.5px solid var(--fvr-brown-300);
}
.fvr-sp-drawer-nav-item.is-accent {
  color: var(--fvr-brown-200);
}
.fvr-sp-drawer-nav-item.is-accent span {
  color: var(--fvr-brown-300);
}

.fvr-sp-drawer-reserve {
  display: flex;
  padding-top: 10px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.fvr-sp-drawer-reserve-item {
  box-sizing: border-box;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 60px;
  padding: 8px 40px;
  color: #fff;
  text-decoration: none;
}
.fvr-sp-drawer-reserve-item.is-medical {
  background: var(--fvr-darkblue-900);
}
.fvr-sp-drawer-reserve-item.is-dental {
  background: var(--fvr-brown-700);
}

.fvr-sp-drawer-phone {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 16px 24px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: #fff;
  text-decoration: none;
}
.fvr-sp-drawer-phone img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.fvr-sp-fixed-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .fvr-sp-fixed-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
  }
  #top-renewal {
    padding-top: 50px;
  }
}

.fvr-sp-fixed-bar-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 60px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  text-decoration: none;
}
.fvr-sp-fixed-bar-item.is-medical,
.fvr-sp-fixed-bar-item.is-dental {
  flex: 1 1 0;
  gap: 2px;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
}
.fvr-sp-fixed-bar-item.is-medical {
  background: var(--fvr-darkblue-800);
}
.fvr-sp-fixed-bar-item.is-dental {
  background: var(--fvr-brown-700);
}
.fvr-sp-fixed-bar-label {
  font-size: 14px;
  line-height: 1;
}
.fvr-sp-fixed-bar-cta {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1;
}

.fvr-float-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.fvr-float-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fvr-float-cta-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  width: 156px;
  height: 72px;
  padding: 13px 20px 16px;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.fvr-float-cta-item.is-medical {
  background: var(--fvr-darkblue-800);
}
.fvr-float-cta-item.is-medical:hover {
  background: #1b3c63;
}
.fvr-float-cta-item.is-dental {
  background: var(--fvr-brown-700);
}
.fvr-float-cta-item.is-dental:hover {
  background: #855e44;
}
.fvr-float-cta-label {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.fvr-float-cta-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.fvr-float-cta-cta .fvr-arrow {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fvr-float-cta {
    display: none;
  }
}

.fvr-fv-pc-scale {
  --fv-scale: calc(100vw / 1440px);
  position: relative;
  width: 100%;
  height: calc(800px * var(--fv-scale));
}
.fvr-fv-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 800px;
  transform: scale(var(--fv-scale));
  transform-origin: top left;
  background: var(--fvr-beige-200);
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1440px) {
  .fvr-fv-pc-scale {
    --fv-scale: min(calc(100vw / 1440px), calc(100vh / 800px));
    height: 100vh;
    background: var(--fvr-beige-200);
  }
  .fvr-fv-pc {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(var(--fv-scale));
    transform-origin: center center;
  }
}

.fvr-hero-photo {
  position: absolute;
  left: 50px;
  top: 49px;
  width: 1340px;
  height: 750px;
  overflow: hidden;
}
.fvr-hero-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1340px;
  height: 750px;
  max-width: none;
  object-fit: cover;
}

.fvr-deco-frame1 {
  position: absolute;
  left: 28px;
  top: 25px;
  width: 1384px;
  height: 774px;
  pointer-events: none;
}
.fvr-deco-frame1 img { display: block; width: 100%; height: 100%; }

.fvr-deco-frame2 {
  position: absolute;
  left: 50px;
  top: 25px;
  width: 1340px;
  height: 774px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fvr-deco-frame2 img { display: block; width: 1340px; height: 774px; transform: scaleY(-1); }

.fvr-slogan {
  position: absolute;
  left: 103px;
  top: 495px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #fff;
  letter-spacing: 1.6px;
  text-shadow: 0 0 4px rgba(77, 64, 51, 0.4);
  white-space: nowrap;
}
.fvr-slogan p { margin: 0; }

.fvr-intro {
  position: absolute;
  left: 103px;
  top: 648px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.9px;
  text-shadow: 0 0 10px rgba(26, 15, 4, 0.5);
  white-space: nowrap;
}
.fvr-intro p { margin: 0; line-height: 1.6; }

.fvr-header-bg {
  position: absolute;
  left: 51px;
  top: 25px;
  width: 1339px;
  height: 127px;
  background: linear-gradient(to bottom, rgba(21, 47, 78, 0.4) 0%, rgba(21, 47, 78, 0) 100%);
}

.fvr-logo {
  position: absolute;
  left: 27px;
  top: 24px;
  width: 196px;
  background: var(--fvr-beige-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 10px 10px;
  border-radius: 0 0 8px 0;
}
.fvr-logo-mark { display: block; width: 148px; height: 75px; object-fit: contain; }
.fvr-logo-sub { display: block; width: 176px; height: 71px; object-fit: contain; }

.fvr-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  padding: 25px 50px 8px 0;
}

.fvr-contact {
  display: flex;
  align-items: center;
  height: 72px;
}

.fvr-phone {
  width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
.fvr-phone-row { display: flex; align-items: center; gap: 5px; }
.fvr-phone-row img { width: 18px; height: 18px; }
.fvr-phone-number {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1.08px;
  white-space: nowrap;
}

.fvr-reserve-btn {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 72px;
  justify-content: center;
  padding: 13px 34px 16px;
  color: #fff;
  transition: background-color 0.2s ease;
}
.fvr-reserve-btn.is-medical { background: var(--fvr-darkblue-800); }
.fvr-reserve-btn.is-dental { background: var(--fvr-brown-700); }
.fvr-reserve-btn.is-medical:hover { background: #1b3c63; }
.fvr-reserve-btn.is-dental:hover { background: #855e44; }
.fvr-reserve-btn .fvr-reserve-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.fvr-reserve-btn .fvr-reserve-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.fvr-reserve-btn .fvr-reserve-cta .fvr-arrow { font-weight: 700; }

.fvr-nav {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  padding-right: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 4px #4d4033;
  white-space: nowrap;
}
.fvr-nav a {
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.fvr-nav a:hover {
  color: #fff;
  border-bottom-color: var(--fvr-brown-200);
}

.fvr-scroll {
  position: absolute;
  left: calc(50% + 702.5px);
  transform: translateX(-50%);
  top: 699px;
  width: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.fvr-scroll-text-wrap {
  width: 14px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fvr-scroll-text {
  transform: rotate(90deg);
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  letter-spacing: 4.76px;
  color: var(--fvr-darkblue-800);
  white-space: nowrap;
}
.fvr-scroll-icon { width: 14px; height: 14px; display: block; }

.fvr-fv-sp {
  position: relative;
  width: 100%;
  height: 610px;
  background: #808080;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}

.fvr-fv-sp-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.fvr-fv-sp-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% center;
}

.fvr-fv-sp-gradient1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 3, 17, 0.7), rgba(0, 0, 0, 0));
}
.fvr-fv-sp-gradient2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(64.36deg, rgba(14, 33, 56, 0.55) 10.088%, rgba(14, 33, 56, 0.3) 38.817%, rgba(14, 33, 56, 0) 67.545%);
}

.fvr-fv-sp-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 339px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

.fvr-fv-sp-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

.fvr-fv-sp-slogan {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.fvr-fv-sp-slogan p { margin: 0; }

.fvr-fv-sp-intro {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.fvr-fv-sp-intro p { margin: 0; }

.fvr-fv-sp-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 13px;
}
.fvr-fv-sp-scroll-text-wrap {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fvr-fv-sp-scroll-text {
  transform: rotate(90deg);
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 4.08px;
  color: #fff;
  white-space: nowrap;
}
.fvr-fv-sp-scroll-icon {
  width: 12px;
  height: 12px;
  display: block;
  filter: brightness(0) invert(1);
}

.fvr-dept {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--fvr-beige-200);
  padding: 96px 80px 72px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fvr-dept-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 56px;
}

.fvr-dept-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-dept-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-600);
  white-space: nowrap;
}
.fvr-dept-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}

.fvr-dept-desc {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 28px;
}
.fvr-dept-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  line-height: 1;
  color: var(--fvr-darkblue-900);
}
.fvr-dept-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fvr-glay-700);
}

.fvr-dept-cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.fvr-dept-card {
  flex: 1 1 320px;
  max-width: 400px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--fvr-beige-400);
}

.fvr-dept-card-photo {
  width: 100%;
  height: 300px;
  background: var(--fvr-beige-400);
  overflow: hidden;
}
.fvr-dept-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fvr-dept-card-body {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 32px 26px 26px;
}

.fvr-dept-card-top {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.fvr-dept-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-dept-card-bar {
  flex-shrink: 0;
  width: 1px;
  height: 56px;
  background: var(--fvr-darkblue-500);
}
.fvr-dept-card-titles {
  display: flex;
  flex-direction: column;
  color: var(--fvr-darkblue-500);
}
.fvr-dept-card-en {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 3.6px;
  white-space: nowrap;
}
.fvr-dept-card-jp {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 5.7px;
  line-height: 1.3;
}

.fvr-dept-card-text {
  margin: 0;
  width: 100%;
  max-width: 340px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fvr-glay-700);
}

.fvr-dept-card-link {
  box-sizing: border-box;
  width: 100%;
  max-width: 340px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 0.5px solid var(--fvr-darkblue-500);
  background: #fff;
  font-size: 14px;
  color: var(--fvr-darkblue-500);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.fvr-dept-card-link:hover {
  background: var(--fvr-darkblue-800);
  color: #fff;
}
.fvr-dept-card-arrow {
  font-weight: 700;
  color: var(--fvr-brown-200);
}

@media screen and (max-width: 900px) {
  .fvr-dept {
    padding: 56px 24px;
  }
  .fvr-dept-title {
    font-size: 26px;
  }
  .fvr-dept-header {
    margin-bottom: 36px;
  }
  .fvr-dept-cards {
    flex-direction: column;
    align-items: center;
  }
  .fvr-dept-card {
    width: 100%;
    max-width: 480px;
  }
}

.fvr-access {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 24px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.fvr-access::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}

.fvr-access-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 48px;
}
.fvr-access-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-access-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-600);
  white-space: nowrap;
}
.fvr-access-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}
.fvr-access-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: var(--fvr-darkblue-900);
}

.fvr-access-body {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.fvr-hours {
  flex: 1 1 480px;
  max-width: 715px;
  min-width: 0;
}

.fvr-hours-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.fvr-hours-tab {
  appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  width: 90px;
  height: 50px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--fvr-darkblue-100);
  cursor: pointer;
  padding: 0;
}
.fvr-hours-tab.is-active {
  color: var(--fvr-darkblue-900);
  border-bottom-color: var(--fvr-brown-200);
}
.fvr-hours-tab:hover:not(.is-active) {
  color: var(--fvr-darkblue-100);
  border-bottom-color: var(--fvr-brown-200);
}

.fvr-hours-panel { display: none; }
.fvr-hours-panel.is-active { display: block; }

.fvr-hours-days-row {
  display: flex;
  justify-content: flex-end;
  gap: 56px;
  padding: 12px 30px 22px 10px;
  border-bottom: 0.5px solid var(--fvr-beige-500);
  font-weight: 500;
  font-size: 16px;
}
.fvr-hours-day {
  width: 16px;
  text-align: center;
  color: var(--fvr-darkblue-900);
}
.fvr-hours-day.is-weekend { color: var(--fvr-brown-200); }

.fvr-hours-row {
  box-sizing: border-box;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 30px 0 10px;
  border-bottom: 0.5px solid var(--fvr-brown-200);
}
.fvr-hours-row-label {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.fvr-hours-period {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: var(--fvr-darkblue-900);
}
.fvr-hours-time {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  color: rgba(26, 24, 21, 0.6);
}
.fvr-hours-cells {
  display: flex;
  align-items: center;
  gap: 56px;
}
.fvr-hours-cell {
  position: relative;
  width: 16px;
  height: 22px;
  line-height: 22px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--fvr-darkblue-900);
  white-space: nowrap;
}
.fvr-hours-mark { color: var(--fvr-brown-200); font-size: 15px; }
.fvr-hours-submark {
  position: absolute;
  top: 116%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6px;
  line-height: normal;
  color: var(--fvr-brown-200);
  font-size: 11px;
}
.fvr-hours-submark.is-plain { color: inherit; }

.fvr-hours-footer {
  box-sizing: border-box;
  height: 100px;
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.fvr-hours-notes {
  width: 519px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.64px;
  color: var(--fvr-brown-500);
}
.fvr-hours-notes p {
  margin: 0;
  line-height: 100%;
  letter-spacing: 0.64px;
}
.fvr-hours-notes-sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fvr-hours-doctor-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--fvr-darkblue-500);
  padding: 8px 24px;
  font-size: 14px;
  color: var(--fvr-darkblue-500);
  text-decoration: none;
  white-space: nowrap;
}
.fvr-hours-doctor-link:hover {
  background: var(--fvr-darkblue-800);
  color: #fff;
}

.fvr-map {
  flex: 1 1 380px;
  max-width: 496px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.fvr-map-image {
  position: relative;
  width: 100%;
  height: 290px;
  border: 1px solid var(--fvr-darkblue-100);
  overflow: hidden;
  background: var(--fvr-beige-400);
}
.fvr-map-image iframe {
  display: block;
  border: 0;
}
.fvr-map-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fvr-map-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fvr-darkblue-800);
  border: 1px solid var(--fvr-darkblue-500);
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 28px;
  text-decoration: none;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease;
}
.fvr-map-btn:hover {
  background: #fff;
  color: var(--fvr-darkblue-800);
}

.fvr-map-info {
  font-size: 14px;
  color: var(--fvr-darkblue-800);
}
.fvr-map-info p { margin: 0; line-height: 1.5; }

@media screen and (max-width: 1439px) {
  .fvr-hours-notes {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .fvr-hours-days-row,
  .fvr-hours-cells {
    gap: 24px;
  }
}

@media screen and (max-width: 1059px) {
  .fvr-access-body {
    flex-direction: column;
  }
  .fvr-hours,
  .fvr-map {
    flex: 0 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .fvr-hours {
    max-width: 715px;
  }
  .fvr-hours-days-row,
  .fvr-hours-cells {
    gap: 40px;
  }
}

@media screen and (max-width: 900px) {
  .fvr-access {
    padding: 56px 20px 0px;
  }
  .fvr-access-title {
    font-size: 26px;
  }
  .fvr-access-body {
    flex-direction: column;
  }
  .fvr-hours,
  .fvr-map {
    max-width: 100%;
    width: 100%;
  }
  .fvr-hours-days-row,
  .fvr-hours-cells {
    gap: 12px;
  }
  .fvr-hours-row,
  .fvr-hours-days-row {
    padding-left: 0;
    padding-right: 0;
  }
  .fvr-hours-footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .fvr-hours-notes {
    width: 100%;
    height: auto;
    min-height: 140px;
  }
  .fvr-hours-notes > p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 360px) {
  .fvr-hours-period {
    font-size: 16px;
  }
  .fvr-hours-time {
    font-size: 13px;
  }
  .fvr-hours-row {
    gap: 8px;
  }
  .fvr-hours-days-row,
  .fvr-hours-cells {
    gap: 6px;
  }
  .fvr-hours-cell,
  .fvr-hours-day {
    width: 14px;
  }
}

.fvr-selfpay {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 80px 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.fvr-selfpay::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-top: 0.5px solid var(--fvr-brown-400);
  background: linear-gradient(135deg, var(--fvr-darkblue-900) 9.85%, var(--fvr-glay-900) 82.79%);
  z-index: -1;
}

.fvr-selfpay-header {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fvr-selfpay-bird {
  position: absolute;
  top: -47px;
  right: 35px;
  width: 91px;
  height: 53px;
  object-fit: contain;
  pointer-events: none;
}
.fvr-selfpay-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-selfpay-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-200);
  white-space: nowrap;
}
.fvr-selfpay-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.fvr-selfpay-desc {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 28px;
}
.fvr-selfpay-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: #fff;
}
.fvr-selfpay-text {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.fvr-selfpay-grid {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px 24px;
}

.fvr-selfpay-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.fvr-selfpay-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
.fvr-selfpay-item-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fvr-selfpay-item-eyebrow {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-200);
}
.fvr-selfpay-item-title {
  margin: 0;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.fvr-selfpay-item-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.fvr-selfpay-item-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.fvr-selfpay-item-link {
  box-sizing: border-box;
  width: 252px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  border: 1px solid var(--fvr-brown-200);
  font-size: 14px;
  line-height: 1.2;
  color: var(--fvr-brown-400);
  text-decoration: none;
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.fvr-selfpay-item-link.is-brown-400 {
  border-color: var(--fvr-brown-400);
}
.fvr-selfpay-item-link-text {
  min-width: 0;
}
.fvr-selfpay-item-link-suffix {
  white-space: nowrap;
}
.fvr-selfpay-item-link > span {
  color: var(--fvr-brown-400);
}
.fvr-selfpay-item-link:hover {
  background-color: rgba(201, 169, 123, 0.14);
  border-color: #c9a961;
  color: var(--fvr-brown-200);
}
.fvr-selfpay-item-link span {
  display: inline-block;
  transition: transform 0.2s ease;
}
.fvr-selfpay-item-link:hover span {
  transform: translateX(4px);
}

.fvr-selfpay-item-photo {
  flex: 0 1 clamp(120px, calc(30vw - 112px), 320px);
  width: auto;
  aspect-ratio: 320 / 200;
  height: auto;
  border: 1px solid var(--fvr-brown-400);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.fvr-selfpay-item-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fvr-selfpay-cta {
  box-sizing: border-box;
  width: 404px;
  max-width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
  border-top: 1px solid var(--fvr-beige-100);
  background: linear-gradient(99deg, var(--fvr-brown-300) 0%, var(--fvr-brown-400) 100%);
  font-size: 18px;
  color: var(--fvr-glay-900);
  text-decoration: none;
  transition: background 0.2s ease;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fvr-selfpay-cta:hover {
  color: var(--fvr-glay-900);
  background: linear-gradient(99deg, rgb(222, 187, 117) 0%, rgb(207, 164, 98) 100%);
}
.fvr-selfpay-cta span {
  display: inline-block;
  transition: transform 0.2s ease;
}
.fvr-selfpay-cta:hover span {
  transform: translateX(4px);
}

@media screen and (max-width: 900px) {
  .fvr-selfpay {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .fvr-selfpay {
    padding-top: 48px;
    padding-bottom: 56px;
    gap: 32px;
  }
  .fvr-selfpay-title {
    font-size: 26px;
  }
  .fvr-selfpay-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fvr-selfpay-item {
    flex-direction: column-reverse;
  }
  .fvr-selfpay-item-photo {
    flex: 0 0 auto;
    aspect-ratio: auto;
    width: 100%;
    height: 260px;
  }
  .fvr-selfpay-item-link {
    width: 100%;
  }
  .fvr-selfpay-item-photo img[src$="aesthetic.webp"] {
    object-position: center 30%;
  }
  .fvr-selfpay-item-photo img[src$="hair-treatment.webp"] {
    object-position: center 10%;
  }
  .fvr-selfpay-item-photo img[src$="mens-health.webp"] {
    object-position: center 20%;
  }
  .fvr-selfpay-cta {
    height: auto;
    padding: 16px 20px;
    text-align: center;
    white-space: normal;
  }
  .fvr-selfpay-bird {
    top: -39px;
    right: 20px;
    width: 78px;
    height: 45px;
  }
}

.fvr-reserve {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fvr-reserve::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}

.fvr-reserve-header {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fvr-reserve-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-reserve-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-600);
  white-space: nowrap;
}
.fvr-reserve-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}
.fvr-reserve-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: var(--fvr-darkblue-900);
}

.fvr-reserve-cards {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.fvr-reserve-card.is-online {
  margin-left: 8px;
}

.fvr-reserve-card {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
  border: 1px solid var(--fvr-brown-200);
  background: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.fvr-reserve-card.is-medical {
  background: var(--fvr-darkblue-800);
  border-color: var(--fvr-darkblue-800);
}
.fvr-reserve-card.is-dental {
  background: var(--fvr-brown-700);
  border: 0.5px solid var(--fvr-brown-200);
}
.fvr-reserve-card:hover {
  background-color: rgba(201, 169, 123, 0.14);
}
.fvr-reserve-card.is-medical:hover {
  background: #1b3c63;
}
.fvr-reserve-card.is-dental:hover {
  background: #855e44;
}

.fvr-reserve-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.fvr-reserve-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fvr-reserve-card-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fvr-reserve-card-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: var(--fvr-darkblue-800);
}
.fvr-reserve-card-subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fvr-glay-700);
}
.fvr-reserve-card.is-medical .fvr-reserve-card-title,
.fvr-reserve-card.is-medical .fvr-reserve-card-subtitle,
.fvr-reserve-card.is-dental .fvr-reserve-card-title,
.fvr-reserve-card.is-dental .fvr-reserve-card-subtitle {
  color: #fff;
}

.fvr-reserve-card-arrow {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--fvr-darkblue-900);
}
.fvr-reserve-card.is-medical .fvr-reserve-card-arrow,
.fvr-reserve-card.is-dental .fvr-reserve-card-arrow {
  color: #fff;
}

.fvr-reserve-phone-bar {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
  padding: 36px;
  border: 1px solid var(--fvr-darkblue-500);
  background: #fff;
  text-decoration: none;
}
.fvr-reserve-phone-bar:hover {
  background: rgba(57, 111, 176, 0.1);
}
.fvr-reserve-phone-label {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: var(--fvr-darkblue-500);
}
.fvr-reserve-phone-number {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 2.88px;
  color: var(--fvr-darkblue-500);
}
.fvr-reserve-phone-note {
  font-size: 16px;
  color: var(--fvr-darkblue-500);
}

@media screen and (max-width: 1300px) {
  .fvr-reserve-cards {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .fvr-reserve-card.is-online {
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .fvr-reserve {
    padding: 40px 20px 56px;
    gap: 24px;
  }
  .fvr-reserve-title {
    font-size: 26px;
  }
  .fvr-reserve-card.is-online {
    margin-left: 0;
  }
  .fvr-reserve-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 24px 16px;
  }
  .fvr-reserve-card-arrow {
    align-self: flex-end;
  }
  .fvr-reserve-phone-bar {
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
  }
}

.fvr-symptom {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--fvr-beige-200);
  padding: 72px 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}

.fvr-symptom-header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fvr-symptom-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-symptom-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-600);
  white-space: nowrap;
}
.fvr-symptom-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}
.fvr-symptom-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: var(--fvr-darkblue-900);
}

.fvr-symptom-content {
  position: relative;
  width: 100%;
  display: flex;
}

.fvr-symptom-panel {
  position: relative;
  width: 52.0833%;
  display: flex;
  align-items: stretch;
}
.fvr-symptom-panel.is-naika {
  clip-path: polygon(0 0, 90.6667% 0, 100% 100%, 0 100%);
  padding-left: 18.75%;
}
.fvr-symptom-panel.is-naika .fvr-symptom-card {
  width: 80.4167%;
}
.fvr-symptom-panel.is-hifuka {
  margin-left: -4.1667%;
  clip-path: polygon(1.3333% 0, 100% 0, 100% 100%, 10.6667% 100%);
  padding-left: 6.9444%;
}
.fvr-symptom-panel.is-hifuka .fvr-symptom-card {
  width: 59.3846%;
}
.fvr-symptom-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.fvr-symptom-panel.is-hifuka .fvr-symptom-photo {
  object-position: 0% center;
}
.fvr-symptom-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.fvr-symptom-card {
  position: relative;
  z-index: 2;
  margin: 24px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 24px 10px 24px 16px;
  background: var(--fvr-darkblue-300);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-top: 1px solid var(--fvr-brown-400);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.fvr-symptom-card-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
}
.fvr-symptom-card-en {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  color: var(--fvr-brown-200);
  white-space: nowrap;
}
.fvr-symptom-card-jp {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
}

.fvr-symptom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fvr-symptom-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.fvr-symptom-list a:hover {
  color: var(--fvr-brown-200);
}
.fvr-symptom-arrow {
  color: var(--fvr-beige-400);
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .fvr-symptom-header {
    padding: 0 20px;
  }
  .fvr-symptom {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .fvr-symptom {
    padding: 48px 0;
    gap: 24px;
  }
  .fvr-symptom-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .fvr-symptom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fvr-symptom-panel,
  .fvr-symptom-panel.is-naika,
  .fvr-symptom-panel.is-hifuka {
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 480px;
    clip-path: none;
    padding: 24px 20px;
    align-items: flex-start;
  }
  .fvr-symptom-panel.is-naika .fvr-symptom-card,
  .fvr-symptom-panel.is-hifuka .fvr-symptom-card {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    gap: 28px;
  }
  .fvr-symptom-list a {
    white-space: normal;
  }
}

.fvr-commitment {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--fvr-beige-200);
  padding: 56px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fvr-commitment-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fvr-commitment-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-commitment-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-600);
  white-space: nowrap;
}
.fvr-commitment-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}
.fvr-commitment-desc {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 28px;
}
.fvr-commitment-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: var(--fvr-darkblue-900);
}
.fvr-commitment-hint {
  font-size: 14px;
  color: var(--fvr-glay-700);
}

.fvr-commitment-track {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.fvr-commitment-track::-webkit-scrollbar {
  display: none;
}

.fvr-commitment-card {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid var(--fvr-beige-300);
  border-radius: 4px;
  overflow: hidden;
}
.fvr-commitment-card-photo {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.fvr-commitment-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fvr-commitment-card-photo img[src*="card-07"] {
  object-position: center 20%;
}
.fvr-commitment-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 15px;
}
.fvr-commitment-card-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.fvr-commitment-card-number {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.96px;
  color: var(--fvr-brown-400);
  white-space: nowrap;
}
.fvr-commitment-card-title {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.9px;
  color: var(--fvr-darkblue-500);
}
.fvr-commitment-card-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--fvr-glay-700);
}

.fvr-commitment-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.fvr-commitment-dot {
  appearance: none;
  padding: 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: var(--fvr-beige-400);
  cursor: pointer;
}
.fvr-commitment-dot.is-active {
  background: var(--fvr-brown-400);
}

@media screen and (max-width: 900px) {
  .fvr-commitment {
    padding: 32px 20px 48px;
  }
  .fvr-commitment-title {
    font-size: 24px;
  }
  .fvr-commitment-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.fvr-clinic {
  position: relative;
  max-width: 1440px;
  height: 780px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 20px 50px 20px 10px;
}
.fvr-clinic-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.fvr-clinic-card {
  position: relative;
  z-index: 1;
  width: 620px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 36px 56px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}

.fvr-clinic-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fvr-clinic-eyebrow {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--fvr-brown-500);
}
.fvr-clinic-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  color: var(--fvr-darkblue-600);
}

.fvr-clinic-text {
  font-size: 16px;
  line-height: 2;
  color: var(--fvr-darkblue-600);
}
.fvr-clinic-text p {
  margin: 0 0 1em;
}
.fvr-clinic-text p:last-child {
  margin-bottom: 0;
}

.fvr-clinic-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fvr-clinic-btn {
  box-sizing: border-box;
  width: 160px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--fvr-darkblue-500);
  background: #fff;
  font-size: 14px;
  color: var(--fvr-darkblue-800);
  text-decoration: none;
}
.fvr-clinic-btn:hover {
  background: var(--fvr-darkblue-800);
  color: #fff;
}
.fvr-clinic-btn-arrow {
  color: var(--fvr-brown-200);
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .fvr-clinic {
    height: auto;
    padding: 32px 20px;
    justify-content: center;
  }
  .fvr-clinic-card {
    width: 100%;
    padding: 24px;
    gap: 24px;
  }
  .fvr-clinic-buttons {
    flex-direction: column;
  }
  .fvr-clinic-btn {
    width: 100%;
  }
}

.fvr-news {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 80px;
  display: flex;
  flex-direction: column;
  gap: 39px;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
.fvr-news::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff;
  z-index: -1;
}

.fvr-news-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fvr-news-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-news-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-200);
  white-space: nowrap;
}
.fvr-news-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--fvr-beige-400);
}
.fvr-news-desc {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 28px;
}
.fvr-news-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: var(--fvr-darkblue-800);
}
.fvr-news-archive-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  font-size: 16px;
  color: var(--fvr-darkblue-800);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.fvr-news-archive-link:hover {
  color: var(--fvr-darkblue-500);
  border-bottom-color: var(--fvr-darkblue-800);
}
.fvr-news-archive-arrow {
  font-weight: 700;
  color: var(--fvr-brown-200);
}

.fvr-news-list {
  display: flex;
  flex-direction: column;
}
.fvr-news-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 24px 10px;
  border-bottom: 0.5px solid var(--fvr-brown-200);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.fvr-news-item:hover {
  background-color: rgba(201, 169, 123, 0.14);
}
.fvr-news-item-date-title {
  display: flex;
  align-items: center;
  gap: 96px;
  min-width: 0;
}
.fvr-news-item-date {
  flex-shrink: 0;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.96px;
  color: var(--fvr-darkblue-200);
  white-space: nowrap;
}
.fvr-news-item-title {
  font-size: 16px;
  color: var(--fvr-darkblue-900);
}
.fvr-news-item-arrow {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--fvr-brown-200);
}
.fvr-news-empty {
  margin: 0;
  padding: 24px 10px;
  font-size: 16px;
  color: var(--fvr-glay-700);
}

@media screen and (max-width: 900px) {
  .fvr-news {
    padding: 40px 20px;
    gap: 24px;
  }
  .fvr-news-title {
    font-size: 26px;
  }
  .fvr-news-item {
    padding: 16px 8px;
  }
  .fvr-news-item-date-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.fvr-footer {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}

.fvr-footer-top {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.fvr-footer-top::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--fvr-darkblue-700);
  z-index: -1;
}

.fvr-footer-header {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fvr-footer-divider {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fvr-footer-eyebrow {
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  letter-spacing: 5.6px;
  color: var(--fvr-brown-200);
  white-space: nowrap;
}
.fvr-footer-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.fvr-footer-title {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 5px;
  color: #fff;
}

.fvr-footer-body {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.fvr-footer .fvr-hours-tab {
  color: rgba(255, 255, 255, 0.3);
}
.fvr-footer .fvr-hours-tab.is-active {
  color: #fff;
}
.fvr-footer .fvr-hours-tab:hover:not(.is-active) {
  color: rgba(255, 255, 255, 0.3);
}
.fvr-footer .fvr-hours-day {
  color: #fff;
}
.fvr-footer .fvr-hours-day.is-weekend {
  color: var(--fvr-brown-200);
}
.fvr-footer .fvr-hours-period {
  color: #fff;
}
.fvr-footer .fvr-hours-time {
  color: rgba(255, 255, 255, 0.7);
}
.fvr-footer .fvr-hours-cell {
  color: #fff;
}
.fvr-footer .fvr-hours-mark {
  color: var(--fvr-brown-200);
}
.fvr-footer .fvr-hours-notes {
  color: var(--fvr-brown-200);
}
.fvr-footer .fvr-hours-doctor-link {
  background-color: #fff;
}
.fvr-footer .fvr-hours-doctor-link:hover {
  background-color: var(--fvr-brown-200);
}

.fvr-footer-map {
  flex: 1 1 380px;
  max-width: 496px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.fvr-footer-map-image {
  position: relative;
  width: 100%;
  height: 290px;
  border: 1px solid var(--fvr-darkblue-100);
  overflow: hidden;
  background: var(--fvr-beige-400);
}
.fvr-footer-map-image iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.fvr-footer-map-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fvr-darkblue-800);
  border: 1px solid var(--fvr-darkblue-500);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 28px;
  text-decoration: none;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease;
}
.fvr-footer-map-btn:hover {
  color: #fff;
  background-color: var(--fvr-brown-200);
  border: 1px solid var(--fvr-brown-400);
}
.fvr-footer-map-info {
  font-size: 14px;
  color: var(--fvr-brown-200);
}
.fvr-footer-map-info p {
  margin: 0;
  line-height: 1.5;
}

.fvr-footer-phone-bar {
  box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-top: 3px solid var(--fvr-brown-200);
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
  text-decoration: none;
}
.fvr-footer-phone-bar:hover {
  background: rgba(255, 255, 255, 0.25);
}
.fvr-footer-phone-label {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #fff;
}
.fvr-footer-phone-number {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 3.52px;
  color: #fff;
}
.fvr-footer-phone-note {
  font-size: 18px;
  color: #fff;
}

.fvr-footer-bottom {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fvr-footer-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--fvr-darkblue-900);
  z-index: -1;
}

.fvr-footer-address-row {
  width: 100%;
  max-width: 1280px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 0.5px solid var(--fvr-beige-400);
}

.fvr-footer-address {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
}
.fvr-footer-address-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fvr-footer-clinic-name {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}
.fvr-footer-clinic-name-en {
  margin: 0;
  font-family: 'Zen Old Mincho', serif;
  font-size: 12px;
  letter-spacing: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.fvr-footer-address-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.fvr-footer-address-tel {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.fvr-footer-links {
  display: flex;
  gap: 180px;
  flex-wrap: wrap;
}
.fvr-footer-link-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 140px;
}
.fvr-footer-link-title {
  margin: 0 0 4px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
}
.fvr-footer-link-column a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 150%;
}
.fvr-footer-link-column a:hover {
  color: #fff;
}

.fvr-footer-copyright {
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1340px) {
  .fvr-footer-address-row {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1059px) {
  .fvr-footer-body {
    flex-direction: column;
  }
  .fvr-footer-map {
    flex: 0 1 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .fvr-footer-top {
    padding: 48px 20px 40px;
    gap: 32px;
  }
  .fvr-footer-title {
    font-size: 26px;
  }
  .fvr-footer-body {
    flex-direction: column;
  }
  .fvr-footer-map {
    max-width: 100%;
  }
  .fvr-footer-phone-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .fvr-footer-phone-number {
    font-size: 32px;
  }
  .fvr-footer-bottom {
    padding: 16px 20px 20px;
  }
  .fvr-footer-address-row {
    flex-direction: column;
    gap: 32px;
  }
  .fvr-footer-address {
    width: 100%;
  }
  .fvr-footer-links {
    gap: 32px;
  }
}
