@charset "utf-8";

/*============================
イントロ
============================*/
.intro {
  padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
  .intro {
    padding-bottom: 0.50rem;
  }
}

.intro .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.14rem;
    text-align: justify;
  }
}

/* スライダー */
.spa_slides_wrap {
  position: relative;
}

.spa_slides_wrap .slides .slide {
  width: 8.00rem;
  height: 5.30rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .spa_slides_wrap .slides .slide {
    width: 3.00rem;
    height: 2.20rem
  }
}

.spa_slides_wrap .slides .slick-slide > div {
  width: 8.00rem;
  height: 5.30rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .spa_slides_wrap .slides .slick-slide > div {
    width: 3.00rem;
    height: 2.20rem
  }
}

.spa_slides_wrap .slides .slick-slide {
  margin: 0 0.20rem;
}
@media screen and (max-width: 640px) {
  .spa_slides_wrap .slides .slick-slide {
    margin: 0 0.05rem;
    height: 100%;
  }
  .spa_slides_wrap .slides .slick-slide .slide {
    height: 100%;
  }
}

/* 矢印 */
.spa_slides_wrap .slick-arrow {
  width: calc(50% - 4.20rem);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.60rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}

.spa_slides_wrap .slick-arrow.prev {
  left: 0;
  background-image: url(../img/common/slide_arrow_prev.png);
}

.spa_slides_wrap .slick-arrow.next {
  right: 0;
  background-image: url(../img/common/slide_arrow_next.png);
}

/* 下部のドット */
.spa_slides_wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 0.10rem;
}

.spa_slides_wrap .slick-dots li {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  margin: 0;
}

.spa_slides_wrap .slick-dots li.slick-active {
  width: 0.40rem;
  transition: all 0.3s;
}

.spa_slides_wrap .slick-dots li button {
  background-color: #CCCCCC;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0.06rem;
  transition: all 0.5s;
}

.spa_slides_wrap .slick-dots li.slick-active button {
  background-color: #4EC1DD;
}

.spa_slides_wrap .slick-dots li button::before {
  content: none;
}

/* 美肌の湯 */
.bihadanoyu {
  padding-top: 0.50rem;
}

.bihadanoyu .sec_ttl_wrap .catch {
  font-size: 0.30rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) { 
  .bihadanoyu .sec_ttl_wrap .catch {
    font-size: 0.16rem;
  }
}

.bihadanoyu .sec_ttl_wrap .sec_ttl {
  font-size: 0.49rem;
  padding: 0.15rem 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .sec_ttl_wrap .sec_ttl {
    font-size: 0.30rem;
    padding: 0.10rem 0;
  }
}

.bihadanoyu .sec_ttl_wrap .time {
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .sec_ttl_wrap .time {
    font-size: 0.14rem;
  }
}

.bihadanoyu .feature_list {
  padding-bottom: 0.60rem;
}

.bihadanoyu .feature_list .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.20rem 0;
}

