@charset "utf-8";
/* ==========================================================================
  ベース
========================================================================== */

body {
  background-color: #fff;
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.6;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
} 

:root {
	--main-text-color: #64b268;
}

:root {
	--main-line-color: #81cc85;
}

:root {
	--main-bg-color: #f1faea;
}

:root {
	--accent-text-color: #e6a08c;
}

:root {
	--accent-line-color: #efc0b3;
}

:root {
	--accent-bg-color: #fbebdf;
}

.lh16 {
  line-height: 1.6;
}

.emphasis-text {
  color: #17cd20;
}

@media screen and (max-width: 640px) {
  .sppr15 {
    padding-right: 15px;
  }
  .sppl15 {
    padding-left: 15px;
  }
}

audio,
canvas,
iframe,
img,
svg,
video,
embed,
object {
  max-width: 100%;
  vertical-align: bottom;
}

main,
main::before,
main::after,
main *,
main *::before,
main *::after {
  box-sizing: border-box;
}

main a:hover {
  color: inherit;
  opacity: 0.7;
}

footer {
  min-width: 1100px;
  padding: 20px 0;
  background: var(--main-line-color);
  color: #fff;
}

footer small {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  main,
  footer {
    min-width: 0;
  }
}

@media screen and (max-width: 640px) {
	#menu_btn {
		display:none;
	}
}

/* ==========================================================================
  共用コンポーネント
   ========================================================================== */

/* .c-container
   ========================================================================== */

.c-container {
  margin-left: auto;
  margin-right: auto;
}

/* width */

.c-container.-width-pc-md {
  width: 1000px;
}

@media screen and (max-width: 640px) {
  .c-container.-width-pc-md {
    width: auto;
  }

  .c-container.-padding-sp-md {
    padding-left: calc(100vw / 375 * 15);
    padding-right: calc(100vw / 375 * 15);
  }
}

/* .c-case-list
   ========================================================================== */

.c-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 17px;
}

.c-case-list__item {
  width: calc((100% + 17px) / 3 - 17px);
}

@media screen and (max-width: 640px) {
  .c-case-list {
    gap: 7px 6px;
  }

  .c-case-list__item {
    width: calc((100% + 6px) / 3 - 6px);
  }
}

/* .c-legacy-area
   ========================================================================== */

.c-legacy-area,
.c-legacy-area::before,
.c-legacy-area::after,
.c-legacy-area *,
.c-legacy-area *::before,
.c-legacy-area *::after {
  box-sizing: content-box;
}

/* ==========================================================================
  固有コンポーネント
  ========================================================================== */

/* ヘッダー↓ */
@media screen and (max-width:640px) {
	header {
		height: 0;
	}
	
	#clinic .button	{
		width: 300px;
	}
}
/* ヘッダー↑ */

/* FV↓ */
.p-mv-pc__image {
  width: 100%;
}

.p-mv-sp {
  margin-top: 60px;
}

.p-mv-sp__image {
  width: 100%;
}
/* FV↑ */

/* CTA↓ */
.cta-fv-under__area, .cta-faq-under__area {
  background-color: #e3f1ec;
  padding: clamp(30px, 6vw, 60px) 0;
}

.cta__area {
  margin-top: clamp(40px, 6vw, 80px);
}

