:root {
  --gold: #A79457;
  --gold-dark: #79652d;
  --ink: #181818;
  --paper: #fff;
  --mist: #f4f4f1;
  --line: #ddd8cc;
  --serif: 'YuMincho',serif;
  --sans: 'YuGothic',sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.9;
  letter-spacing: .04em;
  overflow-x: hidden;
}

main{
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,section p{
	color: var(--ink);
}

.container {
  width: min(1160px,calc(100% - 48px));
  margin: auto;
}

.narrow {
  width: min(900px,100%);
  position: relative;
  z-index: 2;
}

.section-pad {
  padding: 90px 0;
}

.site-header {
  position: relative;
  background: #fff;
  z-index: 20;
}

.header-main {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #665a3f;
}

.logo span {
  font: 600 28px var(--serif);
  letter-spacing: .12em;
}

.logo small {
  font-size: 10px;
  letter-spacing: .3em;
  margin-top: 6px;
}

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

.header-tel {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.header-tel small {
  font-size: 11px;
}

.header-tel b {
  font: 600 25px var(--serif);
}

.mini-button {
  background: var(--gold);
  color: #fff;
  padding: 13px 17px;
  font-size: 12px;
}

.mini-button--dark {
  background: #393a37;
}

.global-nav {
  height: 58px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-nav a {
  padding: 0 30px;
  border-right: 1px solid #ddd;
  font-size: 13px;
}

.global-nav a:first-child {
  border-left: 1px solid #ddd;
}

.menu-button {
  display: none;
}

.hero {
  height: min(650px,56vw);
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 30%,
    rgba(255, 255, 255, 0.75) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
height: 362px;
    top: auto;
    left: 0;
    bottom: 0px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.5%, rgba(230, 219, 203, 0.5) 37.5%, #CDB797 100%);
}

.global-nav {
  z-index: 5;
}



.hero-copy {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.hero-copy p {
  font: 500 clamp(16px,2vw,25px) var(--serif);
}

.hero-copy p b {
  background: #fff;
  color: var(--gold);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
}

.hero-copy h1 {
  font: 600 clamp(26px,3vw,44px) var(--serif);
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0,0,0,.2);
}

.hero-badges {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 35px;
  display: flex;
}

.hero-badges span {
  text-align: center;
  margin-left: -9px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.hero-badges b {
  font-size: 18px;
}

.credit-banner {
  background: #f1f0eb;
}

.credit-banner img {
  margin: auto;
  max-height: 210px;
}

.section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.section-heading span {
  display: block;
  color: var(--gold);
  font: 800 64px var(--serif);
  line-height: 1;
}

.section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

/* 左右の線 */
.section-heading span::before,
.section-heading span::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(
    145.74deg,
    #a79457 17.94%,
    #947e3f 84.7%
  );
}

.section-heading h2 {
  font: 500 16px var(--serif);
  letter-spacing: .3em;
}

.wave {
  position: relative;
}

.wave::before {
  content: "";
  position: absolute;
  top: 281px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../icons/wave.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}

.feature-image {
  width: 537px;
  margin: 0 auto 38px;
}

.concept {
  text-align: center;
	background:#fff;
}

.concept h3 {
  font: 600 32px var(--serif);
  line-height: 1.8;
  color: #8A5519;
}

.concept p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.06em;
  margin: 0;
}

.peace {
  background: var(--mist);
}

.split-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #fff;
  align-items: center;
  margin: 0 0 85px;
}

.split-card>div:last-child {
  padding: 45px;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.image-pair img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.split-card--reverse {
  grid-template-columns: .85fr 1.15fr;
}

.split-card--reverse>img {
  order: 2;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.split-card h3,.mini-feature h3,.treatment-block h3 {
  font: 600 29px var(--serif);
  line-height: 1.6;
}

.split-card h3 span {
  color: var(--gold);
}

.eyebrow {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
}

.button {
  display: inline-flex;
  justify-content: center;
  min-width: 190px;
  padding: 11px 28px;
  background: linear-gradient(145.74deg, #A79457 17.94%, #947E3F 84.7%);
  color: #fff;
  font: 600 24px var(--serif);
  letter-spacing: .12em;
}

@media (max-width: 767px) {
  .button {
    max-width: 240px;
    padding: 9px 20px;
        font-size: 14px;
  }
}

.mini-feature {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  margin: 0 auto 80px;
  max-width: 950px;
}

.mini-feature img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}

.mini-feature div {
  background: #fff;
  padding: 42px;
  margin-left: -70px;
  position: relative;
}

.mini-feature--reverse img {
  order: 2;
}

.mini-feature--reverse div {
  margin: 0 -70px 0 0;
  z-index: 1;
}

.specialties-lead {
  text-align: center;
}

.specialties h2 {
  text-align: center;
  font: 500 30px var(--serif);
}

.specialties h2 b {
  font: 600 56px var(--serif);
  color: var(--gold);
}

.specialty-tabs {
  display: flex;
  justify-content: center;
  margin: 40px 0 90px;
}

.specialty-tabs span {
  width: 220px;
  text-align: center;
  font-family: var(--serif);
  font-size: 18px;
}

.specialty-tabs small {
  display: block;
  color: var(--gold);
  font: 500 19px var(--serif);
}

.treatment-block {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  margin-bottom: 110px;
}

.treatment-block>img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.treatment-block>div {
  padding: 55px;
  background: #fff;
  margin-left: -50px;
}

.treatment-block--reverse>img {
  order: 2;
}

.treatment-block--reverse>div {
  margin: 0 -50px 0 0;
  z-index: 1;
}

.cases {
  position: relative;
  padding: 62px 0;
  margin: 0 0 110px;
  background: #fff;
}

.cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/precision-line-bg.svg") center / 100% auto no-repeat;
  pointer-events: none;
}

.case-slider {
  position: relative;
  /*overflow: hidden;*/
  width: min(1700px,calc(100% - 30px));
}

.case-track {
  display: flex;
  gap: 72px;
  transition: transform .55s ease;
  will-change: transform;
}

.case-card {
  flex: 0 0 1000px;
  width: 1000px;
  min-width: 1000px;
  height: 680px;
  padding: 0 50px 35px;
  overflow: hidden;
  background: #f3f2ec;
}

.case-slider-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  height: 64px;
}

.case-slider-heading p {
  margin: 0;
  color: var(--gold);
  font: 500 46px/1 var(--serif);
  letter-spacing: .16em;
}

.case-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 95px;
  padding: 0 20px;
}

.case-card-header p {
  margin: 0;
  padding-left: 16px;
  border-left: 5px solid #9d7447;
  font: 500 16px/1.7 var(--serif);
}

.case-card-header h3 {
  margin: 0;
	padding:10px 0;
  color: var(--gold);
  font: 600 27px/1.45 var(--serif);
  letter-spacing: .04em;
}

.case-card-body {
  display: grid;
  grid-template-columns: minmax(0,322px) minmax(0,1fr);
  gap: 30px;
  align-items: start;
  max-width: 800px;
  margin: 0 auto;
}

.case-images {
  display: grid;
  gap: 24px;
}

.case-images img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.case-information {
  padding-top: 0;
}

