@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
  - *メインビジュアル
  - *タイトル
  - *おすすめ
  - *お悩みリスト
  - *院長の想い
  - *当院の特徴
  - *追加費用
  - *当院が選ばれる理由
  - *料金表（タブ）
  - *施術の流れ
  - *注意点・副作用・リスク
  - *よくある質問
  - *WEB予約ボタン
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
body {
  background: linear-gradient(-90deg, rgba(197, 203, 217, 0.22) 1px, transparent 0) center / 250px;
}

main section {
  margin-bottom: 110px;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ank_single {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 140px;
}

.body_wrap {
  padding: 50px;
  padding: 60px 0;
}

.body_single {
  margin: 0;
}

#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 50px;
  padding-top: 30px;
}

/* リッチ下層のコンテンツ幅 */
.mv_contents .inner, main section .inner, .breadcrumb .inner, .page_links .inner {
  /*max-width: 1100px;*/
}

/* 背景ありコンテンツ */
.body_single:has(.section_bg) .body_wrap {
  padding-top: 80px;
  background: transparent;
}

.body_single:has(.section_bg) h2, .body_single:has(.section_bg) p {
  color: #fff;
}

.body_single:has(.section_bg) h2.special_title::after {
  color: rgb(255 255 255 / .1);
}

.body_single:has(.section_bg) {
  background: url(../images/feature_whole_bg_dummy.jpg) no-repeat left top/cover;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
  main {
    padding-bottom: 100px;
  }

  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  .body_wrap {
    padding: 50px 0 32px;
  }

  .ank_single {
    padding: 0 20px;
  }

  #breadcrumb {
    padding: 30px 20px 0;
  }
}

/* ==================================================================================================================================

  *パンくずリスト

================================================================================================================================== */
.breadcrumb {
  margin: 30px auto !important;
}

.breadcrumb_list {
  counter-reset: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.breadcrumb_list li {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.breadcrumb_list li::after {
  content: "\f054";
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

/* 親ターム、子タームが複数ある場合、最後以外にカンマを表示 */
.breadcrumb_list li.parent:has(~ .parent)::after, .breadcrumb_list li.child:has(~ .child)::after, .breadcrumb_list li.grandchild:has(~ .grandchild)::after {
  content: ",";
  position: relative;
  top: 0;
  padding: 0 5px;
  font-family: inherit;
  font-weight: normal;
  font-size: 100%;
}

/* 最後の要素の矢印を消す */
.breadcrumb_list li:last-of-type::after {
  display: none;
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 13px;
  }
}

/* ==================================================================================================================================

  *ページ内リンク

================================================================================================================================== */
.page_links {
  margin-bottom: 50px;
}

.page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.page_links li {
  position: relative;
  z-index: 1;
}

.page_links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  background: var(--bg-color);
  color: var(--text-color);
  font-size: 95%;
  text-align: center;
  transition: color 0.2s, background 0.2s;
}

.page_links li a:hover {
  background: #ffeeee;
}

.anklink li a {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid var(--main-color);
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-style: normal;
}

.anklink li a:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* 2列 */
.twoLinks li {
  width: calc(50% - 5px);
}

/* 3列 */
.threeLinks li {
  width: calc(33.3333333333% - 6.6666666667px);
}

/* ==============================================
  *SP ページ内リンク
============================================== */
@media screen and (max-width: 640px) {
  .page_links li {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *ページャー

================================================================================================================================== */
.pager {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0;
  font-size: 15px;
}

.pager>* {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 34px;
  background: #d7d7d7;
  border-radius: 30px;
  color: #ffffff;
  line-height: 1;
}

.pager .current {
  background: var(--main-color);
  color: #ffffff;
}

.pager a:hover {
  background: #929292;
  color: #ffffff;
}

.pager .next, .pager .prev {
  padding: 0 0 3px 1px;
  font-size: 150%;
}

/* ==================================================================================================================================

  *書式設定

================================================================================================================================== */
.mtem {
  margin-top: 2em;
}

.mbem {
  margin-bottom: 1em;
}

/* 段落余白 */
main .inner .body_wrap>*:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

main .inner>*:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 0;
}

/* ----- text ----- */
.text {
  position: relative;
}

.text>*:not(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 2em;
}

.text>*:not(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

.yellowline {
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: rgb(240 219 161 / 70%);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
}

.sub_color_line {
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: rgb(180 160 103 / .7);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
/* ----- #mainvisual ----- */
#mainvisual {
  position: relative;
  height: 800px;
  margin: 0 0 0 auto;
  background: var(--main-color);
  overflow: hidden;
}

#mainvisual::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(rgb(0 0 0 / .2), transparent);
  z-index: 1;
}

h1 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

.head_info_add {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

.head_mv:before {
  z-index: 2;
}

.head_mv.pattern04 header {
  z-index: 10;
}

.head_mv.pattern04 .nav_wrap:not(.fixed) .nav_menu,
.head_mv.pattern04 header .head_info_tel {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3), 0px 0px 16px rgba(0, 0, 0, .4), 0px 0px 50px rgba(0, 0, 0, .3);
}

/* ---------- MVの画像 ---------- */
.mv_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

/* ----- コンテンツ ----- */
.mv_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mv_contents .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.mv_contents .inner img {
  position: absolute;
  top: 55px;
  width: 850px;
}

.mv_contents .catch {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 2;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: .1em;
  font-size: 200%;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, .3), 0px 0px 5px rgba(0, 0, 0, .4), 0px 0px 24px rgba(0, 0, 0, .3);
  transform: translateY(-50%);
}

/* ----- テキストバナーエリア ----- */
.mv_contents .bnr_wrap {
  position: absolute;
  /*right: 0;*/
  bottom: 50px;
}

.bnr_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.bnr_wrap .bnr {
  width: 160px;
  padding: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.bnr_wrap .bnr>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/mv_info_logo.png) left 20px top 10px / 95% auto no-repeat;
  background-color: rgb(70 67 64 / 70%);
  border: 1px solid #beab75;
}

