/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2023 | 09:16:06 */
/*///////////// スマホの時にヘッダー上部を非表示にする　/////////////////*/

/* #header .header__img { */
/*   display: none;*/
/* }*/


/*///////////// 初期値に戻す　/////////////////*/

.content-style .custom h2::after {
  content: none;
}

.custom .init {
  all: initial;
}

.custom .secttl {
  max-width: 100%;
}

.custom figure {
  margin: 0 0 3vw;
}

.custom h2 img,
.custom h3 img {
  display: block;
  margin: 0 auto;
  padding: 1.5rem 1rem 1rem;
}

.custom img {
  width: 100%;
}

.custom .main_area {
  text-align: center;
}

.custom .main_area .schedule {
  font-size: 3.5vw;
}

.custom .main_area table {
  font-size: 100%;
  text-align: center;
}

.custom .review_area {

}

.custom .review_area+.prov {
  margin-bottom: 7vw;
}

.custom .review_box {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 3.2vw;
  background: #fff8db;
}

.custom .review_box p {
  width: 100%;
  padding: 0 3vw;
}

.custom .review_box figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 25vw;
}

.custom .fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  /*max-width: 100%;*/
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  width: 80%;
}

.custom .fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.custom .red {
  color: #f53f3f;
}

.custom .bold {
  font-weight: 700;
  font-size: 1.1rem;
}

.custom .underline {
  text-decoration: underline;
}

.custom .rating {
  text-align: right;
}

.custom .prov {
  text-align: right;
  font-size: 3vw;
  margin-top: 1vw;
}

.custom .media_area {
  background-color: #fffdef;
  border: 1.5px solid #FF9800;
  margin: 1.2em auto;
}

.custom .media_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .8em;
}

.custom .media_box figure {
  text-align: center;
  margin: 2vw auto;
  max-width: 80%;
}

.custom .media_box figcaption {
  margin-top: 1.2vw;
}

.custom .media {
  text-align: right;
  font-size: 3vw;
  padding: 0 1.5vw 2.5vw;
}

.custom .reason_area {
  /*background-image: url(/wpcms/custom/images/bg_reason.png);
	background-repeat: repeat-y;
	height: 111vw;
	margin-bottom: 2vw;
  background: linear-gradient(to right, #e7da6e 0%, #ffffdb 50%, #e7da6e 100%); */
  background: #fffef2;
  margin-bottom: 5vw;
  border: 1px solid #b29131;
}

.custom .reason_bg {
  background-color: rgba(255, 255, 255, 0.4);
}

.custom .reason_area .reason_list {
  padding: 0 4vw 0.5vw;
  background: repeating-linear-gradient(#f5f5f5, #f5f5f5 1px, rgba(245,245,245,0) 0, rgba(245,245,245,0) 16px),repeating-linear-gradient(90deg, #f5f5f5, #f5f5f5 1px, rgba(245,245,245,0) 0, rgba(245,245,245,0) 16px) #fff;
  border: 2px solid #e6e4e4;
  margin: .8em;
}

.custom .reason_area ul {

}

.custom .reason_area li {
  font-size: 1.1rem;
  padding: 4.5vw 1.7vw 3vw 4.2vw;
  line-height: 1.5;
  border-bottom: 1px solid #212121;
}

.custom .reason_area ul li:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/check01.png);
  background-repeat: no-repeat;
  background-position: 3vw 5vw;
  width: 100%;
  height: 16vw;
  background-size: 7vw;
}

.custom .offer {
  margin-bottom: 6vw;
}

.custom .offer p {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0vw;
  line-height: 1.5;
}

.custom .offer p:last-of-type {
  margin-bottom: 3vw;
}

.custom .trouble_area {
  /*height: 69vw;*/
  background: linear-gradient(to bottom, #c4cad9 0%, #f7f9fd 100%);
  text-align: center;
}


/*.custom .trouble_area .trouble_ttl{
	font-size: 1.3rem;
	color: #333;
	font-weight: 700;
	
}*/

.custom .trouble_area img {
  padding: 5vw 2vw 0;
}

.custom .trouble_area ul {
  background-image: url(/wpcms/custom/images/trouble_women.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  /*height: 60vw;*/
  background-size: 33vw;
}

.custom .trouble_area li {
  margin: 0 26vw 2vw 1vw;
  text-align: left;
  padding-left: 2vw;
}

.custom .trouble_area ul {
  padding-bottom: 3vw;
}

.custom .trouble_area li:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/check03.png);
  background-repeat: no-repeat;
  background-position: 0vw 0vw;
  width: 100%;
  height: 16vw;
  background-size: 7vw;
}


