@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/rakusaa/mv.jpg);
}
@media screen and (max-width: 640px) {
  #mv .small_text {
    top: 42%;
    font-size: 0.14rem;
  }
  #mv .title {
    top: 55%;
    font-size: 0.20rem;
  }
}

/*============================
タイトル
============================*/
.title_wrap .sec_title_jp span {
  font-size: 0.20rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .title_wrap .sec_title_jp span {
    font-size: 0.15rem;
    display: block;
  }
  .title_wrap .sec_title_jp {
    font-size: 0.18rem;
  }
}

/*============================
About
============================*/
#about {
  position: relative;
  padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
  #about {
    padding-bottom: 0.50rem;
  }
}

#about .cont_box {
  position: relative;
}

#about .txt_box {
  width: 100%;
  max-width: 5.72rem;
  padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
  #about .txt_box {
    max-width: 100%;
  }
}

#about .txt_box .txt {
  font-size: 0.16rem;
  line-height: 2.5;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #about .txt_box .txt {
    font-size: 0.14rem;
    line-height: 2;
    text-align: justify;
  }
}

#about .txt_box .-upper {
  max-width: 5.00rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  #about .txt_box .-upper {
    max-width: 100%;
    padding-bottom:0;
  }
}

#about .ph_wrap {
  width: 100%;
  max-width: 4.50rem;
  height: 4.95rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  #about .ph_wrap {
    max-width: 100%;
    height: auto;
    position: relative;
  }
}

#about .ph_wrap .ph {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #about .ph_wrap .ph {
    padding-top: 0.30rem;
  }
}

#about .ph_wrap .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .ph_wrap .ph.-ph01 {
  width: 4.50rem;
  height: 3.35rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #about .ph_wrap .ph.-ph01 {
    width: calc(100% + 0.20rem);
    height: 60vw;
    right: -0.20rem;
  }
}

#about .ph_wrap .ph.-ph02 {
  width: 2.78rem;
  height: 2.07rem;
  position: absolute;
  bottom: 0;
  right: -0.40rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #about .ph_wrap .ph.-ph02 {
    width: 2.50rem;
    height: 46vw;
    position: relative;
    right: auto;
    left: -0.20rem;
    z-index: 1;
  }
}

#about .catch {
  text-align: center;
  padding: 0.50rem 0;
}

#about .catch .txt {
  font-size: 0.18rem;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  #about .catch .txt {
    font-size: 0.16rem;
    line-height: 2.5;
  }
}

#about .movie_wrap .mov_box video {
  width: 100%;
  height: 5.30rem;
}
@media screen and (max-width: 640px) {
  #about .movie_wrap .mov_box video {
    height: auto;
  }
}


/*============================
feature
============================*/
#feature {
  background-image: url(../img/rakusaa/feature_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.90rem 0;
}
@media screen and (max-width: 640px) {
  #feature {
    padding: 0.40rem 0;
  }
}

#feature .cont_box {
  position: relative;
  background-color: rgba(255,255,255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  padding: 0.30rem 0.60rem 0.80rem;
}
@media screen and (max-width: 640px) {
  #feature .cont_box {
    padding: 0.30rem 0.25rem 0.50rem;
  }
}

#feature .cont_box::before {
  content: "";
  width: 100%;
  height: 0.30rem;
  background-image: url(../img/rakusaa/feature_obi.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #feature .cont_box::before {
    height: 0.20rem;
    background-size: auto 100%;
  }
}

#feature .cont_box::after {
  content: "";
  width: 100%;
  height: 0.30rem;
  background-image: url(../img/rakusaa/feature_obi.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #feature .cont_box::after {
    height: 0.20rem;
    background-size: auto 100%;
  }
}

#feature .cont_box .tit {
  font-size: 0.28rem;
  letter-spacing: 0.075em;
  font-weight: 600;
  text-align: center;
  padding: 0.50rem 0 0.20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #feature .cont_box .tit {
    font-size: 0.20rem;
  }
}

#feature .cont_box .txt {
  font-size: 0.16rem;
  line-height: 2;
  text-align: justify;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #feature .cont_box .txt {
    font-size: 0.14rem;
    line-height: 1.875;
  }
}

/*============================
施術メニュー
============================*/
#menu {
  padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
  #menu {
    padding-bottom: 0;
  }
}

#menu .menu_image {
  background-color: #FFF;
  padding: 0.15rem;
  border-radius: 0.10rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px) {
  #menu .menu_image {
    padding: 0.10rem;
    border-radius: 0.06rem;
  }
}

#menu .btn_common {
  margin: 0.30rem auto;
}

#menu .btn_common a {
  margin: auto;
}

/*============================
エステルーム
============================*/
#room {
  padding-bottom: 1.00rem;
  position: relative;
}

#room::before {
  content: "";
  width: 100%;
  height: 3.75rem;
  background-color: rgba(208, 187, 172, 0.5);
  position: absolute;
  bottom: 0.50rem;
  left: 0;
  z-index: 0;
}

#room .in {
  max-width: 11.60rem;
  z-index: 1;
}

#room .lead {
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  #room .lead {
    font-size: 0.14rem;
    padding-bottom: 0.20rem;
  }
}

#room .ph_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#room .ph_wrap .ph {
  width: 5.30rem;
  height: 4.00rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #room .ph_wrap .ph {
    width: 100%;
    height: 60vw;
    margin-bottom: 0.20rem;
  }
}

#room .ph_wrap .ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#room .place_wrap {
  padding-top: 0.30rem;
  text-align: center;
  font-size: 0.16rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #room .place_wrap {
    padding-top: 0.15rem;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
}

/*============================
エステルーム
============================*/
#reserve {
  position: relative;
}
@media screen and (max-width: 640px) {
  #reserve .title_wrap {
    padding-top: 0.20rem;
  }
}

#reserve::after {
  content: "";
  width: 100%;
  height: 4.55rem;
  display: block;
  margin-top: 1.00rem;
  background-image: url(../img/rakusaa/bottom_ph.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
@media screen and (max-width: 640px) {
  #reserve::after {
    height: 40vw;
    margin-top: 0.70rem;
  }
}

#reserve .lead {
  font-size: 0.20rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  #reserve .lead {
    font-size: 0.16rem;
  }
}
#reserve .time {
  font-size: 0.20rem;
  line-height: 2;
  text-align: center;
  padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
  #reserve .time {
    font-size: 0.16rem;
  }
}

#reserve .small_txt {
  font-size: 0.14rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #reserve .small_txt {
    font-size: 0.13rem;
  }
}