@charset "UTF-8";

/**
 * Top page component styles.
 *
 * This is the single source for regular-home-page components. Shared
 * containers, section rhythm, shell, navigation, footer, and CTA rules stay
 * in their common stylesheets.
 */

/* Core top-page components
   ========================================================================== */

.site-shell--static-v2.top-v2-page #content {
  margin-top: 0;
}
.top-v2-hero {
  position: relative;
  overflow: hidden;
  background: var(--sv2-bg-soft);
  height: 49.895vw;
  display: flex;
  align-items: stretch;
  isolation: isolate;
}
.top-v2-hero__h1 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  margin: 0;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}
.top-v2-hero #main-visual,
.top-v2-hero #main-visual-sp {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-v2-hero #main-visual-sp {
  display: none;
}
.top-v2-hero .hero-slideshow,
.top-v2-hero::after {
  position: absolute;
  inset: 0;
}
.top-v2-hero .hero-slideshow__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1500ms ease;
}
.top-v2-hero .hero-slideshow__slide.is-active {
  opacity: 1;
}
.top-v2-hero::after {
  content: "";
  background: linear-gradient(
    100deg,
    rgba(255, 250, 242, 0.48) 0,
    rgba(255, 250, 242, 0.24) 55%,
    rgba(255, 250, 242, 0.08) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.top-v2-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 67.552vw 32.448vw;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
}
.top-v2-hero__copy {
  max-width: 640px;
  margin: auto;
  padding: var(--sv2-space-xl) var(--sv2-space-lg);
  text-align: center;
  align-self: center;
}
.top-v2-hero__catch {
  margin: 0 0 28px;
  max-width: 100%;
}
.top-v2-hero__catch img {
  display: block;
  width: 27.656vw;
  max-width: 100%;
  height: auto;
}
.top-v2-hero__quick {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  gap: 0;
  height: 100%;
}
.top-v2-hero__quick li {
  min-height: 0;
  overflow: hidden;
}
.top-v2-hero__quick li a {
  position: relative;
  height: 100%;
  transition: opacity 0.2s ease;
}
.top-v2-hero__quick li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-v2-hero__quick li a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1279px) {
  .top-v2-hero {
    height: auto;
    min-height: 0;
  }
  .top-v2-hero__h1 {
    font-size: 10px;
  }
  .top-v2-hero #main-visual.pc,
  .top-v2-hero__copy,
  .top-v2-hero__inner,
  .top-v2-hero__quick {
    display: none;
  }
  .top-v2-hero #main-visual-sp {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(400px, 100vw, 820px);
    background: #fff;
  }
  .top-v2-hero #main-visual-sp .hero-slideshow__slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.top-v2-spquick {
  display: none;
  padding: 0;
  background: var(--sv2-bg);
}
.top-v2-spquick__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
}
.top-v2-hero__quick li a,
.top-v2-spquick__list a {
  display: block;
  overflow: hidden;
}
.top-v2-spquick__list img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .top-v2-spquick {
    display: block;
  }
}
.top-v2-section-header__eyebrow {
  margin: 0 0 10px;
  color: var(--sv2-ink-muted);
  font-family: var(--site-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.top-v2-section-header__eyebrow::after,
.top-v2-section-header__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--sv2-rule-strong);
}
.top-v2-section-header__title {
  margin: 0;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.top-v2-onayami {
  background: #f5f5f5;
  background-image: url(../img/bg1.jpg);
  background-image: image-set(
    url(../img/bg1.webp) type("image/webp"),
    url(../img/bg1.jpg) type("image/jpeg")
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-v2-onayami__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.top-v2-onayami__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(107, 113, 119, 1) 0%,
    rgba(53, 61, 71, 1) 100%
  );
  border: 1px solid #e5e5e5;
  border-radius: var(--sv2-radius-md);
  color: #fff;
  font-family: var(--site-font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.top-v2-onayami__item a::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-v2-onayami__item a:hover {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.top-v2-onayami .top-v2-section-header__title {
  color: #fff;
}
.top-v2-onayami .top-v2-section-header__eyebrow {
  color: rgba(255, 255, 255, 0.85);
}
.top-v2-onayami__item--cavity a::before {
  background-image: url(../img/onayami-icon01.png);
}
.top-v2-onayami__item--perio a::before {
  background-image: url(../img/onayami-icon02.png);
}
.top-v2-onayami__item--denture a::before {
  background-image: url(../img/onayami-icon04.png);
}
.top-v2-onayami__item--ped a::before {
  background-image: url(../img/onayami-icon03.png);
}
.top-v2-onayami__item--clean a::before {
  background-image: url(../img/onayami-icon05.png);
}
.top-v2-onayami__item--oral a::before {
  background-image: url(../img/onayami-icon06.png);
}
.top-v2-onayami__item--implant a::before {
  background-image: url(../img/onayami-icon07.png);
}
.top-v2-onayami__item--ortho a::before {
  background-image: url(../img/onayami-icon08.png);
}
.top-v2-onayami__item--ceramic a::before {
  background-image: url(../img/onayami-icon09.png);
}
.top-v2-onayami__item--white a::before {
  background-image: url(../img/onayami-icon10.png);
}
.top-v2-onayami__item--mouth a::before {
  background-image: url(../img/onayami-icon11.png);
}
@media screen and (max-width: 599px) {
  .top-v2-onayami__item a {
    font-size: 15px;
  }
}
.top-v2-reserve__inner {
  text-align: center;
}
.top-v2-reserve__item .tel-link,
.top-v2-reserve__title {
  font-family: var(--site-font-display);
  color: var(--sv2-heading);
}
.top-v2-reserve__title {
  font-weight: 400;
}
.top-v2-reserve__item .tel-link {
  display: block;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.top-v2-reserve__item img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.top-v2-features__list {
  display: grid;
  gap: var(--sv2-space-2xl);
}
.top-v2-feature {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: var(--sv2-space-lg);
  align-items: center;
}
.top-v2-feature--reverse {
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
}
.top-v2-feature--reverse .top-v2-feature__media {
  order: 2;
}
.top-v2-facility__grid figure,
.top-v2-feature__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--sv2-radius-lg);
  aspect-ratio: 4/3;
}
.top-v2-facility__grid figure img,
.top-v2-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-v2-feature__body {
  min-width: 0;
}
.top-v2-feature__eyebrow {
  margin: 0 0 10px;
  color: var(--sv2-ink-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.top-v2-feature__title {
  margin: 0 0 18px;
  font-family: var(--site-font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--sv2-heading);
}
.top-v2-feature__copy {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--sv2-ink);
}

.top-v2-availability-note {
  margin: -6px 0 18px;
  padding: 10px 12px;
  border-left: 3px solid var(--sv2-accent);
  background: rgba(152, 114, 63, 0.08);
  color: var(--sv2-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.top-v2-feature__note {
  margin: 18px 0 0;
  padding: 14px 16px;
  background: var(--sv2-bg-soft);
  border-left: 2px solid var(--sv2-accent);
  border-radius: 0 var(--sv2-radius-sm) var(--sv2-radius-sm) 0;
}
.top-v2-feature__note dt {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--sv2-heading);
}
.top-v2-facility__grid p,
.top-v2-feature__note dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--sv2-ink-muted);
}
.top-v2-company a,
.top-v2-feature__btn {
  color: var(--sv2-heading);
  text-decoration: none;
}
.top-v2-feature__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 22px;
  border: 1px solid var(--sv2-heading);
  border-radius: 999px;
  font-family: var(--site-font-display);
  font-size: 14px;
  letter-spacing: 0.12em;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.top-v2-feature__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.top-v2-feature__btn:hover {
  background: var(--sv2-heading);
  color: #fff;
}
.top-v2-feature__btn:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}
@media screen and (max-width: 1023px) {
  .top-v2-feature,
  .top-v2-feature--reverse {
    grid-template-columns: 1fr;
    gap: var(--sv2-space-md);
  }
  .top-v2-feature--reverse .top-v2-feature__media {
    order: 0;
  }
  .top-v2-feature__btn {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.top-v2-greeting {
  background: var(--sv2-bg-soft);
}
.top-v2-greeting__inner {
  max-width: 760px;
  text-align: center;
}
.top-v2-greeting__title {
  margin: 0 0 var(--sv2-space-md);
  font-family: var(--site-font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: var(--sv2-heading);
}
.top-v2-greeting__copy {
  margin: 0 0 var(--sv2-space-md);
  font-size: 15px;
  line-height: 2.05;
  color: var(--sv2-ink);
  text-align: left;
}
.top-v2-greeting__signature {
  margin: 0 0 var(--sv2-space-md);
  font-size: 13px;
  color: var(--sv2-ink-muted);
  letter-spacing: 0.12em;
}
.top-v2-facility__grid h3,
.top-v2-greeting__signature strong,
.top-v2-reserve__item h3 {
  font-family: var(--site-font-display);
  font-weight: 400;
  color: var(--sv2-heading);
}
.top-v2-greeting__signature strong {
  display: inline-block;
  margin-left: 12px;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.top-v2-greeting__signature rt {
  color: var(--sv2-ink-muted);
  font-size: 10px;
  letter-spacing: 0.2em;
}
.top-v2-facility__grid {
  list-style: none;
  margin: 0 0 var(--sv2-space-md);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sv2-space-md);
}
.top-v2-facility__grid li {
  text-align: left;
}
.top-v2-facility__grid figure {
  margin: 0 0 14px;
  border-radius: var(--sv2-radius-md);
}
.top-v2-facility__grid h3 {
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.top-v2-facility__actions {
  text-align: center;
  margin: 0 0 var(--sv2-space-xl);
}
.top-v2-facility__banner {
  display: block;
  margin: 0 auto var(--sv2-space-xl);
  max-width: 900px;
  border-radius: var(--sv2-radius-md);
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.top-v2-facility__banner:hover {
  opacity: 0.9;
}
.top-v2-facility__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.top-v2-company {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
}
.top-v2-company td,
.top-v2-company th {
  padding: 16px 18px;
  border-bottom: 1px solid var(--sv2-rule);
  text-align: left;
  vertical-align: top;
}
.top-v2-company th {
  width: 180px;
  font-family: var(--site-font-display);
  font-weight: 400;
  color: var(--sv2-heading);
  letter-spacing: 0.1em;
  background: var(--sv2-bg-soft);
}
.top-v2-company td {
  color: var(--sv2-ink);
}
.top-v2-company a {
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1279px) {
  .top-v2-facility__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sv2-space-sm);
  }
  .top-v2-company td,
  .top-v2-company th {
    display: block;
    width: auto;
    padding: 10px 14px;
  }
  .top-v2-company th {
    border-bottom: none;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2-hero {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top-v2-hero::after {
    display: none;
  }
}

/* Keep top-page hero wrapping concerns with the top-page component. */
@media screen and (max-width: 767px) {
  .top-v2-hero__h1 {
    box-sizing: border-box;
    max-width: calc(100% - 20px);
    line-break: strict;
    overflow-wrap: break-word;
    text-wrap: balance;
    word-break: normal;
  }
}
@supports (word-break: auto-phrase) {
  @media screen and (max-width: 767px) {
    .top-v2-hero__h1 {
      word-break: auto-phrase;
    }
  }
}

/* Access, schedule, news, and reservation components
   ========================================================================== */
#index-top .info {
  display: grid;
  grid-template-columns: 350px 600px;
  justify-content: space-between;
}

#index-top .logo2 {
  align-self: start;
  width: 350px;
}
#index-top .logo2 div {
  font-size: 14px;
  margin-top: 15px;
}
#index-top .logo2 > a > img,
#index-top .web2 img {
  height: auto;
  width: 349px;
}
#index-top .index-time {
  width: 378px;
}
#index-top .index-time .insta img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#index-top .contact {
  display: grid;
  grid-template-columns: 378px 190px;
  justify-content: space-between;
  align-items: start;
  width: 600px;
}
#index-top .contact .tel {
  font-size: 22px;
  margin: 10px 0 0px;
  white-space: nowrap;
  background: none;
  padding: 0;
  color: #353d47;
}
#index-top .contact .tel em {
  font-size: 14px;
  font-style: normal;
  color: #4b4b4b;
}
#index-top .info .contact .address {
  width: 190px;
}
#index-top .info .schedule {
  width: auto;
}
#index-top table.schedule-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-size: 14px;
}
#index-top table.schedule-table th {
  background: var(--sv2-bg-tint);
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  letter-spacing: 0.08em;
}
#index-top table.schedule-table th,
#index-top table.schedule-table td {
  border-right: 1px solid rgba(105, 85, 60, 0.14);
  border-bottom: 1px solid rgba(105, 85, 60, 0.16);
}
#index-top table.schedule-table th:last-child,
#index-top table.schedule-table td:last-child {
  border-right: 0;
}
#index-top table.schedule-table tr:last-child td {
  border-bottom: 0;
}
#h_bnr {
  width: 350px;
}
#h_bnr img {
  width: 47%;
  height: auto;
}
#h_bnr img:first-child {
  margin-right: 4%;
}
.web2 {
  width: 350px;
}
.web2 img {
  width: 100%;
  height: auto;
}
#index-top table.schedule-table th {
  padding: 5px;
}
#index-top table.schedule-table td {
  padding: 10px;
  line-height: 1.6;
}
#index-top table.schedule-table td.time {
  white-space: nowrap;
  width: 28%;
}
#index-top table.schedule-table th:first-child {
  width: 28%;
}
#index-top .logo2 > a {
  display: block;
}

