@charset "utf-8";

/* ===============================================
# Machine Pilates
=============================================== */
.wrapper{
  min-width: auto;
}
.main{
  font-family: "Shippori Mincho B1","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.inner{
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.pagetop.on{
  bottom: 80px;
}
a[href*="tel:"]{
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width : 768px){
  .footer .inner,
  .footer_local .inner{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
  }
  .footer_local .info_container{
    display: flex;
  }
  footer .fnavi:not(.for_sp){
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding-left: 0;
  }
  footer .fnavi .navi01{
    width: 399px;
  }
  footer .fnavi .navi01 .navi01_01,
  footer .fnavi .navi01 .navi01_02{
    width: 45.864%;
  }
  footer .fnavi .navi01 .navi01_01 + .navi01_02{
    margin-left: 8.27%;
  }
  footer .fnavi .navi02{
    width: 816px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 3.43%;
  }
  footer .fnavi .navi_caption{
    width: 100%;
  }
  footer .fnavi .navi02 .navi02_01,
  footer .fnavi .navi02 .navi02_02,
  footer .fnavi .navi02 .navi02_03,
  footer .fnavi .navi02 .navi02_04{
    width: 22.426%;
  }
  footer .fnavi .navi02 ul{
    margin-right: 0;
  }
}
@media screen and (max-width : 767px){
  .inner{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  footer{
    margin-bottom: 50px;
  }
  .pagetop.on{
    bottom: 40px;
  }
  a[href*="tel:"]{
    pointer-events: all;
    cursor: pointer;
  }
}
img{
  width: 100%;
}

/* animation */
.js_text_animation .char{
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.js_text_animation{
  opacity: 0;
}
.js_text_animation .char_txt{
  display: inline-block;
  min-width: 0.25em;
  transition: all 1.3s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: inset(0 100% 0 0);
  transform: translateX(40%);
}
.js_text_animation.is_on{
  opacity: 1;
}
.js_text_animation.is_on .char_txt{
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

/* header スマホのみ */
@media screen and (max-width : 1023px){
  .header_machinepilates{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px 10px 20px;
    display: flex;
    align-items: center;
    box-shadow: none;
    height: 70px;
    z-index: 999;
  }
  .header_machinepilates.is_open{
    background-color: rgba(255,255,255,.95);
  }
  .header_machinepilates h1{
    display: flex;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    width: calc(100% - 30px);
    padding-top: 0;
  }
  .header_machinepilates h1 img{
    max-width: 120px;
    width: 39.344%;
  }
  .header_machinepilates h1 span{
    line-height: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-left: 10px;
    letter-spacing: -1px;
  }
  .header_machinepilates .wrap_menu{
    background-color: rgba(255,255,255,.95);
    position: fixed;
    top: 70px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .5s;
    overflow-y: auto;
    left: 0;
    opacity: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    pointer-events: none;
  }
  .header_machinepilates.is_open .wrap_menu{
    opacity: 1;
    pointer-events: all;
  }
  .header_machinepilates nav .list_menu{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    border-top: 1px solid #000;
    margin-top: 13px;
  }
  .header_machinepilates nav .list_menu li{
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 12px 23px;
    background: url(../img/ico_star.svg) no-repeat left 4px center;
    background-size: 8px 8px;
  }
  .header_machinepilates nav .link_apply{
    background-color: #a58762;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding: 14px 10px;
    text-align: center;
    line-height: 1;
    display: none;
  }
  .header_machinepilates.is_open nav .link_apply{
    display: block;
  }
  .header_machinepilates nav .link_apply span{
    font-size: 22px;
    margin-left: 8px;
  }
  .header_machinepilates nav .link_apply span img{
    width: 12px;
    margin-right: 4px;
  }
  .header_machinepilates #btn_menu{
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .header_machinepilates #btn_menu .ico_menu,
  .header_machinepilates #btn_menu .ico_menu::before,
  .header_machinepilates #btn_menu .ico_menu::after{
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background: #000;
    transition: 0.5s;
    position: relative;
  }
  .header_machinepilates #btn_menu .ico_menu::before{
    bottom: 8px;
  }
  .header_machinepilates #btn_menu .ico_menu::after{
    top: 7px;
  }
  .header_machinepilates.is_open #btn_menu .ico_menu{
    top: 0px;
    left: 0px;
    transform: rotate(-34deg);
  }
  .header_machinepilates.is_open #btn_menu .ico_menu::before{
    content: none;
  }
  .header_machinepilates.is_open #btn_menu .ico_menu::after{
    top: 0px;
    left: 0px;
    transform: rotate(64deg);
  }
}