.cta__text01 {
  margin-bottom: clamp(10px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.6;
}

.cta__text02 {
  margin-top: clamp(10px, 2vw, 20px);
  font-weight: 500;
}

.cta-btn:hover {
  opacity: 1;
}

.cta-btn__wrap {
  position: relative;
  height: 110px;
  width: 578px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width:640px) {
  .cta-btn__wrap {
    height: 75px;
  }
}

.cta-btn__wrap img {
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
}
.cta-btn__wrap img:last-of-type {
  opacity: 0;
  transition: opacity .2s;
}

.cta-btn__wrap:hover img {
  opacity: 1;
}
/* CTA↑ */

/* box外側の余白↓ */
.outer-padding {
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

/* box外側の余白↑ */


/* h2 w800 メインカラー↓ */
.title_w800 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.title__text01-main-color {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  border-bottom: 2px solid var(--main-line-color);
  padding-bottom: clamp(10px, 2vw, 20px);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media screen and (max-width:640px) {
  .title__text01-main-color {
    line-height: 1.3;
  }
}

.title__text02-main-color {
  color: var(--main-text-color);
  font-size: clamp(16px, 2vw, 22px);
  margin-top: clamp(5px, 1vw, 10px);
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
  letter-spacing: 0.03em;
}
/* h2 w800 メインカラー↑ */

/* h2 w1000 アクセントカラー↓ */
.title_w1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.title__text01-accent-color {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  border-bottom: 2px solid var(--accent-line-color);
  padding-bottom: clamp(10px, 2vw, 20px);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media screen and (max-width:640px) {
  .title__text01-accent-color {
    line-height: 1.3;
  }
}

.title__text02-accent-color {
  color: var(--accent-text-color);
  font-size: clamp(16px, 2vw, 22px);
  margin-top: clamp(5px, 1vw, 10px);
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
  letter-spacing: 0.03em;
}
/* h2 w1000 アクセントカラー↑ */

/* h2 w1000 メインカラー↓ */
.title__text01-main-color {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 500;
  border-bottom: 2px solid var(--main-line-color);
  padding-bottom: clamp(10px, 2vw, 20px);
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media screen and (max-width:640px) {
  .title__text01-main-color {
    line-height: 1.3;
  }
}

.title__text02-main-color {
  color: var(--main-text-color);
  font-size: clamp(16px, 2vw, 22px);
  margin-top: clamp(5px, 1vw, 10px);
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
  letter-spacing: 0.03em;
}
/* h2 w1000 メインカラー↑ */

.title_w890 {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}

.title_w880 {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}

/* 白いbox↓ */
.case__inner, .feature__inner, .incision__inner,
.point01__inner, .point02__inner, .point03__inner,
.video__inner, .flow__inner {
  border-radius: clamp(5px, 1vw, 10px);
  box-shadow: 5px 8px 11px rgba(188, 188, 188, 40%);
  padding: clamp(30px, 5vw, 60px) clamp(50px, 8vw, 100px);
}

@media screen and (max-width:640px) {
  .case__inner, .feature__inner, .incision__inner,
  .point01__inner, .point02__inner, .point03__inner,
  .video__inner, .flow__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* 白いbox↑ */

/* 症例写真↓ */
.case__area {
  background: url(../img/eyebrow_incision_y/bg_stripe.jpg) repeat;
  padding-top: clamp(50px, 6vw, 80px);
  padding-bottom: clamp(40px, 6vw, 80px);
}

.case__title {
  position: relative;
}

.case__title::before {
  content: '';
  position: absolute;
  left: -15%;
  top: -120%;
  background: url(../img/eyebrow_incision_y/badge.png) no-repeat;
  background-size: contain;
  width: clamp(150px, 20vw, 211px);
  height: 211px;
}

@media screen and (max-width:767px) {
  .case__title::before {
    top: -74%;
  }
}

@media screen and (max-width:640px) {
  .case__title::before {
    width: 90px;
    height: 90px;
    left: -42px;
    top: -75px;
  }
}

.case__note, .point__note {
  font-size: clamp(12px, 2vw, 16px);
  background-color: #e9eff1;
  margin-top: clamp(10px, 2vw, 20px);
  padding: clamp(10px, 2vw, 20px);
  border-radius: clamp(2px, 1vw, 5px);
}
/* 症例写真↑ */

/* 悩み↓ */
.worries__area {
  background: linear-gradient(to bottom left, #ebf8f5, #d3dedb);
  position: relative;
}

.p-worries {
  position: relative;
}

.p-worries__heading01 {
  text-align: right;
  margin-bottom: 30px;
  padding-right: 213px;
}

.p-worries__text {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 320px;
  padding: 18px 60px 10px 0;
  background: url(../img/eyebrow_incision_y/worries_bg01_pc.png) no-repeat;
  text-align: right;
  box-shadow: 7.66px 6.428px 13px 0 rgba(0, 0, 0, 0.05);
}

.p-worries__text::before {
  content: "";
  position: absolute;
  left: -28px;
  bottom: -2px;
  width: 465px;
  height: 453px;
  background: url(../img/eye_kuma_fukurami-509_6/worries_pic01_pc.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .p-worries {
    padding-top: 28px;
  }

  .p-worries::before {
    content: "";
    position: absolute;
    left: -8px;
    width: 185px;
    height: 181px;
    top: 0;
    background-image: url(../img/eye_kuma_fukurami-509_6/worries_pic01_sp.png);
    background-size: 100% auto;
  }

  .p-worries__heading01 {
    margin-bottom: 33px;
    padding-right: 12px;
    text-align: right;
  }

  .p-worries__heading01__image {
    width: calc(100vw / 375 * 179.5);
  }

  .p-worries__text {
    width: calc(100vw / 375 * 345);
    height: calc(100vw / 375 * 142);
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(../img/eyebrow_incision_y/worries_bg01_sp.png);
    background-size: 100% auto;
  }

  .p-worries__text::before {
    display: none;
  }
}
/* 悩み↑ */

/* 矢印↓ */
.arrow-nayami {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 150px 0 150px;
  border-color: #feff82 transparent transparent transparent;
}

@media screen and (max-width:640px) {
  .arrow-nayami {
    border-width: 35px 90px 0 90px;
    bottom: -20px;
  }
}
/* 矢印↑ */

/* 眉下リフトの特徴 & 眉下リフト（眉下切開）↓ */
.feature__area {
  background: url(../img/eyebrow_incision_y/bg_feature.jpg) no-repeat;
  background-size: cover;
  padding: clamp(40px, 6vw, 80px) 0;
}

.incision__inner {
  margin-top: clamp(75px, 12vw, 150px);
}

.incision__bubble {
  margin-top: -125px;
}

@media screen and (max-width:640px) {
  .incision__bubble {
    margin-top: -65px;
  }
}

/* 眉下リフトの特徴 & 眉下リフト（眉下切開）↑ */

/* おすすめポイント↓ */
.point__area {
  padding: clamp(40px, 6vw, 80px) 0;
  background: linear-gradient(to bottom right, #fbebdf, #fff8f3 50%, #fbebdf);
}

.point01__title, .point02__title, .point03__title {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 26px);
  margin-bottom: clamp(15px, 2vw,30px);
  text-indent: -3em;
  padding-left: 3em;
}

.point01__inner, .point02__inner, .point03__inner {
  position: relative;
}

.point01__inner::before {
  content: "";
  position: absolute;
  top: -37px;
  left: -3%;
  background: url(../img/eyebrow_incision_y/kirakira01.png) no-repeat;
  background-size: contain;
  width: clamp(60px, 10vw, 127px);
  height: 124px;
}

@media screen and (max-width: 640px) {
  .point01__inner::before {
    left: -17px;
  }
}

.point02__inner::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -3%;
  background: url(../img/eyebrow_incision_y/kirakira02.png) no-repeat;
  background-size: contain;
  width: clamp(60px, 10vw, 127px);
  height: 124px;
}

@media screen and (max-width: 640px) {
  .point02__inner::after {
    right: -17px;
  }
}

.point03__inner::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -3%;
  background: url(../img/eyebrow_incision_y/kirakira03.png) no-repeat;
  background-size: contain;
  width: clamp(60px, 10vw, 127px);
  height: 124px;
}

@media screen and (max-width: 640px) {
  .point03__inner::before {
    left: -17px;
    bottom: -95px;
  }
}

.point01__title::before, .point02__title::before, .point03__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(10px, 2vw, 20px);
  width: 3em;
  height: 3em;
}

.point01__title::before {
  background: url(../img/eyebrow_incision_y/point01.png) no-repeat;
  background-size: contain;
}

.point02__title::before {
  background: url(../img/eyebrow_incision_y/point02.png) no-repeat;
  background-size: contain;
}

.point03__title::before {
  background: url(../img/eyebrow_incision_y/point03.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .point01__title::before, .point02__title::before, .point03__title::before {
    width: 2.5em;
    height: 2.5em;
  }
}

.point01__img {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
}

.point01__img p {
  width: calc((100% + 17px) / 2 - 17px);
}

.point02__contents, .point03__contents {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

@media screen and (max-width:640px) {
  .point02__contents, .point03__contents {
    display: block;
  }
}

.point02__contents p, .point03__contents p {
  width: 100%;
}
/* おすすめポイント↑ */

/* ドクター一覧↓ */
.specialist__area {
  background-color: var(--main-bg-color);
}
/* ドクター一覧↑ */

/* 動画↓ */
.video__area {
  background-color: var(--main-bg-color);
}

.video__title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: 0.06em;
  margin-top: -87px;
}

@media screen and (max-width:640px) {
  .video__title {
    margin-top: -50px;
  }
}

.video__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(10px, 2vw,20px);
  width: 33px;
  height: 51px;
  background: url(../img/eyebrow_incision_y/video_decoration01.png) no-repeat;
  background-size: contain;
}

.video__title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: clamp(10px, 2vw,20px);
  width: 33px;
  height: 51px;
  background: url(../img/eyebrow_incision_y/video_decoration02.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width:640px) {
  .video__title::before, .video__title::after {
    width: 23px;
    height: 40px;
  }
}

.c-youtube-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-youtube-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.c-youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-youtube-box.-width-pc-md {
  width: 628px;
}

@media screen and (max-width: 640px) {
  .c-youtube-box.-width-pc-md {
    width: auto;
  }
}
/* 動画↑ */

/* 料金↓ */
.price__area {
  background-color: var(--accent-bg-color);
}

.price__inner {
  border-radius: clamp(5px, 1vw, 10px);
  box-shadow: 5px 8px 11px rgba(188, 188, 188, 40%);
  padding-bottom: clamp(30px, 5vw, 60px);
  border: 2px solid var(--accent-line-color);
}

.price__title {
  background-color: var(--accent-line-color);
  padding-top: clamp(10px, 2vw,20px);
  padding-bottom: clamp(10px, 2vw,20px);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.03em;
}
/* 料金↑ */

/* 診療の流れ↓ */
.flow__area {
  background-color: var(--main-bg-color);
}

.step__wrap {
  display: flex;
  gap: clamp(10px, 2vw, 20px);
}

.step__flex-item01 {
  flex: 1;
}

.step__flex-item02 {
  flex: 4;
}

.step__title {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 26px);
  margin-bottom: clamp(10px, 2vw,20px);
}

.arrow-flow {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #e9fde9 transparent transparent transparent;
}
/* 診療の流れ↑ */

/* よくあるご質問↓ */
.faq__inner {
  border-radius: clamp(5px, 1vw, 10px);
  box-shadow: 5px 8px 11px rgba(188, 188, 188, 40%);
  padding: clamp(15px, 5vw, 30px) clamp(20px, 5vw, 50px);
  background-color: var(--main-bg-color);
}

.q__text {
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: clamp(10px, 2vw, 20px);
  margin-bottom: clamp(10px, 2vw, 20px);
  text-indent: -1.8em;
  padding-left: 1.8em;
}

@media screen and (max-width: 640px) {
  .q__text {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}


.q__text::before {
  content: 'Q';
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 3vw,30px);
  padding-right: clamp(10px, 2vw, 20px);
}

.a__text {
  margin-left: 0;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

@media screen and (max-width: 640px) {
  .a__text {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}

.a__text::before {
  content: 'A';
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 3vw,30px);
  padding-right: clamp(10px, 2vw, 20px);
  font-weight: 700;
  color: var(--main-text-color);
}
/* よくあるご質問↑ */

/* クリニック一覧↓ */
.p-clinic #clinic > article > h2 {
  display: none;
}

.clinic__sub-title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(10px, 2vw,20px);
  background: url(../img/eyebrow_incision_y/clinic_kirakira01.png) no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 52px;
}

.clinic__sub-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: clamp(10px, 2vw,20px);
  background: url(../img/eyebrow_incision_y/clinic_kirakira02.png) no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 52px;
}

@media screen and (max-width: 640px) {
  .clinic__sub-title::before, .clinic__sub-title::after {
    width: 0.9em;
    height: 0.9em;
    margin-right: 5px;
  }

  .clinic__sub-title::before {
    background: url(../img/eyebrow_incision_y/clinic_kirakira_sp.png) no-repeat;
    background-size: contain;
  }

  .clinic__sub-title::after {
    background: url(../img/eyebrow_incision_y/clinic_kirakira_sp.png) no-repeat;
    background-size: contain;
  }
}

#clinic article > ul {
  width: 890px;
  list-style: none;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#clinic article > ul li:first-child {
  margin: 0;
}

#clinic .quotation {
  text-align: center;
  width: 890px;
  margin: 30px auto;
  box-sizing: border-box;
  position: relative;
  background:
url(../img/eyebrow_incision_y/bg_quotation_top.png) left top no-repeat,
url(../img/eyebrow_incision_y/bg_quotation_bottom.png) right bottom no-repeat;
  overflow: hidden;
  padding: 35px 35px 40px;
}

