@charset "UTF-8";
/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *タブ
  - *アコーディオン
  - *メインビジュアル
  - *タイトル
  - *おすすめ
  - *お悩みリスト
  - *当院の特徴
  - *追加費用
  - *当院が選ばれる理由
  - *料金表
  - *注意点・副作用・リスク
  - *WEB予約ボタン
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
/*main section:not(:last-child) {
  margin-bottom: 100px;
}*/

main .wrapper {
  margin: 30px auto 100px;
}

/*main{
	overflow: hidden;
	background: linear-gradient(rgba(239, 238, 234, 0.3), rgba(239, 238, 234, 0.5)), url(../images/special_under_bg01.jpg) no-repeat center / cover;
	background-attachment: fixed;
}*/
main {
  position: relative;
  overflow: hidden;
  font-size: 17px;
}

main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
  background: linear-gradient(rgba(239, 238, 234, 0.3), rgba(239, 238, 234, 0.5)), url(../images/special_under_bg01.jpg) no-repeat center / cover;
  pointer-events: none;
}

main .contents {
  width: 100%;
}

main .inner {
  max-width: 1200px;
}

main #contents.special_under {
  width: unset;
}

main #contents.special_under:last-of-type {
  padding-bottom: 0;
}

main #contents.special_under .box2 {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

main #contents.special_under section.bg_white {
  background: #fff;
}

main #contents.special_under section.bg_white.bg_border {
  position: relative;
  z-index: 0;
  padding: 10px;
}

main #contents.special_under section.bg_offwhite {
  background: #f5f4f3;
}

main #contents.special_under section.bg_white.bg_border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  border-top: solid 1px #f2c159;
  border-bottom: solid 1px #f2c159;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

main #contents.special_under section.bg01 {
  overflow: hidden;
  background: linear-gradient(rgba(239, 238, 234, 0.3), rgba(239, 238, 234, 0.5)), url(../images/special_under_bg01.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

.text {
  margin-bottom: 70px;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  main .wrapper {
    margin: 0 auto 100px;
  }

  main .inner {
    max-width: 1200px;
  }

  main #contents.special_under {
    padding-top: 40px;
  }

  main #contents.special_under .box2 {
    width: auto;
    padding: 0px 6% 80px;
  }

  main #contents.special_under #ank03 .box2 {
    padding-top: 60px;
  }

  main #contents.special_under section.bg_white .box2 {
    padding: 60px 6% 80px;
  }

  main #contents.special_under section.bg_white.bg_border {
    padding: 10px 0;
  }

  main #contents.special_under section.bg_offwhite .box2 {
    padding: 60px 6% 80px;
  }

  .text {
    margin-bottom: 50px;
  }

}

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

  *パンくずリスト

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.special_under .breadcrumbs li {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/*.breadcrumb {
  margin: 0 auto 30px !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;
  }
}

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

  *ページ内リンク

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
main #contents.special_under .ank_list .box2 {
  padding: 0 0 70px;
}

.special_under .ank04 li a {
  border: 1px solid #766a34;
  color: #766a34;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border-radius: 7px;
}

.special_under .ank04 li a:hover {
  background: #766a34;
  color: #fff;
}

.special_under .ank04 li a::after {
  color: #766a34;
}

.special_under .ank04 li a:hover::after {
  color: #fff;
}

.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: #f2c159;
  color: #333;
  font-size: 95%;
  text-align: center;
  transition: color 0.2s, background 0.2s;
}

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

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

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

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  main #contents.special_under .ank_list .box2 {
    padding: 0 6% 80px;
  }

  .page_links li {
    width: 100%;
  }
}

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

  *タブ

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.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: #a9a9a9;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 140%;
  cursor: pointer;
  transition: transform 0.2s, padding 0.2s;
}

.tab_list li.is-active {
  background: #edbc56;
}

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

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

.panel h3 {
  font-size: 20px;
  border-top: none !important;
  border-bottom: none !important;
  border-left: solid 5px #edbc56;
  padding: 15px 25px !important;
  background: #fff;
  margin-bottom: 1em !important;
}

.panel h4 {
  font-size: 110%;
  margin-bottom: 1em !important;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .tab_list {
    flex-flow: column;
  }

  .tab_list li {
    width: 100%;
  }

  .panel {
    margin-top: 20px;
    padding: 15px;
  }
}

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

  *アコーディオン

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

.accordion dl dt {
  position: relative;
  z-index: 1;
  background-color: #f2c159;
  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: #f2c159;
  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: #f2c159;
  transition: transform 0.3s, background 0.3s;
}

.accordion dl dt.is-active {
  background: #f2c159;
  color: #ffffff;
}

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

.accordion dl dt.is-active::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;
  }
}

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

  *メインビジュアル

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
/* ----- #mainvisual ----- */
#mainvisual {
  position: relative;
  z-index: 1;
  height: 880px;
  margin: 0 0 0 auto;
  background: #f2c159;
  overflow: hidden;
}