/* ===============================================
sec_promo
=============================================== */
.sec_promo{
  background: url(../img/bg_promo.jpg)no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.sec_promo::after{
  content: "";
  display: block;
  width: 100%;
  height: 8.333vw;
  background: url(../img/bg_promo_wave_bottom.svg)no-repeat;
  background-size: cover;
  position: absolute;
  bottom:0;
  left: 0;
}
.sec_promo .area_movie{
  width: 72.222%;
  position: relative;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 12 / 6.75;
}
.sec_promo .area_movie .box_movie{
  background: #fff;
  position: relative;
}
.sec_promo .area_movie .box_movie::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/img_movie.jpg)no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity ease 1s 0.3s;
}
.sec_promo .area_movie .box_movie.is_play::before{
  opacity: 0;
}
.sec_promo .area_movie .box_movie video{
  width: 100%;
  height: 100%;
  display: block;
}
.sec_promo .area_movie .txt_movie{
  position: absolute;
  bottom: 32px;
  left: 46px;
  width: 378px;
}
.sec_promo .area_txt{
  width: 27.777%;
  padding-left: 3.7%;
  padding-top: 66px;
  z-index: 1;
}
.sec_promo .area_txt .logo{
  display: flex;
  flex-direction: column;
}
.sec_promo .area_txt .logo img{
  max-width: 177px;
  width: 100%;
}
.sec_promo .area_txt .logo span{
  font-size: 1.4375rem;
  margin-top: 20px;
  line-height: 1;
}
.sec_promo .area_txt .txt_catch{
  font-size: 2.875rem;
  font-size: clamp(35px,3.19vw,46px);
  line-height: 1.5;
  margin-top: 42px;
}
.sec_promo .area_txt .txt_catch_sub{
  font-size: 1rem;
  line-height: 1.5625;
  margin-top: 22px;
  letter-spacing: 1px;
}
.sec_promo .fixed_btn{
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 249px;
  width: 100%;
  z-index: 998;
}
.sec_promo .fixed_btn a{
  background-color: #a58762;
  color: #fff;
  font-size: 17px;
  display: block;
  border-radius: 20px 0 0 0;
  padding: 16px 24px 15px;
  line-height: 1;
  text-align: center;
}
.sec_promo .fixed_btn a span{
  font-size: 28px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_promo .fixed_btn a span img{
  width: 14px;
  margin-top: 4px;
  margin-right: 8px;
}
@media screen and (max-width : 1023px){
  .sec_promo{
    flex-direction: column;
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .sec_promo::before{
    content: "";
    display: block;
    width: 100%;
    height: 3.2vw;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background: url(../img/bg_promo_wave_top_sp.svg)no-repeat;
    background-size: cover;
  }
  .sec_promo::after{
    background: url(../img/bg_promo_wave_bottom_sp.svg)no-repeat;
    height: 6.4vw;
    background-size: contain;
  }
  .sec_promo .area_movie{
    width: 100%;
  }
  .sec_promo .area_txt{
    width: 100%;
    padding: 26px 0 0;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_promo .area_txt .logo{
    display: none;
  }
}
@media screen and (max-width : 767px){
  .sec_promo{
    background: url(../img/bg_promo_sp.jpg)no-repeat;
    background-size: cover;
  }
  .sec_promo .area_movie .txt_movie{
    width: 50.4%;
    height: auto;
    bottom: 12px;
    left: 4px;
  }
  .sec_promo .area_txt .txt_catch{
    font-size:2rem;
    margin-top: 0;
    line-height: 1.7;
  }
  .sec_promo .area_txt .txt_catch_sub{
    font-size: 0.8125rem;
    line-height: 1.73;
    margin-top: 10px;
  }
  .sec_promo .fixed_btn{
    max-width: none;
  }
  .sec_promo .fixed_btn a{
    border-radius: 0;
    font-size: 1rem;
    padding: 12px 14px 16px 14px;
    text-align: center;
  }
  .sec_promo .fixed_btn a span{
    font-size: 1.375rem;
    display: inline;
    margin-left: 8px;
  }
  .sec_promo .fixed_btn a span img{
    width: 12px;
    margin-top: 4px;
    margin-right: 4px;
  }
}


/* ===============================================
sec_message
=============================================== */
.sec_message{
  padding-top: 140px;
  padding-bottom: 140px;
  background: url(../img/bg_message.svg)no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.sec_message .area_message{
  display: flex;
  align-items: center;
}
.sec_message .area_message .item_txt{
  width: 50%;
}
.sec_message .area_message .item_img{
  width: 50%;
  padding: 10px 0 0 38px;
}
.sec_message .area_message .item_img img{
  width: 100%;
}
.sec_message .ttl_message{
  font-size: 2.5rem;
  font-size: clamp(30px,2.77vw,40px);
  line-height: 1.425;
}
.sec_message .txt_message{
  font-size: 1.125rem;
  font-size: clamp(16px,1.25vw,18px);
  line-height: 2.33;
  margin-top: 15px;
}
@media screen and (max-width : 767px){
  .sec_message{
    padding-top: 73px;
    padding-bottom: 0;
    background-image: url(../img/bg_message_sp.svg);
    background-size: contain;
    background-position: bottom center;
  }
  .sec_message .area_message{
    flex-direction: column;
  }
  .sec_message .area_message .item_txt{
    width: 100%;
  }
  .sec_message .area_message .item_img{
    width: 100%;
    padding: 49px 18px 0 10px;
  }
  .sec_message .area_message .item_img img{
    max-width: 562px;
    margin: 0 auto;
    display: block;
  }
  .sec_message .ttl_message{
    font-size: 1.6875rem;
    text-align: center;
  }
  .sec_message .txt_message{
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.866;
  }
}

/* ===============================================
sec_features
=============================================== */
.sec_features{
  padding-top: 46px;
  position: relative;
  background-color: #e3e3e3;
}
.sec_features::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_features.svg)no-repeat center top;
  background-size: contain;
}
.sec_features .ttl_features{
  font-size: 2.5rem;
  font-size: clamp(30px,2.77vw,40px);
  line-height: 1.425;
  text-align: center;
}
.sec_features .ttl_features em{
  font-size: 3.125rem;
}
.sec_features .area_movie{
  position: relative;
}
.sec_features .area_movie .txt{
  position: absolute;
  writing-mode: vertical-lr;
  font-size: 1rem;
  letter-spacing: 1px;
  left: 3.8%;
  height: 100%;
  top: 0;
}
.sec_features .area_movie .txt::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 372px);
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #000;
}
.sec_features .area_movie .movie{
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  padding-left: 6.66%;
  padding-right: 6.66%;
}
.sec_features .area_movie .movie::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 4.9%;
  top: 0;
  background-color: #000;
}
.sec_features .area_movie .movie a{
  position: relative;
}
.sec_features .area_movie .movie iframe{
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width : 767px){
  .sec_features{
    padding-top: 90px;
  }
  .sec_features::before{
    background-image: url(../img/bg_features_sp.svg);

  }
  .sec_features .ttl_features{
    font-size: 1.6875rem;
    line-height: 1.3;
  }
  .sec_features .ttl_features em{
    font-size:2.1875rem;
  }
  .sec_features .area_movie .movie{
    padding-left: 2.89%;
    padding-right: 2.89%;
  }
  .sec_features .area_movie .movie::before{
    right: 0;
  }
  .sec_features .area_movie .movie::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
  }
  .sec_features .area_movie .movie .ico_play{
    width: 82px;
    right: 10px;
    bottom: 8px;
  }
  .sec_features .area_movie .txt{
    writing-mode: inherit;
    font-size: 0.625rem;
    left: 0;
    bottom: -20px;
    height: auto;
    letter-spacing: 0.5px;
    position: relative;
    margin-top: 6px;
  }
  .sec_features .area_movie .txt::before{
    display: none;
  }
}


