<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mv-rooms */

.mv-rooms {
  background-image: url("https://ryoutei-yamaya.com/wp-content/uploads/rooms-mv.webp");
}

.mv-rooms .wrap .titles .title::before {
  content: "Rooms";
  left: 60px;
  top: 5px;
}

@media screen and (max-width: 767px) {
  .mv-rooms {
    background-image: url("https://ryoutei-yamaya.com/wp-content/uploads/rooms-mv-sp.webp");
  }

  .mv-rooms .wrap .titles .title::before {
    left: 20px;
    top: 10px;
  }
}

/* rooms */

.rooms-top {
  padding: 80px 15px 120px 15px;
}

.rooms-top .top-title {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.rooms-top .top-text {
  text-align: center;
  font-size: 20px;
}

.rooms-top .top-text.margin {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .rooms-top {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .rooms-top .top-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .rooms-top .top-text {
    font-size: 18px;
  }

  .rooms-top .top-text.margin {
    margin-top: 30px;
  }
}

/* rooms-wrap */

.rooms-wrap .boxes {
  margin-bottom: 60px;
  display: flex;
  width: 100%;
}

.rooms-wrap .boxes.margin {
  margin-top: 160px;
}

.rooms-wrap .boxes .boxes-img {
  width: 68%;
  aspect-ratio: 1270 / 834;
  object-fit: cover;
}

.rooms-wrap .boxes .box {
  width: 32%;
}

.rooms-wrap .boxes .box .box-group {
  display: flex;
  width: 100%;
}

.rooms-wrap .boxes .box .box-group-img {
  width: 50%;
  aspect-ratio: 285 / 443;
  object-fit: cover;
}

.rooms-wrap .boxes .box .box-img {
  width: 100%;
  aspect-ratio: 570 / 391;
  object-fit: cover;
  margin-top: -1px;
}

.rooms-wrap .wrap-texts {
  display: flex;
  align-items: center;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.rooms-wrap .wrap-texts .wrap-titles {
  position: relative;
  max-width: 187px;
  width: 100%;
  height: 187px;
  background-color: #7b5c1b;
}

.rooms-wrap .wrap-texts .wrap-title {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 15px;
  white-space: nowrap;
  line-height: 1.5;
}

.rooms-wrap .wrap-texts .wrap-title .block {
  margin-top: 10px;
}

.rooms-wrap .wrap-texts .wrap-title .span {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.rooms-wrap .wrap-texts .wrap-title-img {
  max-width: 150px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rooms-wrap .wrap-texts .wrap-text {
  margin-left: 40px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .rooms-wrap .boxes {
    margin-bottom: 23px;
  }

  .rooms-wrap .boxes.margin {
    margin-top: 70px;
  }

  .rooms-wrap .wrap-texts {
    flex-direction: column;
  }

  .rooms-wrap .wrap-texts .wrap-titles {
    max-width: 130px;
    height: 130px;
  }

  .rooms-wrap .wrap-texts .wrap-title {
    font-size: 14px;
  }

  .rooms-wrap .wrap-texts .wrap-title .span {
    font-size: 11px;
  }

  .rooms-wrap .wrap-texts .wrap-title-img {
    max-width: 105px;
  }

  .rooms-wrap .wrap-texts .wrap-text {
    margin-top: 25px;
    margin-left: 0;
    font-size: 16px;
  }
}

/* item */

.rooms-wrap .items {
  margin-top: 75px;
  padding: 0 15px;
}

.rooms-wrap .items .item {
  border: 1px solid #cccccc;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rooms-wrap .items .item .item-img {
  width: 34.7%;
}

.rooms-wrap .items .item-box {
  width: 60%;
}

.rooms-wrap .items .item-box-img {
  max-width: 170px;
  width: 100%;
  margin-bottom: 25px;
}

.rooms-wrap .items .item-box-title {
  font-size: 26px;
  margin-bottom: 25px;
}

.rooms-wrap .items .item-box-text {
  letter-spacing: 0px;
}

.rooms-wrap .items .item-box-text.margin {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .rooms-wrap .items {
    margin-top: 40px;
  }

  .rooms-wrap .items .item {
    padding: 25px 20px;
    flex-direction: column;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-left: 0.5px solid #cccccc;
    border-right: 0.5px solid #cccccc;
  }

  .rooms-wrap .items .item .item-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .rooms-wrap .items .item-box {
    width: 100%;
  }

  .rooms-wrap .items .item-box-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rooms-wrap .items .item-box-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .rooms-wrap .items .item-box-text.margin {
    margin-top: 25px;
  }
}

/* common-img-box */

.common-img-box.margin {
  margin-top: 200px;
  margin-bottom: 250px;
}

.common-img-box {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.common-img-box .img {
  width: 23%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .common-img-box.margin {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .common-img-box .img {
    margin-bottom: 15px;
    width: 47.3%;
  }
}
</pre></body></html>