@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
------ */

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

  *基本設定

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

body{
	font-size: 16px;
}
main section {
  margin-bottom: 110px;
}

/* リッチ下層のコンテンツ幅 */
.mv_contents .inner,
main section .inner,
#breadcrumb.inner,
.page_links .inner {
  max-width: 1100px;
}
header{
	position:absolute;
}
header::before {
  content: "";
}
.header_info .location {
/*     color: #fff; */
}
.header_info .tel {
/*     color: #fff; */
}
.nav_item > a, .nav_item > p {
/*     color: #fff !important; */
}
/*==============================================
  *SP 基本設定
==============================================*/
@media screen and (max-width: 640px) {
	body{
	font-size: 12px;
}
  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
	main section{
		margin-bottom: 30px;
	}
}


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

  *パンくずリスト

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

#breadcrumb ol {
  counter-reset: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

#breadcrumb ol li {
  position: relative;
  margin: 0;
  line-height: 1.5;
}

#breadcrumb ol li:not(:last-child)::after {
  content: "\f054";
  position: relative;
  top: -1px;
  padding: 0 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

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

  #breadcrumb ol li:not(:last-child)::after {
    padding: 0 10px;
  }
}

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

  *ページ内リンク

==================================================================================================================================*/
.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: #fff6ef;
  color: var(--text-color);
  font-size: 95%;
  text-align: center;
  transition: color 0.2s , background 0.2s;
	font-family: "ten-mincho", serif;
}

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

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

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

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


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

  *ページャー

==================================================================================================================================*/
.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: #e0aa82;
  color: #ffffff;
}

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

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


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

  *書式設定

==================================================================================================================================*/
/* ----- 下層の見出しの上に余白を付ける ----- */
main:not(.front) h3:not(:first-of-type) {
  margin-top: 50px;
}
main:not(.front) h4:not(:first-of-type),
main:not(.front) h5:not(:first-of-type),
main:not(.front) h6:not(:first-of-type) {
  margin-top: 2em;
}

/* hタグの最初の要素のmarginをつけたい場合 */
h3.mtem {
  margin-top: 50px;
}

.mtem {
  margin-top: 2em;
}

.mbem {
  margin-bottom: 1em;
}

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

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

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

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

.text_inner {
  position: relative;
}

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

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

.yellowline {
  font-weight: bold;
  text-decoration: underline;

  text-decoration-color: rgb(255, 245, 157);
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}


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

  *タイトル

==================================================================================================================================*/
h1 {
/*     color: #fff; */
}
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  z-index: 1;
  line-height: 1.75;
}



h2.special_title {
  margin: 0 0 32px;
  font-size: 180%;
  text-align: center;
	font-family: "ten-mincho", serif;
	    letter-spacing: 0.1em;
}

h2.special_title::before {
      content: attr(eng);
    display: block;
    margin: 0 auto 5px;
    color: #e0aa82;
    font-size:50px;
    font-family: "arno-pro-display", serif;
    line-height: 1;
        background: linear-gradient(#583a21 0% 60%, #8f7259 40% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.special_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0;
  background: var(--line-color);
}
h3{
	color:#583a21;
	font-family: "ten-mincho", serif;
	text-align:center;
	font-size:150%;
}
.tit01{
	position: relative;
    padding: 25px 10px;
    background: #e0aa82;
    font-size: 150%;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    margin: 0 auto -40px;
    width: 90%;
}
h4{
	font-family: "ten-mincho", serif;
    font-weight: 400;
    font-size: 150%;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-align: left;
    color: #583a21;
	margin:10px 0;
}

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



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

  *メインビジュアル

==================================================================================================================================*/
/* ----- #mainvisual ----- */
#mainvisual {
  position: relative;
  z-index: 1;
/*   height: 950px;
  margin: 0 0 0 auto; 
  overflow: hidden;
   background: var(--main-color); */
	height: 835px;
    padding: 35px 35px 0 35px;
}

/* MVの縁 */
#mainvisual::before,
#mainvisual::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 200px;
  height: 200px;
  background: url(../images/mv_frame.svg) no-repeat center / cover;
}

#mainvisual::before {
/*   bottom: 20px;
	left: 20px; 
  opacity: 0.5; */
	position: absolute;
    content: "";
    background: url(../images/special_acce_particle01.png) no-repeat;
    width: 408px;
    height: 278px;
    top: -18px;
    left: 0;
    z-index: 2;
}

#mainvisual::after {
/*   top: 20px;
  right: 20px;
  opacity: 0.3;
  transform: rotate(180deg); */
	    position: absolute;
    content: "";
    background: url(../images/special_acce_particle02.png), url(../images/special_acce_particle03.png);
    background-repeat: no-repeat;
    background-position: bottom 70px right -25px, bottom 0 left -53px;
    width: 100%;
    height: 390px;
    bottom: -130px;
    left: 0;
    z-index: 1;
}