.case-details {
  display: grid;
  gap: 15px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.case-details>div {
  display: grid;
  grid-template-columns: 186px 1fr;
  gap: 18px;
  align-items: start;
}

.case-details dt {
  padding: 2px 13px;
  border-left: 4px solid var(--gold);
  background: rgba(167,148,87,.14);
  font-weight: 600;
}

.case-details dd {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.case-risk {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.case-risk h4 {
  display: inline-block;
  margin: 0 0 15px;
  padding: 2px 13px;
  border-left: 4px solid var(--gold);
  background: rgba(167,148,87,.14);
  font: inherit;
}

.case-risk ul {
  margin: 0;
  padding-left: 1.5em;
  font-size: 16px;
}

.case-risk li {
  margin-bottom: 4px;
}

.slider-arrow {
  position: static;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font: 300 25px/1 var(--serif);
  cursor: pointer;
	padding:0;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.slider-dots button.active {
  background: var(--gold);
}

.treatment-menu {
  background-color: #f3f2ec;
}

.menu-visual {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 35px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}

.menu-grid a {
  min-height: 138px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: 600 20px var(--serif);
  transition: .2s;
}

.menu-grid a:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.menu-grid img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
}

.wide-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 32px;
}

.wide-links a {
  padding: 20px;
  background: linear-gradient(145.74deg, #A79457 17.94%, #947E3F 84.7%);
  color: #fff;
  text-align: center;
}

.doctor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.doctor-photo {
  position: relative;
}

.doctor-photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}

.doctor-photo strong {
  position: absolute;
  left: -20px;
  top: 35px;
  color: #fff;
  font: 500 27px var(--serif);
  text-shadow: 0 2px 8px #555;
}

.doctor-grid h3 {
  font: 500 30px var(--serif);
}

.doctor-grid h3 small {
  display: block;
  color: var(--gold);
  font: 500 17px var(--serif);
  letter-spacing: .1em;
}

.instagram {
  background: #f5f5f4;
}

.instagram-placeholder {
  min-height: 310px;
  border: 1px dashed #aaa;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  color: #888;
}

.recruit {
  text-align: center;
  background: linear-gradient(160deg,#fff 55%,#9e8b50 55%);
}

.recruit img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.recruit p {
  max-width: 720px;
  margin: 25px auto;
}

.site-footer {
  background: #3b3b38;
  color: #fff;
  padding: 75px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
}

.logo--light {
  color: #fff;
}

.site-footer table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin: 25px 0;
}

.site-footer th,.site-footer td {
  border: 1px solid #777;
  text-align: center;
  padding: 6px;
}

.footer-tel {
  font: 600 37px var(--serif);
}

.footer-buttons {
  display: flex;
  gap: 8px;
  margin: 15px 0;
}

.footer-buttons a {
  background: var(--gold);
  padding: 13px 20px;
}

.footer-grid>div:last-child>img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.copyright {
  text-align: center;
  border-top: 1px solid #555;
  margin: 55px 0 0;
  padding: 18px;
  font-size: 10px;
}

.sp-fixed {
  display: none;
}



@media(min-width:768px) and (max-width:1050px) {
  .global-nav a {
    padding: 0 15px;
  }

  .header-actions {
    gap: 5px;
  }

  .mini-button {
    padding: 10px;
  }

  .container {
    width: calc(100% - 48px);
  }

}

/* Header and fading main visual */
.site-header {
  position: relative;
  z-index: 30;
}

.header-main {
  width: min(1900px,calc(100% - 70px));
  height: 126px;
}

.header-logo {
  display: block;
  width: 385px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-actions {
  gap: 12px;
}

.header-tel {
  min-width: 330px;
  text-align: left;
}

.header-tel small {
  font-weight: 600;
  font-size: 14px;
}

.header-tel b {
  display: flex;
  align-items: center;
  font: 600 39px/1 var(--serif);
}

.header-tel b span{
    margin-right: 8px;
    padding: 5px;
  border-radius: 50%;
  background: #181818;
  object-fit: contain;
}

.header-tel b img {
  width: 12px;
  height: 12px;
}

.header-reserve,.header-mail {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  max-width: 225px;
  min-height: 51px;
  padding: 10px 7px;
  border-radius: 6px;
  color: #fff;
}

.header-reserve {
  background: #254366;
}

.header-mail {
  background: #b67022;
}

.header-reserve>img,.header-mail>img {
  filter: brightness(0) invert(1);
}

.header-reserve>img{
  width: 30px;
  height: 30px;
}

.header-mail>img {
  width: 30px;
  height: 23px;
}

.header-reserve span,.header-mail span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  font-feature-settings: "palt";
}

.header-reserve small,.header-mail small {
  font-size: 12px;
}

.header-reserve b,.header-mail b {
  font-size: 16px;
      display: flex;
    align-items: center;
    gap: 7px;
    text-align: justify;
}

.header-reserve em,.header-mail em {
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border: 0.5px solid #F3F2ED;
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
}

.header-sns img {
  width: 67px;
  height: 67px;
  object-fit: contain;
}

.global-nav {
  position: absolute;
  top: 126px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 118px;
  border: 0;
}

.global-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 7px 24px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
}

.global-nav a:first-child {
  border: 0;
}

.global-nav a img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  object-fit: contain;
}

.global-nav a span {
  background: url("../icons/utriangle.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  margin-top: 5px;
  line-height: 1;
}

.hero {
  height: 865px;
  min-height: 0;
}

.hero-slides,.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  margin: 0;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  z-index: 1;
}

.hero-copy {
  z-index: 3;
  top: auto;
  bottom: 55px;
  transform: translateX(-50%);
  color: #fff;
}

.hero-copy p {
  margin: 0;
  font-family: 'YuMincho';
font-style: normal;
font-weight: 700;
font-size: 52px;
letter-spacing: 0.07em;
  text-shadow: 0px 0px 33.4074px #000000;
	color: #fff!important;
}

.hero-copy p small {
  font-size: 36px;
}

.hero-badges {
  right: 8%;
  bottom: 155px;
}

.hero-badges span {
  width: 190px;
  height: 190px;
  margin-left: 12px;
 position: relative;
background: linear-gradient(145.74deg, #A79457 17.94%, #947E3F 84.7%);
box-shadow: 0px 0px 20.2px rgba(0, 0, 0, 0.6);
  font-family: var(--serif);
  text-shadow: 0px 0px 8px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-badges span::before {
  content: "";
  position: absolute;
  inset: 3px;
   border: 1px solid rgba(244, 238, 179, 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.hero-badges small {
  font-size: 20px;
}

.hero-badges span.t01 b small{
  margin-right: 10px;
}

.hero-badges b {
  font-size: 40px;
  line-height: 1.3;
  font-feature-settings: "palt";
}

.hero-badges span.t02 b {
  font-size: 32px;
}
.hero-badges span.t03 b {
  font-size: 30px;
}

@media(max-width:1500px) and (min-width:768px) {
  .header-main {
    width: calc(100% - 35px);
  }

  .header-logo {
    width: 300px;
  }

  .header-tel {
    min-width: 225px;
  }

  .header-tel b {
    font-family: 'Hiragino Mincho Pro';
font-weight: 600;
font-size: 33px;
color: #181818;
  }

  .header-reserve,.header-mail {
    min-width: 225px;
  }

  .header-sns img {
    width: 55px;
    height: 55px;
  }

  .global-nav a {
    min-width: 175px;
  }

}

@media(max-width:1300px){
  .hero-badges {
    right: 2%;
  }
  .hero-copy p {
    font-size: 42px;
  }
}

@media(max-width:1200px){
.header-tel{
  display: none;
}
}

@media(max-width:992px){
.hero-badges {
  right: auto;
  left: 16px;
  bottom: 20px;
  left: 12px;
  right: auto;
  bottom: 275px;
}
.hero-copy {
    left: 39%;
  }
}



@media(prefers-reduced-motion:reduce) {
  .hero-slide {
    transition: none;
  }

}



/* Credit card information */
.credit-banner {
  background: #f1f0eb;
  padding: 62px 0;
}

.credit-inner {
  max-width: 720px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: center;
}

.credit-copy h2 {
  margin: 0 0 24px;
  color: #8A5519;
  font: 600 20px/1.65 var(--serif);
  letter-spacing: .08em;
}

.credit-copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .08em;
}

.credit-image img {
  width: 100%;
  max-width: 400px;
  max-height: none;
  margin-left: auto;
}



/* Peace of mind - private rooms */
.peace {
  position: relative;
    background: #F3F2ED;
}

.peace:before {
  content: '';
  background: url("../images/peace-bg.svg") center center/cover no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top:0;
  left: 0;
}

.peace>.container {
  position: relative;
}

.peace>.container>.section-heading {
  margin-bottom: 42px;
}

.peace>.container>.section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 64px;
  letter-spacing: .07em;
}

.peace>.container>.section-heading span::before,.peace>.container>.section-heading span::after {
  content: "";
  width: 78px;
  height: 1px;
  background: var(--gold);
}

.peace>.container>.section-heading h2 {
  margin-top: 12px;
  color: #181818;
  font-size: 24px;
  letter-spacing: .18em;
}

.peace-private {
  margin: 0 auto 115px;
  max-width: 1000px;
  text-align: center;
}

.peace-photos {
  position: relative;
  height: 440px;
  margin: 0 auto 20px;
}

.peace-photo-main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 640px;
  height: auto;
  object-fit: cover;
}

.peace-photo-sub {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 438px;
  height: auto;
  object-fit: cover;
}

.peace-private-copy {
  max-width: 760px;
  margin: -4px auto 0;
}

.peace-label {
  position: relative;
  z-index: 3;
  display: inline-block;
  min-width: 370px;
  margin: 0 0 24px;
  padding: 10px 25px;
  background: #8A5519;
  color: #fff;
  font: 600 20px var(--serif);
  letter-spacing: .12em;
}

.peace-private-copy h3 {
  margin: 0 0 20px;
  font: 600 32px/1.6 var(--serif);
  letter-spacing: .08em;
  color: #8A5519;
}

.peace-private-copy>p:not(.peace-label) {
  margin: 0 auto 34px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

.peace-button {
  min-width: 390px;
  align-items: center;
  gap: 45px;
  padding: 17px 30px;
  font: 500 19px var(--serif);
}

.peace-button span {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.05em;
}



/* Dialogue-based care */
.dialogue-care {
  width: 100vw;
  max-width: none;
  margin: 0 0 80px 50%;
  transform: translateX(-50%);
  background: #fff;
}

.dialogue-visual {
  position: relative;
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 465px;
  overflow: hidden;
}

.dialogue-message {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 0 35px 33%;
  background: #fff;
}

.dialogue-message::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -140px;
  width: 210px;
  height: 100%;
  background: linear-gradient(90deg,#fff 15%,rgba(255,255,255,.9) 42%,rgba(255,255,255,0));
  pointer-events: none;
}

.dialogue-message>img {
  position: absolute;
  z-index: -2;
  top: 18px;
  right: -125px;
  width: 400px;
  z-index: 1;
}

.dialogue-message h3 {
  position: relative;
  margin: 25px 0 0;
  font: 500 33px/1.55 var(--serif);
	color:#181818!important;
  letter-spacing: .08em;
  white-space: nowrap;
  z-index: 2;
}

.dialogue-message h3 span {
  font-size: 45px;
  font-weight: 600;
}

.dialogue-message>p {
  margin: 0;
  font: 500 34px/1.5 var(--serif);
  letter-spacing: .07em;
  white-space: nowrap;
}

.dialogue-message>p b {
  color: var(--gold);
  font-size: 75px;
  font-weight: 600;
}

.dialogue-doctor {
  position: relative;
  z-index: 1;
}

.dialogue-doctor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.dialogue-copy {
  width: 100%;
  max-width: 800px;
  margin: 54px auto 0;
  padding-bottom: 55px;
}

.dialogue-copy h4 {
  margin: 0 0 24px;
  padding: 22px 0;
  border-top: 1px solid #ae9b69;
  border-bottom: 1px solid #ae9b69;
  font: 600 32px/1.6 var(--serif);
  letter-spacing: .08em;
  color: #5E380D;
  text-align: center;
}

.dialogue-copy p {
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .07em;
}

.dialogue-copy h5 {
  width: 58%;
  margin: 58px auto 25px;
  padding: 8px 20px;
  background: #f5f2e9;
  color: #5E380D;
  text-align: center;
  font: 600 24px/1.6 var(--serif);
  letter-spacing: .08em;
}

@media(max-width:900px) and (min-width:768px) {
  .dialogue-message h3 {
    font-size: 25px;
  }

  .dialogue-message h3 span {
    font-size: 35px;
  }

  .dialogue-message>p {
    font-size: 26px;
  }

  .dialogue-message>p b {
    font-size: 43px;
  }

}



/* Precision examination */
.precision-exam {
  position: relative;
  width: 100vw;
  max-width: 1920px;
  min-height: 735px;
  margin: 0 0 80px 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #F3F2ED;
}

.precision-exam-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 48%;
}

.precision-exam-panel {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(1420px,82%);
  max-width: 1000px;
  min-height: 305px;
  transform: translateX(-50%);
  padding: 60px 90px 45px;
  background: rgba(255,255,255,.81);
  text-align: center;
}

.precision-exam-panel h3 {
  margin: 0 0 22px;
  color: var(--gold);
  font: 500 35px/1.5 var(--serif);
  letter-spacing: .08em;
}

.precision-exam-panel h3 span {
  margin-right: 6px;
  color: #181818;
  font-size: 20px;
}

.precision-exam-panel p {
  max-width: 1080px;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .08em;
	color: var(--ink);
}

.precision-exam-button {
  min-width: 376px;
  align-items: center;
  gap: 55px;
  padding: 16px 25px;
  font-size: 24px;
}

.precision-exam-button span {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.05em;
}

@media(max-width:1000px) and (min-width:768px) {
  .precision-exam-panel {
    width: 88%;
    padding-inline: 60px;
  }

}



/* Precise dental care */
.precision-care {
  position: relative;
  width: 100vw;
  max-width: 1920px;
  min-height: 1020px;
  margin: 0 0 -100px 50%;
  transform: translateX(-50%);
  padding: 80px 0 70px;
  background: #fff;
  overflow: hidden;
}

.precision-care:before {
  content: '';
  background: url("../images/precision-line-bg.svg") center/100% no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top:0;
  left: 0;
      z-index: -1;
}

.precision-care-photos {
  position: relative;
  width: min(1360px,70vw);
      max-width: 1000px;
    height: 440px;
  margin: 0 auto;
}

.precision-care-main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 640px;
  height: auto;
  object-fit: cover;
}

