@charset "UTF-8";

#hero{
    height: max(172px, min(27.8867vw + 67.4249px, 300px));
    width: 100%;
    background-image: url(../img/pool_m.jpg);
    background-position: center;
    background-size: cover;
}

#facility{
    background-color: var(--bg_b);
}

.wrapper{
	width:100%;
  background:var(--bg_b);
  color: white;
  padding-top: 10px;
}
/*tabの形状*/
.tab{
    display: flex;
    flex-wrap: wrap;
  }
  .tab li{
      width: 33.3%;
      text-align: center;
      border-width:3px;
      border-color:#1292A5 #1292A5 white #1292A5;
      border-style:solid;
  }
  .tab li a{
    font-size: 1.1em;
    color: white;
    display: block;
    background:#1292A5;
    padding:15px 15px;
  }
  .tab .yu a:before {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background-image: url(../img/sento.svg);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 0.2em;
  }

  .tab li.active a{
    background:var(--bg_b);
  }
  .tab li.active{
    border-width:3px;
    border-color:white white var(--bg_b) white;
    border-style:solid;
  }
  
  .area {
    display: none;
    opacity: 0;
    background: var(--bg_b);
    padding:30px 0px;
  }
  
  .area.is-active {
      display: block;
      animation-name: displayAnime;
      animation-duration: 2s;
      animation-fill-mode: forwards;
  }
  
  @keyframes displayAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

.area .pre_text{
	font-size: max(15px, min(0.442vw + 13.3425px, 19px));
  text-align: center;
}
.area .map_wrapper_m{
  width: max(258.76px,  min(26.6564vw + 158.7985px, 500px));
}
.area .map_wrapper_w{
  width: max(333px,  min(39.4475vw + 185.0719px, 690px));
}
.area .map_wrapper_all{
  height: auto;
  margin: 30px auto;
  position: relative;
}
.area .map_wrapper_all .map_img{
  width: 100%;
}
.area .map_wrapper_all a img{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max(20px, min(1.768vw + 13.37px, 36px));
  height: auto;
}

.area .map_wrapper_m .pin_roten{
  left:58.3881%;
  top:9.4508%;
}
.area .map_wrapper_m .pin_tansan{
  left:12.3995%;
  top:27.6296%;
}
.area .map_wrapper_m .pin_main{
  left:44.0891%;
  top:27.6296%;
}
.area .map_wrapper_m .pin_pool{
  left:82.3485%;
  top:27.6296%;
}
.area .map_wrapper_m .pin_cool{
  left:58.3881%;
  top:39.4669%;
}
.area .map_wrapper_m .pin_sauna{
  left:82.3485%;
  top:77.5154%;
}
.area .map_wrapper_m .pin_jet_1{
  left:58.3881%;
  top:23.8247%;
}
.area .map_wrapper_m .pin_jet_2{
  left:25.9256%;
  top:23.8247%;
}
.area .map_wrapper_m .pin_refa{
  left:64.726%;
  top:80.052%;
}
.area .map_wrapper_m .pin_rest{
  left:52.0888%;
  top:63.9871%;
}

.area .map_wrapper_w .pin_roten{
  left:52.458%;
  top:10.9687%;
}
.area .map_wrapper_w .pin_pool{
  left:82.3679%;
  top:10.9687%;
}
.area .map_wrapper_w .pin_jet{
  left:26.452%;
  top:23.5791%;
}
.area .map_wrapper_w .pin_silk{
  left:52.458%;
  top:28.0828%;
}
.area .map_wrapper_w .pin_tansan{
  left:72.458%;
  top:28.0828%;
}
.area .map_wrapper_w .pin_sauna{
  left:8.7342%;
  top:55.4652%;
}
.area .map_wrapper_w .pin_cool{
  left:26.452%;
  top:55.4652%;
}
.area .map_wrapper_w .pin_main{
  left:40.8664%;
  top:23.5791%;
}
.area .map_wrapper_w .pin_refa{
  left:59.485%;
  top:85.73%;
}
.area .map_wrapper_w .pin_mirable{
  left:79.2447%;
  top:85.73%;
}
.area .map_wrapper_w .pin_rest{
  left:36.542%;
  top:62.3108%;
}

.facility_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--tx_b);
}
.facility_container > *{
  width: 100%;
  max-width: 360px;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px){
  .facility_container{
    margin: 0 -18px -36px;
  }
  .facility_container > *{
    width: 40%;
    margin: 0 18px 36px;
  }

  #others .facility_container:after, #men .facility_container:after{
    display: block;
    content:"";
    width: 40%;
    margin: 0 18px 36px;
  }
}

.bath{
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: max(15px, min(0.4357vw + 13.3661px, 17px));
  background:var(--bg_y);
  /**
  background: transparent;
  **
  /**background: rgba( 255, 255, 255, 0.82 );
  box-shadow: 0 5px 20px 0 rgba( 31, 38, 135, 0.37 );**/
  border-radius: 15px;
  border: 1px solid #1E566F;   
  
}
/**
.bath:hover{
  border-color:transparent; 
}
**/
.bath span {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height:100%;
  background:var(--bg_y);
  color: var(--tx_b);
  border-radius: 15px;
  padding: 25px;
  /**
  transition: all 0.3s ease;
  **/
}

.shadow:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #1E566F;
}
/**
.shadow:hover span {
  background-color: #1E566F;
  color: white;
  transform: translate(4px, 4px);
}
**/

.bath img{
  z-index: 3;
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 35px;
}
@supports not (aspect-ratio: 3/2){
  .bath img{
    height: 180px;
  }
}
.bath h3{
  z-index: 3;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 300;
  margin-bottom: 18px;
}

.link_deco:link, .link_deco:visited, .link_deco:hover, .link_deco:active {
  color: #ee79a6;
  text-decoration: underline;
  text-decoration-color: #f582ae;
}