@media screen and (min-width: 1024px) {
  #index-top .index-time .insta img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #index-top .info {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  #index-top .logo2,
  #index-top .contact,
  #index-top .index-time,
  #index-top .info .contact .address {
    width: 100%;
    box-sizing: border-box;
  }

  #index-top .logo2 {
    max-width: 350px;
    margin-inline: auto;
  }

  #index-top .logo2 > a > img,
  #index-top .web2 img {
    max-width: 100%;
    height: auto;
  }

  #index-top .contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 24px;
    max-width: 720px;
    margin-inline: auto;
    align-items: start;
  }

  #index-top .info .contact .address {
    text-align: left;
  }

  #h_bnr {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  #h_bnr img {
    width: calc(50% - 4px);
    height: auto;
  }

  #h_bnr img:first-child {
    margin-right: 0;
  }

  #index-top .web2 {
    width: 100%;
  }

  #index-top .web2 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #index-top .contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  #index-top .info .contact .address {
    max-width: 350px;
    margin-inline: auto;
    text-align: center;
  }
}

.top-v2-page .top-v2-reserve {
  width: var(--site-fluid-width);
  max-width: var(--site-max-width);
  margin: 30px auto 24px;
  padding: 40px 48px;
  border: 1px solid rgba(105, 85, 60, 0.12);
  border-radius: 16px;
  background: var(--sv2-bg-soft);
  box-shadow: 0 8px 32px rgba(74, 54, 29, 0.06);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-v2-page .top-v2-reserve {
    border-radius: 12px;
  }
}