.bihadanoyu .feature_list .list .detail {
  width: 100%;
  max-width: 3.00rem;
  background-image: url(../img/spa/bihadanoyu_feature_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.30rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .feature_list .list .detail {
    max-width: 100%;
    padding: 0.20rem 0;
  }
}

.bihadanoyu .feature_list .list .detail .ttl {
  font-size: 0.20rem;
  font-weight: 600;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .feature_list .list .detail .ttl {
    font-size: 0.18rem;
  }
}

.bihadanoyu .feature_list .list .detail .txt {
  font-size: 0.14rem;
  line-height: 2;
}

.bihadanoyu .onsen_mark {
  background-color: #F4F3F0;
  border-radius: 0.10rem;
  align-items: center;
  padding: 0.30rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 0.20rem 0;
  flex-wrap: wrap;
}

.bihadanoyu .onsen_mark .ttl {
  width: 1.90rem;
  text-align: center;
  padding: 0.30rem 0;
  background-image: url(../img/spa/onsen_mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.20rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .onsen_mark .ttl {
    margin: auto;
  }
}

.bihadanoyu .onsen_mark .ttl span {
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  padding-top: 0.10rem;
}

.bihadanoyu .onsen_mark .txt_box {
  width: calc(100% - 2.20rem);
}
@media screen and (max-width: 640px) {
  .bihadanoyu .onsen_mark .txt_box {
    width: 100%;
  }
}

.bihadanoyu .onsen_mark .txt_box .txt {
  font-size: 0.15rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .bihadanoyu .onsen_mark .txt_box .txt {
    font-size: 0.13rem;
  }
}

/* 貸切風呂 */
.kashikiri {
  padding-top: 1.40rem;
  padding-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
  .kashikiri {
    padding-top: 0.80rem;
    padding-bottom: 0.30rem;
  }
}

.kashikiri .lead {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .kashikiri .lead {
    font-size: 0.14rem;
    padding: 0 0.20rem;
    text-align: justify;
  }
}

/* スライダー */
.kashikiri .slides {
  position: relative;
  padding-top: 0.50rem;
}

.kashikiri .slides .slide {
  width: 8.00rem;
  height: 5.30rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .kashikiri .slides .slide {
    width: 3.00rem;
    height: 2.20rem
  }
}

.kashikiri .slides .slick-slide > div {
  width: 8.00rem;
  height: 5.30rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .kashikiri .slides .slick-slide > div {
    width: 3.00rem;
    height: 2.20rem
  }
}

.kashikiri .slides .slick-slide {
  margin: 0 0.20rem;
}
@media screen and (max-width: 640px) {
  .kashikiri .slides .slick-slide {
    margin: 0 0.05rem;
    height: 100%;
  }
  .kashikiri .slides .slick-slide .slide {
    height: 100%;
  }
}

.kashikiri .slides .slide span {
  position: absolute;
  left: 0.20rem;
  bottom: 0.20rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 0 0.10rem rgba(0,0,0,0.36);
}

/* 矢印 */
.kashikiri .slick-arrow {
  width: calc(50% - 4.20rem);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.60rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}

.kashikiri .slick-arrow.prev {
  left: 0;
  background-image: url(../img/common/slide_arrow_prev.png);
}

.kashikiri .slick-arrow.next {
  right: 0;
  background-image: url(../img/common/slide_arrow_next.png);
}

/* 下部のドット */
.kashikiri .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 0.10rem;
}

.kashikiri .slick-dots li {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  margin: 0;
}

.kashikiri .slick-dots li.slick-active {
  width: 0.40rem;
  transition: all 0.3s;
}

.kashikiri .slick-dots li button {
  background-color: #CCCCCC;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0.06rem;
  transition: all 0.5s;
}

.kashikiri .slick-dots li.slick-active button {
  background-color: #4EC1DD;
}

.kashikiri .slick-dots li button::before {
  content: none;
}

.kashikiri .price_wrap {
  padding-top: 0.20rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.20rem 0;
}
@media screen and (max-width: 640px) {
  .kashikiri .price_wrap {
    padding-bottom: 0.60rem;
  }
}

.kashikiri .price_wrap .price_box {
  width: 100%;
  line-height: 1.8;
}

.kashikiri .price_wrap .price_box .price {
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .kashikiri .price_wrap .price_box .price {
    font-size: 0.14rem;
  }
}

.kashikiri .price_wrap .price_box .small_txt {
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .kashikiri .price_wrap .price_box .small_txt {
    font-size: 0.12rem;
  }
}

/* その他の施設 */
.other {
  position: relative;
}

.other::before {
  content: "";
  width: calc(100% - 0.50rem);
  height: 100%;
  background-color: #F4F3F0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (max-width: 640px) {
  .other::before {
    width: 100%;
  }
}

.other::after {
  content: "";
  width: 4.00rem;
  height: 1.80rem;
  background-image: url(../img/common/deco_kamome.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.00rem;
  top: -0.60rem;
  z-index: -2;
}
@media screen and (max-width: 640px) {
  .other::after {
    width: 2.00rem;
    height: 0.90rem;
    right: -0.50rem;
    top: -0.30rem;
  }
}

.other .other_list_wrap {
  padding: 0.60rem 0;
}

.other .other_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.50rem 0;
}

.other .other_list_wrap .list .detail {
  width: 100%;
  max-width: 5.20rem;
}

.other .other_list_wrap .list .detail .ttl {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .other .other_list_wrap .list .detail .ttl {
    font-size: 0.16rem;
  }
}

.other .other_list_wrap .list .detail .ph {
  width: 100%;
  height: 3.50rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .other .other_list_wrap .list .detail .ph {
    height: 60vw;
  }
}

.other .other_list_wrap .list .detail .txt {
  font-size: 0.15rem;
  line-height: 2;
  padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .other .other_list_wrap .list .detail .txt {
    font-size: 0.14rem;
  }
}

.other .other_list_wrap .list .detail .time {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
  padding-top: 0.10rem;
  font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
  .other .other_list_wrap .list .detail .time {
    font-size: 0.14rem;
  }
}

.other .other_list_wrap .list .detail .time .time_ttl {
  width: 0.50rem;
  font-weight: 600;
}

.other .other_list_wrap .list .detail .time .time_txt {
  width: calc(100% - 0.50rem);
}