.bnr_wrap .bnr:nth-of-type(2n)>div {
  background-color: rgb(180 160 103 / 80%);
}

.bnr_wrap .bnr p {
  letter-spacing: .1em;
  line-height: 1.6;
  color: #fff;
  font-size: 110%;
}

.bnr_wrap .bnr p .standout {
  font-size: 120%;
}

.bnr_wrap .bnr p .text_small {
  font-size: 80%;
}

.mv_contents .bnr_facility {
  position: absolute;
  bottom: 50px;
  left: 0;
}

/* ----- 設備バナーエリア ----- */
.mv_contents .bnr_facility {
  margin-top: 40px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.facility_inner {
  display: flex;
  gap: 25px;
  width: fit-content;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.bnr_facility .facility_text {
  padding: 10px 0 10px 10px;
}

.bnr_facility .facility_text .title {
  margin: 0 auto 15px;
  padding: 5px 10px;
  background: linear-gradient(to right, var(--main-color), var(--sub-color));
  color: #ffffff;
  text-align: center;
}

.bnr_facility .facility_text .price {
  margin-top: 10px;
}

.bnr_facility .facility_text .price span {
  font-size: 85%;
}

.bnr_facility .facility_img {
  max-width: 160px;
  height: auto;
  margin-top: -50px;
}

/* ----- MVのSP用は非表示に ----- */
.mv_under {
  display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
  #mainvisual {
    position: relative;
    width: 100%;
    height: 500px;
  }

  .mv_contents {
    padding: 0 14px;
  }

  .mv_contents .catch {
    top: 52%;
    letter-spacing: .05em;
    font-size: min(4vw, 24px);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .3), 0px 0px 5px rgba(0, 0, 0, .4), 0px 0px 14px rgba(0, 0, 0, .3), 0px 0px 20px rgba(0, 0, 0, .3), 0px 0px 2px rgba(0, 0, 0, .3);
  }

  .mv_contents .inner {
    margin: 0 auto;
    padding: 0;
  }

  .mv_contents .inner img {
    position: absolute;
    top: 20%;
    width: 90%;
  }

  .mv_img:before {
    background: url(../images/kotoba_mv_before_sp.png) no-repeat;
    width: 300px;
    height: 174px;
  }

  .mv_img:after {
    background: url(../images/kotoba_mv_after_sp.png) no-repeat;
    width: 300px;
    height: 174px;
  }

  /* テキストバナーエリア */
  .mv_contents .bnr_wrap {
    width: 100%;
    bottom: 16px;
  }

  .bnr_wrap {
    justify-content: center;
    gap: 5px;
  }

  .bnr_wrap .bnr {
    width: calc(40% - 2.5px);
    height: auto;
    aspect-ratio: 1;
    font-size: min(3.5vw, 20px);
  }

  .bnr_wrap .bnr p {
    padding: 10px;
  }

  .bnr_wrap .bnr p span {
    font-size: 18px;
  }

  /* 設備紹介バナー */
  .bnr_facility .facility_inner {
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
  }

  .bnr_facility .facility_text {
    width: 70%;
    padding: 0;
  }

  .bnr_facility .facility_img {
    width: 30%;
    margin: 0;
  }

  /* ----- MVから非表示にするコンテンツを指定 ----- */
  .mv_contents .bnr_facility {
    display: none;
  }

  /* ----- MV内のコンテンツをMV下に表示 ----- */
  .mv_under {
    display: block;
  }

  .mv_under .bnr_wrap {
    display: none;
  }
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
h2.coming_title {
  margin-bottom: 25px;
  padding: 10px 15px 7px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 140%;
}

h2 {
  font-size: 200%;
  color: #634a36;
}

h2:after {
  color: #634a36;
}

h2, h3, h4, h5, h6 {
  position: relative;
  z-index: 1;
  line-height: 1.75;
}

h2.special_title {
  position: relative;
  margin: 0 0 52px !important;
  padding-top: 78px !important;
  line-height: 1.4;
  font-size: 190%;
  text-align: center;
}

body:not(.home):not(.post-template-default) h2.special_title::before {
  width: 55px;
  height: auto;
  aspect-ratio: 37 / 43;
}

h2.special_title::after {
  position: absolute;
  top: 77%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(eng) !important;
  display: block !important;
  width: 100%;
  margin: 0 auto 5px;
  border: none;
  line-height: 1;
  letter-spacing: .1em;
  color: rgb(103 88 75 / .05);
  font-size: 350%;
  text-transform: uppercase;
}

.tit01 {
  margin: 0 0 15px;
  color: var(--sub-color);
  font-size: 130%;
}

body:not(.home):not(.post-template-default) .tit01 {
  padding: 10px 20px;
}

.tit02 {
  margin: 0 0 15px;
  padding: 10px;
  background: #ffffff;
  font-size: 120%;
  text-align: center;
}

h3 {
  background: #0099ff;
  color: #fff;
}

@media screen and (max-width: 640px) {
  body:not(.home):not(.post-template-default) h2 {
    line-height: 1.6;
    font-size: 140%;
    margin-bottom: 20px !important;
    padding-top: 55px !important;
  }

  body:not(.home):not(.post-template-default) h2.special_title::before {
    width: 36px;
  }

  h2.special_title::after {
    top: 72%;
    font-size: min(14vw, 70px);
  }

  body:not(.home):not(.post-template-default) .tit01 {
    font-size: 110%;
  }
}

/* ==================================================================================================================================

  *おすすめ

================================================================================================================================== */
.recommend_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.recommend_item {
  position: relative;
  z-index: 1;
  width: calc(50% - 10px);
}

.recommend_item .popular {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--sub-color);
  border: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.recommend_item .title {
  padding: 15px 30px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 140%;
  text-align: center;
}

.recommend_item .popular_title {
  padding: 15px 60px;
}

.recommend_item .title .white {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 15px;
  padding: 2px 15px;
  background: #ffffff;
  border-radius: 300px;
  color: var(--main-color);
  font-size: 14px;
}

.recommend_item .title .small {
  font-size: 75%;
}

.recommend_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--line-color);
  border-style: none solid solid solid;
  font-size: 150%;
}