.precision-care-sub {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 438px;
  height: auto;
  object-fit: cover;
}

.precision-care-copy {
  position: relative;
  z-index: 3;
  width: min(1060px,65vw);
  margin: -8px auto 0;
}

.precision-care-label {
  width: 372px;
  margin: 32px auto 32px;
  padding: 12px 30px;
  background: #8A5519;
  color: #fff;
  text-align: center;
  font: 600 20px var(--serif);
  letter-spacing: .13em;
}

.precision-care-copy h3 {
  margin: 0 0 18px;
  text-align: center;
  color: var(--gold);
  font: 600 31px/1.6 var(--serif);
  letter-spacing: .08em;
}

.precision-care-copy h3 span {
  margin-right: 7px;
  color: #181818;
  font-size: 20px;
  font-weight: 600;
}

.precision-care-copy>div {
  max-width: 1000px;
  margin: auto;
}

.precision-care-copy>div p {
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .07em;
}

@media(max-width:1050px) and (min-width:768px) {
  .precision-care-photos {
    width: 82vw;
  }

  .precision-care-copy {
    width: 76vw;
  }

}



/* Three specialty treatments */
.specialties {
  padding-top: 0;
      background: #F3F2ED;
}

.specialties-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  margin-bottom: 100px;
  background: url("../images/specialties-bg.webp") center/cover no-repeat;
  overflow: hidden;
}

.specialties-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.79);
}

.specialties-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(231, 190, 130, 0.09);
  pointer-events: none;
}

.specialties-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52% 48%;
      width: min(1200px, calc(100% - 48px));
  min-height: 720px;
  align-items: center;
}

.specialties-copy {
  padding: 20px 0 0;
}

.specialties-copy>p {
  margin: 0 0 35px;
  text-align: center;
  font: 500 40px/1.7 var(--serif);
  letter-spacing: .06em;
  color: #181818;
      white-space: nowrap;
}

.specialties-copy>p span {
  font-size: 32px;
}

.specialties-copy h2 {
  width: 345px;
  margin: 0 auto;
  padding: 0 0 14px;
  border-bottom: 2px solid var(--gold);
  text-align: center;
  font: 600 34px/1.4 var(--serif);
  letter-spacing: .07em;
}

.specialties-copy h2 b {
  display: inline-block;
  margin-right: 8px;
  color: var(--gold);
  font: 600 64px/1 var(--serif);
}

.specialties-circles {
  position: relative;
  height: 520px;
}

.specialty-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 291px;
  height: 291px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  text-align: center;
}

.specialty-circle small {
  margin-bottom: 7px;
  color: var(--gold);
  font: 500 26px/1.2 var(--serif);
  letter-spacing: .08em;
}

.specialty-circle strong {
  font: 600 36px/1.15 var(--serif);
  letter-spacing: .05em;
}

.specialty-circle--ortho {
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.specialty-circle--ceramic {
  z-index: 1;
  left: 2%;
  bottom: 0;
}

.specialty-circle--implant {
  z-index: 1;
  right: 2%;
  bottom: 0;
}

@media(max-width:1100px) and (min-width:768px) {
  .specialties-copy>p {
    font-size: 29px;
  }

  .specialties-copy>p span {
    font-size: 23px;
  }

  .specialties-copy h2 {
    width: 390px;
  }

}



/* Implant treatment */
.implant-treatment {
  width: min(1240px,calc(100% - 48px));
  margin: 0 auto 130px;
  background: #f3f2ec;
}

.implant-hero {
  position: relative;
  min-height: 570px;
}

.implant-hero>img {
  width: 100%;
  max-width: 1100px;
  height: 507px;
  object-fit: cover;
}

.implant-title {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 25px;
  width: 55%;
  max-width: 640px;
  min-height: 280px;
  padding: 60px 30px 55px;
  background: rgba(255,255,255,.91);
  text-align: center;
}

.implant-title p {
  display: inline-block;
  margin: 0 0 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
  font: 600 24px/1.5 var(--serif);
  letter-spacing: .08em;
}

.implant-title h3 {
  margin: 0;
  color: var(--gold);
  font: 600 64px/1.35 var(--serif);
  letter-spacing: .08em;
  white-space: nowrap;
}

.implant-content {
  width: min(800px,78%);
  margin: 70px auto 0;
}

.implant-text {
  margin-bottom: 55px;
}

.implant-text p {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .06em;
}

.implant-diagnosis {
  width: 540px;
  height: 330px;
  margin: 0 auto 55px;
  object-fit: cover;
}

.implant-button {
  display: flex;
  width: 400px;
  max-width: 376px;
  margin: 50px auto 0;
  align-items: center;
  gap: 48px;
  padding: 15px 32px;
  font-size: 23px;
}

.implant-button span {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.05em;
}

@media(max-width:900px) and (min-width:768px) {
  .implant-title {
    width: 62%;
    padding-inline: 50px;
  }

  .implant-title h3 {
    font-size: 40px;
  }

}



/* Aesthetic ceramic treatment */
.ceramic-treatment {
  padding: 80px 0 80px;
  background: #F3F2ED;
}

.ceramic-hero {
  position: relative;
  width: min(1240px,calc(100% - 48px));
  min-height: 570px;
  margin: auto;
}

.ceramic-hero>img {
    width: 100%;
    max-width: 1100px;
    height: 507px;
    object-fit: cover;
}

.ceramic-title {
position: absolute;
    z-index: 2;
    right: 0;
    bottom: 25px;
    width: 55%;
    max-width: 640px;
    min-height: 280px;
    padding: 60px 30px 55px;
    background: rgba(255, 255, 255, .91);
    text-align: center;
}

.ceramic-title p {
display: inline-block;
    margin: 0 0 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gold);
    font: 600 24px / 1.5 var(--serif);
    letter-spacing: .08em;
}

