@charset "UTF-8";

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
#top-lower-page {
  display: grid;
  width: 100vw;
  height: 70vh;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#top-lower-page video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.slide-logo {
  z-index: 1;
  position: relative;
  margin-top: 85px;
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  font-family: 'Cormorant Garamond', serif;
}
.efficacy{
  color: #000;
  background-image: url(../img/bath-back_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.onsen-title {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.onsen-detail{
  margin: 0 auto;
  text-align: center;
  text-align: center;
  padding: 6rem 0;
}
.onsen-efficacy-wrapper {
  background-image: url(../img/bath-back_03.png); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.onsen-efficacy {
  display: block;
  margin: 3rem auto;
  padding: 0 4%;
  max-width: 770px;
  text-align: left;
  background-image: url(../img/bath-back_03.png); 
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.onsen-efficacy p {
  margin-bottom: 1rem;
  line-height: 2.15;
}
h3{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin: 0 30px;
  padding: 1rem 3rem;
  color: #fff;
  background: #bd8953;
  width: max-content;
  min-width: 300px;
  text-align: center; 
}
h3::before, h3::after {
  position: absolute;
  top: 0;
  content: '';
  border-width: 27.5px 30px 27.5px 0;
  border-style: solid;
  border-color: transparent #bd8953 transparent transparent;
}
h3::before {
  left: -30px;
}
h3::after {
  right: -30px;
  transform: scaleX(-1);
}
.onsen-efficacy-01,.onsen-efficacy-01-sp{
  padding-top: 5rem;
  margin: 0 auto;
  max-width: 710px;
}
.onsen-efficacy-01 h3 ,.onsen-efficacy-01-sp h3{
  margin-bottom: 3rem;
}
.onsen-efficacy-01-sp {
  display: inline-block;
}
.onsen-efficacy-01-sp h3, 
.onsen-efficacy-01-sp ul {
  width: 100%;
}
.onsen-photo {
  display: flex; 
  flex-direction: column; 
  margin-top: 10rem;
}
.slider-wrap{
  background-color: #f7f7f7;
}
.slider{
  padding: 5rem 0;   
}
.f1-floor{
  background-color: #f7f7f7;
  background-image: url(../img/f-back_02.png),url(../img/bath-back_02.png);
  background-position: 10% 90%, 99% 78%;
  background-repeat: no-repeat,no-repeat;
  background-size: 17%, 50%;
}
.floor-map-area {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-column-gap: 3%;
  padding: 5rem 3rem;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
}
.floor-map-area > img {
  width: 85%;
}
.floor-map-area > div {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.floor-map-area p {
  margin: 30px 0 10px 0;
  font-size: 1.1rem;
}
.floor-map-area p, .floor-map-area ul {
  display: inline-block;
  text-align: left;
  width: 55%;
}
.floor-map-area ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
}
.floor-map-area li {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}
.floor-map-area li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.5px;
  height: 8.5px;
  background-color: #bd8953;
}
.floor-map-area > div > .border-top,
.floor-map-area > div > .border-bottom {
  width: 100%;
  border-top: 1px solid #bd8953;
  margin: 5px 0;
}
.floor-map-area li {
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 5px;
}
.floor-map-area ul li:last-child {
  margin-bottom: 0;
}
.re-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  border: 1px solid #fff;
  box-shadow: 0 0 0 5px #bd8953;
  background-color: #bd8953;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing:0.2rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.re-button:hover {
  background-color: #c1272d;
  box-shadow: 0 0 0 5px #c1272d;
  color: #fff;
}
.button-container{
  padding: 3rem 0 8rem 0;
}
.room-type-image-area{
  background-image: url(../img/bath-back_03.png);
  background-position: 0% 5%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.room-type{
  width: 80vw;
  margin: 0 auto;
  padding: 5rem 0 3rem 0;
  color: #000; 
}
.shower-con{
  display: grid;
  grid-template-columns: 30% 70%;
  padding-left: 67px;
  max-width: 800px;
  margin: 0 auto;
}
.top-cap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 10px 0;
}
.room-type-text{
  text-align: left;
}
.room-type-text02{
  max-width:800px;
  margin: 0 auto;

}
.room-type-text02 p{
  margin-top: 20px;
  margin-bottom: 10px;
}
.room-type-image-area{
  background-color: #f5f5f5;
}
.room-type-image{
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
}
.room-type-image img{
  max-width: 70%;
}
.onsen-efficacy-01-sp ul li {
  position: relative;
  line-height: 1.6;
  padding-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.onsen-efficacy-01-sp ul li:last-child {
  margin-bottom: 0;
}
.onsen-efficacy-01-sp ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8.5px;
  height: 8.5px;
  background-color: #bd8953;
}
.onsen-photo{
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 3rem;
} 
.onsen-photo-area{
  width: 80vw;
  margin: 0 auto;
}
.onsen-photo img{
  width: 100%;
}
.onsen-photo02{
  margin-top: 3rem;
}
.onsen-copy{
  padding: 8% 4% 4% 4%;
  text-align: center;
  line-height: 4rem;
  font-size: 1.3rem;
}
.bath-con{
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding: 5rem 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}
.bath-con h2{
  margin-bottom: 3rem;
  line-height: 1.8;
}
.bath-text{
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 50px;
  margin: 0 auto;
  max-width: 1000px;
}
.bath-text img{
  max-width: 100%;
}
.bath-text > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 2rem;
  height: 100%;
}
.bath-text p{
  margin-bottom: 2rem;
  line-height: 2;
}

/* ---------min------------ */
  @media screen and (min-width: 710px) { 
    .onsen-efficacy-01-sp {
      display: none;
    }
    .onsen-efficacy-01 {
      display: block; /* PC用のスタイルを表示 */
    }
  }

/* ---------max------------ */
@media screen and (max-width: 767px) { 
  
}
@media screen and (max-width: 768px) {
  .floor-map-area {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      padding: 3rem 1rem;
  }
  .floor-map-area > img {
    width: 75%;
    margin: 0 auto;
  }
  .floor-map-area p{
    width: 90%;
    text-align: center;
  }
  .floor-map-area ul {
    width: 80%; 
  }
  .floor-map-area > div{
    padding: 50px 10px 10px 10px;
  }
  .onsen-detail{
    padding: 5rem 0;
  }
  #top-lower-page {
    height: 100vh;
  }
  .slide-logo {
    margin-top: 0;
  }
  .shower-con{
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .room-type-image img{
    max-width: 95%;
  }
  .bath-con{
    padding: 5rem 2rem;
  }
  .bath-text{
    grid-template-columns: 1fr;
  }
  .bath-text img{
    width: 100%;
  }
  .bath-text img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .onsen-photo{
    grid-template-columns: 1fr;
    row-gap: 1rem;
  } 
}
@media screen and (max-width: 709px) { 
  h3 {
    margin: 0;
    padding: 1rem;
    width: 300px;
  }
  .onsen-efficacy p {
    text-align: left;
  }
  li{
    text-align: left;
    list-style-position: inside;
  }
  .onsen-efficacy-01 {
    display: none;
  }
  .onsen-efficacy-01-sp {
    display: block;
  }
  .f1-floor{
    background-color: #f7f7f7;
    background-image: url(../img/f-back_02.png),url(../img/bath-back_02.png);
    background-position: 16% 98%, 99% 78%;
    background-repeat: no-repeat,no-repeat;
    background-size: 17%, 80%;
  }
  .onsen-efficacy-01-sp {
    display: block;
    margin: 0 auto;
    padding: 2rem 1rem;
    max-width: 710px;
  }
  .onsen-efficacy-01-sp h3, 
  .onsen-efficacy-01-sp ul {
    width: 95%;
  }
  .onsen-efficacy-01-sp ul li {
    text-align: left;
    margin-left: 15%;
    padding-left: 1rem;
    list-style-position: inside;
  }
  h3 {
    margin: 0 auto 2rem;
    padding: 1rem;
    width: auto;
  }
  .sp-onsen-efficacy-wapper{
    margin: 0 4%;
  }
  .onsen-detail{
    padding: 5rem 0 3rem 0;
  }
}

@media screen and (max-width: 600px) {
  .video-style {
    width: 100vw;
    padding: 0 4%;
  }
  #wrapper-sakura {
    height: 50vh;
}
.onsen-photo img {
  width: 100%; 
}
}

