.naikaSubHeader {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(247, 243, 237, 0.96);
  border-bottom: 1px solid rgba(171, 125, 78, 0.2);
  backdrop-filter: blur(6px);
}

.naikaSubHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 1.6rem 2rem;
}

.naikaSubHeader__logo {
  display: block;
  flex: 0 1 auto;
  width: 30rem;
}

.naikaSubHeader__logo img {
  width: 100%;
}

.naikaSubHeader__logoPc {
  width: 28rem;
  max-width: 100%;
  height: auto;
}

.naikaSubHeader__logoSp {
  display: none;
  width: 17.6rem;
  max-width: 100%;
  height: auto;
}

.naikaSubHeader__actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}

.naikaSubHeader__booking,
.naikaSubHeader__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--jun);
  font-size: 1.6rem;
  font-weight: 500;
  color: #604735;
}

.naikaSubHeader__booking img,
.naikaSubHeader__tel img {
  width: 2.4rem;
}

.naikaSubHeader__menuButton {
  display: none;
  border: 0;
  background: transparent;
  color: #604735;
  font-family: var(--jun);
  font-size: 1.4rem;
  cursor: pointer;
}

.naikaSubNav {
  border-top: 1px solid rgba(171, 125, 78, 0.15);
}

.naikaSubNav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 2.4rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 1.2rem 2rem 1.6rem;
  list-style: none;
}

.naikaSubNav a {
  font-family: var(--jun);
  font-size: 1.8rem;
  font-weight: 500;
}

.naikaSubNav__item--hasChild {
  position: relative;
}