/* 電話番号の色を濃く */
.top-v2-page .top-v2-reserve__item:first-child h3 {
  color: var(--sv2-heading);
}

.top-v2-page .top-v2-reserve__inner {
  width: auto;
  max-width: none;
  margin: 0;
}

.top-v2-page .top-v2-reserve__title {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.top-v2-page .top-v2-reserve__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  max-width: 860px;
  margin: 0 auto;
  align-items: stretch;
}

.top-v2-page .top-v2-reserve__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 18px 30px;
  border-radius: 0;
  background: rgba(250, 250, 250, 0.78);
}

.top-v2-page .top-v2-reserve__item h3 {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #8a8a8a;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.top-v2-page .top-v2-reserve__item:nth-child(2) h3 {
  display: none;
}

.top-v2-page .top-v2-reserve__item .tel-link {
  color: var(--sv2-heading);
  font-size: 38px;
  line-height: 1.2;
}

.top-v2-page .top-v2-reserve__item img {
  max-width: 421px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-v2-page .top-v2-reserve {
    width: auto;
    margin: 30px var(--site-gutter-current) 16px;
    padding: 22px 16px;
    border-width: 1px;
  }

  .top-v2-page .top-v2-reserve__title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .top-v2-page .top-v2-reserve__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    max-width: none;
  }

  .top-v2-page .top-v2-reserve__item {
    min-height: 0;
    padding: 14px 16px;
  }

  .top-v2-page .top-v2-reserve__item .tel-link {
    font-size: 30px;
  }
}

