@charset "UTF-8";
/* ===================================================================
CSS information

file name  : private_bath.css
author     : Ability Consultant
style info : 貸切風呂
=================================================================== */
#cus_contents {
  margin-top: 90px;
}

#htlSide-A {
  margin-top: 295px;
}

.con_under {
  margin-top: 45px;
}
.con_under .box_tit .box_text {
  margin-top: 20px;
}
.con_under .box_bath_type {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_under .box_bath_type p {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  width: 50%;
}
.con_under .box_bath_type p:hover {
  opacity: 0.7;
}
.con_under .box_bath_type p a {
  display: block;
}

.con_public .box_tit .public_st, .wrp_yuragi .box_tit .public_st {
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: inline-block;
  border-bottom: 1px solid #b8bfb8;
}
.con_public .box_tit .public_st .jp, .wrp_yuragi .box_tit .public_st .jp {
  font-size: 254%;
}
.con_public .box_tit .public_st .sub, .wrp_yuragi .box_tit .public_st .sub {
  font-size: 187%;
}
.con_public .box_tit .public_st .en, .wrp_yuragi .box_tit .public_st .en {
  font-size: 134%;
  color: #58aabc;
  font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-left: 0.5em;
}

.con_public.honkan {
  margin-top: 130px;
}
.con_public .js-wrp {
  position: relative;
  margin-top: 45px;
  width: 870px;
  margin-right: 0;
  margin-left: auto;
}
.con_public .js-slider {
  position: relative;
  width: 100%;
}
.con_public .js-slider .slick-arrow {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 107%;
  position: absolute;
  top: -75px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.con_public .js-slider .slick-arrow:hover {
  opacity: 0.7;
}
.con_public .js-slider .slick-arrow.slick-prev {
  right: 100px;
}
.con_public .js-slider .slick-arrow.slick-prev::before {
  content: "←";
  margin-right: 0.25em;
}
.con_public .js-slider .slick-arrow.slick-next {
  right: 0;
}
.con_public .js-slider .slick-arrow.slick-next::after {
  content: "→";
  margin-left: 0.25em;
}
.con_public .box_text {
  margin-top: 50px;
  color: #2e2e2e;
}
.con_public .box_text .img {
  margin-top: 50px;
}
.con_public .box_tbl {
  margin-top: 70px;
}
.con_public .box_tbl .tmp_st_h4 {
  text-align: center;
}
.con_public .box_tbl table {
  margin-top: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
}
.con_public .box_tbl table tr {
  border-bottom: 1px solid #e9e9e9;
}
.con_public .box_tbl table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.con_public .box_tbl table th {
  width: 200px;
  text-align: center;
  background-color: #f1f1f1;
  padding: 20px;
  font-weight: 300;
}
.con_public .box_tbl table td {
  padding: 20px;
  width: 750px;
  background-color: #fff;
}

.wrp_yuragi {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
.wrp_yuragi::before {
  content: "";
  background: url("../img/common/bg_ami_black.jpg") repeat;
  width: 100%;
  height: calc(100% - 130px);
  position: absolute;
  z-index: -1;
  top: 130px;
}
.wrp_yuragi .con_public {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
.wrp_yuragi .con_public .js-wrp {
  margin-top: 50px;
  width: 790px;
  margin-right: 0;
  margin-left: auto;
}
.wrp_yuragi .con_public .js-wrp .slick-arrow.slick-prev {
  right: 60px;
}
.wrp_yuragi .con_public .js-wrp .slick-arrow.slick-next {
  right: -45px;
}
.wrp_yuragi .con_public .box_text {
  color: #fff;
}
.wrp_yuragi .con_public .tmp_dots {
  top: 20px;
}
.wrp_yuragi .con_public .tmp_dots li {
  color: #fff;
}
.wrp_yuragi .con_public .box_tbl .tmp_st_h4 {
  color: #fff;
}
.wrp_yuragi .con_public .box_tbl table tr {
  color: #fff;
  border-bottom: 1px solid #737373;
}
.wrp_yuragi .con_public .box_tbl table tr:first-child {
  border-top: 1px solid #737373;
}
.wrp_yuragi .con_public .box_tbl table th {
  background-color: #414141;
}
.wrp_yuragi .con_public .box_tbl table td {
  background-color: transparent;
}

.wrp_opt {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 40px 0 50px;
}
.wrp_opt::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(-279deg, rgb(136, 206, 221) 0%, rgb(183, 254, 228) 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrp_opt .con_opt {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
.wrp_opt .con_opt .tmp_st_h3 {
  text-align: center;
}
.wrp_opt .con_opt .tmp_st_h3 .en {
  color: #73b5c3;
}
.wrp_opt .con_opt .box_opt {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrp_opt .con_opt .box_opt .box_img {
  width: 490px;
}
.wrp_opt .con_opt .box_opt .box_text {
  width: 340px;
  padding-left: 40px;
}
.wrp_opt .con_opt .box_opt .box_text .must {
  display: inline;
  padding: 10px 20px;
  max-width: 130px;
  background-color: #5c4d89;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .wrp_opt .con_opt .box_opt .box_text .must {
    padding: 10px 20px 3px;
  }
}
.wrp_opt .con_opt .box_opt .box_text .tmp_st_h4 {
  margin-top: 15px;
}
.wrp_opt .con_opt .box_opt .box_text .txt {
  line-height: 1.9;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .wrp_opt .con_opt .box_opt .box_text .txt {
    letter-spacing: 0;
  }
}

.con_bath_link {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 465px;
  height: 160px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.con_bath_link:hover {
  opacity: 0.7;
}
.con_bath_link a {
  width: 100%;
  height: 100%;
  display: block;
}
.con_bath_link.public {
  background: url("../img/common/btn_public_bath.jpg");
}