.ceramic-title h3 {
margin: 0;
    color: var(--gold);
    font: 600 64px / 1.35 var(--serif);
    letter-spacing: .08em;
    white-space: nowrap;
}

.ceramic-content {
  width: min(860px,78%);
  margin: 70px auto 0;
}

.ceramic-text {
  margin-bottom: 55px;
}

.ceramic-text p {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .06em;
}

.ceramic-points {
  position: relative;
  width: 700px;
  height: 500px;
  margin: 0 auto 85px;
}

.ceramic-points.sp{
  display: none;
}

.ceramic-points>img {
  width: 570px;
  max-width: 537px;
  height: 330px;
  margin: auto;
  object-fit: cover;
}

.ceramic-point {
  position: absolute;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background: #EFE7C0;
  color: #5E380D;
  text-align: center;
  font: 500 27px/1.5 var(--serif);
  letter-spacing: .05em;
}

.ceramic-point--01 {
  left: 0;
}

.ceramic-point--02 {
  left: 50%;
  transform: translateX(-50%);
}

.ceramic-point--03 {
  right: 0;
}

.ceramic-button {
  display: flex;
  width: 376px;
  margin: 50px auto 0;
  align-items: center;
  gap: 48px;
  padding: 15px 32px;
  font-size: 24px;
}

.ceramic-button span {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.05em;
}

@media(max-width:900px) and (min-width:768px) {
  .ceramic-title {
    width: 62%;
    padding-inline: 50px;
  }

  .ceramic-title h3 {
    font-size: 38px;
  }

}



/* Orthodontic treatment */
.orthodontic-treatment {
  padding: 90px 0 80px;
  background: #fff;
  position: relative;
}

.orthodontic-treatment:before {
  content: '';
  background: url("../images/orthodontics-bg.svg") center top/100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}


.orthodontic-hero {
  position: relative;
  width: min(1240px,calc(100% - 48px));
  min-height: 570px;
  margin: auto;
  z-index: 2;
}

.orthodontic-hero>img {
width: 100%;
    max-width: 1100px;
    height: 507px;
    object-fit: cover;
}

.orthodontic-title {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 25px;
  width: 55%;
    max-width: 640px;
    min-height: 280px;
    padding: 60px 30px 55px;
  background: rgba(243, 242, 237, 0.9);
  text-align: center;
}

.orthodontic-title>p {
display: inline-block;
    margin: 0 0 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--gold);
    font: 600 24px / 1.5 var(--serif);
    letter-spacing: .08em;
}

.orthodontic-title h3 {
    margin: 0;
    color: var(--gold);
    font: 600 64px / 1.35 var(--serif);
    letter-spacing: .08em;
    white-space: nowrap;
}

.orthodontic-title h3 small {
  display: block;
  margin-top: 3px;
  font-size: 26px;
}

.orthodontic-content {
  width: min(860px,78%);
  margin: 70px auto 0;
  position: relative;
  z-index: 2;
}

.orthodontic-text {
  margin-bottom: 35px;
}

.orthodontic-text p {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .06em;
}

.orthodontic-points {
  position: relative;
  width: 700px;
  height: 500px;
  margin: 0 auto 60px;
}

.orthodontic-points.sp{
  display: none;
}

.orthodontic-points>img {
  width: 570px;
  height: 350px;
  margin: auto;
  object-fit: cover;
}

.orthodontic-point {
  position: absolute;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 223px;
height: 223px;
  border-radius: 50%;
  background: #EFE7C0;
  text-align: center;
  font: 600 27px/1.5 var(--serif);
  letter-spacing: .05em;
  color: #5E380D;
}

.orthodontic-point--01 {
  left: 0;
}

.orthodontic-point--02 {
  left: 50%;
  transform: translateX(-50%);
}

.orthodontic-point--03 {
  right: 0;
}

.orthodontic-button {
  display: flex;
  width: 400px;
    max-width: 376px;
  margin: 50px auto 0;
  align-items: center;
  gap: 48px;
  padding: 15px 32px;
  font-size: 23px;
}

.orthodontic-button span {
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.05em;
}

@media(max-width:900px) and (min-width:768px) {
  .orthodontic-title {
    width: 62%;
    padding-inline: 50px;
  }

  .orthodontic-title h3 {
    font-size: 37px;
  }

}



/* Treatment menu */
.treatment-menu {
  padding: 100px 0 145px;
  background: #F3F2ED;
  position: relative;
}

.treatment-menu:before {
  content: '';
  background: url("../images/treatment-menu-bg.svg") center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}

.treatment-menu .section-heading {
  margin-bottom: 42px;
}

.treatment-menu .section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 61px;
  letter-spacing: .04em;
}

.treatment-menu .section-heading span::before,.treatment-menu .section-heading span::after {
  content: "";
  width: 80px;
  height: 1px;
  background: var(--gold);
}

.treatment-menu .section-heading h2 {
  margin-top: 13px;
  color: #171717;
  font-size: 18px;
  letter-spacing: .16em;
}

.menu-visuals {
  position: relative;
  height: 510px;
  margin-bottom: 38px;
}

.menu-visual-main {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 76%;
  height: 395px;
  object-fit: cover;
}

.menu-visual-sub {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 280px;
  object-fit: cover;
}

.treatment-menu .menu-grid {
  grid-template-columns: repeat(4,1fr);
  gap: 28px 16px;
  width: 711px;
  max-width: 100%;
  margin: auto;
}

.treatment-menu .menu-grid a {
  position: relative;
  min-height: 165px;
  padding: 22px 10px 17px;
background: #FEFBE9;
border: 0.725641px solid #E6E1C4;
box-shadow: 0px 1.45128px 7.6918px rgba(0, 0, 0, 0.52);
  overflow: hidden;
  font-size: 16px;
}

.treatment-menu .menu-grid a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #E6E1C4 transparent;
}

.treatment-menu .menu-grid a::after {
  content: "→";
  position: absolute;
  right: 5px;
  bottom: 1px;
  z-index: 2;
  font-size: 10px;
}

.treatment-menu .menu-grid img {
  width: 63px;
  height: 63px;
  margin-bottom: 16px;
}

.treatment-menu .wide-links {
  width: 764px;
  max-width: 100%;
  margin: 58px auto 0;
  gap: 24px;
}

.treatment-menu .wide-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  font: 600 24px var(--serif);
  letter-spacing: .08em;
}

.treatment-menu .wide-links img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.treatment-menu .wide-links span {
  margin-left: 4px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: -.05em;
}



/* Director introduction */
.doctor {
  padding: 0 0 115px;
  background: #F3F2ED;
}

.introduction-hero {
  position: relative;
  height: 665px;
  background: url("../images/introduction-bg.webp") center/cover no-repeat;
}

.introduction-hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 300px;
  background: linear-gradient(
    to bottom,
    #F3F2ED 0%,
    rgba(243, 242, 236, 1) 0%,
    rgba(243, 242, 236, 0.9) 10%,
    rgba(243, 242, 236, 0.8) 20%,
    rgba(243, 242, 236, 0.7) 30%,
    rgba(243, 242, 236, 0.6) 40%,
    rgba(243, 242, 236, 0.5) 55%,
    rgba(243, 242, 236, 0) 100%
  );
  pointer-events: none;
}

.introduction-hero .section-heading {
  position: absolute;
  z-index: 2;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #161616;
}

.introduction-hero .section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 61px;
}

.introduction-hero .section-heading span::before,.introduction-hero .section-heading span::after {
  content: "";
  width: 80px;
  height: 1px;
  background: var(--gold);
}

.introduction-hero .section-heading h2 {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: .16em;
}

.introduction-catch {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: max(7vw,calc((100% - 1160px)/2));
  color: #fff;
  font: 600 64px/1.4 var(--serif);
  letter-spacing: .12em;
 text-shadow: 0px -1.91995px 13.6316px #000000;
}

.introduction-body {
  padding-top: 48px;
}

.clinic-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 55px;
}

.clinic-logos img {
width: 350px;
    height: auto;
    padding: 10px 17px;
  object-fit: contain;
  border: 1px solid var(--gold);
  background: #fff;
}

.director-profile {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 45px;
}

.director-name {
  text-align: center;
  font-family: var(--serif);
}

.director-name>p {
  display: inline-block;
  margin: 0 0 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold);
  font-size: 24px;
}

.director-name h3 {
  margin: 0;
  font: 600 36px/1.5 var(--serif);
  letter-spacing: .13em;
}

.director-name small {
  font: 600 16px var(--serif);
  letter-spacing: .08em;
}

