@charset "UTF-8";

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

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

  *基本設定

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


main section {
  margin-bottom: 110px;
}

main section#reason {
/*background-color: #fdfdfd;
  background-image: linear-gradient(90deg, #f0f0f0 1px, transparent 1px), linear-gradient(#f0f0f0 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;*/
	background: url(../images/doc_bg04.jpg) no-repeat center / cover;
    padding: 100px 0;
	margin-bottom:0;
}

main section#worry_anx {
  padding:100px 0;
	background: url(../images/doc_bg01.jpg) no-repeat center / cover;
}

main section#planlink {
	background: url(../images/doc_bg04.jpg) no-repeat center / cover;
    padding: 100px 0;
}

main section#link14{
	background: url(../images/doc_bg04.jpg) no-repeat center / cover;
    padding: 100px 0;
	margin-bottom:0;
}

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

header::before {
  content: "";
}

/*==============================================
  *SP 基本設定
==============================================*/
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
main section#worry_anx {
  padding: 50px 0 70px;
    margin-bottom: 100px;
}

}


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

  *パンくずリスト

==================================================================================================================================*/
#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: #f7f7f7;
  color: var(--text-color);
  font-size: 95%;
  text-align: center;
  transition: color 0.2s , background 0.2s;*/
	position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 11px 15px;
    border: 1px solid transparent;
    background: rgb(255, 255, 255, 0);
    color: #ffffff;
    font-family: var(--font-type);
    font-size: 95%;
    text-align: center;
    transition: color 0.2s, background 0.2s, border 0.2s;
}

.page_links li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--sub-color), #1f843d);
    transition: opacity 0.2s;
}

.page_links li a:hover {
/*background: #edf4ff;
  color: var(--sub-color);*/
	border: 1px solid var(--line-color);
    background: rgb(255, 255, 255, 1);
    color: var(--main-color);
}

.page_links li a:hover::before {
    opacity: 0;
}

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


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

  *ページャー

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


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

  *書式設定

==================================================================================================================================*/
/* ----- 下層の見出しの上に余白を付ける ----- */
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;
}


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

  *タイトル

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



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

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

h2.special_title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0;
  background: var(--line-color);
}

.tit01 {
padding: 0.5em 0;
  border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
    color: var(--main-color);
	font-size: 180%;
	font-family: var(--font-type);
    font-style: normal;
    font-weight: 600;
	text-align: center;
    padding: 20px 40px;
	margin: auto auto 40px;
  background: linear-gradient(180deg, #073f18 0%, #92b99e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	/*margin: auto auto 30px;
    color: #fff;
    font-size: 180%;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(to right, #cac19a, #b1a15b);
    text-align: center;
    padding: 20px 40px;
    border: solid 1px rgb(255 255 255 / 50%);
    box-shadow: 0px 0px 0px 5px #cac09a;
    width: 98.7%;*/
}

#worry_anx .tit01 {
border-top: none;
    border-bottom: none;
    color: #fff;
	font-weight: 500;
    padding: 30px 30px;
    margin: auto auto;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

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

.tit03 {
/*margin: 0 0 15px;
  color: var(--sub-color);
  font-size: 150%;
	font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 500;*/
	margin: 0 0 25px;
    padding: 0 5px 12px 50px;
    border-bottom: 1px solid var(--line-color);
    font-size: 150%;
	font-family: var(--font-type);
    font-style: normal;
    font-weight: 500;
}
.tit03::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    width: 30px;
    height: 34px;
    background: url(../images/logo.svg) no-repeat center / cover;
}

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

  *メインビジュアル

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

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

#mainvisual::after {
  top: 20px;
  right: 20px;
  opacity: 0.3;
  transform: rotate(180deg);
}

#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: 45%;
  left: 0;
  color: #ffffff;
  font-size: 220%;
  filter: drop-shadow(0 0 5px rgb(0, 0, 0 , 0.4));
  transform: translateY(-50%);
	font-family: var(--font-type);
}

.mv_contents .catch span{
	display:block;
	font-size:70%;
}

/* ----- テキストバナーエリア ----- */
.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: 170px;
  height: 170px;
  padding: 4px;
/*background: rgb(255, 255, 255 , 0.3);*/
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
	font-family: var(--font-type);
}

.bnr_wrap .bnr p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
/*background: rgb(255, 255, 255 , 0.6);*/
	background: linear-gradient(135deg, #073f18 50%, #164b26 50%);
  border-radius: 50%;
	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); */
    border: solid 5px rgb(0 0 0 / 15%);;
}

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

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