/*
.custom .trouble_area .trouble_ttl:after{
	background-image: url(/wpcms/custom/images/trouble_ttl_line.png);
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 3vw 2.5vw;
	width: 100%;
	height: 10vw;
}
*/

.custom .entrust_area {
  text-align: center;
}

.custom .entrust_area:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 10vw;
  background-size: 34vw;
}

.custom .entrust_area:after {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 16vw;
  background-size: 34vw;
}

.custom .ttl_wrap {
  /*
  border-top: double 3px #ff9800;
  border-bottom: double 3px #ff9800;
  */
  background: url(/wpcms/custom/images/back_img_01.png) no-repeat;
  background-size: 100%;
  padding: 1.65em 0;
  margin-bottom: 5vw;
  text-align: center;
  line-height: 1.1;
}

#main .custom div.m-padding {
  padding: 1.1em 0;
}

.custom .ttl_wrap5 {
  border-bottom: double 3px #ff9800;
  /*下線*/
  padding: 1em 0;
  margin-bottom: 5vw;
  padding-bottom: 2vw;
}

.custom .ttl_wrap2,
.custom .ttl_wrap3,
.custom .ttl_wrap4 {
  border-bottom: double 3px #ff9800;
  /*下線*/
  padding: 1em 0;
  margin-bottom: 5vw;
  text-align: center;
}

.custom .ttl_wrap2:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/traffic_ttl_up.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 7vw;
  background-size: 100vw;
}

.custom .ttl_wrap3:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/before_after_ttl_up.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 7vw;
  background-size: 100vw;
}

.custom .ttl_wrap4:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/envir_ttl_up.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 7vw;
  background-size: 100vw;
}

.custom .ttl {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  color: #473226;
  font-weight: 700;
  font-feature-settings: "palt";
}

.custom .writing {
  text-align: left;
  /*color: #473226;*/
  margin: 4vw 0;
  overflow-wrap: break-word;
}

.custom .point_area {
  text-align: center;
  /*margin-bottom: 6vw;*/
}

