@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* room */
/* ============================================ */
.room-wrapper {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .room-wrapper {
    padding-bottom: 80px;
  }
}
.room-main__container {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .room-main__container {
    padding-bottom: 80px;
  }
}
.room-main__img {
  margin-inline: calc(50% - 50vw);
}
.room-main__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/1000;
  -o-object-position: 50% 85%;
     object-position: 50% 85%;
}
.room-main__inner {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .room-main__inner {
    margin-top: 16px;
  }
}
.room-main__ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 3.57cqw;
}
@media all and (max-width: 896px) {
  .room-main__ttl {
    gap: 16px 20px;
  }
}
.room-main__ttl__jp {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(2rem, -3.3333rem + 9.5238vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
}
.room-main__ttl__en {
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.75rem, 0.0833rem + 1.1905vw, 1.125rem);
  color: #747476;
  line-height: 1.4;
}
.room-main__wrap {
  display: flex;
  gap: 40px 8.57cqw;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .room-main__wrap {
    flex-direction: column;
    margin-top: 24px;
  }
}
.room-main__contents {
  flex-grow: 1;
}
.room-main__number > span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.4306rem + 0.7937vw, 1.125rem);
  color: #fff;
  line-height: 1.4;
  padding: 0.2em 0.8em;
  background: #BA8DBE;
  border-radius: 4px;
}
.room-main__catch {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(1.25rem, -0.0833rem + 2.381vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #8A9BCE;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .room-main__catch {
    margin-top: 24px;
  }
}
.room-main__txt {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .room-main__txt {
    margin-top: 20px;
  }
}
.room-main__list {
  flex-shrink: 0;
  width: 52.86cqw;
  border-top: 1px solid #2C2C66;
}
@media all and (max-width: 896px) {
  .room-main__list {
    width: 100%;
  }
}
.room-main__list__item {
  display: flex;
  gap: 16px 3.14cqw;
  padding-block: 24px;
  border-bottom: 1px solid #BDBDBD;
}
@media all and (max-width: 896px) {
  .room-main__list__item {
    padding-block: 16px;
  }
}
@media all and (max-width: 480px) {
  .room-main__list__item {
    flex-direction: column;
  }
}
.room-main__list__item > dt {
  flex-shrink: 0;
  width: 10em;
  display: flex;
  align-items: center;
  gap: 1.25em;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .room-main__list__item > dt {
    width: 100%;
  }
}
.room-main__list__item > dt .icon {
  width: 1.875em;
}
.room-main__list__item > dd {
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .room-main__list__item > dd {
    width: 100%;
  }
}
.room-main__note {
  word-break: normal;
  font-size: clamp(0.75rem, 0.5278rem + 0.3968vw, 0.875rem);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .room-main__note {
    margin-top: 8px;
  }
}
.room-house {
  padding-top: 90px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .room-house {
    padding-top: 64px;
  }
}
@media all and (max-width: 896px) {
  .room-house {
    padding-top: min(13.09vw, 120px);
  }
}
.room-house__sub {
  width: min(20vw, 447px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .room-house__sub {
    width: min(36vw, 320px);
  }
}
.room-house__sub img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 894/650;
}
.room-house__wrapper {
  max-width: 1620px;
  position: relative;
}
.room-house__bg {
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
  height: calc(100% - 64px);
  background: url("../images/common/bg.jpg") top left/965px auto repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.room-house__container {
  margin-inline: calc(50% - 50vw);
  padding-top: 150px;
  padding-right: calc(50vw - 50%);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px 8.33vw;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .room-house__container {
    padding-top: 120px;
    gap: 40px 5.46cqw;
  }
}
@media all and (max-width: 896px) {
  .room-house__container {
    padding-top: calc(13.09vw + 32px);
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.room-house__container .common-btn {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .room-house__container .common-btn {
    margin-top: 32px;
  }
}
.room-house__inner {
  flex-grow: 1;
  max-width: 460px;
}
@media all and (max-width: 896px) {
  .room-house__inner {
    padding-left: 40px;
  }
}
.room-house__ttl {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(1.375rem, -0.4028rem + 3.1746vw, 2.375rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #8A9BCE;
}
.room-house__txt {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .room-house__txt {
    margin-top: 24px;
  }
}
.room-house__img {
  flex-shrink: 0;
  width: 55.36vw;
}
@media all and (max-width: 896px) {
  .room-house__img {
    width: 100%;
    max-width: 720px;
  }
}
.room-house__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1063/726;
}