@charset "UTF-8";

/* MV */
.mv_renewal{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  
  background-size: cover;
  background-image: url('/wp-content/themes/uenobase_sauna/assets/img/top/renewal_bg.png');
  background-position: center;
  mix-blend-mode: screen;
  text-align: center;
  padding: 15px 15px;
}
.mv_renewal_txt img{
  width: 220px;
}

/**/
.m-title--primary{
  
}
.m-title--primary__text--top{
  
}

.intro__content__heading{
  flex-wrap: wrap;
}
.intro__content__title{
  width: 100%;
  max-width: 290px;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-align: center;
}
.intro__content__title_sub{
  width: 100%;
  max-width: 290px;
  margin-top: 10px;
  text-align: center;
}


.price .m-wrapper + .m-wrapper{
  margin-top: 100px;
}
.m-title--third__text{
  position: relative;
  z-index: 1;
}
.m-title--third__text.color1{
  color: #171c61;
}
.m-title--third__text.color2{
  color: #bb0045;
}

.price__inner.color1 .price__table__title{
  background-color: #171c61;
  color: #FFF;
}
.price__inner.color2 .price__table__title{
  background-color: #bb0045;
  color: #FFF;
}

/**/
.bodily__heading{
  position: relative;
  z-index: 1;
}
.bodily__read{
  text-align: center;
  -ms-writing-mode: initial;
  writing-mode: initial;
  position: relative;
  z-index: 1;
  
}
.bodily__read_en{
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
}
.m-title--third__text::before ,
.bodily__read::before {
  content: attr(data-backtext);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  font-family: Poppins, "Noto Sans JP", sans-serif;
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  opacity: .8;
}

/* 施設 */
.senses .m-wrapper + .m-wrapper,
.bath .m-wrapper + .m-wrapper{
  margin-top: 50px;
}
.facilities__concept{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.facilities__concept_item{
  width: 50%;
  padding: 0 10px;
}
.facilities__concept_msg{
  margin-top: 45px;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .18em;
}
.facilities__concept_img{
  margin-bottom: 50px;
}

[class*="facilities__wrap"] + [class*="facilities__wrap"]{
  margin-top: 50px;
}

.facilities__content__back_title--color{
  /*color: #FFF;*/
  opacity: 0.8;
}

@media (max-width:768px){
  /* MV */
  .mv_renewal{
    bottom: 80px;
  }
  .mv__text img{
    width: 20%;
    margin-top: -100px;
  }
}
@media (max-width:640px){
  
  /* MV */
  .mv_renewal{
    bottom: 125px;
  }
  .mv__text img{
    width: 60%;
    margin-top: -120px;
  }
  
  .m-title--third__text::before{
    font-size: 3rem;
    line-height: 1;
  }
}


@media (min-width:769px){
  
  /* MV */
  .mv_renewal{
    bottom: 80px;
  }
  .mv_renewal_txt img{
    width: 440px;
    width: 22.91vw;
  }
  
  .mv__text img{
    margin-top: -100px;
  }
}
@media (min-width:1024px){
 

  /* MV */
  .mv_renewal{
    bottom: 80px;
    padding: 15px 15px;
  }
  .mv_renewal_txt img{
    width: 440px;
    width: 22.91vw;
  }

  
  /* MV */
  .intro__content__title{
    max-width: 290px;
    text-align: right;
  }
  .intro__content__title_sub{
    max-width: 290px;
    margin-top: 10px;
    text-align: right;
  }
  
  .intro__wrap--reverse .intro__content__title{  
    text-align: left;
  }
  .intro__wrap--reverse .intro__content__title_sub{  
    text-align: left;
  }
  
  /* 施設 */
  .senses .m-wrapper + .m-wrapper,
  .bath .m-wrapper + .m-wrapper{
    margin-top: 100px;
  }
  .facilities__concept{
    margin: 0 -20px;
  }
  .facilities__concept_item{
    width: 50%;
    padding: 0 20px;
  }
  [class*="facilities__wrap"] + [class*="facilities__wrap"]{
    margin-top: 100px;
  }
}