.recommend_text .price .num {
  display: inline-block;
  margin-right: 15px;
  font-size: 80%;
}

/* ==============================================
  *SP おすすめ
============================================== */
@media screen and (max-width: 640px) {
  .recommend_list {
    flex-flow: column;
  }

  .recommend_item {
    width: 100%;
  }

  .recommend_item .popular_title {
    padding: 15px 50px;
  }

  .recommend_text {
    padding: 20px;
  }
}

/* ==================================================================================================================================

  *お悩みリスト

================================================================================================================================== */
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10px 45px;
  padding: 40px 20px;
  background: var(--bg-color);
}

.worries_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 30px;
  font-size: 110%;
}

.worries_list li::before {
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: var(--sub-color);
  font-size: 100%;
}

.worries_text {
  text-align: center;
  margin: 50px 0;
  font-family: m-plus-rounded-1c, sans-serif;
  font-size: 130%;
  font-weight: 500;
}

/* ==============================================
  *SP お悩みリスト
============================================== */
@media screen and (max-width: 640px) {
  .worries_list {
    justify-content: flex-start;
    padding: 25px 30px;
  }

  .worries_list li {
    padding: 0 0 0 25px;
    font-size: 100%;
  }

  .worries_text {
    text-align: left;
    font-size: 100%;
  }
}