#clinic .quotation h3 {
  font-weight: normal;
  font-size: 30px;
  border-bottom: 5px solid #74d379; /* 院名のアンダーラインの色 */
  margin-bottom: 30px;
  padding: 0 0 5px 5px;
  line-height: 1;
}

#clinic .quotation ul {
  width: 430px;
  list-style: none;
  font-size: 20px;
  text-align: left;
}

#clinic .quotation li {
  padding: 1em 0;
  border-top: 1px solid var(--main-line-color); /* 院情報の罫線の色 */
}

#clinic .quotation li:first-child {
  padding-top: 0;
  border: none;
}

#clinic .quotation dl {
  overflow: hidden;
  display: table;
  table-layout: fixed;
}

#clinic .quotation dt {
  display: table-cell;
  width: 6em;
  vertical-align: top;
}

#clinic .quotation dd {
  display: table-cell;
  word-break:break-word;
}

#clinic .quotation div {
  width: 360px;
  float: right;
  overflow: hidden;
}

#clinic .quotation iframe {
  margin: 0 0 20px;
}

#clinic h3 {
	text-align: left;
}

#clinic h3 small {
	font-size: 25px;
}

/* ボタン */
#clinic li {
	line-height: 2.1;
}

#clinic p {
	margin-top: 20px;
  text-align: center;
}