#mainvisual .mv_img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  width: 100%;
  height: 300px;
/*   background: linear-gradient(rgb(0, 0, 0, 0.5), transparent); */
}

/* ---------- 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;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.mv_contents .catch {
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 0;
  color: var(--text-color);
  font-size: 170%;
  filter: drop-shadow(0 0 5px rgb(0, 0, 0 , 0.4));
  transform: translateY(-50%);
	font-family: "ten-mincho", serif;
	    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}

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

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

.bnr_wrap .bnr {
  display: block;
  width: 190px;
  height: 190px;
  padding: 4px;
/*   background: rgb(255, 255, 255 , 0.3); */
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
	    border: solid 1px #8B5E3C;
}

.bnr_wrap .bnr p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: linear-gradient(133deg, #B08968, #8B5E3C);
  border-radius: 50%;
	font-family: "ten-mincho", serif;
    font-size: 20px;
    color: #fff;
}

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

/* ----- 設備バナーエリア ----- */
.mv_contents .bnr_facility {
  margin-top: 40px;
  padding: 4px;
  background: rgb(255, 255, 255 , 0.3);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

.bnr_facility .facility_text {
	position:relative;
	padding: 10px;
	    font-family: "ten-mincho", serif;
}
.bnr_facility .facility_text .popular {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #f2d1b7;
    border: 50%;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}
.bnr_facility .facility_text .img_pop.popular{
	background:none;
	width: 90px;
}
.bnr_facility .facility_text .img_pop_02.popular{
	background:none;
	width: 125px;
}
.bnr_facility .facility_text .title {
  margin: 0 auto 10px;
  padding: 5px 30px;
/*   background: linear-gradient(133deg, #e0aa82, rgba(156, 92, 46, 0.9)); */
  color: #ffffff;
  text-align: center;
	font-size: 140%;
	    background: #e08a7b;
}

.bnr_facility .facility_text .price {
  margin-top: 10px;
	font-size: 270%;
	text-align:center;
}

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

.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: 700px;
	  padding: 55px 3% 8% 3%;
  }

/*   #mainvisual::before,
  #mainvisual::after {
    width: 100px;
    height: 100px;
    opacity: 1;
  } */

  #mainvisual::before {
   max-width: 70%;
        height: 180px;
        background-size: contain;
        /* left: -20px; */
        background-position: top left -20px;
  }

#mainvisual::after {
        height: 50%;
        background-size: 50%;
        bottom: 10px;
        background-position: top 20px right -110px, bottom 0 left -20px;
    }

  #mainvisual .mv_img::before {
    height: 70px;
    background: linear-gradient(rgb(0, 0, 0, 0.2), transparent);
  }

  .mv_contents {
    padding: 0 20px;
  }

  .mv_contents .catch{
	  top: 30%;
	  font-size: 150%;
	  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
  }

  .mv_contents .inner {
    margin: 0 auto;
    padding: 0;
  }
	h2.special_title{
		font-size: 140%;
	}
	h2.special_title::before{
		font-size:30px;
	}
  /* テキストバナーエリア */
  .mv_contents .bnr_wrap{
	  bottom: 30px;
  }
  .bnr_wrap{
    gap: 5px;
    justify-content: center;
  }
.bnr_wrap .bnr {
    width: calc((100% / 3) - (20px / 3));
    padding: 2px;
    font-size: min(3vw, 16px);
    display: block;
    height: auto;
    aspect-ratio: 1;
    border: 1px solid rgb(255 255 255 / .8);
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
}
	.bnr_wrap .bnr p{
		    width: 100%;
    height: auto;
    max-height: unset;
    aspect-ratio: 1;
    padding: 3px;
    font-size: min(3vw, 16px);
	}
  /* 設備紹介バナー */
  .bnr_facility .facility_inner{
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px;
	          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .bnr_facility .facility_text{
    width: 100%;
    padding: 0;
  }
	.bnr_facility .facility_text .img_pop.popular{
		width:90px;
	}
	.bnr_facility .facility_text .img_pop_02.popular{
		width: 60px;
        left: -5px;
	}
  .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;
    }
}


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

  *おすすめ