/* ==================================================================================================================================

  *流れ

================================================================================================================================== */
.flow {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: var(--bg-color);
}

.flow_box {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}

.flow_box:first-of-type {
  padding-top: 0;
}

.flow_box:last-child {
  padding-bottom: 0;
}

.flow_number {
  position: relative;
}

.flow_number::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: -1;
  width: auto;
  height: 100%;
  border-right: var(--border-color) solid 1px;
  transform: translateX(-50%);
}

.flow_number * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0 0 3px 2px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 120%;
}

.flow_box:last-of-type .flow_number::before {
  display: none;
}

.flow_inner {
  width: calc(100% - 80px);
}

.flow_inner>*:not(:last-child) {
  margin-bottom: 1em;
}

.flow_title {
  display: block;
  margin-bottom: 15px;
  padding: 7px 20px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: var(--text-color);
  font-size: 120%;
}

.flow_sub_title {
  width: fit-content;
  margin-bottom: 15px;
  padding: 5px 20px;
  background: var(--main-color);
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 100%;
}

@media screen and (max-width: 640px) {
  .flow {
    padding: 20px;
  }

  .flow_box {
    gap: 20px;
    padding: 20px 0;
  }

  .flow_number::before {
    top: 40px;
  }

  .flow_number span {
    width: 40px;
    height: 40px;
    padding-top: 2px;
  }

  .flow_inner {
    width: calc(100% - 60px);
  }

  .flow_title {
    padding: 4px 15px;
  }
}

/* ==================================================================================================================================

  *よくある質問

========/* ==================================================================================================================================

  *アコーディオン

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.accordion dl:not(:last-child) {
  margin-bottom: 15px;
}

.accordion dl dt {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color);
  font-weight: normal;
  transition: background 0.3s, color 0.2s;
}

.accordion dl dt:hover {
  background: #f4f4f4;
}

.accordion dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background: var(--main-color);
  transform: rotate(90deg);
  transition: transform 0.3s, opacity 0.3s;
}

.accordion dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background: var(--main-color);
  transition: transform 0.3s, background 0.3s;
}

.accordion dl dt.open {
  background: var(--main-color);
  color: #ffffff;
}

.accordion dl dt.open::before {
  opacity: 0;
  transform: rotate(180deg);
}

.accordion dl dt.open::after {
  background: #ffffff;
}

.accordion dl dt>div {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 60px 15px 25px;
  cursor: pointer;
  transition: background 0.2s;
}

.accordion dl dd {
  display: none;
}

.accordion dl dd>div {
  position: relative;
  z-index: 1;
  padding: 15px 25px;
}

.accordion dl dd>div>*:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

.accordion dl dd>div>*:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 0;
}

/* ----- FAQアコーディオン ----- */
.accordion.faq dl dt>div {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 50px 15px 60px;
  cursor: pointer;
  transition: background 0.2s;
}