.director-profile ul {
  margin: 0;
  padding: 23px 35px;
  background: rgba(239, 231, 192, 0.19);
border: 1px solid #A07544;
  list-style: none;
  font-size: 16px;
  line-height: 1.65;
  color: #181818;
}

.director-text {
  margin-bottom: 75px;
}

.director-text p {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
}

.director-scenes {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 500px;
  margin: 0 auto 30px;
}

.director-scene-main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 68%;
  max-width: 640px;
  height: auto;
  object-fit: cover;
}

.director-scene-sub {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 47%;
  max-width: 438px;
  height: auto;
  object-fit: cover;
}

.director-message {
  width: 820px;
  margin: auto;
}

.director-message h3 {
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  color: #8A5519;
  font: 600 20px/1.7 var(--serif);
  letter-spacing: .07em;
}

.director-message p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
}



/* Instagram */
.instagram {
  position: relative;
  min-height: 920px;
  padding: 90px 0 120px;
  background: #F3F2ED;
  overflow: hidden;
}

.instagram:before {
  content: '';
  background: url(../images/instagram-bg.svg)no-repeat bottom;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.instagram-inner {
  position: relative;
  z-index: 1;
}

.instagram .section-heading {
  margin-bottom: 55px;
}

.instagram .section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 68px;
  letter-spacing: .03em;
}

.instagram .section-heading span::before,.instagram .section-heading span::after {
  content: "";
  width: 82px;
  height: 1px;
  background: var(--gold);
}

.instagram-plugin-area {
  display: grid;
  grid-template-columns: repeat(3,220px);
  justify-content: center;
  gap: 23px 28px;
}

.instagram-post-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  color: #8f7e52;
  text-align: center;
  font: 500 17px/1.4 var(--serif);
  letter-spacing: .08em;
}



/* Recruit */
.recruit {
  padding: 18px 0 80px;
  background: #fff;
  text-align: center;
}

.recruit .recruit-visual {
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  object-fit: cover;
}

.recruit-content {
  margin-top: -55px;
  position: relative;
  z-index: 2;
}

.recruit .section-heading {
  margin-bottom: 45px;
}

.recruit .section-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 51px;
}

.recruit .section-heading span::before,.recruit .section-heading span::after {
  content: "";
  width: 72px;
  height: 1px;
  background: var(--gold);
}

.recruit .section-heading h2 {
  margin-top: 24px;
  font-size: 34px;
  letter-spacing: .08em;
}

.recruit-content>p {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: .08em;
}

.recruit-button {
  min-width: 370px;
  align-items: center;
  gap: 42px;
  padding: 16px 30px;
  font: 500 20px var(--serif);
}



/* Footer */
.site-footer {
  padding: 80px 0 0;
  background: #f5f3eb;
  color: #171717;
}

.footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media(min-width: 767px){
.footer-inner {
  padding: 0 15px;
}
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 55px;
}

.footer-logo {
  width: 282px;
  height: auto;
  object-fit: contain;
}

.footer-contact-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45;
}

.footer-tel {
  display: flex;
  align-items: center;
  font: 600 46px/1 var(--serif);
  letter-spacing: .02em;
}

.footer-tel span {
    margin-right: 8px;
    padding: 5px;
    border-radius: 50%;
    background: #181818;
    object-fit: contain;
}

.footer-tel img {
  width: 20px;
  height: auto;
}

.footer-reservation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: min(810px,80%);
  margin: 0 auto 55px;
}

.footer-reservation>a {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  min-height: 106px;
  padding: 16px 18px;
  border-radius: 10px;
  color: #fff;
}

.footer-reserve-button {
  background: #254366;
}

.footer-mail-button {
  background: #b67022;
}

.footer-reservation>a>img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-reservation span {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.35;
}

.footer-reservation small {
  font-size: 20px;
}

.footer-reservation strong {
  font-size: 32px;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-info-grid {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 30px;
  align-items: start;
}

.footer-address {
  margin: 0 0 18px;
  font-weight: 600;
  font-size: 16px;
  color: #181818;
  text-align: center;
}

.footer-hours {
  padding: 10px 24px 12px;
  background: #fff;
}

.footer-hours table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0 0 6px;
  font-size: 15px;
}

.footer-hours th,.footer-hours td {
  border: 0;
  padding: 5px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
      line-height: normal;
}

.footer-hours th:first-child,.footer-hours td:first-child {
  white-space: nowrap;
}

.footer-hours td:not(:first-child) {
  color: #E7BE82;
  font-size: 22px;
}

.footer-hours p {
  margin: 3px 0;
  text-align: center;
  font-size: 16px;
/*   font-weight: 600; */
  line-height: 1;
}

.footer-hours .closed {
  color: #A79457;
  margin-top: 8px;
}

.footer-hours small {
  margin-left: 6px;
  font-size: 12px;
}

.footer-banners {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  max-width: 390px;
}