.custom .marker {
  background: linear-gradient(transparent 70%, #ffff66 60%);
}

.custom .sub_ttl {
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  color: #473226;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 1.0em auto;
}

.custom .ttl01 {
  padding-left: 12%;
  background: url(/wpcms/custom/images/point01.png) left center no-repeat;
  background-size: 10%;
}

.custom .ttl02 {
  padding-left: 12%;
  background: url(/wpcms/custom/images/point02.png) left center no-repeat;
  background-size: 10%;
}

.custom .ttl03 {
  padding-left: 12%;
  background: url(/wpcms/custom/images/point03.png) left center no-repeat;
  background-size: 10%;
}


/*.custom .sub_ttl:before{
	content: "";
    display: block;
    background-image: url(/wpcms/custom/images/point01.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 16vw;
    background-size: 34vw;
}*/

.custom .point_box {
  margin: 4vw 0 6vw;
  text-align: left;
}

.custom .point_box figure img {
  width: 17%;
  margin: 0 auto;
  display: block;
}

.custom .traffic_area {
  background: linear-gradient(to bottom, #ffffff 80%, #faf0bd 100%);
  margin-bottom: 5vw;
}

.custom .traffic {
  font-size: 0.8rem;
  margin: 0 1em 1em;
}


/*
.custom .traffic:after{
	content: "";
    display: block;
    background-image: url(/wpcms/custom/images/traffic02.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 7vw;
    background-size: 25vw;
}
*/

.custom .traffic_box {
  display: flex;
}

.custom .traffic_box figure img {
  max-width: 50vw;
  padding-right: 3vw;
}

.custom .why_area {
  background: #ffedd2;
  padding: .4em .8em;
}

.custom .why_area .ttl img {
  padding: 1.0rem;
  margin: .8rem auto;
}

.custom .why_area .why_box {
  background: #fff;
  padding: .8em;
  margin: .8em auto;
  position: relative;
}

.custom .why_area .why_box:before {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  background: url(/wpcms/custom/images/back_img_02.png) no-repeat;
}

.custom .ba .ba_box {
  background: repeating-linear-gradient(#f5f5f5, #f5f5f5 1px, rgba(245,245,245,0) 0, rgba(245,245,245,0) 16px),repeating-linear-gradient(90deg, #f5f5f5, #f5f5f5 1px, rgba(245,245,245,0) 0, rgba(245,245,245,0) 16px) #fff;
  margin: .8em;
  border: 2px solid #e6e4e4;
  padding: 1.0em;
}

.custom .envir_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom .envir_box figure {
  text-align: center;
  margin: 2vw auto 6vw;
  max-width: 47%;
}

.custom .room_area {
  text-align: center;
}

.custom .room_box {
  margin-bottom: 6vw;
}

.custom .flow {
  font-size: 1.2rem;
}

.custom .support_area {
  margin-bottom: 6vw;
}

.custom .support_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

.custom .support img {
  max-width: 65%;
}

.custom .future_area {
  margin-bottom: 6vw;
}

.custom .future_area .red {
  font-size: 1.7rem;
}

.custom .future_area .future {
  font-size: 1.2rem;
  margin: 2vw 0 0;
}

.custom .future_area ul {
  padding-left: 8vw;
  margin: 0;
}

.custom .future_area li {
  font-size: 1.1rem;
  padding: 0 0 3vw 0vw;
  line-height: 1.6;
}

.custom .future_area li:before {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/check02.png);
  background-repeat: no-repeat;
  background-position: 0 1vw;
  width: 100%;
  height: 16vw;
  background-size: 6vw;
}

.custom .future_box {
  background-color: #fff;
  border: solid 10px #f0eee4;
  padding: 3vw;
}

.custom .future_box figure:last-of-type {
  margin: 0 0 0.5vw;
}

.custom .price_area th,
.custom .price_area td {
  text-align: center;
}

.custom .price_table:after {
  content: "";
  display: block;
  background-image: url(/wpcms/custom/images/arrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 14vw;
  background-size: 34vw;
}

.custom .price {
  margin: 0;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  color: #ff9800;
  font-weight: 500;
}

.custom .big_price {
  font-size: 1.6rem;
  font-weight: 500;
}

.custom .cta_area img {
  max-width: 75%;
}

.custom .cta_box {
  /*display: flex;
	justify-content: space-around;*/
}

.custom .cta_box ul {
  padding: 0;
}

.custom .cta_box li:before {
  content: none;
}

.custom .cta_box li {
  color: #eb1726;
}


/*.custom .ba_box{
	background-color: #f7f8f9;
}*/

.custom .bg_ba {
  background-color: #f7f8f9;
}

.custom .right {
  text-align: right;
}


/* ////////////// Small devices (tablets, 768px and up)  ///////////////*/

@media (min-width: 768px) {
  .custom .prov {
    text-align: right;
    font-size: 1.2vw;
    margin-top: 1.2vw;
  }
  .custom .main_area table td {
    font-size: 2.2vw;
    text-align: center;
  }
  .custom .review_box p {
    width: 100%;
    padding: 0 3vw;
    font-size: 1.7rem;
  }
  .custom .review_box figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 16vw;
  }
  .custom .media_box figcaption {
    margin-top: 1.2vw;
    font-size: 1.2rem;
  }
  /*.custom .reason_area {
	background-image: url(/wpcms/custom/images/bg_reason.png);
	background-repeat: repeat-y;
	height: 100vw;
	margin-bottom: 5vw;
}*/
  .custom .reason_area li {
    font-size: 2rem;
    padding: 4.5vw 1.7vw 3vw 4.2vw;
    line-height: 1.5;
  }
  .custom .reason_area ul li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check01.png);
    background-repeat: no-repeat;
    background-position: 5vw 5vw;
    width: 100%;
    height: 16vw;
    background-size: 5vw;
  }
  .custom h2 img,
  .custom h3 img {
    display: block;
    margin: 0 auto;
    padding: 3.5rem 1rem 1rem;
  }
  .custom .offer p {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 0vw;
    line-height: 1.5;
  }
  .custom .trouble_area ul {
    background-image: url(/wpcms/custom/images/trouble_women.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    /* height: 25vw; */
    background-size: 26vw;
    padding-bottom: 3vw;
    margin-left: 2vw;
    /* margin: 0 0 2vw 2vw; */
  }
  .custom .trouble_area li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check03.png);
    background-repeat: no-repeat;
    background-position: 0vw 0vw;
    width: 100%;
    height: 18vw;
    background-size: 4vw;
  }
  .custom .trouble_area li {
    margin: 0 26vw 2vw 1vw;
    text-align: left;
    padding-left: 2vw;
    font-size: 1.6rem;
  }
  .custom .ttl {
    font-size: 3.2rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    color: #473226;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  .custom .sub_ttl {
    font-size: 2.9rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    color: #473226;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  .custom .writing {
    text-align: left;
    /* color: #473226; */
    margin: 0 0 4vw;
    font-size: 3vw;
    overflow-wrap: break-word;
  }
  .custom .traffic {
    font-size: 1.2rem;
    margin: 0 1em 1em;
  }
  .custom .ttl_wrap2:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/traffic_ttl_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 6.5vw;
    background-size: 100vw;
  }
  .custom .ttl_wrap4:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/envir_ttl_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 6.5vw;
    background-size: 100vw;
  }
  .custom .ttl_wrap {
    font-size: 2.1rem;
  }
  .custom .support_box {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    text-align: center;
    flex-flow: row-reverse;
  }
  .custom .support {
    width: 40vw;
  }
  .custom .bold {
    font-weight: 700;
    font-size: 3.1vw;
  }
  .custom .future_area .red {
    font-size: 6vw;
  }
  .custom .future_area .future {
    font-size: 3.5vw;
    margin: 2vw 0 0;
  }
  .custom .future_area ul {
    padding-left: 5vw;
    margin: 0;
  }
  .custom .future_area li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check02.png);
    background-repeat: no-repeat;
    background-position: 0 1vw;
    width: 100%;
    height: 16vw;
    background-size: 3.2vw;
  }
  .custom .future_area li {
    font-size: 2.7vw;
    padding: 0 0 3vw 0vw;
    line-height: 1.6;
  }
  .custom .price_area th,
  .custom .price_area td {
    text-align: center;
    font-size: 3.4vw;
  }
  .custom .price {
    margin: 0;
    font-size: 2.8rem;
    font-feature-settings: "palt";
    color: #ff9800;
    font-weight: 500;
    text-align: center;
  }
  .custom .big_price {
    font-size: 4vw;
    font-weight: 500;
  }
  .custom .cta_box li {
    color: #eb1726;
    font-size: 3vw;
  }
  .custom .cta_area img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}