==================================================================================================================================*/
#recommendation{
	    padding: 80px 0;
    background: url(../images/bg_texture_pink.jpg) repeat-y;
    background-size: cover;
    position: relative;
    width: 100%;
}
.lp_trouble {
/*     background-color: #f7f7f7; */
	    background-color: #fff;
    width: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 60px 80px;
}
.recommend_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.recommend_item {
  position: relative;
  z-index: 1;
	width: calc((100% / 3) - (27px / 2));
	margin-top:50px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.recommend_item .popular {
  position: absolute;
  z-index: 2;
  top: -32px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #8B5E3C;
  border: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
	color:#fff;
}

.recommend_item .title {
  padding: 15px 30px;
  background: #e0aa82;
  color: #ffffff;
  font-size: 16px;
  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;
  font-size: 150%;
	background:#fff;
	    line-height: 1.2;
    min-height: 120px;
	border-style: none solid solid solid;
	    font-family: "ten-mincho", serif;
}

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

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

  .recommend_item {
    width: 100%;
	  margin-top: 0px;
  }

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

  .recommend_text {
    padding: 20px;
  }
}

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

  *お悩みリスト

==================================================================================================================================*/
.lp_waku{
	    padding: 40px 60px 80px;
	background: #fff6ef;
}
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10px 45px;
  padding: 40px 20px;
  background: #fff;
	margin: 30px auto;	
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

.worries_list li::before {
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #e0aa82;
  font-size: 100%;
}
.lp_waku .img_fr img{
	margin-top:30px;
}
.list04 li:before{
	color: #e0aa82;
}
/*==============================================
  *SP お悩みリスト
==============================================*/
@media screen and (max-width: 640px) {
  .worries_list {
    justify-content: flex-start;
    padding: 25px 15px;
  }

  .worries_list li {
    padding: 0 0 0 20px;
  }
	.lp_trouble,.lp_waku{
		padding: 30px 20px;
	}
}


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

  *院長の想い

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


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

  *当院の特徴

==================================================================================================================================*/
#reason{
	padding: 80px 0;
    background: #fff6ef;
    background-size: cover;
}
.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
	margin-top: 50px;
}
.feature_item {
    position: relative;
    display: flex;
    flex-flow: column;
    width: calc((100% / 4) - (45px / 3));
    height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 40px solid #fff;
}
.feature_num {
    position: absolute;
    top: -74px;
    right: -20px;
    margin: 0 0 0 !important;
    font-size: 180%;
    font-family: "arno-pro-display", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    padding: 0 30px 0 0;
    letter-spacing: 0.08em;
}
.feature_num span {
    color: #e0aa82;
    font-size: 80px;
}
.feature_inner {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 30px 20px 40px;
    background: #ffffff;
}
.feature_title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 70px;
    margin-bottom: 15px !important;
}
h3.feature_title {
    color: var(--text-color);
    font-size: 130%;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
	background:none;
}
.feature_inner p {
    font-size: 15px;
}
.feature_inner > *:not(:last-child) {
    margin-bottom: 30px;
}
/* .feature_item {
  flex: 1;
}

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

.feature_title {
  margin-top: 20px!important;
  padding: 7px 15px 5px;
  background: #e0aa82;;
  color: #ffffff;
  font-size: 110%;
} */
/*==============================================
  *SP 
==============================================*/
@media screen and (max-width: 640px) {
	#reason{
		padding: 30px 0;
	}
	.feature_list {
        gap: 40px;
    }
	.feature_item {
        width: 100%;
    }
	.feature_inner p{
		font-size:12px;
	}
}

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


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

  *追加費用

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

.cost li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc((100% / 4) - (60px / 4));
  height: auto;
  padding: 30px 15px;
  border: 1px solid var(--line-color);
  text-align: center;
	font-family: "ten-mincho", serif;
}
.cost.cost_03 li{
	width: calc((100% / 3) - (40px / 3));
}
.cost li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(to bottom right , #e0aa82 0 , #e0aa82 65% , #f2d1b7 65% , #f2d1b7 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: #e0aa82;
  font-size: 70%;
}

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

table.comparison tr:first-of-type > * {
  background: #e0aa82;
  color: #ffffff;
}
table.comparison tr th{
	background: #fff6ef;
}
/*==============================================
  *SP 追加費用
==============================================*/
@media screen and (max-width: 640px) {
  .cost {
    gap: 10px;
  }

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

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

  .cost li,.cost.cost_03 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: 20px 10px;
  background: #e0aa82;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
	font-family: "ten-mincho", serif;
}

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

.reason_text {
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  background: #fff6ef;
}
.reason_text_flex{
	display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  background: #fff6ef;
}
.boldore{
	font-size:19px;
	color:#eba737;
	font-weight:bold;
}
/*==============================================
  *SP 当院が選ばれる理由
==============================================*/
@media screen and (max-width: 640px) {
  .reason_item {
    flex-flow: wrap;
  }

  .reason_title {
    padding: 20px;
  }

  .reason_text {
	  display:block;
    width: 100%;
    padding: 20px;
  }
	.reason_text_flex{
		 display:block;
    width: 100%;
    padding: 20px;
	}
	.boldore{
		font-size:unset;
	}
}


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

  *料金表（タブ）