.footer-banners img {
  width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.footer-banners .logo-shimokitazawa {
  padding: 13px;
  background: #fff;
}

.footer-banners .logo-shimokitazawa img{
  height: 47px;
}

.footer-map iframe {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.footer-gold-line {
  height: 37px;
  margin-top: 73px;
  background: #A18D50;
}

@media(max-width:900px) {
  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-map iframe {
    height: 420px;
  }

}












/* ----------------------------------------------------------
SP styles 
-----------------------------------------------------------*/





@media (max-width: 1200px) {
.specialties-hero-inner {
  display: block;
  min-height: 690px;
  padding-top: 55px;
}
.specialties-circles{
  margin: 2rem auto 0;
          max-width: 573px;
}
.implant-title,.ceramic-title,.orthodontic-title{
  width: 100%;
      right: 30px;
}
}





@media (max-width: 992px) {

  .site-header{
position: fixed;
    top: 0;
    width: 100%;
  }

    .header-main {
        width: 97%!important;
    }

.hero::before {
  height: 180px;
}

body {
  font-size: 14px;
  /*padding-bottom: 58px;*/
}

.container {
  width: min(100% - 32px,600px);
}

.section-pad {
  padding: 62px 0;
}

.logo span {
  font-size: 19px;
}

.logo small {
  font-size: 7px;
}

.header-actions,.global-nav {
  display: none;
}

.menu-button {
        display: flex;
        width: 65px;
        height: 65px;
        border: 0;
        background: #444444;
        color: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
}

.menu-button span {
  width: 35px;
  height: 3px;
  background: #fff;
}

.menu-button em {
  font: normal 7px var(--sans);
}

.introduction-catch {
  font-size: 43px;
}
}





@media (max-width: 767px) {


.hero-copy p b {
  width: 46px;
  height: 46px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading span {
  font-size: 39px;
}

.feature-image {
  width: 100%;
}

.concept h3 {
  font-size: 20px;
  text-align: left;
}

.split-card,.split-card--reverse,.mini-feature,.treatment-block,.treatment-block--reverse,.doctor-grid,.footer-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  gap: 0;
}

.image-pair img {
  height: 180px;
}

.split-card>div:last-child {
  padding: 28px;
}

.split-card--reverse>img,.treatment-block--reverse>img {
  order: 0;
}

.split-card--reverse>img {
  height: 380px;
}

.split-card h3,.mini-feature h3,.treatment-block h3 {
  font-size: 23px;
}

.mini-feature img,.treatment-block>img {
  height: 260px;
}

.mini-feature div,.mini-feature--reverse div,.treatment-block>div,.treatment-block--reverse>div {
  margin: -22px 14px 0;
  padding: 28px;
}

.specialty-tabs {
  margin: 25px 0 55px;
}

.specialty-tabs span {
  font-size: 13px;
}

.specialty-tabs small {
  font-size: 14px;
}

.cases {
  padding: 35px 0 0;
  margin-bottom: 0;
}

.case-slider {
  overflow: hidden;
  width: min(1700px,calc(100% - 30px));
  padding: 0 0 0;
}

.case-slider-heading {
  gap: 23px;
  height: 80px;
}

.case-slider-heading p {
  font-size: 24px;
}

.case-card {
  display: block;
  padding: 16px 12px;
  height: auto;
}

.cases::before{
  display: none;
}

.case-card-header {
  display: block;
  min-height: 0;
  padding: 10px 0 24px;
}

.case-card-header p {
  padding-left: 10px;
  border-left-width: 3px;
  font-size: 15px;
}

.case-card-header h3 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.55;
}

.case-card-body {
  display: block;
}

.case-images {
  gap: 16px;
  display: flex;
}

.case-images img {
  height: 88px;
  aspect-ratio: 1.56 / 1;
}

.case-information {
  padding-top: 26px;
}

.case-details {
  gap: 14px;
  font-size: 14px;
}

.case-details>div {
  grid-template-columns: 105px 1fr;
  gap: 10px;
}

.case-details dt {
  padding: 2px 7px;
  border-left-width: 3px;
}

.case-risk {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8;
}

.case-risk h4 {
  padding: 2px 7px;
  border-left-width: 3px;
}

.case-risk ul {
  padding-left: 1.4em;
  font-size: 14px;
}

.slider-arrow {
  width: 20px;
  height: 20px;
  padding-bottom: 0;
  font-size: 10px;
}

.slider-dots {
  margin-top: 28px;
}

.menu-visual {
  height: 180px;
}

.menu-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
}

.menu-grid a {
  min-height: 105px;
  font-size: 11px;
}

.menu-grid img {
  width: 37px;
  height: 37px;
}

.treatment-menu .wide-links {
  gap: 16px;
}

.wide-links a {
  font-size: 12px;
  padding: 15px 8px;
}

.doctor-photo img {
  height: 430px;
}

.doctor-photo strong {
  left: 15px;
  font-size: 20px;
}

.instagram-placeholder {
  min-height: 230px;
}

.footer-grid {
  margin-bottom: 0;
}

.site-footer table {
  font-size: 9px;
}

.footer-buttons a {
  font-size: 12px;
}

.sp-fixed {
  position: fixed;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  height: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 -2px 10px #bbb;
}

.sp-fixed a {
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 12px;
}

.sp-fixed a:first-child {
  background: #4a4a47;
}

.site-header{
    background: none;
}

.header-main {
  height: 68px;
  width: calc(100% - 20px);
  width: calc(100% - 20px);
  height: 65px;
}

.header-logo {
  width: 235px;
}

.header-actions {
  display: none;
}

.global-nav {
  top: 72px;
  height: auto;
  background: #fff;
}

.hero {
  height: 620px;
  min-height: 0;
  height: 580px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
        height: 160px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 30%, rgba(255, 255, 255, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
height: 362px;
    top: auto;
    left: 0;
    bottom: 0px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.5%, rgba(230, 219, 203, 0.5) 37.5%, #CDB797 100%);
}

.hero-copy {
  top: auto;
  bottom: 92px;
  width: calc(100% - 32px);
  bottom: 7px;
  width: calc(100% - 32px);
   left: 50%;
}

.hero-copy p {
  font-size: 15px;
  margin-bottom: 14px;
  font-size: 26px;
}

.hero-copy p small {
  font-size: 20px;
}

.hero-copy h1 {
  font-size: 22px;
  font-size: 21px;
  line-height: 1.6;
  white-space: normal;
}

.hero-badges {
        bottom: 155px;
                gap: 10px;
    }

.hero-badges span {
  width: 78px;
  height: 78px;
  font-size: 9px;
  width: 103px;
  height: 103px;
  margin-left: -4px;
}

.hero-badges small {
  font-size: 10px;
}

.hero-badges b {
  font-size: 20px;
}
.hero-badges span.t02 b {
  font-size: 16px;
}
.hero-badges span.t03 b {
  font-size: 15px;
}

.credit-banner {
  padding: 26px 0;
  padding: 38px 0;
}

.credit-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.credit-copy h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.7;
}

.credit-copy p {
  font-size: 13px;
  line-height: 1.9;
}

.credit-image {
  width: 100%;
}

.credit-image img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.concept p{
  font-size: 14px;
}

.peace {
  background-size: auto 820px;
}

.peace>.container>.section-heading {
  margin-bottom: 26px;
}

.peace>.container>.section-heading span {
  gap: 10px;
  font-size: 38px;
  white-space: nowrap;
}

.peace>.container>.section-heading span::before,.peace>.container>.section-heading span::after {
  width: 25px;
}

.peace>.container>.section-heading h2 {
  font-size: 14px;
}

.peace-private {
  margin-bottom: 45px;
}
.peace-photos{
  height: auto;
}
.peace-photo-main{
  position: unset;
}
.peace-photo-sub {
display: none!important;
}

.peace-private-copy {
  margin-top: -1px;
}

.peace-label {
  min-width: 0;
  width: 88%;
  margin-bottom: 20px;
  padding: 9px 15px;
  font-size: 14px;
}

.peace-private-copy h3 {
  font-size: 23px;
}

.peace-private-copy>p:not(.peace-label) {
  font-size: 14px;
  line-height: 1.9;
}

.peace-private-copy br {
  display: none;
}

.peace-button {
  min-width: 0;
  width: 88%;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.peace-button span img,.precision-exam-button span img,.implant-button span img,.ceramic-button span img,.orthodontic-button span img{
  width: 20px;
}

.dialogue-care {
  width: 100vw;
  margin: 0 0 75px 50%;
  transform: translateX(-50%);
}

.dialogue-visual {
  display: flex;
  min-height: 0;
  flex-direction: column;
}

.dialogue-doctor {
  order: 2;
}

.dialogue-doctor::after {
  content: "";
  position: absolute;
  inset: 0;
}

.dialogue-message {
  order: 1;
  padding: 25px 20px 25px;
  justify-content: flex-end;
}

.dialogue-message::after {
  display: none;
}

.dialogue-message>img {
  z-index: 0;
  top: 35px;
  right: 10px;
  width: 26%;
}

.dialogue-message h3,.dialogue-message>p {
  position: relative;
  z-index: 1;
  white-space: normal;
}

.dialogue-message h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.8;
}

.dialogue-message h3 span {
  font-size: 29px;
}

.dialogue-message>p {
  font-size: 22px;
}

.dialogue-message>p b {
  font-size: 38px;
}

.dialogue-copy {
  width: auto;
  margin: 12px 20px 0;
  padding-bottom: 42px;
}

.dialogue-copy h4 {
  padding: 16px 0;
  font-size: 20px;
}

.dialogue-copy p {
  font-size: 14px;
}

.dialogue-copy h5 {
  width: 100%;
  margin: 38px auto 20px;
  font-size: 20px;
  font-feature-settings: "palt";
}

.precision-exam {
  min-height: 515px;
  margin-bottom: 55px;
}

.precision-care:before{
  display: none;
}

.precision-exam-photo {
  height: 220px;
  object-position: center;
}

.precision-exam-panel {
  position: relative;
  bottom: auto;
  width: calc(100% - 32px);
  min-height: 0;
  margin: 20px auto 0;
  transform: none;
  left: auto;
  padding: 0;
  background: none;
}

.precision-exam-panel h3 {
  font-size: 30px;
}

.precision-exam-panel h3 span {
  margin: 0 0 2px;
  font-size: 20px;
}

.precision-exam-panel p {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.9;
}

.precision-exam-panel p br {
  display: none;
}

.precision-exam-button {
  min-width: 0;
  width: 100%;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.precision-care {
  min-height: 0;
  margin-bottom: -62px;
  padding: 55px 0 45px;
  background-size: auto 720px;
  background-position: center top;
}

.precision-care-photos {
  width: calc(100% - 32px);
  height: auto;
}

.precision-care-main {
  width: 100%;
  height: auto;
  position: unset;
}

.precision-care-sub {
  display: none!important;
}

.precision-care-copy {
  width: calc(100% - 40px);
  margin-top: -1px;
}

.precision-care-label {
  margin-bottom: 23px;
  padding: 9px 14px;
  font-size: 16px;
          width: auto;
}

.precision-care-copy h3 {
  font-size: 30px;
}

.precision-care-copy h3 span {
  display: block;
  margin: 0;
  font-size: 20px;
}

.precision-care-copy>div p {
  font-size: 14px;
  line-height: 1.9;
}

.precision-care-copy br {
  display: none;
}

.specialties-hero {
  min-height: 100%;
  margin-bottom: 35px;
}

.specialties-hero-inner{
  min-height: 615px;
}

.specialties-copy>p {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.7;
  font-feature-settings: "palt";
}

.specialties-copy>p span {
  font-size: 18px;
}

.specialties-copy h2 {
  width: 90%;
  padding-bottom: 15px;
  font-size: 25px;
}

.specialties-copy h2 b {
  font-size: 52px;
}

.specialties-circles {
          max-width: 390px;
  height: auto;
  margin-top: 25px;
}

.specialty-circle small {
  font-size: 16px;
}

.specialty-circle strong {
  font-size: 23px;
}

.specialty-circle--ortho {
  top: 0;
}

.specialty-circle--ceramic {
  left: 3%;
  bottom: 0;
}

.specialty-circle--implant {
  right: 3%;
  bottom: 0;
}

.implant-treatment {
  width: calc(100% - 32px);
  margin-bottom: 50px;
}

.implant-hero {
  min-height: 100%;
          display: flex;
        flex-direction: column-reverse;
        gap:20px;
}

.implant-hero>img {
  width: 100%;
  height: 300px;
}

.implant-title {
        position: unset;
        background: none;
        min-height: 100%;
        padding: 0;
}

.implant-title p {
  margin-bottom: 8px;
  font-size: 16px;
}

.implant-title h3 {
  font-size: 32px;
  white-space: normal;
}

.implant-content {
  width: 100%;
  margin-top: 42px;
}

.implant-text {
  margin-bottom: 38px;
}

.implant-text p {
  font-size: 14px;
  line-height: 1.85;
}

.implant-diagnosis {
  width: 100%;
  height: 240px;
  margin-bottom: 42px;
}

.implant-button {
  width: 88%;
  max-width: 240px;
  margin-top: 40px;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.ceramic-treatment {
  padding: 40px 0 0;
  background: #fff;
}

.ceramic-hero {
  width: calc(100% - 32px);
  min-height: 100%;
}

.ceramic-hero>img {
  width: 100%;
  height: 300px;
}

.ceramic-title {
position: unset;
        background: none;
        padding: 20px 0 0;
        min-height: 100%;
}

.ceramic-title p {
  margin-bottom: 8px;
  font-size: 16px;
}

.ceramic-title h3 {
  font-size: 32px;
}

.ceramic-content {
  width: calc(100% - 32px);
  margin-top: 22px;
}

.ceramic-text {
  margin-bottom: 35px;
}

.ceramic-text p {
  font-size: 14px;
  line-height: 1.85;
}

.ceramic-text br {
  display: none;
}

.ceramic-points {
  width: 100%;
  height: 100%;
  margin-bottom: 35px;
}

.ceramic-points.sp{
  display: flex;
  justify-content: center;
  gap:6px;
  margin-bottom: 30px;
}

.ceramic-points.sp .ceramic-point{
  position: unset;
  transform: none!important;
}

.ceramic-points>img {
  width: 100%;
  height: 230px;
}

.ceramic-point {
  width: 110px;
  height: 110px;
  font-size: 14px;
}

.ceramic-point.pc{
  display: none;
}

.ceramic-button {
  width: 88%;
  margin-top: 40px;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.orthodontic-treatment {
  padding: 35px 0 40px;
  background-size: auto 900px;
}

.orthodontic-treatment:before{
  display: none;
}

.orthodontic-hero {
  width: calc(100% - 32px);
  min-height: 100%;
}

.orthodontic-hero>img {
  width: 100%;
  height: 300px;
}

.orthodontic-title {
position: unset;
        background: none;
        padding: 20px 0 0;
        min-height: 100%;
                margin: auto;
}

.orthodontic-title>p {
  margin-bottom: 7px;
  font-size: 13px;
}

.orthodontic-title h3 {
  font-size: 28px;
  white-space: normal;
}

.orthodontic-title h3 small {
  font-size: 18px;
}

.orthodontic-content {
  width: calc(100% - 32px);
  margin-top: 22px;
}

.orthodontic-text {
  margin-bottom: 22px;
}

.orthodontic-text p {
  font-size: 14px;
  line-height: 1.85;
}

.orthodontic-text br {
  display: none;
}

.orthodontic-points {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.orthodontic-point.pc{
  display: none;
}

.orthodontic-points>img {
  width: 100%;
  height: 230px;
}

.orthodontic-point {
  width: 110px;
  height: 110px;
  font-size: 13px;
}

.orthodontic-points.sp{
  display: flex;
  justify-content: center;
  gap:10px;
          height: auto;
}

.orthodontic-points.sp .orthodontic-point{
  position: unset;
  transform: none!important;
}

.orthodontic-button {
  width: 88%;
  max-width: 240px;
  margin-top: 40px;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.treatment-menu {
  padding: 35px 0 45px;
  background-size: auto 820px;
}

.treatment-menu .section-heading {
  margin-bottom: 28px;
}

.treatment-menu .section-heading span {
  gap: 10px;
  font-size: 38px;
  white-space: nowrap;
}

.treatment-menu .section-heading span::before,.treatment-menu .section-heading span::after {
  width: 24px;
}

.treatment-menu .section-heading h2 {
  font-size: 14px;
}

.menu-visuals {
  height: auto;
  margin-bottom: 32px;
}

.menu-visual-main {
position: unset;
}

.menu-visual-sub {
display: none!important;
}

.treatment-menu:before{
  display: none;
}

.treatment-menu .menu-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 12px 8px;
}

.treatment-menu .menu-grid a {
  font-size: 14px;
}

.treatment-menu .menu-grid a::before {
  border-width: 0 0 20px 20px;
}

.treatment-menu .menu-grid img {
  width: 39px;
  height: 39px;
  margin-bottom: 8px;
}

.treatment-menu .wide-links a {
  padding: 10px 5px;
  font-size: 15px;
  gap:5px;
}

.treatment-menu .wide-links span{
  margin: 0;
}

.treatment-menu .wide-links img {
  width: 18px;
  height: 18px;
}

.doctor {
  padding-bottom: 35px;
}

.introduction-hero {
  /*height: 520px;*/
  background-position: 62% center;
  background: url(../images/introduction-bg-sp.webp) center / cover no-repeat;
}

.introduction-hero .section-heading {
  top: 32px;
}

.introduction-hero .section-heading span {
  gap: 10px;
  font-size: 36px;
  white-space: nowrap;
}

.director-name h3{
  font-size: 24px;
}

.director-name>p{
  font-size: 16px;
}

.director-name small{
  font-size: 10px;
}

.introduction-hero .section-heading span::before,.introduction-hero .section-heading span::after {
  width: 25px;
}

.introduction-hero .section-heading h2 {
  font-size: 16px;
}

.introduction-catch {
          top: auto;
        bottom: 31px;
  left: 22px;
  font-size: 33px;
}

.introduction-hero:before{
  display: none;
}

.introduction-body {
  padding-top: 35px;
}

.clinic-logos {
  gap: 8px;
  margin-bottom: 28px;
}

.clinic-logos img {
  width: 50%;
  height: 58px;
}

.director-profile {
  display: block;
  margin-bottom: 35px;
}

.director-name {
  margin-bottom: 28px;
}

.director-profile ul {
  padding: 20px;
  font-size: 12px;
}

.director-text {
  margin-bottom: 28px;
}

.director-text p {
  font-size: 14px;
}

.director-scenes {
  height: auto;
}

.director-scene-main {
  width: 100%;
  height: auto;
  position: unset;
}

.director-scene-sub {
display: none!important;
}

.director-message {
  width: 100%;
}

.director-message h3 {
  font-size: 16px;
}

.director-message p {
  font-size: 14px;
}

.director-message br {
  display: none;
}

.instagram {
  min-height: 665px;
  padding: 30px 0 45px;
}

.instagram .section-heading {
  margin-bottom: 34px;
}

.instagram .section-heading span {
  gap: 10px;
  font-size: 43px;
  white-space: nowrap;
}

.instagram .section-heading span::before,.instagram .section-heading span::after {
  width: 26px;
}

.instagram-plugin-area {
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.instagram-post-placeholder {
  font-size: 11px;
}

.recruit {
  padding-bottom: 50px;
}

.recruit .recruit-visual {
  height: auto;
  min-height: 245px;
  object-fit: cover;
}

.recruit-content {
  margin-top: -25px;
}

.recruit .section-heading {
  margin-bottom: 28px;
}

.recruit .section-heading span {
  gap: 10px;
  font-size: 39px;
}

.recruit .section-heading span::before,.recruit .section-heading span::after {
  width: 27px;
}

.recruit .section-heading h2 {
  margin-top: 15px;
  font-size: 22px;
}

.recruit-content>p {
  font-size: 14px;
  line-height: 1.85;
}

.recruit-content>p br {
  display: none;
}

.recruit-button {
  min-width: 0;
  width: 88%;
  gap: 10px;
  padding: 9px 20px;
  font-size: 14px;
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 70%;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0 12px;
}

.footer-logo {
  grid-column: 1/-1;
  width: 280px;
  height: 70px;
  margin: auto;
}

.footer-contact-label {
  font-size: 12px;
  text-align: left;
          margin: auto;
}

.footer-tel {
  font-size: 27px;
  font-feature-settings: "palt";
}

.footer-tel span {
padding: 0;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-tel img {
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.footer-reservation {
  width: 100%;
display: flex;
  margin-bottom: 35px;
  padding: 0 12px;
}

.footer-reservation>a {
        display: flex;
        flex-direction: column;
        gap:10px;
                width: 100%;
                padding: 10px 3px;
}

.footer-reservation>a>img {
  width: 43px;
  height: 43px;
}

.footer-reservation small {
  font-size: 10px;
}

.footer-reservation strong {
  font-size: 14px;
}

.footer-clinic-info{
display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-info-grid{
  display: flex;
  flex-direction: column-reverse;
}

.footer-map iframe {
  height: 216px;
}

.footer-address {
  font-size: 13px;
}

.footer-hours {
  padding: 10px 8px;
}

.footer-hours table {
  font-size: 11px;
}

.footer-hours th,.footer-hours td {
  padding: 4px 3px;
  font-size: 14px;
}

.footer-hours td:not(:first-child) {
  font-size: 16px;
}

.footer-hours p {
  font-size: 14px;
}

.footer-hours small {
  margin: 2px 0 0 2px;
  font-size: 10px;
}

.footer-banners {
      background: #A18D50;
          width: 100%;
          padding: 30px 20px 0;
          max-width: 100%;
}

.footer-banners img {
  max-height: 100%;
}

.footer-gold-line {
  height: 32px;
  margin-top: 0;
}

.footer-map.sp-only{
margin: 30px auto 0;
width: 90%;
}
}


@media (max-width: 576px) {
.introduction-hero {
  height: 520px;
}
.case-risk {
        margin-top: 7px;
      }
.case-risk li {
    line-height: 1.3;
}
    .case-card-header {
        padding: 10px 0 10px;
    }
    .case-information {
        padding-top: 15px;
    }
.case-details {
        gap: 7px;
      }
    .case-risk h4 {
        margin-bottom: 8px;
        padding: 5px 7px;
        line-height: 1;
    }
    .case-details dt {
        padding: 5px 7px;
        line-height: 1;
    }
}

@media (max-width: 460px) {
.treatment-menu .menu-grid a {
  min-height: 110px;
      padding: 15px 0 15px;
      font-feature-settings: "palt";
}
    .dialogue-message>img {
        top: 55px;
        width: 37%;
    }
}


@media (max-width: 767px) {
  .sp-full-image {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  .sp-full-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
}

/* PC・タブレットのみ表示 */
.pc-only {
  display: block;
}

/* SPのみ表示 */
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}







.sp_navs {
  display: none;
}

@media (max-width: 767px) {
  nav.sp_navs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    width: 100%;
    padding: 20px 16px 25px;
    background: #f3f2ed;
    justify-items: stretch;
  }

  nav.sp_navs > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 60px;
    margin: 0;
    padding: 10px 6px;
    border-bottom: 1px solid #a79457;
    color: #181818;
    font-size: clamp(13px, 3.7vw, 17px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
  }

  nav.sp_navs > a > img {
    display: block;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 0 7px 0 0;
    object-fit: contain;
  }

  nav.sp_navs > a > span {
    display: none;
  }

  .credit-banner{
    padding-top: 0;
  }
}


@media (max-width: 767px) {
  .case-track {
    gap: 18px;
  }

  .case-card {
    flex-basis:
      calc(100vw - 64px);
    width:
      calc(100vw - 64px);
    min-width:
      calc(100vw - 64px);
    height: auto;
  }
}



.sp-fixed-buttons {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom:
      calc(61px + env(safe-area-inset-bottom));
  }

  .sp-fixed-buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
      z-index: 9998;
    display: flex;
    gap:8px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #EFE7C0;
  }

  .sp-fixed-buttons a {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .sp-fixed-buttons img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
}






.sp-drawer {
  display: none;
}

@media (max-width: 992px) {
  body.sp-drawer-open {
    overflow: hidden;
  }

  .global-nav {
    display: none;
  }

  .menu-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 65px;
    height: 65px;
    padding: 0;
    border: 0;
    background: #414141;
    cursor: pointer;
	border-radius:0;
  }

  .menu-button span {
    display: block;
    width: 35px;
    height: 4px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-button.is-open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.is-open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .sp-drawer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: block;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background: #ededed;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition:
      transform 0.35s ease,
      opacity 0.35s ease,
      visibility 0.35s;
  }

  .sp-drawer.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .sp-drawer__header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65px;
    padding: 8px 75px 8px 10px;
    background: #fff;
  }

  .sp-drawer__logo {
    display: block;
    width: min(230px, calc(100vw - 95px));
  }

  .sp-drawer__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sp-drawer__inner {
    padding: 8px 15px 30px;
  }

  .sp-drawer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 8px;
  }

  .sp-drawer-menu > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 53px;
    padding: 8px 5px;
    border-bottom: 1px solid #a79457;
    color: #181818;
    font-size: clamp(13px, 4vw, 16px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .sp-drawer-menu > a img {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    margin-right: 6px;
    object-fit: contain;
  }

  .sp-drawer-menu__group {
    grid-column: 1 / -1;
    padding-top: 4px;
  }

  .sp-drawer-menu__parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 4px);
    min-height: 53px;
    padding: 8px 5px;
    border: 0;
    border-bottom: 1px solid #a79457;
    background: transparent;
    color: #181818;
    font: inherit;
    font-size: clamp(13px, 4vw, 16px);
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  .sp-drawer-menu__parent > span {
    display: flex;
    align-items: center;
  }

  .sp-drawer-menu__parent img {
    width: 23px;
    height: 23px;
    margin-right: 6px;
    object-fit: contain;
  }

  .sp-drawer-menu__parent i {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #68400f;
  }

  .sp-drawer-menu__parent i::before,
  .sp-drawer-menu__parent i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .sp-drawer-menu__parent i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity 0.25s ease;
  }

  .sp-drawer-menu__group.is-open
  .sp-drawer-menu__parent i::after {
    opacity: 0;
  }

  .sp-drawer-submenu {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    padding: 7px 0;
  }

  .sp-drawer-menu__group.is-open
  .sp-drawer-submenu {
    display: grid;
  }

  .sp-drawer-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #e9e4c6;
    color: #181818;
    font-size: clamp(13px, 3.8vw, 15px);
    font-weight: 700;
    line-height: 1.3;
  }

  .sp-drawer-banners {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 15px 10px 18px;
  }

  .sp-drawer-banners a,
  .sp-drawer-banners img {
    display: block;
    width: 100%;
  }

  .sp-drawer-contact {
    padding: 0 10px;
  }

  .sp-drawer-contact__tel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 55px;
    align-items: end;
    gap: 10px;
    padding: 0 10px 15px;
  }

  .sp-drawer-contact__tel > a:first-child,
  .sp-drawer-contact__tel > a:first-child img {
    display: block;
    width: 100%;
  }

  .sp-drawer-contact__sns img {
    display: block;
    width: 55px;
    height: 55px;
    object-fit: contain;
  }

  .sp-drawer-contact__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sp-drawer-contact__buttons a,
  .sp-drawer-contact__buttons img {
    display: block;
    width: 100%;
  }

  .sp-drawer-hours {
    margin: 15px -15px 0;
  }

  .sp-drawer-hours img {
    display: block;
    width: 100%;
    height: auto;
  }

  .sp-drawer-access {
    margin-top: 8px;
  }

  .sp-drawer-access a,
  .sp-drawer-access a img {
    display: block;
    width: 100%;
  }

  .sp-drawer-access p {
    margin: 7px 0 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
  }
}