.bnr_facility .facility_text .title {
      margin: 0 auto 13px;
    padding: 5px 10px;
    background: var(--main-color) /*linear-gradient(to right , var(--main-color),var(--sub-color))*/;
    color: #ffffff;
    text-align: center;
    font-size: 120%;
    line-height: 1.8;
}

.bnr_facility .facility_text .title + p{
  text-align: center;
    line-height: 1.5;
    font-size: 90%;
}

.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: 700px;
  }

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

  #mainvisual::before {
    left: 10px;
  }

  #mainvisual::after {
    top: 10px;
    right: 10px;
  }

  #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: 38%;
    font-size: 170%;
  }

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

.tit01 {
  background: linear-gradient(180deg, #073f18 0%, #073f18 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	    padding: 15px 15px;
}

  /* テキストバナーエリア */
  .mv_contents .bnr_wrap{
    bottom: 20px;
        justify-content: space-evenly;
  }
  .bnr_wrap{
    gap: 3px;
    justify-content: center;
  }

  .bnr_wrap .bnr{
    width: 145px;
    height: 145px;
  }


  /* 設備紹介バナー */
  .bnr_facility .facility_inner{
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px;
	  border: solid 5px rgb(0 0 0 / 15%);;
  }
	
.bnr_facility .facility_text .title {
    margin: 0 auto 8px;
}

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

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

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

    .mv_under .bnr_wrap{
      display: none;
    }
}


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

  *おすすめ

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

.recommend_item {
  position: relative;
  z-index: 1;
  width: calc((100% / 2) - (20px / 2));
}

.recommend_item .popular {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  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);
  font-size: 150%;

  border-style: none solid solid solid;
}

.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: 20px 45px;
  padding: 40px 20px;
  background: var(--bg-color);
}

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

.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: var(--main-color);
  font-size: 100%;
}

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

  .worries_list li {
    padding: 0 0 0 35px;
  }
}
/*==================================================================================================================================

  *選ばれる理由

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

.feature {
  background: var(--bg-color);
}

.feature_list{
  display: flex;
  flex-flow: wrap;
  gap: 70px 30px;
}

.feature_item{
  display: flex;
  height: auto;
  width: 100%;
  margin-top: 50px;
}

.feature_img{
  width: 500px;
  flex-shrink: 0;
  margin-top: -50px;
}

.feature_inner{
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  width: calc(100% + 50px);
  height: 100%;
  min-height: 380px;
  margin: 0 0 0 -50px;
  padding: 35px 30px 35px;
  background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	text-align:justify;
}

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

.feature_title{
  display: flex;
  flex-flow: column;
  margin-bottom: 20px!important;
}

.feature_title h3{
  color:/*var(--main-color)*/#fff;
  font-size: 140%;
  line-height: 1.75;
}

.feature_num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px !important;
    font-size: 115%;
    position: absolute;
    top: -65px;
    right: 15px;
    font-family: var(--font-type-en);
    font-weight: 400;
    font-style: normal;
    color: #938441;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.2;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #938441;
}

.feature_item p {
    padding: 0 5px;
}

.feature_num span{
  color: #938441;
      display: block;
    font-size:270%;
}

.feature_item .btn01 {
  margin-top: auto;
  text-align: center;
}

.feature_item .btn01 > *{
  padding: 10px 40px 10px 30px;
  font-size: 95%;
}

.btnflex_feature{
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 5px;
  margin-top: auto;
}

/* 左右 */
.feature_item:nth-child(odd){
  flex-flow: row-reverse;
}

.feature_item:nth-child(odd) .feature_inner{
  margin: 0 -50px 0 0;
}

/* ボタン横並び */
.btnflex_feature .btn01{
  width: calc(50% - 2.5px);
}

.btnflex_feature .btn01 > * {
  width: 100%;
}

/*==============================================
  *SP 選ばれる理由
==============================================*/

@media screen and (max-width: 640px) {
  .feature{
    padding-bottom: 0;
  }
  
  .feature_list{
    gap: 40px;
  }

  .feature_item{
    flex-flow: column;
    width: 100%;
    margin: 0;
  }

  .feature_img{
    width: 100%;
    margin: 0;
  }

  .feature_inner{
    width: 92%;
        min-height: auto;
        padding: 30px 20px;
        margin: 0 auto;
        top: -20px;
        text-align: justify;
  }

  .feature_title{
    margin-bottom: 15px!important;
    min-height: auto;
  }

  .feature_item .btn01{
    text-align: center;
  }

  /* 左右 */
  .feature_item:nth-child(odd){
    flex-flow: column;
  }
  .feature_item:nth-child(odd) .feature_inner{
    margin: 0 auto;
  }

  /* 横並び */
  .btnflex_feature .btn01{
    width: 100%;
  }
}



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

  *おすすめプラン