.accordion.faq dl dt>div::before {
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 140%;
  line-height: 1;
}

.accordion.faq dl dd>div {
  position: relative;
  z-index: 1;
  padding: 15px 25px 15px 60px;
}

.accordion.faq dl dd>div:before {
  content: "A.";
  position: absolute;
  top: 20px;
  left: 20px;
  color: #c52b2b;
  font-size: 140%;
  line-height: 1;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .accordion dl dt::before {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt::after {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt>div {
    padding: 15px 40px 15px 15px;
  }

  .accordion dl dd>div {
    padding: 15px;
  }

  /* ----- FAQアコーディオン ----- */
  .accordion.faq dl dt>div {
    padding: 15px 40px 15px 50px;
  }

  .accordion.faq dl dt>div::before {
    top: 18px;
  }

  .accordion.faq dl dd>div {
    padding: 15px 15px 15px 50px;
  }
}

/* ==================================================================================================================================

  *院長の想い

================================================================================================================================== */
/* ==================================================================================================================================

  *当院の特徴

================================================================================================================================== */
.feature_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  gap: 48px 40px;
}

.feature_item {
  position: relative;
  width: calc(50% - 40px);
  background: #464340;
  padding: 40px 32px;
  margin: 10px;
}

.feature_item::before {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: url(../images/feature_bg02.jpg) no-repeat center / cover;
}

.feature_inner>*:not(:last-child) {
  margin-bottom: 1em;
}

.feature_title {
  margin-top: 20px !important;
  padding: 16px 20px 15px !important;
  background: #211c18 !important;
  border: none !important;
  text-align: center;
  font-size: 120%;
}

/* ==============================================
  *SP 当院の特徴
============================================== */
@media screen and (max-width: 640px) {
  .feature_list {
    flex-flow: column;
    gap: 50px;
  }

  .feature_item {
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px;
  }

  .feature_title {
    padding: 16px 10px 15px !important;
  }
}

/* ==================================================================================================================================

  *追加費用

================================================================================================================================== */
.cost {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.cost li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(25% - 15px);
  height: auto;
  padding: 30px 20px;
  border: 1px solid var(--line-color);
  text-align: center;
}

.cost li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(to bottom right, var(--main-color) 0, var(--main-color) 65%, #cfcfcf 65%, #cfcfcf 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
}

.cost li .title {
  margin: 15px 0 0;
  font-size: 130%;
  text-align: center;
}

.cost li .price {
  margin-top: 5px;
  font-size: 220%;
  line-height: 1.85;
}

.cost li .price span {
  display: inline-block;
  margin-right: 10px;
  color: var(--main-color);
  font-size: 70%;
}

.cost li .cautionary {
  color: #5b5b5b;
  font-size: 90%;
}

table.comparison tr th,
table.comparison tr td {
  padding: 12px;
  font-weight: 400 !important;
}

table.comparison tr th {
  width: 30%;
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 640px) {
  table.comparison tr th, table.comparison tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* ==============================================
  *SP 追加費用
============================================== */
@media screen and (max-width: 640px) {
  .cost {
    gap: 10px;
  }

  .cost li {
    justify-content: flex-start;
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 400px) {
  .cost {
    gap: 15px;
  }

  .cost li {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *当院が選ばれる理由

================================================================================================================================== */
.reason_list {
  counter-reset: number 0;
}

.reason_item {
  display: flex;
}

.reason_item:not(:last-child) {
  margin: 0 0 20px;
}

.reason_title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px 10px;
  background: var(--main-color);
  color: #ffffff;
  font-size: 120%;
  text-align: center;
}

.reason_title::before {
  /* content: "Reason" counter(number); */
  content: "0"counter(number);
  counter-increment: number;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: -1;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  opacity: 0.3;
}

.reason_text {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 65%;
  padding: 10px 32px;
  background: var(--bg-color);
}

/* ==============================================
  *SP 当院が選ばれる理由
============================================== */
@media screen and (max-width: 640px) {
  .reason_item {
    flex-flow: wrap;
  }

  .reason_title {
    padding: 20px;
  }

  .reason_text {
    width: 100%;
    padding: 20px;
  }
}

/* ==================================================================================================================================

  *料金表（タブ）

================================================================================================================================== */
.price_table tr:first-child th {
  background: #84c126;
  color: #ffffff;
}

.price_table tr:not(:first-child) th {
  background: #d8e7b5;
}

.price_table td {
  background: #ffffff;
  text-align: center;
}

.price_tab .tab_list li {
  min-height: auto;
  padding: 10px 20px;
  font-size: 120%;
}

.price_tab .price_img {
  margin: 0 auto 15px;
  text-align: center;
}

.price_tab .panel .cautionary {
  margin-top: 15px;
  font-size: 90%;
}

.tab_list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.tab_list li {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 20px;
  background: #ffbe72;
  color: #ffffff;
  font-size: 130%;
  cursor: pointer;
  transition: transform 0.2s, padding 0.2s;
}

.tab_list li.active {
  background: #ff7d00;
}

.panel.active {
  display: block;
}

.panel {
  display: none;
  margin: 0 !important;
  padding: 20px;
  background: #fff6aa;
}

.panel .tit02 {
  color: #222222;
}

/* ==============================================
  *SP 料金表（タブ）
============================================== */
@media screen and (max-width: 640px) {
  .price_tab .tab_list {
    flex-flow: column;
    margin: 0 auto 10px;
  }

  .price_tab .tab_list li {
    width: 100%;
    padding: 5px 15px;
  }
}

/* ==================================================================================================================================

  *施術の流れ

================================================================================================================================== */
.box_alter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.wrap_alter .box_alter:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.wrap_alter .box_alter:not(:last-of-type) {
  margin-bottom: 80px;
}

.box_alter .img_alter {
  width: 45%;
}

.box_alter .img_alter img {
  width: 100%;
  height: auto;
}

.box_alter .text_alter {
  margin-top: 0;
  margin-bottom: auto;
  width: 45%;
}

.box_alter .text_alter .num {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  background: #634a36;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_alter .text_alter h3 {
  text-align: center;
  font-family: m-plus-rounded-1c, sans-serif;
  font-weight: 500;
  font-size: 130%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
  background: #ff7363;
  border-radius: 0;
}

.box_alter:nth-child(2) .text_alter h3 {
  background: #0099ff;
}

.box_alter:nth-child(3) .text_alter h3 {
  background: #ff7d00;
}

.box_alter:nth-child(4) .text_alter h3 {
  background: #84c126;
}

@media screen and (max-width: 640px) {
  .box_alter .text_alter, .box_alter .img_alter {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *注意点・副作用・リスク

================================================================================================================================== */
.risk_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 30px 40px;
  background: var(--bg-color);
}

.risk_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 35px;
  font-size: 115%;
}

.risk_list li::before {
  content: "\f071";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  letter-spacing: 0.1em;
}

/* ==============================================
  *SP
============================================== */
@media screen and (max-width: 640px) {
  .risk_list {
    padding: 30px 25px;
  }
}

/* ==================================================================================================================================

  *よくある質問

================================================================================================================================== */
.faq_wrap {
  margin: 0;
}

.faq_wrap dl dt {
  background-color: #ff7d00;
  color: #fff;
}

.faq_wrap dl dt .faq_q:before {
  color: #fff;
}

.faq_wrap dl dt.open {
  background-color: #ffbe72;
}

.faq_wrap dl dt:hover {
  background-color: #ff7d00;
  opacity: .8;
}

#faq {
  margin: 0;
}

/* ==================================================================================================================================

  *WEB予約ボタン

================================================================================================================================== */
.webyoyaku {
  text-align: center;
}

.webyoyaku p {
  margin-bottom: 10px;
  font-size: 110%;
}

.webyoyaku_btn {
  animation: btnSize 0.5s ease-in-out infinite alternate;
}

.webyoyaku_btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 500px;
  padding: 15px 20px;
  background: #ff7d00;
  border-radius: 300px;
  color: #ffffff;
  font-size: 130%;
  text-align: center;
  transition: filter 0.2s, opacity 0.2s;
  font-family: m-plus-rounded-1c, sans-serif;
}

.webyoyaku_btn a:hover {
  filter: brightness(1.2);
}

.webyoyaku_btn a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 35px;
  z-index: 2;
  display: block;
  width: 32px;
  height: 7px;
  background: #ffffff;
  -webkit-mask: url(../images/btn_arrow.svg) no-repeat center/cover;
  mask: url(../images/btn_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
  transition: right 0.2s;
}

.webyoyaku_btn a:hover::after {
  right: 30px;
}

@keyframes btnSize {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.025);
  }
}

