/*20260625 追加*/
.pc-nav {
    display: block;
}
.sp-nav {
    display: none;
}
@media (max-width: 767px) {
    .pc-nav {
        display: none;
    }
    .sp-nav {
        display: block;
    }
}
/*MV直下*/
.mv-point {
  position: relative;
  z-index: 5;
  margin-top: -34px;
  padding: 0 20px 42px;
}
.mv-point__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.mv-point__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mv-point__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 12px;
  background: #fff;
  border: 1px solid rgba(122, 97, 72, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(80, 60, 40, 0.14);
  overflow: hidden;
}
.mv-point__item::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(122, 97, 72, 0.16);
  border-radius: 14px;
  pointer-events: none;
}
.mv-point__main {
  position: relative;
  display: block;
  color: #6f563f;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
}
.mv-point__main::before {
  content: "✓";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  background: #7a6148;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .mv-point {
    margin-top: -24px;
    padding: 0 14px 32px;
  }
  .mv-point__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .mv-point__item {
    min-height: 84px;
    padding: 14px 8px;
    border-radius: 14px;
  }
  .mv-point__item::before {
    inset: 6px;
    border-radius: 11px;
  }
  .mv-point__main {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .mv-point__main::before {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 24px;
  }
}

.tab_content_description .btn{
	display: block;
    max-width: 200px;
    margin: 20px auto 0;
}
@media screen and (max-width: 576px) {
.tab_content_description iframe{
  zoom: 0.8;
}
@supports (zoom: 0.8) {
    .tab_content_description iframe {
        zoom: 0.75;
    }
}
@supports not (zoom: 0.8) {
    .tab_content_description iframe {
        transform: scale(0.75);
        transform-origin: top left;
    }
}
}

.top-medical {
  padding: 90px 20px;
  background: #f8f5f0;
}

.top-medical__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.top-medical__head {
  margin-bottom: 44px;
  text-align: center;
}

.top-medical__en {
  margin: 0 0 8px;
  color: #b79a6b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.top-medical__ttl {
  margin: 0;
  color: #5f4a36;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: .08em;
}

.top-medical__lead {
  margin: 18px 0 0;
  color: #6b625b;
  font-size: 15px;
  line-height: 1.9;
}

.top-medical__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.top-medical__card {
  position: relative;
  padding: 28px 26px 26px;
  background: #fff;
  border: 1px solid rgba(122, 97, 72, .16);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(91, 70, 48, .08);
}

.top-medical__card-ttl {
  margin: 0 0 18px;
  color: #5f4a36;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.top-medical__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-medical__list a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  color: #5f4a36;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  background: #f8f5f0;
  border-radius: 999px;
  transition: background .25s ease, color .25s ease;
}

.top-medical__list a:hover {
  color: #fff;
  background: #7a6148;
}

.top-medical__list a:hover::before {
  background: #fff;
}

.top-medical__btn-wrap {
  margin-top: 44px;
  text-align: center;
}

.top-medical__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 17px 34px;
  color: #fff!important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  background: #7a6148;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(122, 97, 72, .22);
  transition: opacity .25s ease, transform .25s ease;
}

.top-medical__btn::after {
  content: "→";
  margin-left: 12px;
}

.top-medical__btn:hover {
  opacity: .86;
}

@media screen and (max-width: 900px) {
  .top-medical__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .top-medical {
    padding: 64px 16px;
  }

  .top-medical__head {
    margin-bottom: 30px;
    text-align: left;
  }

  .top-medical__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .top-medical__card {
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .top-medical__card-ttl {
    font-size: 18px;
  }

  .top-medical__list a {
    font-size: 13px;
  }

  .top-medical__btn {
    width: 100%;
    min-width: auto;
  }
}


/* 症状がある方へのご案内 */
.symptom-reserve {
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 32px;
    background: #f8f5f0;
    border: 1px solid #e6ddd2;
    border-radius: 16px;
    text-align: center;
}

.symptom-reserve__text {
    margin: 0 0 24px;
    color: #5f4a36;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
}

.symptom-reserve .header__contact {
    justify-content: center;
    gap: 16px;
}

.symptom-reserve .header__contact .btn {
    min-width: 260px;
}

/* スマホ */
@media (max-width: 767px) {

    .symptom-reserve {
        margin: 32px 16px;
        padding: 24px 18px;
    }

    .symptom-reserve__text {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .symptom-reserve .header__contact {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px;
    }

    .symptom-reserve .header__contact .btn {
        width: 100%;
        min-width: auto;
        font-size: 15px;
    }

}


/* ==========================
   Recruitment Badge
========================== */

.recruitment__badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
	max-width: 500px;
    margin: 28px auto 36px;
}

.recruitment__badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    background: #fff;
    border: 1px solid rgba(122,97,72,.18);
    border-radius: 999px;
    color: #7a6148;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    transition: .25s;
}

.recruitment__badge span::before {
    content: "✓";
    margin-right: 6px;
    color: #b88d45;
    font-weight: 700;
}