@media (max-width: 992px) {
  .site-header {
    z-index: 10000;
  }

  .sp-drawer {
    z-index: 10000;
    padding-bottom:
      calc(
        30px +
        env(safe-area-inset-bottom)
      );
  }

  .menu-button {
    z-index: 10001;
  }

  .sp-fixed-buttons {
    z-index: 9998;
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }
}


@media (max-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background:
      rgba(255, 255, 255, 0);
    transition:
      background-color 0.3s ease,
      box-shadow 0.3s ease;
  }

  .site-header.is-scrolled {
    background:
      rgba(255, 255, 255, 0.96);
    box-shadow:
      0 2px 10px
      rgba(0, 0, 0, 0.1);
  }

  body.sp-drawer-open
  .site-header {
    background: #fff;
  }
}


@media (max-width: 992px) {
  .sp-drawer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 0;
  }

  /*
   * group自体の枠をなくし、
   * 親ボタンとサブメニューを親グリッドへ直接配置
   */
  .sp-drawer-menu__group {
    display: contents;
  }

  .sp-drawer-menu > a,
  .sp-drawer-menu__parent {
    width: 100%;
    min-width: 0;
    min-height: 53px;
  }

  /*
   * サブメニューは親メニューの下で2列分を使用
   */
  .sp-drawer-submenu {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    width: 100%;
    padding: 8px 0 14px;
  }

  .sp-drawer-menu__group.is-open .sp-drawer-submenu {
    display: grid;
  }

  .sp-drawer-submenu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 8px 10px;
    background: #e9e4c6;
    box-sizing: border-box;
  }
}