.naikaSubNav__parent {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.naikaSubNav__parentIcon {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.naikaSubNav__item--hasChild.isChildOpen > .naikaSubNav__parent .naikaSubNav__parentIcon {
  transform: rotate(-135deg);
}

.naikaSubNav__child {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  z-index: 20;
  display: none;
  min-width: 24rem;
  margin: 0;
  padding: 1.2rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(171, 125, 78, 0.2);
  box-shadow: 0 0.8rem 2.4rem rgba(96, 71, 53, 0.12);
  transform: translateX(-50%);
}

.naikaSubNav__child::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 100%;
  height: 0.8rem;
}

.naikaSubNav__child a {
  display: block;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
}

.naikaSubNav__child a:hover,
.naikaSubNav__child .isCurrent a {
  background: #f7f3ed;
  color: var(--copyBrown);
}

@media screen and (min-width: 769px) {
  .naikaSubNav__item--hasChild:hover > .naikaSubNav__child,
  .naikaSubNav__item--hasChild:focus-within > .naikaSubNav__child {
    display: block;
  }

  .naikaSubNav__item--hasChild:hover > .naikaSubNav__parent .naikaSubNav__parentIcon,
  .naikaSubNav__item--hasChild:focus-within > .naikaSubNav__parent .naikaSubNav__parentIcon {
    transform: rotate(-135deg);
  }
}
  
  .naikaSub {
    background: #fff;
  }
  
  .naikaSubHero {
    padding: 5rem 2rem 3rem;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #f7f3ed 100%);
  }
  
  .naikaSubHero__en {
    margin: 0 0 1rem;
    color: var(--copyBrown);
    font-family: var(--jun);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  
  .naikaSubHero__title {
    margin: 0;
    color: #604735;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .naikaSubBody {
    padding: 0 2rem 6rem;
  }
  
  .naikaSubBody__inner {
    max-width: 120rem;
    margin: 0 auto;
    padding: 4rem 4.8rem;
  }
  
  .naikaSubBody__inner > * + * {
    margin-top: 2rem;
  }
  
  .naikaSub__heading2 {
    margin: 4rem 0 1.6rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(171, 125, 78, 0.35);
    color: #604735;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .naikaSubBody__inner > .naikaSub__heading2:first-child {
    margin-top: 0;
  }
  
  .naikaSub__heading3 {
    margin: 3rem 0 1.2rem;
    padding-left: 1.2rem;
    border-left: 4px solid var(--copyBrown);
    color: #604735;
    font-family: var(--jun);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
  
  .naikaSub__heading4 {
    position: relative;
    margin: 2.4rem 0 1rem;
    color: #604735;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 2rem;
  }
  
  .naikaSub__heading4:before {
    content: "";
    background: #604735;
    display: block;
    height: 0.2rem;
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: 1.5rem;
  }
  
  .naikaSubBody__inner p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  
  .naikaSubBody__inner p a {
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
  }
  
  .naikaSubBody__inner p strong {
    background: -webkit-linear-gradient(transparent 60%, rgba(193, 171, 127, 0.5) 60%);
    background: linear-gradient(transparent 60%, rgba(193, 171, 127, 0.5) 60%);
  }
  
  .naikaSub__note {
    color: #8a6a4d;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  
  p + .naikaSub__note {
     margin-top: 1rem;
  }
  
  .naikaSub__mainimg img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .naikaSub__mainimg.img-top img {
    object-position: top;
  }
  
  .naikaSub__mainimg.img-bottom img {
    object-position: bottom;
  }
  
  .img-40 {
    height: 40rem;
  }
  
  .img-40 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .naikaSub__flex {
    display: flex;
    justify-content: space-between;
  }
  
  .naikaSub__subimg {
    width: 48%;
  }
  
  .naikaSub__content {
    width: 48%;
  }
  
  .naikaSub__list {
    margin: 2rem 0;
  }
  
  .naikaSub__list li {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.9;
    padding-left: 2rem;
  }
  
  .naikaSub__list li:before {
    content: "";
    background: #604735;
    display: block;
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 1rem;
    border-radius: 50%;
  }
  
  .naikaSub__list li + li {
    margin-top: 0.6rem;
  }
  
  .naikaSub__faq {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .naikaSub__faqItem + .naikaSub__faqItem {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid rgba(171, 125, 78, 0.2);
  }
  
  .naikaSub__faqQ {
    position: relative;
    margin: 0 0 1.2rem;
    padding-left: 3.6rem;
    color: #604735;
    font-family: var(--jun);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  
  .naikaSub__faqQ::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2.6rem;
    height: 2.6rem;
    background: var(--copyBrown);
    color: #fff;
    font-family: var(--jun);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.7rem;
    text-align: center;
    border-radius: 50%;
  }
  
  .naikaSub__faqA {
    position: relative;
    padding-left: 3.6rem;
  }
  
  .naikaSub__faqA::before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2.6rem;
    height: 2.6rem;
    background: #f7f3ed;
    color: #604735;
    font-family: var(--jun);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.7rem;
    text-align: center;
    border: 1px solid rgba(171, 125, 78, 0.35);
    border-radius: 50%;
  }
  
  .naikaSub__faqA p + p {
    margin-top: 0.8rem;
  }
  
  .naikaSub__figure {
    margin: 2rem 0 0;
  }
  
  .naikaSub__figure img {
    display: block;
    width: 100%;
    min-height: 20rem;
    background: #ece7df;
    border: 1px dashed rgba(171, 125, 78, 0.5);
  }
  
  .naikaSub__figure figcaption {
    margin-top: 0.8rem;
    color: #8a6a4d;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  
  .naikaSub__tableWrap {
    overflow-x: auto;
    margin-top: 1.6rem;
    -webkit-overflow-scrolling: touch;
  }
  
  .naikaSub__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
  }
  
  .naikaSub__table th,
  .naikaSub__table td {
    padding: 1rem 1.2rem;
    border: 1px solid rgba(171, 125, 78, 0.25);
    text-align: center;
    line-height: 1.5;
  }
  
  .naikaSub__table thead th,
  .naikaSub__table tbody th {
    background: #f7f3ed;
    font-weight: 500;
  }
  
  .naikaSub__infoTableWrap {
    margin-top: 1.6rem;
  }
  
  .naikaSub__infoTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.8rem;
    table-layout: fixed;
  }
  
  .naikaSub__infoTable th,
  .naikaSub__infoTable td {
    padding: 1.6rem 2rem;
    border: 1px solid #d9d9d9;
    line-height: 1.7;
    vertical-align: middle;
  }
  
  .naikaSub__infoTable th {
    width: 22%;
    background: #f2f2f2;
    font-family: var(--jun);
    font-weight: 500;
    text-align: center;
  }
  
  .naikaSub__infoTable td {
    background: #fff;
    text-align: left;
  }
  
  .naikaSub__infoTable td p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  
  .naikaSub__infoTable td p + p {
    margin-top: 0.8rem;
  }
  
  .naikaSubCta {
    padding: 0 2rem 8rem;
  }
  
  .naikaSubCta__inner {
    max-width: 110rem;
    margin: 0 auto;
    padding: 3.6rem;
    background: #fff;
    border: 2px solid rgba(171, 125, 78, 0.25);
    border-radius: 1.2rem;
    text-align: center;
  }
  
  .naikaSubCta__title {
    margin: 0 0 1.2rem;
    font-size: 3rem;
    font-weight: 600;
    color: #604735;
  }
  
  .naikaSubCta__lead {
    margin: 0 0 2.4rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  
  .naikaSubCta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
  
  .naikaSubCta__button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-width: 28rem;
    padding: 1.4rem 2rem;
    border-radius: 0.6rem;
    font-family: var(--jun);
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
  }
  
  .naikaSubCta__button img {
    width: 2.4rem;
    filter: brightness(0) invert(1);
  }
  
  .naikaSubCta__buttonBooking {
    background: #ab7d4e;
  }
  
  .naikaSubCta__buttonTel {
    background: #8db068;
  }
  
  .naikaSubCta__telText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    text-align: left;
  }
  
  .naikaSubCta__telText strong {
    font-size: 2rem;
    font-weight: 700;
  }
  
  .naikaSubFooter {
    margin-top: 0;
    background: #f7f3ed;
    border-top: 1px solid rgba(171, 125, 78, 0.2);
  }
  
  .naikaSubFooter__inner {
    max-width: 120rem;
    margin: 0 auto;
    padding: 4rem 2rem 3.2rem;
    text-align: center;
  }
  
  .naikaSubFooter__logo {
    display: inline-block;
  }
  
  .naikaSubFooter__logo img {
    width: 20rem;
    max-width: 100%;
    height: auto;
  }
  
  .naikaSubFooter__nav {
    margin-top: 5.4rem;
  }
  
  .naikaSubFooter__nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .naikaSubFooter__group {
    width: 100%;
    margin: 4.6rem auto 0;
    box-sizing: border-box;
    text-align: center;
  }

  .naikaSubFooter__groupTitle {
    display: inline-block;
    margin: 0 0 1.2rem;
    padding: 0 0 1rem;
    border-left: 0;
    border-bottom: 2px solid rgba(171, 125, 78, 0.35);
    color: #604735;
    font-family: var(--jun);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }

  .naikaSubFooter__subNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 2.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .naikaSubFooter__subNav a {
    font-size: 1.6rem;
    font-weight: 400;
  }
  
  .naikaSubFooter__nav a {
    color: #604735;
    font-family: var(--jun);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  
  .naikaSubFooter__copy {
    margin: 3rem 0 0;
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
  }
  
  .naikaSubFloatingBanner {
    display: none;
  }
  
  .naikaSubBody .naikaSub__doctorname {
    font-size: 2.4rem;
    font-weight: 600;
  }
  
  .naikaSubBody .naikaSub__map {
    position: relative;
    padding-top: 50%;
  }
  
  .naikaSubBody .naikaSub__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .naikaSubBody__inner .mapBtnLink {
    display: flex;
    margin: 2rem auto 0;
    text-decoration: none;
  }

  .footerClinicInfo {
    background: #f7f3ed;
  }
  
  .mb10 {
    margin-bottom: 1rem;
  }
  
  .mb20 {
    margin-bottom: 2rem;
  }
  
  .mb30 {
    margin-bottom: 3rem;
  }
  
  .mb40 {
    margin-bottom: 4rem;
  }
  
  .mb50 {
    margin-bottom: 5rem;
  }
  
  .mb60 {
    margin-bottom: 6rem;
  }
  
  .mb70 {
    margin-bottom: 7rem;
  }
  
  @media screen and (max-width: 768px) {
    html {
      font-size: calc(100vw / 375 * 10);
    }

    .naikaSubHeader__inner {
      padding: 1.2rem 1.6rem;
    }

    .naikaSubHeader__logoPc {
      display: none;
    }

    .naikaSubHeader__logoSp {
      display: block;
    }

    .naikaSubHeader__booking span,
    .naikaSubHeader__tel span {
      display: none;
    }

    .naikaSubHeader__menuButton {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
      position: relative;
      z-index: 111;
    }

    .naikaSubHeader__menuBars {
      position: relative;
      display: block;
      width: 2.4rem;
      height: 0.2rem;
      background: #604735;
      transition: background 0.3s ease;
    }

    .naikaSubHeader__menuBars::before,
    .naikaSubHeader__menuBars::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 0.2rem;
      background: #604735;
      transition: transform 0.3s ease, top 0.3s ease;
    }

    .naikaSubHeader__menuBars::before {
      top: -0.7rem;
    }

    .naikaSubHeader__menuBars::after {
      top: 0.7rem;
    }

    body.isNaikaSubMenuOpen {
      overflow: hidden;
    }

    body.isNaikaSubMenuOpen .naikaSubHeader__menuBars {
      background: transparent;
    }

    body.isNaikaSubMenuOpen .naikaSubHeader__menuBars::before {
      top: 0;
      transform: rotate(35deg);
    }

    body.isNaikaSubMenuOpen .naikaSubHeader__menuBars::after {
      top: 0;
      transform: rotate(-35deg);
    }

    .naikaSubNav {
      position: fixed;
      z-index: 105;
      inset: 0;
      display: block;
      width: 100%;
      height: 100vh;
      height: 100dvh;
      margin: 0;
      padding: 8.8rem 2.4rem 6rem;
      background: rgba(247, 243, 237, 0.96);
      border-top: 0;
      overflow-y: auto;
      opacity: 0;
      pointer-events: none;
      transform: translateX(100%);
      transition: transform 0.42s ease, opacity 0.24s ease;
    }

    body.isNaikaSubMenuOpen .naikaSubNav {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0);
    }

    .naikaSubNav > ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 2rem;
      max-width: none;
      padding: 0;
    }

    .naikaSubNav > ul li {
      width: 100%;
    }

    .naikaSubNav > ul > li > a {
      font-size: 1.8rem;
      color: #604735;
    }

    .naikaSubNav > ul > li > a:not(.naikaSubNav__parent) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.2rem;
      width: 100%;
    }

    .naikaSubNav > ul > li > a:not(.naikaSubNav__parent)::after {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      margin-right: 0.4rem;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .naikaSubNav__parent {
      display: flex;
      width: 100%;
    }

    .naikaSubNav__item--hasChild {
      width: 100%;
    }

    .naikaSubNav__parentIcon {
      margin-left: auto;
    }

    .naikaSubNav__child {
      position: static;
      display: none;
      min-width: 0;
      margin: 0;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      transform: none;
    }

    .naikaSubNav__item--hasChild.isChildOpen > .naikaSubNav__child {
      display: block;
      margin-top: 1.2rem;
    }

    .naikaSubNav__child::before {
      display: none;
    }

    .naikaSubNav__child a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.2rem;
      padding: 0.8rem 0 0.8rem 1.6rem;
      font-size: 1.6rem;
      white-space: normal;
      text-align: left;
    }

    .naikaSubNav__child a::after {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      margin-right: 0.4rem;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
      flex-shrink: 0;
      opacity: 0.6;
    }

    .naikaSubNav__child a:hover,
    .naikaSubNav__child .isCurrent a {
      background: transparent;
    }
  
    .naikaSubHero {
      padding: 3.6rem 1.6rem 2.4rem;
    }
  
    .naikaSubHero__title {
      font-size: 2.8rem;
    }
  
    .naikaSubBody {
      padding: 0 1.6rem 4rem;
    }
  
    .naikaSubBody__inner {
      padding: 2.4rem 0;
    }
  
    .naikaSub__heading2 {
      font-size: 2rem;
    }
  
    .naikaSub__heading3 {
      font-size: 1.8rem;
    }
    
    .naikaSub__heading4 {
      font-size: 1.6rem;
    }
    
    .naikaSub__heading4:before {
      top: 1rem;
      width: 1.3rem;
    }
    
    .naikaSubBody__inner p {
      font-size: 1.4rem;
    }
  
    .naikaSub__tableWrap {
      max-width: none;
      margin-right: -1.6rem;
      margin-left: -1.6rem;
      padding-right: 0;
      padding-left: 1.6rem;
    }
  
    .naikaSub__tableWrap--fit {
      overflow-x: visible;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
    }
  
    .naikaSub__table {
      width: max-content;
      min-width: 100%;
    }
  
    .naikaSub__tableWrap--fit .naikaSub__table {
      width: 100%;
      min-width: 0;
      table-layout: fixed;
      font-size: 1.2rem;
    }
  
    .naikaSub__table th,
    .naikaSub__table td {
      white-space: nowrap;
    }
  
    .naikaSub__tableWrap--fit .naikaSub__table th,
    .naikaSub__tableWrap--fit .naikaSub__table td {
      padding: 0.6rem 0.2rem;
      white-space: normal;
      word-break: break-all;
      line-height: 1.4;
    }
  
    .naikaSub__tableWrap--fit .naikaSub__table--schedule thead th:first-child,
    .naikaSub__tableWrap--fit .naikaSub__table--schedule tbody th {
      width: 28%;
    }
  
    .naikaSub__infoTable th,
    .naikaSub__infoTable td {
      padding: 1.2rem 1.4rem;
      font-size: 1.4rem;
    }
  
    .naikaSub__infoTable th {
      width: 28%;
    }
  
    .naikaSub__infoTable td p {
      font-size: 1.4rem;
    }
    
    .naikaSub__flex {
      flex-direction: column;
      gap: 1.5rem;
    }
    
    .naikaSub__subimg {
      width: 100%;
    }
    
    .naikaSub__content {
      width: 100%;
    }
    
    .naikaSub__list li {
      font-size: 1.4rem;
    }
    
    .naikaSub__list li:before {
       height: 0.8rem;
       width: 0.8rem;
       top: 1rem;
    }
  
    .naikaSub__faqQ {
      font-size: 1.4rem;
      padding-left: 3.2rem;
    }
  
    .naikaSub__faqQ::before,
    .naikaSub__faqA::before {
      width: 2.2rem;
      height: 2.2rem;
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  
    .naikaSub__faqA {
      padding-left: 3.2rem;
    }
  
    .naikaSubCta__buttons {
      flex-direction: column;
    }
  
    .naikaSubCta__button {
      width: 100%;
      min-width: 0;
      justify-content: center;
    }
  
    .naikaSubCta {
      padding-bottom: 4rem;
    }
  
    .naikaSubFooter__inner {
      padding: 3rem 1.6rem 2rem;
    }
  
    .naikaSubFooter__logo img {
      width: 14rem;
    }
  
    .naikaSubFooter__nav > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 0.8rem;
      text-align: left;
    }

    .naikaSubFooter__nav > ul > li {
      width: calc((100% - 0.8rem) /2);
    }

    .naikaSubFooter__group {
      margin-top: 1.2rem;
      padding: 1.6rem 0;
      text-align: left;
    }

    .naikaSubFooter__groupTitle {
      margin-bottom: 1rem;
      font-size: 1.6rem;
    }

    .naikaSubFooter__subNav {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 0.8rem;
      padding: 0;
    }

    .naikaSubFooter__subNav > li {
      width: calc((100% - 0.8rem) /2);
    }

    .naikaSubFooter__subNav a {
      font-size: 1.4rem;
    }
  
    .naikaSubFooter__nav a {
      font-size: 1.4rem;
    }
  
    .naikaSubFooter__copy {
      padding: 1.2rem 1.6rem;
      margin-bottom: 4.8rem;
      font-size: 1.4rem;
    }
  
    .naikaSubFloatingBanner {
      position: fixed;
      z-index: 100;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      width: 100%;
      max-width: 100%;
      height: 4.8rem;
      margin: 0;
      color: #fff;
      font-family: var(--jun);
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.01em;
      text-align: center;
    }
  
    .naikaSubFloatingBanner__item {
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      height: 4.8rem;
      color: #fff;
      font-size: 1.5rem;
    }
  
    .naikaSubFloatingBanner__tel {
      background: #8db068;
    }
  
    .naikaSubFloatingBanner__booking {
      background: #ab7d4e;
    }
  
    .naikaSubFloatingBanner img {
      flex: 0 0 auto;
      width: 1.6rem;
      height: auto;
      filter: brightness(0) invert(1);
    }
  
    .naikaSubFloatingBanner__booking img {
      width: 1.9rem;
    }
  
    .naikaSubFloatingBanner__booking > span {
      display: flex;
      align-items: baseline;
      gap: 0.2rem;
    }
  
    .naikaSubFloatingBanner__time {
      font-size: 1.2rem;
    }
  
    .naikaSubFloatingBanner__web {
      font-size: 1.6rem;
    }
    
    .naikaSubBody .naikaSub__doctorname {
      font-size: 2rem;
      text-align: center;
    }
    
    .naikaSubCta__title {
      font-size: 2.2rem;
    }
    
    .naikaSubCta__lead {
      font-size: 1.6rem;
    }
    
    .naikaSubCta .clinicButtons {
      row-gap: 2rem;
      margin-top: 3rem;
    }
    
    .naikaSubCta .clinicButton {
      width: 100%;
      font-size: 1.8rem;
      height: 8rem;
    }
    
    .naikaSubCta .clinicButtonTelText {
      align-items: center;
    }
    
    .naikaSubCta .clinicButtonTelText span {
      font-size: 1.6rem;
    }
    
    .naikaSubCta .clinicButtonTelText strong {
      font-size: 1.8rem;
    }
    
    .naikaSubCta .clinicButtonBooking img,
    .naikaSubCta .clinicButtonTel img {
      width: 3rem;
    }
	
    .naikaSubBody .naikaSub__map {
      padding-top: 70%;
    }
	
	.naikaSubBody__inner .mapBtnLink {
      font-size: 1.5rem;
      width: 25rem;
      height: 5rem;
	}
	
	.img-40 {
	  height: 25rem;
	}

    .footerClinicInfo {
      overflow-x: hidden;
      width: 100%;
      padding: 0;
      font-size: calc(100vw / 750 * 10);
    }

    .footerClinicInfoInner {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 4em 1.6em 3.2em;
      box-sizing: border-box;
      row-gap: 0;
    }

    .footerClinicInfoText {
      min-width: 0;
    }

    .footerClinicInfo .footerClinicLogo {
      display: block;
      width: 37.2em;
      max-width: calc(100% - 3.2em);
      height: auto;
      margin-left: 1.6em;
    }

    .footerClinicInfo .footerClinicTelText {
      margin: 0.8em 0 0 1.6em;
      color: #333333;
      font-family: "KazYuGothic", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
      font-size: 2.8em;
      font-weight: 400;
      line-height: 1.78;
    }

    .footerClinicSchedule {
      width: 100%;
      max-width: 100%;
    }

    .footerClinicInfo .footerClinicHours {
      width: 100%;
      max-width: 100%;
      margin-top: 2em;
      border-collapse: collapse;
      color: #333333;
      font-family: var(--jun);
      font-size: 2.266em;
      line-height: 1.1;
      table-layout: fixed;
    }

    .footerClinicInfo .footerClinicHours caption {
      margin-bottom: 0.8em;
      color: #333333;
      font-family: var(--jun);
      font-size: 1.3em;
      font-weight: 500;
      text-align: left;
    }

    .footerClinicInfo .footerClinicHours th,
    .footerClinicInfo .footerClinicHours td {
      height: 2.6em;
      padding: 0;
      overflow: hidden;
      text-align: center;
      vertical-align: middle;
      font-weight: 500;
    }

    .footerClinicInfo .footerClinicHours thead th {
      background: #aa6c3b;
      color: #ffffff;
      font-size: 0.95em;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .footerClinicInfo .footerClinicHours thead th:first-child {
      width: 28%;
    }

    .footerClinicInfo .footerClinicHours thead th:not(:first-child):not(:last-child) {
      width: 7.5%;
    }

    .footerClinicInfo .footerClinicHours thead th:last-child {
      width: 16%;
    }

    .footerClinicInfo .footerClinicHours tbody th {
      padding-left: 0.4em;
      font-family: "KazYuGothic", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
      font-size: 0.9em;
      font-weight: 400;
      text-align: left;
      white-space: nowrap;
    }

    .footerClinicInfo .footerClinicHours tbody td {
      color: #aa6c3b;
    }

    .footerClinicInfo .footerClinicNotes {
      width: 100%;
      max-width: 100%;
      margin-top: 1.7em;
      margin-left: 1.6em;
      color: #333333;
      font-family: "KazYuGothic", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
      font-size: 2.266em;
      font-weight: 400;
      line-height: 1.55;
    }

    .footerClinicInfo .footerClinicNotes p {
      margin: 0;
    }

    .footerClinicInfo .footerClinicNotes p + p {
      margin-top: 0.8em;
    }

    .naikaSubFooter__nav {
      margin-top: 1.4rem;
    }

    body.pageNaikaSub {
      overflow-x: clip;
    }

    body.pageNaikaSub .siteFooter {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-bottom: 4.8rem;
      font-size: 1.1rem;
    }
  }