#clinic .button {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	background-color: #74d379; /*ボタンの色*/
	padding: 11px clamp(28px,3vw,33px) 11px 15px;
	font-size: clamp(15px, 2vw, 20px);
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#clinic .three.button {
	padding-left: 20px;
}

#clinic .quotation .button {
	width: 360px;
	height: 70px;
	line-height: 70px;
	text-align: left;
	padding-left: 60px;
	display: flex;
	align-items: center;
	font-size: 23px;
}

#clinic .arrow {
  position: relative;
  display: inline-block;
}

#clinic .arrow::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -8px;
}

#clinic .quotation .arrow::after {
  transform: rotate(45deg);
  margin-top: -6px;
}


/* spアコーディオン */
dl.accordion {
  overflow: hidden;
}

dl.accordion > dt {
  background: var(--main-line-color);
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

dl.accordion > dt::before {
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

dl.accordion > dd {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
}

dl.accordion > dd::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/* clinic */
#clinic p {
  margin-bottom: 1em;
}
#clinic dl.accordion > dt::before {
  content: '▼';
}

#clinic dl.accordion > dd {
  padding: 0.5em;
  background: #fff;
}

#clinic dl.accordion > dd::before {
  content: none;
}

#clinic dl.accordion h3 {
  margin: 3%;
  border-bottom: 3px double #c0b0a3;
}