==================================================================================================================================*/
.panel{
	background: #fff6ef;
}
.price_table tr:first-child th {
/*   background: #e0aa82;
  color: #ffffff; */
	background: #f2d1b7;
	color:var(--text-color);
	border: 1px solid #fff;
}

.price_table tr:not(:first-child) th {
  background: #f2d1b7;
	border: 1px solid #fff;
}

.price_table td {
  background: #ffffff;
}

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

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


.price_tab .panel .cautionary {
  margin-top: 15px;
  font-size: 90%;
}
.tab_list li.active{
	background: #e0aa82;
}
/*==============================================
  *SP 料金表（タブ）
==============================================*/
@media screen and (max-width: 640px) {
  .price_tab .tab_list{
    margin: 0 auto 10px;
    flex-flow: column;
  }

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

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

  *流れ

==================================================================================================================================*/
.flow {
    background: #fff6ef;
}
.flow_number > *{
	background: #e0aa82;
	font-family: "arno-pro-display", serif;
	font-size: 180%;
}
.flow_number::before{
	border-right: #f8e6d8 dashed 3px;
}
.flow_inner .flow_title{
	font-family: "ten-mincho", serif;
}



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

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

==================================================================================================================================*/
.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;
  }
}
/*==================================================================================================================================

  *治療説明

==================================================================================================================================*/
.frame02 {
    background: #fff;
	margin-top:30px;
	padding: 40px 60px 60px;
}
@media screen and (max-width: 640px) {
	.frame02{
		padding: 40px 20px 40px;
	}
}
/*==================================================================================================================================

  *よくある質問

==================================================================================================================================*/
.accordion.faq dl dt > div{
	font-family: "ten-mincho", serif;
}
.accordion dl dt{
	background-color: #fff6ef;
}
.accordion dl dt:hover{
	background:#f8e6d8;
}
.accordion dl dt::before,.accordion dl dt::after{
	background: #e0aa82;
}
.accordion dl dt.open{
	background: #e0aa82;
}
.accordion.faq dl dd > div:before{
	color:#e0aa82;
}

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

  *院長挨拶

==================================================================================================================================*/
#message{
	    padding: 80px 0;
    background: url(../images/bg_texture_pink.jpg) repeat-y;
    background-size: cover;
    position: relative;
    width: 100%;
	margin-bottom: 0;
}
.greeting_flex {
    display: flex;
    gap: 40px;
	background-color: #fff;
	padding: 40px 60px 80px;
}
.greeting_left {
    flex-shrink: 0;
    width: 59%;
}
.greeting_img img {
    height: 340px;
    object-fit: cover;
}
.greeting_profile {
    padding: 20px;
    line-height: 1.75;
    text-align: center;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.greeting_left h3{
	    text-align: left;
    margin-bottom: 20px;
}
.greeting_left p{
	margin-bottom: 1em;
}
.greeting_flex .btn01 > *{
	    background: #e0aa82;
}

/*==============================================
  *SP 
==============================================*/
@media screen and (max-width: 640px) {
  .greeting_flex {
        flex-flow: column-reverse;
        gap: 0;
	  padding: 40px 20px 40px;
    }
	.greeting_left {
        width: 100%;
    }
}
/*==================================================================================================================================

  *画像と写真横並び

==================================================================================================================================*/
.message_flex {
    display: flex;
    gap: 40px;
	background-color: #fff;
}
.message_left {
    flex-shrink: 0;
    width: 45%;
}
.message_img img {
/*     height: 340px; */
    object-fit: cover;
}
@media screen and (max-width: 640px) {
  .message_flex {
        flex-flow: column;
        gap: 0;
    }
	.message_left {
        width: 100%;
    }
}
/*==================================================================================================================================

  *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-image: linear-gradient(90deg, rgb(255, 125, 90) 0%, rgb(255, 185, 70) 100%);
	font-family: "ten-mincho", serif;
  border-radius: 300px;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
  transition: filter 0.2s , opacity 0.2s;
}

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

.webyoyaku_btn a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 48%;
  right: 35px;
  display: block;
  width: 32px;
  height: 7px;
  background: #ffffff;
          mask: url(../images/btn_arrow.svg) no-repeat center / cover;
  -webkit-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: 110%;
  }

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

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

image-compare-viewer

================================================================================================================================== */
.comparison_wrap {
  position: relative;
  max-width: 650px;
  margin: 0 auto 24px;
}

.comparison_wrap .before, .comparison_wrap .after {
  position: absolute;
  z-index: 1;
  padding: 10px 40px;
  bottom: 8px;
  left: 0;
  background: #fff;
  line-height: 1;
}

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

img-comparison-slider.rendered {
  outline: none !important;
}
/* ==============================================
  *SP image-compare-viewer
============================================== */
@media screen and (max-width: 640px) {
  .comparison_wrap .before, .comparison_wrap .after {
    padding: 8px 14px;
  }
}