body.pageNaikaSub .siteWrap {
  position: relative;
  background: #ffffff;
}

body.pageNaikaSub .naikaSubLogoLayer {
  display: block;
}

body.pageNaikaSub .naikaSubLogoLayer .heroLogo a {
  display: block;
}

@media screen and (min-width: 769px) {
  body.pageNaikaSub .siteWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 11rem;
    background: #f7f3ee;
    border-bottom: 1px solid rgba(171, 125, 78, 0.2);
  }

  body.pageNaikaSub .siteHeader,
  body.pageNaikaSub .naikaSubLogoLayer .heroSeoTitle,
  body.pageNaikaSub .naikaSubLogoLayer .heroLogo {
    position: absolute;
  }

  body.pageNaikaSub .siteHeader {
    top: 3.8rem;
    right: 6.3rem;
    z-index: 20;
  }

  body.pageNaikaSub .naikaSubLogoLayer .heroSeoTitle {
    top: .6rem;
    left: 2.1rem;
    z-index: 18;
    line-height: 1.4;
    overflow: visible;
  }

  body.pageNaikaSub .naikaSubLogoLayer .heroLogo {
    top: 3.8rem;
    left: 5.6rem;
    z-index: 18;
  }

  body.pageNaikaSub .naikaSub {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  body.pageNaikaSub .naikaSubLogoLayer {
    display: block;
    padding: 1.4rem 0 .9rem;
  }

  body.pageNaikaSub .naikaSubLogoLayer .heroSeoTitle {
    position: static;
    display: block;
    margin: 0 7.2rem .5rem 1.2rem;
    color: var(--copyBrown);
    font-family: var(--jun);
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.3;
    overflow: visible;
  }

  body.pageNaikaSub .naikaSubLogoLayer .heroLogo {
    position: relative;
    z-index: 110;
    width: 24.45rem;
    max-width: calc(100% - 8.5rem);
    margin: 0 0 0 1.45rem;
  }

  body.pageNaikaSub .naikaSubLogoLayer .heroLogo img {
    width: 100%;
    height: auto;
  }

  body.pageNaikaSub .siteHeader {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 120;
  }

  body.pageNaikaSub .menuButton {
    top: 2.1rem;
    right: 1.9rem;
    width: 5.45rem;
    height: 5.45rem;
    padding: .5rem 0 0;
    font-size: .95rem;
  }

  body.pageNaikaSub .menuButtonBars {
    width: 2.95rem;
    height: .25rem;
    margin: .1rem 0 .85rem;
  }

  body.pageNaikaSub .menuButtonBars::before,
  body.pageNaikaSub .menuButtonBars::after {
    width: 2.95rem;
    height: .25rem;
  }

  body.pageNaikaSub .menuButtonBars::before {
    top: -.75rem;
  }

  body.pageNaikaSub .menuButtonBars::after {
    top: .75rem;
  }

  body.pageNaikaSub .menuButtonText {
    margin-top: .5rem;
  }

  body.pageNaikaSub.isMenuOpen .menuButtonBars {
    background: transparent;
  }

  body.pageNaikaSub.isMenuOpen .menuButtonBars::before {
    top: 0;
    transform: rotate(35deg);
  }

  body.pageNaikaSub.isMenuOpen .menuButtonBars::after {
    top: 0;
    transform: rotate(-35deg);
  }

  body.pageNaikaSub .globalNav {
    z-index: 110;
    padding: 10.1rem 2.2rem 3.5rem;
    background: #f7f3ed;
  }

  body.pageNaikaSub .globalNav::before {
    position: absolute;
    top: 1.4rem;
    left: 1.25rem;
    display: block;
    width: 24.45rem;
    height: 5.45rem;
    background: url("../img/logo-sp.png") left top / contain no-repeat;
    content: "";
    pointer-events: none;
  }

  body.pageNaikaSub .globalNav > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3.7rem;
    row-gap: 2.3rem;
    width: 33.1rem;
    max-width: calc(100vw - 4.4rem);
  }

  body.pageNaikaSub .globalNav a,
  body.pageNaikaSub .globalNavMenuButton,
  body.pageNaikaSub .globalNav .globalNavSubmenu a {
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: .06em;
  }

  body.pageNaikaSub .globalNavMenuButton {
    padding-bottom: .65rem;
  }

  body.pageNaikaSub .globalNav .globalNavSubmenu {
    column-gap: 3.7rem;
    row-gap: 1.95rem;
    width: 23.3rem;
    margin-top: 1.9rem;
    margin-left: 1.8rem;
  }

  body.pageNaikaSub .navDentalSp {
    margin-top: .45rem;
    margin-left: -.2rem;
  }

  body.pageNaikaSub .naikaSubHero {
    padding-top: 2.8rem;
  }

  body.pageNaikaSub .naikaSubBody,
  body.pageNaikaSub .naikaSubCta,
  body.pageNaikaSub .footerClinicInfo,
  body.pageNaikaSub .siteFooter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.pageNaikaSub .siteFooter {
    height: 3.8rem;
    margin-bottom: 6rem;
    font-size: 1.1rem;
  }

  body.pageNaikaSub .footerClinicInfo {
    padding: 2.5rem 2.6rem 2.7rem;
    font-size: inherit;
  }

  body.pageNaikaSub .footerClinicInfoInner {
    display: grid;
    row-gap: 2.1rem;
    padding: 0;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicLogo {
    width: 22.5rem;
    max-width: 100%;
    margin-left: 0;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicTelText {
    margin: .6rem 0 0;
    font-size: 1.4rem;
    line-height: 1.82;
  }

  body.pageNaikaSub .footerClinicSchedule {
    width: 100%;
    max-width: 100%;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicHours {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    font-size: 1.133rem;
    line-height: 1;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicHours caption {
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-size: 1.4rem;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicHours th,
  body.pageNaikaSub .footerClinicInfo .footerClinicHours td {
    height: 2.9rem;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicHours thead th {
    font-size: 1em;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicHours tbody th {
    padding-left: 1.4rem;
    font-size: 1em;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicNotes {
    margin-top: 1.2rem;
    margin-left: 0;
    font-size: 1.25rem;
    line-height: 1.55;
  }

  body.pageNaikaSub .footerClinicInfo .footerClinicNotes p + p {
    margin-top: .7rem;
  }

  body.pageNaikaSub .floatingBanner {
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 6rem;
  }

  body.pageNaikaSub .floatingBannerItem {
    min-width: 0;
    width: 50%;
  }

  body.pageNaikaSub .floatingBannerTel {
    font-size: 1.5rem;
  }

  body.pageNaikaSub .floatingBannerTel img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .55rem;
  }

  body.pageNaikaSub .floatingBannerBooking img {
    width: 1.9rem;
    height: 1.95rem;
    margin-right: .75rem;
  }

  body.pageNaikaSub .floatingBannerTime {
    padding-right: .25rem;
    font-size: 1.2rem;
  }

  body.pageNaikaSub .floatingBannerWeb {
    font-size: 1.6rem;
  }

  body.pageNaikaSub .footerLinks {
    margin-top: 3.75rem;
    font-size: 1.198rem;
    line-height: 1;
  }

  body.pageNaikaSub .footerLinks a {
    white-space: nowrap;
  }

  body.pageNaikaSub .footerLinksMain {
	gap: 2.15rem;
    flex-wrap: wrap;
  }

  body.pageNaikaSub .footerLinksTitle {
    margin-top: 2.75rem;
  }

  body.pageNaikaSub .footerLinksMedical {
    column-gap: 2.15rem;
    row-gap: 2.7rem;
    margin-top: 2.25rem;
  }
}

body.pageNaikaSub .naikaSubBody__inner .clinicInfo,
body.pageNaikaSub .footerClinicInfo {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.pageNaikaSub .naikaSubBody__inner .clinicInfo {
  padding-top: 0;
}

body.pageNaikaSub .naikaSubBody__inner .clinicIntro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  width: 100%;
  max-width: 100%;
  margin: 3rem 0 0;
}

body.pageNaikaSub .naikaSubBody__inner .clinicPhoto,
body.pageNaikaSub .naikaSubBody__inner .clinicPhoto img {
  width: 100%;
  max-width: 100%;
}

body.pageNaikaSub .naikaSubBody__inner .clinicLogo,
body.pageNaikaSub .naikaSubBody__inner .clinicAddress,
body.pageNaikaSub .naikaSubBody__inner .clinicTelText,
body.pageNaikaSub .naikaSubBody__inner .clinicHours,
body.pageNaikaSub .naikaSubBody__inner .clinicNotes {
  margin-left: 0;
}

body.pageNaikaSub .naikaSubBody__inner .clinicHours {
  width: 100%;
  max-width: 59rem;
}

@media screen and (min-width: 769px) {
  body.pageNaikaSub .footerClinicInfo {
    margin-top: 0;
    padding: 3.8rem 2rem 4.2rem;
    background: #ffffff;
  }

  body.pageNaikaSub .footerClinicInfoInner {
    display: grid;
    grid-template-columns: minmax(0, 53rem) minmax(0, 59rem);
    column-gap: 4.2rem;
    align-items: start;
    width: 117.2rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }

  body.pageNaikaSub .footerLinks {
    grid-column: 1 / -1;
  }
}