#clinic dl.accordion dl {
  display: flex;
  margin: 0 3% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clinic dl.accordion dl dt {
  width: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 3% 0;
}

#clinic dl.accordion dl dd {
  padding: 3% 0 3% 1em;
  width: calc(100% - 4em);
  border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child + dd {
  border: none;
  padding-top: 0;
}
/* クリニック一覧↑ */

/* WEB予約・ご相談はこちら↓ */



/* WEB予約・ご相談はこちら↑ */


/* .p-specialist-profiles
   ========================================================================== */

.p-specialist-profiles {
  position: relative;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.p-specialist-profiles::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 5px 8px 11px rgba(188, 188, 188, 40%);
}

.p-specialist-profiles__heading01 {
  position: relative;
  background: #000;
  padding: min(43px, calc(calc(43/750) * 100vw));
  border: min(3px, calc(calc(3/750) * 100vw)) solid #FFF;
  border-image: linear-gradient(90deg, #efd170 0%, #e7c76d 33%, #ffe6c5 62%, #efd170 83%);
  border-image-slice: 1
}

.p-specialist-profiles__heading01 p {
  text-align: center;
  font-family: var(--font-yumincho);
  font-weight: bold;
  font-size: min(40px, calc(calc(40/750) * 100vw));
  background: -webkit-linear-gradient(0deg, #efd170 0%, #e7c76d 33%, #ffe6c5 62%, #efd170 83%);
  background-clip: text;
  -webkit-text-fill-color:transparent;
}

.p-specialist-profiles__inner {
  position: relative;
  padding: min(46px, calc(calc(46/750) * 100vw));
}

.p-specialist-profiles__list {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

@media screen and (max-width: 640px) {
  .p-specialist-profiles {
    width: calc(100vw / 375 * 315);
  }

  .p-specialist-profiles::before {
    box-shadow: 0 0 12px 0.5px rgba(105, 105, 105, 0.2);
  }

  .p-specialist-profiles__heading01 {
    margin-bottom: calc(-7px + -17px);
    transform: translateY(-17px);
  }

  .p-specialist-profiles__inner {
    padding: min(25px, calc(calc(25/750) * 100vw));
    padding-top: min(40px, calc(calc(40/750) * 100vw));
  }

  .p-specialist-profiles__list {
    gap: 13px;
  }
}

/* .p-clinic
   ========================================================================== */
.p-clinic #clinic > article {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .p-clinic {
    padding-top: 50px;
  }
}

/* LINE表示切り替え */
.p-reserve .p-reserve__heading01.-type-web,
.p-reserve .p-reserve__text01.-type-web,
.p-reserve.-coupon-line .p-reserve__heading01.-type-line,
.p-reserve.-coupon-line .p-reserve__text01.-type-line {
  display: block;
}

.p-reserve .p-reserve__heading01.-type-line,
.p-reserve .p-reserve__text01.-type-line,
.p-reserve.-coupon-line .p-reserve__heading01.-type-web,
.p-reserve.-coupon-line .p-reserve__text01.-type-web {
  display: none;
}


/* .p-top-button
   ========================================================================== */

.p-top-button {
  display: none;
}

/* .p-float-banner
   ========================================================================== */

.p-float-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #fff;*/
  z-index: 90;
}

.p-float-banner__link.-variation-line {
  display: none;
}

.p-float-banner__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  background: url(../img/kumatori_injection/lightbox_close.png)
    no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* LINE表示切り替え */

.p-float-banner .p-float-banner__link.-type-web,
.p-float-banner.-coupon-line .p-float-banner__link.-type-line {
  display: block;
}

.p-float-banner .p-float-banner__link.-type-line,
.p-float-banner.-coupon-line .p-float-banner__link.-type-web {
  display: none;
}

@media screen and (max-width: 640px) {
  .p-float-banner {
    width: 100%;
  }
}