==================================================================================================================================*/
#osusume{
position:relative;
	    padding-bottom: 100px;
}
#osusume::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 57%;
    background:url(../images/doc_bg02.jpg) no-repeat center / cover;
	z-index:-1;
}

.pickup_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
	width: 99%;
    margin-left: auto;
    margin-right: auto;
}
.pickup_item {
    width: calc(49% - 10px);
    padding: 50px 30px;
}
.pickup_item:nth-child(odd) {
    background: #d8e9d7;
	    border: solid 1px #c2dbc1;
}
.pickup_item:nth-child(odd) .pickup_inner {
    margin: 0 0 0 auto;
	position:relative;
}
.pickup_item:nth-child(even) {
    background: #ebe7d4;
	border: solid 1px #d7d3bc;
}


}
.pickup_item:nth-child(even) .pickup_inner {
    margin: 0 auto 0 0;
}
.pickup_title {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto 15px;
    padding: 13px 30px;
    text-align: center;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 700;
	    font-size: 120%;
}
.pickup_item:nth-child(odd) .pickup_title {
    background: #073f18;
	color:#fff;
}
.pickup_item:nth-child(even) .pickup_title {
    background: #7f6e2f;
	color:#fff;
}
.pickup_img {
    position: relative;
    z-index: 1;
}
.pickup_text {
    margin: 30px 0;
}

.pickup_text .price {
    font-size: 200%;
    font-family: var(--font-type);
    font-weight: 600;
    font-style: normal;
    text-align: center;
    padding-bottom: 10px;
	color: #073f18;
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.pickup_item:nth-child(even) .price {
    color: #7f6e2f;
}

.pickup_text .price span{
    font-size: 70%;
}

.pickup_text .ex_text span{
    display: block;
    padding: 6px 10px;
    background: #c2dbc1;
    margin: 16px 0 8px;
    font-family: var(--font-type);
    font-weight: 600;
	font-size:105%;
}

.pickup_item:nth-child(even)  .pickup_text .ex_text span{
    background: #d7d3bc;
}

.ninki{
position: absolute;
    z-index: 3;
    top: -75px;
    left: -45px;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    width: 85px;
    height: 85px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(135deg, #cac19a 0%, #7f6e2f 80%);
    border: solid 3px #ddd8c2;
}

.pickup_link {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    gap: 10px;
    height: 100%;
    margin-top: auto;
}
.pickup_link .pickup_btn {
    width: calc((100% / 2) - (10px / 2));
}
.pickup_link .pickup_btn a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    background: #fff;
    border: 2px solid #94c7ed;
    color: #333;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    transition: background 0.2s, color 0.2s;
    border-radius: 10px;
}
.pickup_item:nth-child(2) .pickup_link .pickup_btn a {
    border: 2px solid #a5d59d;
}

.osusume{
	text-align:center;
	background: rgba(255,255,255,0.7);
	margin: 85px 0 0;
    padding: 70px 50px;
	position:relative;
}
.osusumeplus {
    position: absolute;
    z-index: 3;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    width: 85px;
    height: 85px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background: #073f18;
    /* background: linear-gradient(135deg, #c2dbc1 0%, #073f18 80%);
    border: solid 3px #ddd8c2; */
    font-size: 250%;
}
.osusume h3{
    font-size: 180%;
}
.osusume div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 35px;
    width: 98.5%;
}
.osusume div a{
    width: 30%;
    height: 200px;
    font-size: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://ningyocho-naishikyo.jp/wp/wp-content/uploads/2025/08/doc_pic07.jpg) no-repeat center / cover;
    color: #fff;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 600;
    box-shadow: 0 0 0px 5px rgba(0,0,0,0.1);
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.osusume div a:nth-child(2){
    background: url(https://ningyocho-naishikyo.jp/wp/wp-content/uploads/2025/08/doc_pic08.jpg) no-repeat center / cover;
}
.osusume div a:nth-child(3){
    background: url(https://ningyocho-naishikyo.jp/wp/wp-content/uploads/2025/08/doc_pic09.jpg) no-repeat center / cover;
}
.osusume div a:hover {
    opacity: .8;
}
.osusume div + a {
    background: #fff;
    padding: 10px;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 600;
}

/*==============================================
  *SP おすすめプラン
==============================================*/
@media screen and (max-width: 640px) {
.pickup_list {
        width: calc(100%);
    }
    .pickup_item {
        width: 100%;
        margin: 0 auto 30px;
        padding: 50px 20px !important;
    }
.pickup_inner {
        max-width: none;
        min-height: auto;
        margin: 0 !important;
    }
.pickup_title {
    padding: 13px 20px;
}
	.ninki {
    left: -25px;
}
.osusume {
    padding: 70px 35px 50px;
}
.osusume div {
    display: block;
    width: 100%;
}
	.osusume div a{
width:100%;
margin-bottom:25px;
	}
.osusume div a:last-child{
margin-bottom:0;
	}
	}
/*==================================================================================================================================

  *院長の想い

==================================================================================================================================*/
#doctorgreeting{
	position:relative;
	padding-bottom:90px;
	margin-bottom:400px
}
#doctorgreeting::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    display: block;
    width: calc(50% - 270px);
    height: 450px;
    background: url(../images/logo.svg) no-repeat top right;
    opacity: 0.15;
}
#doctorgreeting::after {
    content: "";
    position: absolute;
    bottom: -400px;
    left: 0;
    display: block;
    width: 100%;
    height: 400px;
    background:url(../images/doc_bg03.jpg) no-repeat center / cover;
}
#doctorgreeting .tit01 {
    border: none;
    text-align: justify;
    padding: 0;
    font-size: 250%;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.doctor_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.doctor_img {
    flex-shrink: 0;
    width: 380px;
}
.doctor_name {
    margin-top: 30px;
    font-family: var(--font-type);
    text-align: right;
}
.doctor_name .position {
    font-size: 120%;
}
.doctor_name .name {
    font-size: 150%;
}
.doctor_name .name span {
    padding-right: 0.7em;
    font-size: 80%;
}