/* Navigation and information-architecture components
   ========================================================================== */

.top-v2-quickpaths,
.top-v2-quickpaths *,
.top-v2-trust,
.top-v2-trust *,
.top-v2-onayami--symptoms,
.top-v2-onayami--symptoms *,
.top-v2-services,
.top-v2-services *,
.top-v2-access-info,
.top-v2-access-info *,
.top-v2-visit-support,
.top-v2-visit-support *,
.top-v2-information,
.top-v2-information * {
  box-sizing: border-box;
}

/* Balance short labels and keep words or numeric units inside a phrase intact. */
.top-v2-section-header__title,
.top-v2-quickpaths__item strong,
.top-v2-quickpaths__item small,
.top-v2-trust__item strong,
.top-v2-trust__item small,
.top-v2-onayami__list--symptoms strong,
.top-v2-onayami__list--symptoms small,
.top-v2-services__group-header h3,
.top-v2-services__group-header p,
.top-v2-services__item span,
.top-v2-feature__title,
.top-v2-feature__btn,
.top-v2-greeting__title,
.top-v2-facility__grid h3,
.top-v2-visit-support__panel > h3,
.top-v2-visitguide__faq-item summary {
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: balance;
}

.top-v2-page .top-v2-phrase {
  display: inline-block;
  white-space: nowrap;
}

