.under_page .under_mv .ttl_wrap {
  padding-left: 0;
  top: 215rem;
  left: 50%;
  transform: translateX(-50%);
  width: 624rem;
}
.under_page .under_mv .ttl_wrap::after {
  content: none;
}

.bg_gray {
  background-image: url(../../img/bg_onsen_lead.jpg);
  color: #fff;
}

.under_page .breadcrumb {
  padding-top: 10rem;
  margin-top: 0;
}
.under_page .breadcrumb ul {
  color: #fff;
}
.under_page .breadcrumb ul a {
  color: #fff;
}
.under_page .breadcrumb ul li::after {
  background-image: url(../../img/ico_arrow_horizontal_w.svg);
}

.utility_wrap {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.utility_wrap:before, .utility_wrap:after {
  width: 355rem;
  background-color: #fff;
}
.utility_wrap h4:before, .utility_wrap h4:after {
  background-color: #fff;
}

.gallery_wrap {
  margin-top: 67rem;
  padding-bottom: 80rem;
}
.gallery_wrap ul {
  display: flex;
  gap: 40rem;
  justify-content: center;
}

.desc {
  margin-top: 40rem;
  max-width: 430rem;
}

.under_page .contents_wrap .desc_wrap {
  gap: 90.5rem;
}
.under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
  padding-right: 0;
}
.under_page .contents_wrap .desc_wrap .txt_wrap {
  padding-left: 0;
}
.under_page .contents_wrap .desc_wrap > .img_wrap {
  position: relative;
  max-width: 1095rem;
  width: calc(100vw - 600rem);
}
.under_page .contents_wrap .desc_wrap > .img_wrap img {
  height: 730rem;
}

.onsen1 {
  margin-top: 130rem;
}
.onsen1::after {
  content: "OPEN-AIR BATH";
  right: 40rem;
}

.onsen2 {
  margin-top: 185rem;
}
.onsen2::after {
  content: "LARGE BATH";
  left: 40rem;
}

.under_page .contents_wrap.onsen3::after {
  top: 150rem;
}

.onsen3 {
  padding-top: 150rem;
}
.onsen3::after {
  content: "MICROBUBBLE\a BATH";
  right: 40rem;
  white-space: pre !important;
  line-height: 1.2;
}

.onsen4 {
  margin-top: 185rem;
}
.onsen4::after {
  content: "SAUNA";
  left: 40rem;
}

.onsen5 {
  margin-top: 185rem;
}
.onsen5::after {
  content: "GUEST-ONLY\a BATH";
  right: 40rem;
  white-space: pre !important;
  line-height: 1.2;
}

.bg_w {
  background-color: #fff;
  padding-bottom: 150rem;
}

.sv_wrap {
  margin-top: 180rem;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
  height: 860rem;
  position: relative;
}
.sv_wrap.abs .img_wrap {
  position: fixed;
  top: 0;
  z-index: -1;
}

.efficacy_wrap {
  margin-top: 140rem;
}
.efficacy_wrap .efficacy_table {
  margin-top: 35rem;
}

.bnr_wrap .bnr {
  position: relative;
  margin-top: 140rem;
  overflow: hidden;
}
.bnr_wrap .bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/bg_bnr_day_trip.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.5s ease;
}
.bnr_wrap .bnr a {
  display: flex;
  height: 184rem;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 850rem;
  margin-right: auto;
  margin-left: auto;
}
.bnr_wrap .bnr a h4 {
  font-size: 29rem;
}
.bnr_wrap .bnr a .btn {
  width: 192rem;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 13rem;
  padding-top: 13rem;
}
.bnr_wrap .bnr a .btn::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../img/ico_btn_arrow_w.svg);
  width: 30rem;
  height: 30rem;
  top: calc(50% - 15rem);
  right: 0;
  transition: 0.3s linear;
  background-repeat: no-repeat;
  background-size: 30rem;
}
.bnr_wrap .bnr::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
}
.bnr_wrap:hover .bnr::before {
  transform: scale(1.05);
}
.bnr_wrap:hover a .btn::after {
  right: -5rem;
}