/*==============================================
  *SP 当院の特徴
==============================================*/
@media screen and (max-width: 640px) {
	#doctorgreeting {
    margin-bottom: 220px;
}
	#doctorgreeting::before {
    top: -70px;
    left: -120px;
    width: 85%;
    height: 490px;
}
#doctorgreeting::after {
    height: 250px;
	        bottom: -220px;
}
	#doctorgreeting .tit01 {
    font-size: 210%;
}
    .doctor_flex {
        flex-flow: column;
        gap: 30px;
    }
	.doctor_img {
    width: 100%;
}
}


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

  *当院の特徴

==================================================================================================================================*/
.feature_list {
  display: flex;
    flex-flow: wrap;
    gap: 88px;
/*background-color: #fdfdfd;
  background-image: linear-gradient(90deg, #f0f0f0 1px, transparent 1px), linear-gradient(#f0f0f0 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
    padding: 50px;*/
}

.feature_item {
  flex: 1;
}

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

.feature_title {
  margin-top: 20px!important;
  padding: 7px 15px 5px;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 110%;
}

.list_sizeup {
    font-size: 110%;
    font-family: var(--font-type);
    font-style: normal;
    font-weight: 500;
	padding:40px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*==============================================
  *SP 当院の特徴
==============================================*/
@media screen and (max-width: 640px) {
main section#reason {
    padding: 50px 0;
}

  .feature_list {
    flex-flow: column;
    gap: 40px;
/*padding: 20px 20px 40px;*/
  }
	.feature_num {
    font-size: 100%;
    top: -50px;
    right: -10px;
    width: 110px;
    height: 110px;
}
	.list_sizeup {
    padding: 40px 30px !important;
}
	#worry_anx .tit01 {
    padding: 30px 5px;
}
}


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

  *追加費用

==================================================================================================================================*/
.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 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:first-of-type > * {
  background: var(--main-color);
  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%;
  }
}


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

  *当院が選ばれる理由

==================================================================================================================================*/
.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: 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;
  z-index: -1;
  bottom: 10px;
  left: 15px;
  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: 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: var(--main-color);
  color: #ffffff;
}

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

.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%;
}

main section#link14 ol.bg{
	background: #fff !important;
}

main section#link14 .table02 tr:not(:first-child) th,
main section#link14 .table02 tr:not(:first-child) td{
    background: #fff !important;
}

/*==============================================
  *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 .flow_inner p img {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 5px 0 0 25px;
}

.flow .btnbox {
    display: flex;
    justify-content: space-between;
    width: 580px;
}



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

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

==================================================================================================================================*/
.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;
  }
.flow .flow_inner p img {
	display:block;
    float: none;
    width: 100%;
    margin: 0 0 10px;
}
.flow .btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
}
.flow .btnbox .btn01:first-child{
margin-bottom:10px;
}
}


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

  *よくある質問

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


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

  *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: linear-gradient(to right , var(--main-color),var(--sub-color));
  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 50px;
    font-size: 110%;
  }

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

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