/* ---------- MVの画像 ---------- */
.mv_img {
  position: relative;
  z-index: 1;
  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 .catch {
  position: absolute;
  top: 48%;
  left: 0;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  transform: translateY(-50%);
}

.mv_contents .catch .sub_catch {
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
  font-size: 26px;
  letter-spacing: 0.08em;
}

.mv_contents .catch .main_catch {
  display: inline-block;
  padding: 10px 30px;
  /* background: rgb(242, 193, 89, 0.3); */
  color: #eea300;
  font-size: 35px;
  letter-spacing: 0.08em;
}

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

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

.bnr_wrap .bnr {
  display: block;
  width: 170px;
  height: 170px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.bnr_wrap .bnr p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: linear-gradient(135deg, rgba(242, 193, 89, 0.05), rgba(216, 166, 60, 0.4)), url("../images/special_under_bnr_bg.jpg") no-repeat center / cover;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  border-radius: 50%;
}

.mv_bnr {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.mv_bnr img {
  width: 450px;
  height: auto;
}



/* ----- 設備バナーエリア ----- */
.mv_contents .bnr_facility {
  position: absolute;
  bottom: 50px;
  left: 0;
  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, #f2c159, #97cb7e);
  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: fit-content;
  margin-top: -50px;
}

.bnr_facility .facility_img img {
  width: 100%;
  height: fit-content;
}

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

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  #mainvisual {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 120px;
  }

  .mv_contents {
    padding: 0 20px;
  }

  .mv_contents .catch {
    /* top: 50%; */
    top: 100px;
  }

  .mv_contents .catch .main_catch {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.6;
  }

  .mv_contents .catch .sub_catch {
    font-size: 16px;
  }

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

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

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

  .bnr_wrap .bnr {
    width: calc((100% - 10px) / 3);
    max-width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .bnr_wrap .bnr p {
    padding: 10px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .mv_bnr {
    text-align: center;
    width: 100%;
    position: static;
    margin-top: 30px;
  }

  .mv_bnr img {
    max-width: 300px;
    width: 100%;
  }

  /* 設備紹介バナー */
  .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;
  }
}

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

  *タイトル

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.special_under .en_tit {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 65px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f2c159;
  background: linear-gradient(#f2c159 0% 67%, #d8a63c 27% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special_under h2.coming_title {
  margin-bottom: 25px;
  padding: 10px 15px 7px;
  background: #f2c159;
  color: #ffffff;
  font-size: 140%;
}

.special_under h2,
.special_under h3,
.special_under h4,
.special_under h5,
.special_under h6 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.75;
}

.special_under h2.special_title {
  margin: 0 0 50px;
  font-size: 190%;
  text-align: center;
}

.special_under h2.special_title::before {
  content: attr(eng);
  display: block;
  margin: 0 auto 5px;
  color: #f2c159;
  font-size: 70%;
}

.special_under h2.special_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0;
  background: #f2c159;
}

.special_under h2.tit02::before {
  content: none;
}

.special_under h3 {
  padding: 18px 10px 18px 47px;
  border-top: solid 1px #938441;
  border-bottom: solid 1px #938441;
}

.special_under h3::after {
  content: none;
}

.special_under .tit01 {
  margin: 0 0 15px;
  color: #f2c159;
  font-size: 150%;
}

.special_under .tit02 {
  margin: 0 0 50px;
  padding: 0;
  font-size: 26px;
  text-align: center;
}

.special_under h3.tit03 {
  position: relative;
  z-index: 0;
  background: #fff;
}

.special_under h3.tit03::before {
  content: "\f219";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #938441;
}

.special_under h3.tit03::after {
  content: "";
  position: absolute;
  background: url("../images/special_under_title_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: calc(100% - 10px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  margin: 0;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .special_under .en_tit {
    font-size: 30px;
  }

  .special_under .tit02 {
    margin: 0 0 30px;
    font-size: 22px;
  }
}

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

  *おすすめ

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.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: #f2c159;
  border: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.recommend_item .title {
  padding: 15px 30px;
  background: #f2c159;
  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: #f2c159;
  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 #f2c159;
  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;
  }
}

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

  *お悩みリスト

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px 45px;
  padding: 40px 20px;
  background: #fef9ee;
}

.worries_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 120%;
}

.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: #edbc56;
  font-size: 100%;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .worries_list {
    justify-content: flex-start;
    padding: 25px 25px;
  }

  .worries_list li {
    padding: 0 0 0 35px;
    font-size: 120%;
  }
}

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

  *当院の特徴

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.special_feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}