@media screen and (max-width: 1470px) {
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: 645rem;
  }
}
@media screen and (max-width: 680px) {
  .under_page .under_mv::before {
    content: "HOT SPRING";
  }
  .under_page .under_mv .ttl_wrap {
    top: 86rem;
    width: 304rem;
  }
  .bg_gray {
    background-image: url(../../img/bg_onsen_lead.jpg);
    color: #fff;
  }
  .under_page .breadcrumb {
    padding-top: 10rem;
    margin-top: 0;
  }
  .under_page .breadcrumb ul {
    color: #fff;
  }
  .under_page .breadcrumb ul a {
    color: #fff;
  }
  .under_page .breadcrumb ul li::after {
    background-image: url(../../img/ico_arrow_horizontal_w.svg);
  }
  .utility_wrap:before, .utility_wrap:after {
    width: 92rem;
  }
  .gallery_wrap {
    margin-top: 67rem;
    padding-bottom: 80rem;
    position: relative;
  }
  .gallery_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery_wrap .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
    background-color: #C2C2C2;
    opacity: 1;
  }
  .gallery_wrap .swiper-pagination-bullet-active {
    width: 9rem;
    height: 9rem;
    background-color: #fff;
  }
  .desc {
    margin-top: 20rem;
    max-width: 295rem;
    font-size: 14rem;
  }
  .under_page .contents_wrap::after {
    font-size: 35rem;
  }
  .under_page .contents_wrap .desc_wrap {
    gap: 90.5rem;
    flex-direction: column;
    gap: 20rem;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse {
    flex-direction: column;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
    padding-right: 0;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap {
    padding-left: 0;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap h3 {
    font-size: 16rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    width: 100vw;
    margin-right: -15rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: auto;
  }
  .onsen1 {
    margin-top: 110rem;
  }
  .onsen1::after {
    right: unset;
    left: 0;
  }
  .onsen2 {
    margin-top: 180rem;
  }
  .onsen2::after {
    right: unset;
    left: 0;
  }
  .onsen3 {
    padding-top: 150rem;
  }
  .onsen3::after {
    white-space: unset;
    right: unset;
    left: 0;
    top: 45rem !important;
  }
  .onsen3 .ttl_wrap {
    top: -98rem !important;
  }
  .onsen4 {
    margin-top: 200rem;
  }
  .onsen4::after {
    right: unset;
    left: 0;
  }
  .onsen5 {
    margin-top: 220rem;
  }
  .onsen5::after {
    right: unset;
    left: 0;
    top: -95rem !important;
  }
  .onsen5 .f_reverse .txt_wrap .ttl_wrap {
    top: -90rem !important;
  }
  .bg_w {
    padding-bottom: 135rem;
  }
  .sv_wrap {
    margin-top: 120rem;
    height: 470rem;
  }
  .efficacy_wrap {
    margin-top: 120rem;
  }
  .efficacy_wrap .efficacy_table {
    margin-top: 15rem;
  }
  .btn_arw a {
    width: 180rem;
  }
  .bnr_wrap .bnr {
    position: relative;
    margin-top: 85rem;
    overflow: visible;
  }
  .bnr_wrap .bnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/bg_bnr_day_trip.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.5s ease;
  }
  .bnr_wrap .bnr a {
    height: 130rem;
    width: 345rem;
    padding-left: 30rem;
    padding-right: 20rem;
  }
  .bnr_wrap .bnr a h4 {
    font-size: 20rem;
  }
  .bnr_wrap .bnr a .txt {
    position: absolute;
    color: #707070;
    width: 100%;
    top: 145rem;
    left: 0;
    font-size: 14rem;
  }
  .bnr_wrap .bnr a .btn {
    width: 96rem;
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
  .bnr_wrap .bnr a .btn::after {
    width: 25rem;
    height: 25rem;
    top: calc(50% - 12.5rem);
    background-size: 25rem;
  }
  .bnr_wrap:hover .bnr::before {
    transform: none;
  }
}/*# sourceMappingURL=onsen.css.map */