.top-v2-page #insurance-guide,
.top-v2-page #top-faq,
.top-v2-page #visit-support {
  scroll-margin-top: 72px;
}

/* Pre-visit quick paths */
.top-v2-quickpaths {
  padding: var(--sv2-space-xl) 0;
  background: var(--sv2-bg);
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-quickpaths .top-v2-section-header {
  margin-bottom: var(--sv2-space-md);
}

.top-v2-quickpaths__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: var(--sv2-bg-soft);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-md);
}

.top-v2-quickpaths__item {
  min-width: 0;
}

.top-v2-quickpaths__item + .top-v2-quickpaths__item {
  border-left: 1px solid var(--sv2-rule);
}

.top-v2-quickpaths__item a {
  position: relative;
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 46px 22px 24px;
  color: var(--sv2-heading);
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.top-v2-quickpaths__item a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.top-v2-quickpaths__item strong {
  font-family: var(--site-font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

.top-v2-quickpaths__item small {
  display: block;
  margin-top: 6px;
  color: var(--sv2-ink-muted);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.top-v2-quickpaths__item a:hover {
  color: #fff;
  background: var(--sv2-heading);
}

.top-v2-quickpaths__item a:hover small {
  color: rgba(255, 255, 255, 0.78);
}

.top-v2-quickpaths__item--urgent a {
  color: #fff;
  background: #8f3d34;
}

.top-v2-quickpaths__item--urgent small {
  color: rgba(255, 255, 255, 0.78);
}

.top-v2-quickpaths__item--urgent a:hover {
  background: #743129;
}
.top-v2-trust {
  padding: 0 0 var(--sv2-space-xl);
  background: var(--sv2-bg);
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-trust .top-v2-section-header {
  margin-bottom: var(--sv2-space-md);
}

.top-v2-trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-trust__item {
  min-width: 0;
}

.top-v2-trust__item a {
  position: relative;
  display: flex;
  min-height: 154px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 36px;
  color: var(--sv2-heading);
  text-align: center;
  text-decoration: none;
  background: var(--sv2-bg-soft);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-md);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.top-v2-trust__item a::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.top-v2-trust__number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--sv2-accent-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  background: var(--sv2-bg-tint);
  border-radius: 50%;
}

.top-v2-trust__item strong {
  font-family: var(--site-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.top-v2-trust__item small {
  display: block;
  margin-top: 7px;
  color: var(--sv2-ink-muted);
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.top-v2-trust__item a:hover {
  border-color: var(--sv2-accent);
  box-shadow: 0 8px 24px rgba(59, 44, 27, 0.1);
  transform: translateY(-2px);
}

/* Symptom-led modifier of the existing top-v2 treatment component */
.top-v2-onayami--symptoms {
  padding: 48px 0 52px;
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-onayami--symptoms .top-v2-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
}

.top-v2-onayami--symptoms .top-v2-section-header__title {
  order: 1;
  margin: 0 0 16px;
}

.top-v2-onayami--symptoms .top-v2-section-header__eyebrow {
  order: 2;
  margin: 0;
}

.top-v2-onayami__list--symptoms {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.top-v2-onayami__item {
  grid-column: auto;
}

.top-v2-onayami__list--symptoms .top-v2-onayami__item a {
  height: 100%;
  min-height: 158px;
  aspect-ratio: auto;
  gap: 7px;
  padding: 20px 14px;
}

.top-v2-onayami__list--symptoms .top-v2-onayami__item a::before {
  width: 42px;
  height: 42px;
}

.top-v2-onayami__list--symptoms strong {
  font-family: var(--site-font-display);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.top-v2-onayami__list--symptoms small {
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--site-font-body);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.top-v2-onayami__item--endodontics a::before {
  background-image: url(../img/onayami-icon12.png);
  filter: brightness(0) invert(1);
}

.top-v2-services__item.top-v2-onayami__item--endodontics a {
  position: relative;
}

.top-v2-services__item.top-v2-onayami__item--endodontics a::before {
  background-image: none;
  filter: none;
}

.top-v2-services__item.top-v2-onayami__item--endodontics a span::before {
  position: absolute;
  top: 50%;
  left: 23.5px;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-mask: url(../img/onayami-icon12.png) center / contain no-repeat;
  mask: url(../img/onayami-icon12.png) center / contain no-repeat;
}

.top-v2-onayami__item--visiting a::before {
  background-image: url(../img/onayami-icon06.png);
}

.top-v2-onayami__item--bruxism a::before {
  background-image: url(../img/onayami-icon11.png);
}

.top-v2-onayami__item--occlusion a::before {
  background-image: url(../img/onayami-icon06.png);
}

.top-v2-onayami--symptoms .top-v2-feature__btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.86);
}

.top-v2-onayami--symptoms .top-v2-feature__btn:hover {
  color: var(--sv2-heading);
  background: #fff;
}

/* Treatment directory: compact, grouped, and distinct from symptom-led links. */
.top-v2-services {
  --top-v2-services-icon-surface: #515861;
  padding: 0;
  background: var(--sv2-bg-soft);
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-services__heading {
  padding: var(--sv2-space-xl) 0;
  background-color: var(--sv2-heading);
  background-image:
    linear-gradient(rgba(35, 25, 15, 0.48), rgba(35, 25, 15, 0.48)),
    url(../img/bg1.jpg);
  background-image:
    linear-gradient(rgba(35, 25, 15, 0.48), rgba(35, 25, 15, 0.48)),
    image-set(
      url(../img/bg1.webp) type("image/webp"),
      url(../img/bg1.jpg) type("image/jpeg")
    );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-v2-services__heading .top-v2-section-header {
  margin-bottom: 0;
}

.top-v2-services__heading .top-v2-section-header__title {
  color: #fff;
}

.top-v2-services__heading .top-v2-section-header__eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.top-v2-services__inner {
  padding: var(--sv2-space-lg) 0 var(--sv2-space-xl);
}

.top-v2-services__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.top-v2-services__group {
  min-width: 0;
  overflow: hidden;
  background: var(--sv2-bg);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-md);
}

.top-v2-services__group-header {
  min-height: 128px;
  padding: 22px 20px 18px;
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-services__group-header h3 {
  margin: 0 0 8px;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.top-v2-services__group-header p {
  margin: 0;
  color: var(--sv2-ink-muted);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.035em;
}

.top-v2-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-services__item + .top-v2-services__item {
  border-top: 1px solid var(--sv2-rule);
}

.top-v2-services__item a {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.top-v2-services__item a::before {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  content: "";
  background-color: var(--top-v2-services-icon-surface);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  border-radius: var(--sv2-radius-sm);
  transition: background-color 0.2s ease;
}

.top-v2-services__item a:hover {
  color: var(--sv2-accent-ink);
  background: var(--sv2-bg-tint);
}

.top-v2-services__item a:hover::before {
  background-color: var(--sv2-heading);
}

.top-v2-services__item a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--sv2-accent);
  outline-offset: -2px;
}

.top-v2-services__actions {
  display: flex;
  justify-content: center;
  margin-top: var(--sv2-space-lg);
}

/* Group the original seven feature stories by patient decision stage. */
.top-v2-features--focused {
  background: var(--sv2-bg-soft);
  border-top: 1px solid var(--sv2-rule);
}

/* Reuse the original clinic-information block as the access stage. */
.top-v2-access-info {
  padding: var(--sv2-space-2xl) 0 var(--sv2-space-xl);
  background: var(--sv2-bg-soft);
  border-top: 1px solid var(--sv2-rule);
}

.top-v2-access-info__content {
  margin-top: var(--sv2-space-lg);
  margin-bottom: var(--sv2-space-md);
}

.top-v2-access-info__actions {
  display: flex;
  justify-content: center;
}

.top-v2-visitguide__faq {
  max-width: 980px;
  margin: var(--sv2-space-lg) auto 0;
}

.top-v2-visitguide__faq-title {
  margin: 0 0 var(--sv2-space-sm);
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

.top-v2-visitguide__faq-item {
  background: var(--sv2-bg-soft);
  border-top: 1px solid var(--sv2-rule);
}

.top-v2-visitguide__faq-item summary {
  position: relative;
  padding: 18px 52px 18px 22px;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 16px;
  line-height: 1.6;
  list-style: none;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.top-v2-visitguide__faq-item summary::-webkit-details-marker {
  display: none;
}

.top-v2-visitguide__faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.top-v2-visitguide__faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.top-v2-visitguide__faq-item p {
  margin: 0;
  padding: 0 52px 20px 22px;
  color: var(--sv2-ink);
  font-size: 14px;
  line-height: 1.9;
}

/* The bottom decision stage contains actual insurance guidance and FAQ content,
   instead of repeating the upper quick-path cards. */
.top-v2-visit-support {
  background: var(--sv2-bg);
  border-top: 1px solid var(--sv2-rule);
}

.top-v2-visit-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: var(--sv2-space-md);
  max-width: 1040px;
  margin: 0 auto;
  align-items: stretch;
}

.top-v2-visit-support__panel {
  min-width: 0;
  padding: 30px;
  background: var(--sv2-bg-soft);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-md);
}

.top-v2-visit-support__eyebrow {
  margin: 0 0 10px;
  color: var(--sv2-ink-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.top-v2-visit-support__panel > h3 {
  margin: 0 0 18px;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
}

.top-v2-visit-support__panel > p:not(.top-v2-visit-support__eyebrow) {
  margin: 0;
  color: var(--sv2-ink);
  font-size: 14px;
  line-height: 1.95;
}

.top-v2-visit-support__panel > p + p {
  margin-top: 12px;
}

.top-v2-visit-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.top-v2-visit-support__actions .top-v2-feature__btn {
  margin-top: 18px;
}

.top-v2-visit-support .top-v2-visitguide__faq {
  max-width: none;
  margin: 0;
}

.top-v2-visit-support .top-v2-visitguide__faq-title {
  margin-bottom: 18px;
  text-align: left;
}

.top-v2-visit-support .top-v2-visitguide__faq-item {
  background: var(--sv2-bg);
}

/* Current notices and real article links share one closing information section. */
.top-v2-information {
  background: var(--sv2-bg-soft);
  border-top: 1px solid var(--sv2-rule);
}

.top-v2-information__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: var(--sv2-space-md);
  max-width: 1040px;
  margin: 0 auto;
}

.top-v2-information__panel {
  min-width: 0;
  padding: 28px;
  background: var(--sv2-bg);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-md);
}

.top-v2-information__panel > h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  color: var(--sv2-heading);
  font-family: var(--site-font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-information__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-information__notices li {
  padding: 14px 8px 14px 0;
  border-bottom: 1px solid var(--sv2-rule);
}

.top-v2-information__notices li:first-child {
  padding-top: 0;
}

.top-v2-information__notices ul {
  height: 200px;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.top-v2-information__notices ul:focus-visible {
  outline: 2px solid var(--sv2-accent);
  outline-offset: 4px;
}

.top-v2-information__notices ul::-webkit-scrollbar {
  width: 5px;
}

.top-v2-information__notices ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 15px;
}

.top-v2-information__notices time,
.top-v2-information__meta time {
  display: block;
  margin-bottom: 6px;
  color: var(--sv2-ink-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.top-v2-information__notices li > div {
  color: var(--sv2-ink);
  font-size: 13px;
  line-height: 1.75;
}

.top-v2-information__notices li > div > * {
  margin: 0;
}

.top-v2-information__columns ul {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.top-v2-information__columns li,
.top-v2-information__columns li a {
  min-width: 0;
  max-width: 100%;
}

.top-v2-information__columns li a {
  position: relative;
  display: block;
  padding: 16px 44px 16px 18px;
  color: var(--sv2-heading);
  text-decoration: none;
  background: var(--sv2-bg-soft);
  border: 1px solid var(--sv2-rule);
  border-radius: var(--sv2-radius-sm);
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.top-v2-information__columns li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.top-v2-information__columns li a:hover {
  background: var(--sv2-bg-tint);
  border-color: var(--sv2-accent);
}

.top-v2-information__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  min-width: 0;
  max-width: 100%;
}

.top-v2-information__meta time {
  margin: 0;
}

.top-v2-information__meta small {
  max-width: 100%;
  padding: 2px 7px;
  color: var(--sv2-accent-ink);
  font-size: 10px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  background: var(--sv2-bg-tint);
  border-radius: 999px;
}

.top-v2-information__columns strong {
  display: block;
  max-width: 100%;
  font-family: var(--site-font-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: loose;
  text-wrap: wrap;
}

.top-v2-information__actions {
  display: flex;
  justify-content: center;
}

.top-v2-page .top-v2-reserve--final {
  margin-top: var(--sv2-space-xl);
  margin-bottom: var(--sv2-space-xl);
}

@media screen and (max-width: 1023px) {
  .top-v2-onayami--symptoms {
    padding: 44px 0 42px;
  }

  .top-v2-onayami--symptoms .top-v2-section-header {
    margin-bottom: 32px;
  }

  .top-v2-onayami--symptoms .top-v2-section-header__title {
    margin-bottom: 14px;
  }

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

  .top-v2-quickpaths__item:nth-child(3) {
    border-left: 0;
  }

  .top-v2-quickpaths__item:nth-child(n + 3) {
    border-top: 1px solid var(--sv2-rule);
  }

  .top-v2-onayami__list--symptoms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .top-v2-access-info__content {
    margin-top: var(--sv2-space-md);
    margin-bottom: var(--sv2-space-md);
  }

  .top-v2-visit-support__grid,
  .top-v2-information__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-v2-information__notices ul {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .top-v2-services__heading {
    padding: var(--sv2-space-lg) 0;
  }

  .top-v2-services__inner {
    padding: var(--sv2-space-md) 0 var(--sv2-space-lg);
  }

  .top-v2-services__groups {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .top-v2-services__group-header {
    min-height: 0;
    padding: 18px 16px 14px;
  }

  .top-v2-services__group-header h3 {
    font-size: 18px;
  }

  .top-v2-services__item a {
    min-height: 64px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .top-v2-services__item a::before {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    background-size: 23px 23px;
  }

  .top-v2-services__item.top-v2-onayami__item--endodontics a span::before {
    left: 20.5px;
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 599px) {
  .top-v2-quickpaths,
  .top-v2-visit-support,
  .top-v2-information {
    padding: var(--sv2-space-lg) 0;
  }

  .top-v2-trust {
    padding-bottom: var(--sv2-space-lg);
  }

  .top-v2-information__panel {
    padding: 20px;
  }

  .top-v2-trust__list {
    gap: 8px;
  }

  .top-v2-trust__item a {
    min-height: 142px;
    padding: 16px 10px 34px;
  }

  .top-v2-trust__number {
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
  }

  .top-v2-trust__item strong {
    font-size: 14px;
  }

  .top-v2-trust__item small {
    font-size: 10px;
  }

  .top-v2-quickpaths__item a {
    height: 100%;
    min-height: 104px;
    padding: 18px 16px 36px;
  }

  .top-v2-quickpaths__item a::after {
    top: auto;
    right: 16px;
    bottom: 16px;
    transform: rotate(45deg);
  }

  .top-v2-quickpaths__item strong {
    font-size: 16px;
  }

  .top-v2-quickpaths__item small {
    font-size: 11px;
  }

  .top-v2-onayami__list--symptoms {
    gap: 8px;
  }

  .top-v2-onayami__item {
    grid-column: auto;
  }

  .top-v2-onayami__list--symptoms .top-v2-onayami__item a {
    min-height: 154px;
    padding: 16px 9px;
  }

  .top-v2-onayami__list--symptoms strong {
    font-size: 14px;
  }

  .top-v2-visitguide__faq-title {
    font-size: 20px;
  }

  .top-v2-visitguide__faq-item summary {
    padding: 16px 44px 16px 16px;
    font-size: 15px;
  }

  .top-v2-visitguide__faq-item summary::after {
    right: 18px;
  }

  .top-v2-visitguide__faq-item p {
    padding: 0 16px 18px;
    font-size: 13px;
  }

  .top-v2-visit-support__panel,
  .top-v2-information__panel {
    padding: 20px 16px;
  }

  .top-v2-visit-support__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .top-v2-visit-support__actions .top-v2-feature__btn {
    width: 100%;
    margin-top: 8px;
  }

  .top-v2-information__columns li a {
    padding: 14px 36px 14px 14px;
  }

  .top-v2-information__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