/* ==============================================
  *SP WEB予約ボタン
============================================== */
@media screen and (max-width: 640px) {
  .webyoyaku_btn a {
    min-width: auto;
    padding: 15px 30px;
    font-size: 100%;
  }

  .webyoyaku_btn a::after {
    right: 20px;
    width: 23px;
    height: 5px;
  }

  .webyoyaku_btn a:hover:after {
    right: 15px;
  }
}

/* ==================================================================================================================================

  *その他

================================================================================================================================== */
.frame01 {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: rgb(103 88 75 / 70%);
}

.frame01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ffffff;
  transform: translate(-50%, -50%);
}

.frame01 p {
  color: #fff;
  letter-spacing: .1em;
  font-size: 110%;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .img_size_m img {
    max-width: 800px;
  }
}

@media screen and (max-width: 640px) {
  .frame01 {
    padding: 28px 24px;
  }

  .frame01 p {
    font-size: 100%;
  }
}

/* 
==================================================================================================================================

  *症例

================================================================================================================================== */
.case_compare {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 32px;
}
.comparison {
	margin-bottom: 80px;
}

/* ==================================================================================================================================

image-compare-viewer

================================================================================================================================== */
.comparison_wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto 24px;
	text-align: center;
}

.comparison_wrap .before, .comparison_wrap .after {
  position: absolute;
  z-index: 1;
  padding: 10px 40px;
  bottom: 8px;
  left: 0;
  background: #fff;
  line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.comparison_wrap .after {
  left: auto;
  right: 0;
}

img-comparison-slider.rendered {
  outline: none !important;
}

.comparison_wrap02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comparison_wrap02::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--main-color);
  text-align: center;
}