@media (max-width:767px){

    .recruitment__badge{
        justify-content:flex-start;
        gap:8px;
        margin:22px 0 28px;
    }

    .recruitment__badge span{
        font-size:13px;
        padding:8px 14px;
    }

}


/* 初診前チェックリスト */
.first-checklist {
  padding: 70px 20px;
  background: #f8f5f0;
  margin-bottom: 50px;
}

.first-checklist__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 44px 42px;
  background: #fff;
  border: 1px solid rgba(122, 97, 72, .18);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(91, 70, 48, .08);
}

.first-checklist__head {
  margin-bottom: 30px;
  text-align: center;
}

.first-checklist__label {
  margin: 0 0 8px;
  color: #b79a6b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.first-checklist__ttl {
  margin: 0;
  color: #5f4a36;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: .08em;
}

.first-checklist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.first-checklist__list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  color: #5f4a36;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  background: #fdfaf6;
  border: 1px solid rgba(183, 154, 107, .22);
  border-radius: 14px;
}

.first-checklist__list li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  background: #7a6148;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .first-checklist {
    padding: 48px 16px;
  }

  .first-checklist__inner {
    padding: 30px 18px;
    border-radius: 18px;
  }

  .first-checklist__head {
    margin-bottom: 22px;
    text-align: left;
  }

  .first-checklist__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .first-checklist__list li {
    padding: 14px 14px 14px 44px;
    font-size: 14px;
  }

  .first-checklist__list li::before {
    top: 15px;
    left: 15px;
  }
}



/*--------------------------------
ご予約方法
--------------------------------*/

.first-contact{
    padding:90px 20px;
    background:#f8f5f0;
    margin-top: 50px;
}

.first-contact__inner{
    max-width:1180px;
    margin:auto;
}

.first-contact__head{
    text-align:center;
    margin-bottom:50px;
}

.first-contact__label{
    color:#b79a6b;
    font-size:13px;
    font-weight:700;
    letter-spacing:.18em;
    margin-bottom:10px;
}

.first-contact__ttl{
    color:#5f4a36;
    margin-bottom:18px;
}

.first-contact__lead{
    color:#666;
    line-height:1.9;
}

.first-contact__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.first-contact__card{
    padding:40px 30px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    text-align:center;
}

.first-contact__icon{
    width:74px;
    height:74px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#7a6148;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
}

.first-contact__icon.web{
background:#E87589;
}

.first-contact__line img{
    width:74px;
    border-radius:50%;
    margin-bottom:20px;
}

.first-contact__cardttl{
    margin-bottom:18px;
    color:#5f4a36;
    font-size:24px;
}

.first-contact__text{
    min-height:80px;
    color:#666;
    line-height:1.9;
    margin-bottom:28px;
}

.first-contact__card .btn{
    width:100%;
}

.btn-line{
    color:#fff;
    background:#06C755;
    border-color:#06C755;
}

.btn-line:hover{
    color:#fff;
    background:#05b24c;
}

@media(max-width:767px){

.first-contact{
    padding:60px 16px;
}

.first-contact__grid{
    grid-template-columns:1fr;
    gap:18px;
}

.first-contact__card{
    padding:30px 22px;
}

.first-contact__text{
    min-height:auto;
}

}

.yoyakus__{
display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 50px;
    background: #f8f5f0;
    margin: 50px auto;
  }


/* 診療の流れ 開閉式 */
.examination__item--accordion .examination__info {
  width: 100%;
}

.examination__acc-btn {
  position: relative;
  width: 100%;
  padding: 0 46px 0 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.examination__acc-text {
  display: block;
}

.examination__acc-btn .title {
  display: block;
  margin-bottom: 8px;
}

.examination__summary {
  display: block;
  color: #6b625b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.examination__acc-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(122, 97, 72, .35);
  border-radius: 50%;
  transform: translateY(-50%);
}

.examination__acc-icon::before,
.examination__acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7a6148;
  transform: translate(-50%, -50%);
}

.examination__acc-icon::before {
  width: 12px;
  height: 2px;
}

.examination__acc-icon::after {
  width: 2px;
  height: 12px;
  transition: opacity .25s ease;
}

.examination__item--accordion.is-open .examination__acc-icon::after {
  opacity: 0;
}

.examination__acc-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    padding: 0 20px;
    background: #f8f5f0;
    border-radius: 12px;
    transition:
        max-height .45s ease,
        opacity .35s ease,
        margin .35s ease,
        padding .35s ease;
}

.examination__item--accordion.is-open .examination__acc-body {
    max-height: 500px; /* 十分大きな値 */
    opacity: 1;
    margin-top: 18px;
    padding: 18px 20px;
}

.examination__acc-body p {
  margin: 0;
  color: #5f4a36;
  font-size: 15px;
  line-height: 1.9;
}


@media screen and (max-width: 767px) {
  .examination__item--accordion .d-flex {
    align-items: flex-start !important;
  }

  .examination__acc-btn {
    padding-right: 38px;
  }

  .examination__summary,
  .examination__acc-body p {
    font-size: 14px;
  }

  .examination__acc-body {
    padding: 14px 16px;
  }
}