<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =========================================================
KV
========================================================= */
.kv {
  background: url(../img/kv.jpg) bottom right/cover no-repeat;
  color: #fff;
  height: 620px;
  position: relative;
}

@media screen and (max-width: 989px) {
  .kv {
    height: 345px;
    background: url(../img/kv_sp.jpg) bottom right/cover no-repeat;
  }
}


/* =========================================================
Room design
========================================================= */
.design .imgBox figure:nth-of-type(1),
.design .imgBox figure:nth-of-type(4),
.design .imgBox figure:nth-of-type(5) {
  width: 586px;
}

@media screen and (max-width: 989px) {

  .design .imgBox figure:nth-of-type(1),
  .design .imgBox figure:nth-of-type(4),
  .design .imgBox figure:nth-of-type(5) {
    width: 100%;
  }
}

.design .imgBox figure:nth-of-type(2),
.design .imgBox figure:nth-of-type(3) {
  width: 280px;
}

@media screen and (max-width: 989px) {

  .design .imgBox figure:nth-of-type(2),
  .design .imgBox figure:nth-of-type(3) {
    width: 100%;
  }
}</pre></body></html>