.instagram_wp {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.instagram_wp #sb_instagram {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .instagram_wp {
    width: calc(100% - 32px);
    max-width: none;
  }

  .instagram_wp #sb_instagram {
    max-width: 100% !important;
  }
}




/* ========================================
   トップページ：PCグローバルナビ
======================================== */

@media (min-width: 993px) {

  .global-nav.front-nav {
    display: grid;
    grid-template-columns: repeat(var(--menu-count, 8), minmax(0, 1fr));
    align-items: stretch;
    width: calc(100% - 40px);
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .global-nav.front-nav > a,
  .global-nav.front-nav > .menu-item {
    position: relative;
    min-width: 0;
  }

  .global-nav.front-nav > a,
  .global-nav.front-nav > .menu-item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(4px, 0.5vw, 10px);
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: clamp(8px, 1vw, 16px) clamp(4px, 0.6vw, 12px);
    font-size: clamp(12px, 1.15vw, 16px);
    line-height: 1.4;
    text-align: center;
  }

  .global-nav.front-nav > a img,
  .global-nav.front-nav > .menu-item > a img {
    width: clamp(28px, 3vw, 48px);
    height: clamp(28px, 3vw, 48px);
    object-fit: contain;
    flex-shrink: 0;
  }

  .global-nav.front-nav .menu-item-label {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .global-nav.front-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: max-content;
    min-width: 200px;
    max-width: 280px;
    transform: translateX(-50%);
  }

  .global-nav.front-nav > .menu-item:first-child .sub-menu {
    right: auto;
    left: 0;
    transform: none;
  }

  .global-nav.front-nav > .menu-item:last-child .sub-menu {
    right: 0;
    left: auto;
    transform: none;
  }
}