/*////////////// Medium devices (desktops, 992px and up) //////////////*/

@media (min-width: 992px) {
  .custom .secttl {
    max-width: 730px;
  }
  .custom .main_area .schedule {
    font-size: 1.5vw;
    margin: 0;
  }
  .custom .main_area table td {
    font-size: 1.5vw;
    text-align: center;
  }
  .custom .offer {
    margin-bottom: 3vw;
  }
  .custom .selected_area figure:last-of-type {
    margin: 0;
  }
  .custom .selected_area {
    margin-bottom: 4vw;
  }
  .custom .review_area figure {
    margin: 0 0 0.5vw;
  }
  .custom .review_box p {
    width: 100%;
    padding: 0 2vw;
    font-size: 1.4rem;
  }
  .custom .review_box figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .custom .fukidashi {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 0;
    min-width: 120px;
    /* max-width: 100%; */
    color: #555;
    font-size: 16px;
    border-radius: 10px;
    width: 80%;
  }
  .custom .media {
    text-align: right;
    font-size: 1vw;
    padding: 0 1.5vw 2.5vw;
  }
  .custom .recommen_area {
    margin-bottom: 2vw;
  }
  .custom .recommen {
    margin: 0;
  }
  .custom .reason_area li {
    padding: 2vw 1vw 0vw 2vw;
  }
  .custom .reason_area .reason_list {
    padding: 0 2vw 0.5vw;
  }
  .custom .reason_area li:last-of-type {
    padding-bottom: 2vw;
  }
  .custom .reason_area ul li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check01.png);
    background-repeat: no-repeat;
    background-position: 2.0vw 2.3vw;
    width: 100%;
    height: 16vw;
    background-size: 2vw;
  }
  /*.custom .reason_area {
	background-image: url(/wpcms/custom/images/bg_reason.png);
	background-repeat: repeat-y;
	height: 43vw;
	margin-bottom: 2vw;
}*/
  .custom .trouble_area li {
    margin: 0 11vw 2vw 1vw;
    text-align: left;
    padding-left: 1vw;
    font-size: 1.6rem;
  }
  .custom .trouble_area ul {
    background-image: url(/wpcms/custom/images/trouble_women.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    /* height: 25vw; */
    background-size: 15vw;
    padding-bottom: 3vw;
    margin-left: 1.5vw;
    /* margin: 0 0 2vw 2vw; */
  }
  .custom .trouble_area li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check03.png);
    background-repeat: no-repeat;
    background-position: 0vw 0vw;
    width: 100%;
    height: 18vw;
    background-size: 2.5vw;
  }
  .custom .trouble_area img {
    padding: 3vw 2vw 0;
  }
  .custom .entrust_area:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/arrow.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 8vw;
    background-size: 20vw;
  }
  .custom .entrust_area:after {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/arrow.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 8vw;
    background-size: 20vw;
  }
  .custom .point_box .sub_ttl {
    font-size: 2.9rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    color: #473226;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 2vw;
  }
  .custom .point_area {
    text-align: center;
    margin-bottom: 4vw;
  }
  .custom .point_box figure {
    margin: 0 0 1vw;
  }
  .custom .point_box figure img {
    width: 7vw;
  }
  .custom .point_box {
    text-align: left;
    margin: 1vw 0;
  }
  .custom .point_box .writing {
    text-align: left;
    /* color: #473226; */
    margin: 0 0 2vw;
    font-size: 1.9rem;
    overflow-wrap: break-word;
  }
  /*.custom .point_ttl{
	display: flex;	
}
	*/
  .custom .support_area {
    margin-bottom: 1vw;
  }
  .custom .ttl_wrap2:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/traffic_ttl_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 3.5vw;
    background-size: 50vw;
  }
  .custom .ttl_wrap2,
  .custom .ttl_wrap3,
  .custom .ttl_wrap4 {
    border-bottom: double 12px #ff9800;
    padding: 1em 0;
    margin-bottom: 5vw;
    text-align: center;
  }
  .custom .ttl_wrap3:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/before_after_ttl_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 3vw;
    background-size: 50vw;
  }
  .custom .ttl_wrap4:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/envir_ttl_up.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 3vw;
    background-size: 50vw;
  }
  .custom .ttl_wrap2,
  .custom .ttl_wrap3,
  .custom .ttl_wrap4 {
    border-bottom: double 12px #ff9800;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 3vw;
  }
  .custom .ttl_wrap4 {
    margin-bottom: 1vw;
  }
  .custom .envir_box figure {
    text-align: center;
    margin: 2vw auto 0vw;
    max-width: 47%;
  }
  .custom .envir_box figure:last-of-type {
    margin-bottom: 3vw;
  }
  .custom .room_box .sub_ttl {
    font-size: 1.5rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    color: #473226;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 1vw;
  }
  .custom .writing {
    text-align: left;
    /* color: #473226; */
    margin: 0 0 4vw;
    font-size: 1.3rem;
    overflow-wrap: break-word;
  }
  .custom .bold {
    font-weight: 700;
    font-size: 1.5vw;
  }
  .custom .future_area .red {
    font-size: 3.3vw;
  }
  .custom .future_area .future {
    font-size: 1.8vw;
    margin: 0;
  }
  .custom .future_box {
    background-color: #fff;
    border: solid 10px #f0eee4;
    padding: 1vw;
  }
  .custom .future_area li {
    font-size: 1.5vw;
    padding: 0 0 3vw 0vw;
    line-height: 1.6;
  }
  .custom .future_area li:before {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/check02.png);
    background-repeat: no-repeat;
    background-position: 0 0.5vw;
    width: 100%;
    height: 14vw;
    background-size: 2vw;
  }
  .custom .future_area ul {
    padding-left: 3vw;
    margin: 2vw 0 0;
  }
  .custom .future_area figure {
    margin: 0;
  }
  .custom .ttl_wrap5 {
    border-bottom: double 10px #ff9800;
    padding: 1em 0;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  .custom .price_area .sub_ttl {
    font-size: 1.8vw;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    color: #473226;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 1vw;
  }
  .custom .price_area th,
  .custom .price_area td {
    text-align: center;
    font-size: 1.5rem;
  }
  .custom .price_table:after {
    content: "";
    display: block;
    background-image: url(/wpcms/custom/images/arrow.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 5vw;
    background-size: 15vw;
  }
  .custom .price {
    margin: 0;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    color: #ff9800;
    font-weight: 500;
    text-align: center;
  }
  .custom .big_price {
    font-size: 2vw;
    font-weight: 500;
  }
  .custom .price .writing {
    text-align: left;
    /* color: #473226; */
    margin: 0 0 1.3vw;
    font-size: 1.2vw;
    overflow-wrap: break-word;
  }
  .custom .price_area {
    margin-bottom: 3vw;
  }
  .custom .cta_box {
    display: flex;
    flex-flow: row-reverse;
  }
  .custom .cta .writing {
    text-align: left;
    /* color: #473226; */
    /* margin: 0 0 4vw; */
    font-size: 1.2vw;
    margin: 0;
    overflow-wrap: break-word;
  }
  .custom .cta_box li {
    color: #eb1726;
    font-size: 1.1vw;
  }
  .custom .cta_area {
    margin-bottom: 3vw;
  }
  .custom .cta_area figure {
    margin: 0;
    padding: 0;
  }
  .custom .cta_area img {
    max-width: 100%;
    margin-right: 200px;
  }
  .custom .prov {
    text-align: right;
    font-size: 1rem;
    margin-top: 1.2vw;
  }
}

.custom .ttl,
.custom .ttl_wrap .ttl,
.custom .ttl_wrap2 .ttl,
.custom .ttl_wrap3 .ttl,
.custom .ttl_wrap4 .ttl {
  font-size: 4.3vw;
}

.custom .sub_ttl {
  font-size: 3.5vw;
}

.custom .reason_area .reason_bg .reason_ttl img {
  padding: 1.0rem 0;
  max-width: 105%;
  width: 104%;
  margin-left: -2%;
}

@media (min-width: 768px) {
  .custom .ttl,
  .custom .ttl_wrap .ttl,
  .custom .ttl_wrap2 .ttl,
  .custom .ttl_wrap3 .ttl,
  .custom .ttl_wrap4 .ttl {
    font-size: 2.1rem;
  }
  .custom .sub_ttl {
    font-size: 1.3rem;
  }
  .custom .reason_area ul {
    margin: 1.2em auto;
  }
  .custom .reason_area li {
    font-size: 1.6rem;
  }
  .custom .point_box .sub_ttl {
    font-size: 1.9rem;
  }
  .custom .point_box .writing {
    font-size: 1.3rem;
  }
  .custom .point_box .point_ttl {
    margin-bottom: .8em;
  }
  .custom .future_area .future {
    font-size: 1.3rem;
  }
  .custom .future_area li {
    padding: 0;
    padding-bottom: .8em;
  }
  .custom .media_box figure {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .custom .flow,
  .custom .future_area .future{
    font-size: 4.0vw;
  }
  .custom .future_area .red {
    font-size: 4.5vw;
  }
}
.bottom-btn-wrap {
position: fixed;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
width: 101%;
}

@media (min-width: 769px) {
.bottom-btn-wrap {
display: none !important;
opacity: 0
}
}

@media (max-width: 767px) {
.page-scroll--active {
transform: translateY(-20vw);
}
}

.bottom-btn-wrap .bottom-btn-01 {
width: 100%;
margin: auto;
}

.bottom-btn-wrap .bottom-btn-02 {
width: 100%;
margin: auto;
}