/* ===============================================
sec_approach
=============================================== */
.sec_approach{
  padding-top: 186px;
  background-color: #e3e3e3;
  overflow: hidden;
}
.sec_approach .ttl_approach{
  font-size: 2.5rem;
  font-size: clamp(33px,2.7vw,40px);
  text-align: center;
  padding-bottom: 12px;
}
.sec_approach .ttl_approach::before{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec_approach .txt_approach{
  text-align: center;
  margin-top: 27px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.sec_approach .list_approach{
  display: flex;
  gap: 0 2.25%;
  justify-content: center;
  position: relative;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sec_approach .list_approach::before{
  content: "";
  display: block;
  width: 100vw;
  height: 2.43vw;
  background: url(../img/bg_approach_wave.svg)no-repeat;
  background-size: cover;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_approach .list_approach .item{
  width: 30.833%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}
.sec_approach .list_approach .item::after{
  content: "";
  display: block;
  width: 38px;
  height: 84px;
  background: url(../img/ico_approach_list.svg)no-repeat;
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 3;
}
.sec_approach .list_approach .item .bg_card{
  border-radius: 0 70px 0 0;
  padding: 68px 10px 10px 10px;
  position: relative;
}
.sec_approach .list_approach .item .bg_card::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 70px 0 0;
  z-index: 1;
}
.sec_approach .list_approach .item .bg_card::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d3d1d0;
  position: absolute;
  top: 15px;
  left: 5px;
  transform: rotate(4deg);
  border-radius: 0 70px 0 0;
  z-index: 0;
  pointer-events: none;
}
.sec_approach .list_approach .item .ttl{
  font-size: 1.875rem;
  line-height: 1;
  padding-left: 20px;
  padding-bottom: 17px;
  position: relative;
  z-index: 1;
}
.sec_approach .list_approach .item .ttl::before{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.sec_approach .list_approach .item .ttl .no{
  font-size: 1.25rem;
  font-weight: 800;
  display: block;
  margin-bottom: 12px;
}
.sec_approach .list_approach .item .txt{
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1.65;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.sec_approach .list_approach .item .img{
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width : 1279px){
  .sec_approach .slick-slide{
    margin: 0 20px;
  }
  .sec_approach .list_approach{
    padding: 0;
    max-width: none;
    padding-bottom: 20px;
  }
  .sec_approach .slick-prev,
  .sec_approach .slick-next{
    z-index: 100;
    width: auto;
    top: 41%;
  }
  .sec_approach .slick-prev{
    left: 0;
  }
  .sec_approach .slick-next{
    right: 0;
  }
  .sec_approach .slick-prev:before,
  .sec_approach .slick-next:before{
    content: "";
    display: block;
    background: url(../img/ico_arrow_l.svg)no-repeat;
    background-size: contain;
    width: 45px;
    height: 90px;
    opacity: 1;
    font-family: auto;
  }
  .sec_approach .slick-next:before{
    background-image: url(../img/ico_arrow_r.svg);
  }
  .sec_approach .slick-dots{
    bottom: 0px;
  }
  .sec_approach .slick-dots li button::before{
    font-size: 12px;
    color: #fff;
  }
  .sec_approach .slick-dots li.slick-active button::before{
    color: #a58762;
  }
}
@media screen and (max-width : 767px){
  .sec_approach{
    padding-top: 93px;
  }
  .sec_approach .ttl_approach{
    font-size: 1.6875rem;
    line-height: 1.2;
    padding-bottom: 24px;
  }
  .sec_approach .ttl_approach::before{
    width: 36px;
  }
  .sec_approach .txt_approach{
    margin-top: 23px;
  }
  .sec_approach .list_approach .item{
    padding-top: 25px;
  }
  .sec_approach .list_approach .item::after{
    width: 34px;
    height: 75px;
    left: 19px;
    top: 0;
  }
  .sec_approach .list_approach .item .bg_card{
    padding-top: 63px;
  }
  .sec_approach .list_approach .item .ttl{
    font-size: 1.625rem;
    padding-bottom: 14px;
  }
  .sec_approach .list_approach .item .ttl::before{
    width: 26px;
  }
  .sec_approach .list_approach .item .ttl .no{
    font-size: 1.125rem;
  }
  .sec_approach .list_approach .item .txt{
    font-size: 0.9375rem;
  }
  .sec_approach .list_approach .item .img{
    margin-top: 12px;
  }
}


/* ===============================================
sec_lesson
=============================================== */
.sec_lesson{
  background-color: #e3e3e3;
  padding-top: 140px;
  padding-bottom: 150px;
}
.sec_lesson .ttl_lesson{
  font-size: 2.25rem;
  font-size: clamp(30px,2.5vw,36px);
  position: relative;
  display: flex;
  align-items: center;
}
.sec_lesson .ttl_lesson::before{
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/ico_star.svg)no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.sec_lesson .list_lesson{
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding: 20px 0;
  margin-top: 20px;
  display: flex;
  gap: 0 2.5%;
}
.sec_lesson .list_lesson li{
  width: 31.666%;
  background-color: #fff;
  position: relative;
  padding: 77px 10px 20px 10px;
}
.sec_lesson .list_lesson li::before{
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
}
.sec_lesson .list_lesson li .txt{
  text-align: center;
  font-size: 1.375rem;
  font-size: clamp(18px,1.52vw,22px);
}
.sec_lesson .list_lesson li .txt::before{
  content: "";
  display: block;
  width: 44px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  background: url(../img/ico_check.svg)no-repeat;
  background-size: contain;
}
@media screen and (max-width : 767px){
  .sec_lesson {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec_lesson .ttl_lesson{
    font-size: 1.5rem;
  }
  .sec_lesson .ttl_lesson::before{
    width: 23px;
    height: 23px;
  }
  .sec_lesson .list_lesson{
    margin-top: 14px;
    flex-direction: column;
    gap: 15px 0;
  }
  .sec_lesson .list_lesson li{
    width: 100%;
    padding: 70px 10px 23px 10px;
  }
  .sec_lesson .list_lesson li .txt{
    font-size: 1.1875rem;
  }
}


/* ===============================================
sec_spa
=============================================== */
.sec_spa{
  position: relative;
  padding-top: 180px;
  padding-bottom: 130px;
}
.sec_spa::before{
  content: "";
  display: block;
  width: 100%;
  height: 2.916vw;
  background: url(../img/bg_spa_top.svg)no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_spa::after{
  content: "";
  display: block;
  width: 100%;
  height: 2.916vw;
  background: url(../img/bg_spa_bottom.svg)no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.sec_spa .ttl_spa{
  font-size: 2.5rem;
  font-size: clamp(33px, 2.7vw, 40px);
  text-align: center;
  position: relative;
}
.sec_spa .ttl_spa::before{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  left: 50%;
  top: -57px;
}
.sec_spa .list_spa{
  display: flex;
  gap: 0 2.222%;
  margin-top: 38px;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sec_spa .list_spa .item{
  width: 23.333%;
}
.sec_spa .list_spa .item .ttl{
  font-size: 1.375rem;
  font-size: clamp(18px,1.52vw,22px);
  text-align: center;
  line-height: 1.227;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbcec0;
}
.sec_spa .list_spa .item .txt{
  line-height: 1.4375;
  margin-top: 20px;
  font-size: 1rem;
  font-size: clamp(14px,1.11vw,16px);
}
@media screen and (max-width : 767px){
  .sec_spa{
    padding-top: 173px;
    padding-bottom: 106px;
  }
  .sec_spa::before{
    background: url(../img/bg_spa_top_sp.svg)no-repeat;
    background-size: contain;
    height: 5.6vw;
  }
  .sec_spa::after{
    background: url(../img/bg_spa_bottom_sp.svg)no-repeat;
    background-size: contain;
    height: 5.6vw;
  }
  .sec_spa .ttl_spa{
    font-size: 1.6875rem;
    line-height: 1.5;
  }
  .sec_spa .ttl_spa::before{
    height: 45px;
    top: -60px;
  }
  .sec_spa .list_spa{
    margin-top: 30px;
    padding: 0;
  }
  .sec_spa .list_spa .item{
    margin: 0 12px;
  }
  .sec_spa .list_spa .item .ttl{
    font-size: 1.25rem;
    margin-top: 22px;
  }
  .sec_spa .list_spa .item .txt{
    font-size: 0.9375rem;
    margin-top: 14px;
  }
  .sec_spa .slick-dots li button::before{
    color: #e3e3e3;
    font-size: 12px;
  }
  .sec_spa .slick-dots li.slick-active button::before{
    color: #a58762;
  }
}


/* ===============================================
sec_plan
=============================================== */
.sec_plan{
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 93px;
}
.sec_plan .ttl_plan{
  font-size: 2.5rem;
  font-size: clamp(33px, 2.7vw, 40px);
  text-align: center;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 19px;
}
.sec_plan .ttl_plan::before,
.sec_plan .ttl_plan::after{
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/ico_star.svg)no-repeat;
  background-size: contain;
}
.sec_plan .area_plan{
  padding-top: 38px;
}
.sec_plan .area_plan .box_plan{
  display: flex;
}
.sec_plan .area_plan .box_plan + .box_plan{
  margin-top: 30px;
}
.sec_plan .area_plan .box_plan .item_img{
  width: 33.333%;
}
.sec_plan .area_plan .box_plan .item_img img{
  height: 100%;
  object-fit: cover;
}
.sec_plan .area_plan .box_plan .item_img.right img{
  object-position: right center;
}
.sec_plan .area_plan .box_plan .item_txt{
  width: 66.666%;
  background: #fff;
  border: 1px solid #a58762;
  padding: 45px 3.916%;
  flex-shrink: 0;
}
.sec_plan .area_plan .box_plan .item_txt .ttl{
  font-size: 2.125rem;
  font-size: clamp(30px,2.29vw,33px);
  position: relative;
}
.sec_plan .area_plan .box_plan .item_txt .ttl::after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.sec_plan .area_plan .box_plan .item_txt .txt_price{
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  font-weight: 600;
}
.sec_plan .area_plan .box_plan .item_txt .txt_price .main{
  font-size: 1.875rem;
  font-size: clamp(25px,2.08vw,30px);
  line-height: 1;
  font-weight: 600;
}
.sec_plan .area_plan .box_plan .item_txt .txt_price .main span{
  font-size: 3.125rem;
  font-size: clamp(40px,3.47vw,50px);
  margin-right: 16px;
}
.sec_plan .area_plan .box_plan .item_txt .txt_price .sub{
  font-size: 1.625rem;
  font-size: clamp(23px,1.8vw,26px);
  line-height: 1;
}
.sec_plan .area_plan .box_plan .item_txt .list_plan{
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  gap: 10px 1.142%;
}
.sec_plan .area_plan .box_plan .item_txt .list_plan li{
  background-color: #a58762;
  color: #fff;
  width: 49.428%;
  font-size: 1.125rem;
  padding: 6px 23px;
  display: flex;
  align-items: center;
}
.sec_plan .area_plan .box_plan .item_txt .list_plan li::before{
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../img/ico_star_w.svg)no-repeat;
  background-size: contain;
  margin-right: 9px;
}
@media screen and (max-width : 767px){
  .sec_plan{
    padding-top: 80px;
    padding-bottom: 85px;
  }
  .sec_plan .ttl_plan{
    font-size: 1.6875rem;
    gap: 9px;
  }
  .sec_plan .ttl_plan::before,
  .sec_plan .ttl_plan::after{
    width: 23px;
    height: 23px;
  }
  .sec_plan .area_plan{
    padding-top: 30px;
  }
  .sec_plan .area_plan .box_plan{
    flex-direction: column;
  }
  .sec_plan .area_plan .box_plan + .box_plan{
    margin-top: 35px;
  }
  .sec_plan .area_plan .box_plan .item_img{
    order: 2;
    width: 100%;
  }
  .sec_plan .area_plan .box_plan .item_txt{
    width: 100%;
    padding: 17px 5.79% 23px;
  }
  .sec_plan .area_plan .box_plan .item_txt .ttl{
    font-size: 1.5625rem;
    line-height: 1.3;
  }
  .sec_plan .area_plan .box_plan .item_txt .txt_price .main{
    font-size: 1.375rem;
  }
  .sec_plan .area_plan .box_plan .item_txt .txt_price .main span{
    font-size: 2rem;
    margin-right: 10px;
  }
  .sec_plan .area_plan .box_plan .item_txt .txt_price .sub{
    font-size: 1.25rem;
    margin: 10px;
  }
  .sec_plan .area_plan .box_plan .item_txt .txt_price{
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
  }
  .sec_plan .area_plan .box_plan .item_txt .list_plan{
    flex-direction: column;
    padding: 0 5px;
    margin-top: 8px;
    gap: 5px 0;
  }
  .sec_plan .area_plan .box_plan .item_txt .list_plan li{
    width: 100%;
    font-size: 1rem;
    padding: 6px 8px;
  }
  .sec_plan .area_plan .box_plan .item_txt .list_plan li::before{
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}


/* ===============================================
sec_flow
=============================================== */
.sec_flow{
  background: url(../img/bg_flow.svg)no-repeat;
  background-size: 100% auto;
  padding-top: 174px;
  padding-bottom: 160px;
}
.sec_flow .ttl_flow{
  font-size: 2.5rem;
  font-size: clamp(33px, 2.7vw, 40px);
  position: relative;
  text-align: center;
}
.sec_flow .ttl_flow::before{
  content: "";
  display: block;
  width: 79px;
  height: 33px;
  background: url(../img/ttl_flow.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_flow .area_flow{
  padding-top: 40px;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sec_flow .area_flow .list_flow{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_flow .area_flow .list_flow li{
  width: 33.333%;
  max-width: 326px;
}
.sec_flow .area_flow .list_flow li .img{
  position: relative;
}
.sec_flow .area_flow .list_flow li .img::after{
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec_flow .area_flow .list_flow li .txt{
  padding: 0 7.055%;
}
.sec_flow .area_flow .list_flow li .txt .ttl{
  font-size: 1.375rem;
  font-size: clamp(20px,1.52vw,22px);
  text-align: center;
  border-bottom: 1px solid #a58762;
  padding: 13px 0;
}
.sec_flow .area_flow .list_flow li .txt .sub{
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: -1px;
}
.sec_flow .area_flow .list_flow li:nth-child(n+4){
  margin-top: 28px;
}
.sec_flow .area_flow .list_flow li:nth-child(1) .img::after{
  background-image: url(../img/ico_flow01.svg);
}
.sec_flow .area_flow .list_flow li:nth-child(2) .img::after{
  background-image: url(../img/ico_flow02.svg);
}
.sec_flow .area_flow .list_flow li:nth-child(3) .img::after{
  background-image: url(../img/ico_flow03.svg);
}
.sec_flow .area_flow .list_flow li:nth-child(4) .img::after{
  background-image: url(../img/ico_flow04.svg);
}
.sec_flow .area_flow .list_flow li:nth-child(5) .img::after{
  background-image: url(../img/ico_flow05.svg);
}
@media screen and (max-width : 767px){
  .sec_flow{
    padding-top: 107px;
    padding-bottom: 75px;
    background-image: url(../img/bg_flow_sp.svg);
  }
  .sec_flow .ttl_flow{
    font-size: 1.6875rem;
  }
  .sec_flow .ttl_flow::before{
    width: 71px;
    height: 28px;
    top: -40px;
  }
  .sec_flow .area_flow{
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .sec_flow .area_flow .list_flow li{
    width: 50%;
  }
  .sec_flow .area_flow .list_flow li .img::after{
    width: 70px;
    height: 70px;
  }
  .sec_flow .area_flow .list_flow li .txt .ttl{
    font-size: 1rem;
  }
  .sec_flow .area_flow .list_flow li .txt .sub{
    font-size: 0.875rem;
    padding-top: 5px;
  }
  .sec_flow .area_flow .list_flow li:nth-child(n+3){
    margin-top: 25px;
  }
}


/* ===============================================
sec_link
=============================================== */
.sec_link{
  background: url(../img/bg_link.jpg)no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 88px;
  padding-bottom: 90px;
}
.sec_link::before{
  content: "";
  display: block;
  width: 100%;
  height: 2.98vw;
  background: url(../img/bg_link_wave.svg)no-repeat;
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 0;
}
.sec_link .txt_link{
  font-size: 1rem;
  color: #fff;
  text-align: center;
  position: relative;
}
.sec_link .txt_link::before{
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: -66px;
  left: 50%;
}
.sec_link .btn_link{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.sec_link .btn_link a{
  background-color: #fff;
  display: block;
  font-size: 24px;
  text-align: center;
  background-position: right 27px center;
  border-radius: 10px;
  position: relative;
  padding: 17px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
}
.sec_link .btn_link a::before{
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 10px;
  border: 1px solid #a58762;
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: none;
}
.sec_link .btn_link a .tel{
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.sec_link .btn_link a .tel img{
  width: 17px;
  margin-right: 4px;
  margin-top: 4px;
}
@media screen and (max-width : 767px){
  .sec_link{
    background-image: url(../img/bg_link_sp.jpg);
    padding-top: 84px;
    padding-bottom: 82px;
  }
  .sec_link::before{
    background-image: url(../img/bg_link_wave_sp.svg);
    height: 5.6vw;
  }
  .sec_link .txt_link{
    font-size: 0.9375rem;
  }
  .sec_link .txt_link::before{
    height: 65px;
    top: -74px;
  }
  .sec_link .btn_link{
    margin-top: 14px;
  }
  .sec_link .btn_link a{
    font-size: 19px;
    padding: 13px 10px;
    background-position: right 17px center;
    border-radius: 5px;
  }
  .sec_link .btn_link a::before{
    border-radius: 5px;
  }
  .sec_link .btn_link a .tel{
    font-size: 30px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .sec_link .btn_link a .tel img{
    width: 15px;
  }
}