.comparison_wrap02 .before,
.comparison_wrap02 .after {
  width: 48%;
}

.comparison_wrap02:has(.between) .before,
.comparison_wrap02:has(.between) .between,
.comparison_wrap02:has(.between) .after {
  width: calc(92% / 3);
}

.comparison_wrap02:has(.between)::before {
  left: 32.8%;
  font-size: 25px;
}

.comparison_wrap02:has(.between)::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 32.8%;
  transform: translate(50%, -50%);
  color: var(--main-color);
  text-align: center;
}

/* ==============================================
  *SP image-compare-viewer
============================================== */
@media screen and (max-width: 640px) {
  .comparison_wrap .before, .comparison_wrap .after {
    padding: 8px 14px;
  }

  .comparison_wrap02 {
    flex-direction: column;
    gap: 50px 0;
  }

  .comparison_wrap02::before {
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .comparison_wrap02 .before,
  .comparison_wrap02 .after {
    width: 100%;
  }

  .comparison_wrap02:has(.between) .before,
  .comparison_wrap02:has(.between) .between,
  .comparison_wrap02:has(.between) .after {
    width: 100%;
  }

  .comparison_wrap02:has(.between)::before {
    top: 32.7%;
    left: 50%;
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .comparison_wrap02:has(.between)::after {
    top: 67.6%;
    left: 50%;
    right: unset;
    font-size: clamp(20px, 6vw, 30px);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}