@charset "utf-8";

.main-des {
  width: 55%;
}

h2 {
  text-align: center;
}
.main-des p {
  width: 70%;
}
.button img {
  width: 30%;
  max-width: 300px;
  margin-top: 100px;
  min-width: 200px;
}
/* 個室露天風の設定 */
#rotenburo {
  background-image: url(../img/washi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}



#rotenburo h2 {
  padding-top: 50px;
}

.roomtype1,
.roomtype2 {
  width: 80%;
  position: relative;
  height: 100vh;
  margin-bottom: 100px;
}

.title1 img,
.title2 img {
  width: 70%;
  max-width: 700px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.roomtype1.title1,
.roomtype2.title2 {
  margin: 30px 0;
}

.bottom-line {
  padding: 60px;
}
.image img {
  width: 30%;
  margin-top: 150px;
}

.left {
  width: 30%;
  margin: 0;
}

.left img {
  width: 80%;
  margin-bottom: 20px;
  padding-left: 10%;
}

.left ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.left li {
  border: 1px solid #000;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
}
.center {
  width: 40%;
}

.center p {
  width: 80%;
  line-height: 30px;
  margin-bottom: 50px;
}

.right {
  width: 30%;
}

.right img {
  max-width: 250px;
  width: 90%;
  margin-left: 50px;
}

/* 大浴場の設定 */
#daiyokujo {
  background-color: #5c5b44;
}

#daiyokujo h2 {
  font-size: 10rem;
  padding: 50px 0;
  color: beige;

}

#daiyokujo .sliderArea {
  width: 80%;
}

.thumb img,
.slider_thumb img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.thumb img {
  padding: 5px;
}

.slider_thumb img {
  height: 500px;
}
.slider_thumb {
  margin-bottom: 10px;
}

.des {
  width: 70%;
  max-width: 700px;
  padding: 100px 0;
  color: beige;
  letter-spacing: 7px;
  line-height: 50px;
  text-align: center;

}

/* ご利用案内の設定 */

.info {
  width: 60%;
  height: 100vh;
  color: beige;
}
.info .title h3:before,
.info .title h3:after {
  display: none;
}
.info h3 {
  background-image: url(../img/onsen/frame3.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  width: 250px;
  height: 100px;
  padding: 30px;
  font-size: 2rem;
}
dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}

dt {
  font-size: 1.6rem;
  font-weight: bold;
  width: 30%;
  padding: 30px 20px;
  border-bottom: 0.5px solid #737c6f;
}

dd {
  font-size: 1.5rem;
  width: 70%;
  padding: 30px 20px;
  border-bottom: 0.5px solid #737c6f;
}

dd .small {
  font-size: 1.2rem;
  margin-top: 10px;
}