.special_feature_item {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.special_feature_list .special_feature_item:nth-of-type(even) {
  flex-direction: row;
}

.special_feature_img {
  width: 560px;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.special_feature_num {
  position: absolute;
  bottom: 0;
  right: -10px;
  color: #ffffff;
  filter: drop-shadow(0 0 5px rgb(150, 148, 143, 0.5));
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 800%;
  letter-spacing: 0.07em;
  line-height: 1.2;
  opacity: 0.85;
  z-index: 0;
}

.special_feature_img img {
  max-width: 100%;
  height: auto;
}

.special_feature_inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column;
  width: calc(100% + 50px);
  height: 100%;
  min-height: 380px;
  /*margin: 0 0 0 -50px;*/
  /*padding: 40px;*/
  /*background: #fef9ee;*/
  text-align: justify;
}

/*.special_feature_list .special_feature_item:nth-of-type(odd) .special_feature_inner{
	margin: 0 -50px 0 0;
}*/

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

.special_feature_inner .feature_item p {
  padding: 0 5px;
}

h3.special_feature_title {
  padding: 25px 10px;
  border-top: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

/*-----　縦並び　----*/
.special_feature_list {
  flex-flow: column;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .special_feature_list {
    flex-flow: column;
    gap: 40px;
  }

  .special_feature_item,
  .special_feature_list .special_feature_item:nth-of-type(even) {
    flex-direction: column;
    gap: 10px;
  }

  .special_feature_img {
    width: 100%;
  }

  .special_feature_num {
    right: 0;
    font-size: 50px;
  }

  .special_feature_inner {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  h3.special_feature_title {
    padding: 10px;
    font-size: 20px;
  }
}

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

  *追加費用

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.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 #f2c159;
  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, #f2c159 0, #f2c159 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: #f2c159;
  font-size: 70%;
}

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

table.comparison tr:first-of-type>* {
  background: #f2c159;
  color: #ffffff;
}

/* ----------------------------------------------------------------------
  ▼ 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%;
  }
}

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

  *当院が選ばれる理由

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.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: 20px 10px;
  background: #f2c159;
  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 15px;
  background: #f2c159;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .reason_item {
    flex-flow: wrap;
  }

  .reason_title {
    padding: 20px;
  }

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

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

  *料金表

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */

.price_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.price_table tr:first-child th {
  background: #f2c159;
  color: #ffffff;
}

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

.price_table td {
  background: #ffffff;
}

.price_tab .tab_list li {
  min-height: auto;
  padding: 15px 20px;
}

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

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

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .price_tab .tab_list {
    flex-flow: wrap;
    gap: 5px;
  }

  .price_tab .tab_list li {
    width: 100%;
    padding: 10px 5px;
    font-size: 95%;
    letter-spacing: 0.03em;
  }

  .panel h3 {
    padding: 10px 20px !important;
    font-size: 16px;
  }
}

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

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

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
.risk_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 30px 40px;
  background: #f2c159;
}

.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: #f2c159;
  letter-spacing: 0.1em;
}

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

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

  *WEB予約ボタン

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

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

.webyoyaku_btn {
  text-align: center;
  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: linear-gradient(to right, #fad891, #e29c02);
  border-radius: 300px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 120%;
  text-align: center;
  transition: filter 0.2s, opacity 0.2s;
}

.webyoyaku_btn a:hover {
  background: #fff2d6;
  color: #d8a63c;
}

.webyoyaku_btn a::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #e29c02;
  border-radius: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.special_under .btn01 a {
  border: 2px solid #938441;
  background: #938441;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.special_under .btn01 a:hover {
  background: #fff;
  color: #938441;
}

.special_under .btn01 a:hover::before {
  color: #938441;
}

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

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

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .webyoyaku_btn a {
    min-width: auto;
    width: 90%;
    padding: 15px 50px;
    font-size: 110%;
  }
}

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

  *レイアウト調整

================================================================================================================================== */
/* ----------------------------------------------------------------------
  ▼ PC
---------------------------------------------------------------------- */
/*----- table -----*/
.tb03,
.tb03 td,
.tb03 th {
  border: solid 1px #c9c2a0;
}

.tb03 th {
  background-color: #f2f0e8;
}

.list08 {
  background-color: #fff;
}


/*----- layout -----*/
.special_under .layout01:before,
.special_under .layout01 .layout01_box:after {
  border-top: 1px solid #d9d6d0;
}

.special_under .layout01 .layout01_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-color: #fef9ee;
}

.special_under .layout01 .layout01_text {
  background: #fff;
}

.special_under .layout01 .layout01_title em {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.special_under .layout01 .layout_txt_price {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ----------------------------------------------------------------------
  ▼ SP
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .scrolltable {
    overflow: auto !important;
  }

  .scrolltable table {
    min-width: 800px;
    min-height: 170px;
    background: none !important;
  }

  .special_under .layout01 .layout_txt_price {
    margin-top: 1em;
  }
}

.inspection_table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
  border: solid 1px #c9c2a0;
}

.inspection_table td,
.inspection_table th {
  padding: 8px 18px;
  border: 1px solid #c9c2a0;
  text-align: center;
}

.inspection_table th {
  background-color: #f2f0e8;
  font-weight: 500;
  font-style: normal;
}

.inspection_table tr:first-child th {
  background-color: #938441;
  color: #fff;
}

.inspection_table th span {
  font-size: 13px;
}

.inspection_table td {
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  .inspection_table {
    min-width: 940px;
  }
}