<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bedroomSect {
  margin: 0 auto;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .bedroomSect__head {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1220px;
  }
}

@media screen and (max-width: 768px) {
  .bedroomSect__head {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .bedroomSect__cont {
    margin: 200px auto 0 0;
    max-width: 100%;
    width: 1220px;
  }
}

@media screen and (max-width: 768px) {
  .bedroomSect__cont {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .bedroomSect__cont .modelroomLead {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .bedroomSect__cont .modelroomLead {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bedroomSect__head + .bedroomSect__cont {
    margin-top: 100px;
  }
}

.diningSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .diningSect__cont {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .diningSect__cont {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .diningSect__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .diningSect__cont {
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .diningSect__cont {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .diningSect__cont .sectTtl {
    font-size: 30px;
    min-width: 2em;
  }
}

@media screen and (max-width: 768px) {
  .diningSect__cont .sectTtl {
    display: block;
    font-size: 16px;
    letter-spacing: .05em;
    text-align: left;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 2;
  }
  .diningSect__cont .sectTtl:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .diningSect__cont .sectTtl:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .diningSect__cont .sectTtl:before, .diningSect__cont .sectTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .diningSect__cont .sectTtl .bracket {
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .diningSect__cont .photo {
    max-width: 100%;
    width: 890px;
  }
}

@media screen and (max-width: 768px) {
  .diningSect__cont .photo {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .diningSect__head + .diningSect__cont {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .diningSect__head + .diningSect__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .galleryBlock {
    margin: 200px auto 0;
    max-width: 1440px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock {
    margin-top: 100px;
    padding: 0 40px;
  }
}

.galleryBlock__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .galleryBlock__head {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .galleryBlock__head {
    width: 100%;
  }
}

.galleryBlock__ttl {
  font-family: "Cinzel", serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .galleryBlock__ttl {
    font-size: 48px;
    letter-spacing: .2em;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .galleryBlock__ttl {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__ttl {
    font-size: 20px;
    letter-spacing: .1em;
  }
}

.galleryBlock__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .galleryBlock__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 62px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .galleryBlock__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__body {
    gap: 32px;
  }
}

.galleryBlock__body .sectTtl {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .galleryBlock__body .sectTtl {
    font-size: 30px;
    width: 4em;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__body .sectTtl {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .galleryBlock__body .usableList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .galleryBlock__body .usableList__inner {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__body .usableList__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .galleryBlock__body .usableList__item {
    width: calc(50% - 4px);
  }
}

@media screen and (min-width: 768px) {
  .galleryBlock__head + .galleryBlock__body {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .galleryBlock__head + .galleryBlock__body {
    margin-top: 40px;
  }
}

.galleryCard {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.galleryCard__link {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
            filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
            filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__hover {
    opacity: 1;
  }
}

.galleryCard__link {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .galleryCard__link {
    z-index: 3;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__link {
    display: none;
    pointer-events: none;
    z-index: -1;
  }
}

.galleryCard__hover {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity ease 1.5s;
  transition: opacity ease 1.5s;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .galleryCard__hover {
    bottom: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    padding: 23px 0 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 254px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__hover {
    bottom: 0;
    left: 0;
    padding: calc(19 / 750 * 100vw) 0 calc(22 / 750 * 100vw);
    width: 100%;
  }
}

.galleryCard__txt {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.galleryCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.galleryCard__txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.galleryCard__txt:before, .galleryCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .galleryCard__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__txt {
    font-size: calc(20 / 750 * 100vw);
  }
}

.galleryCard__arrow {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .galleryCard__arrow {
    margin-top: 14px;
    width: 117px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__arrow {
    margin-top: calc(6 / 750 * 100vw);
    width: calc(176 / 750 * 100vw);
  }
}

.galleryCard__arrow .arrowImg {
  height: auto;
  width: 100%;
}

.galleryCard__bg {
  -webkit-transition: 1.5s ease filter;
  transition: 1.5s ease filter;
  width: 100%;
}

.galleryCard__bg .photo {
  width: 100%;
}

.galleryCard.is-touched .galleryCard__link {
  display: block;
  pointer-events: auto;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .galleryCard.is-touched .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
            filter: sepia(1) saturate(0.6) contrast(1.1) brightness(0.9);
  }
}

@media screen and (max-width: 768px) {
  .galleryCard.is-touched .galleryCard__hover {
    opacity: 1;
  }
}

.gallerySect {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallerySect {
    width: 1200px;
  }
}

.gallerySect__heading {
  line-height: 1.8125;
}

.gallerySect__heading:before {
  content: '';
  margin-top: calc((1 - 1.8125) * .5em);
}

.gallerySect__heading:after {
  margin-bottom: calc((1 - 1.8125) * .5em);
}

.gallerySect__heading:before, .gallerySect__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .gallerySect__heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__heading {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__heading + .gallerySect__inner {
    margin-top: 57px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__heading + .gallerySect__inner {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.gallerySect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallerySect__inner {
    gap: 40px 30px;
    height: 1051px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__inner {
    gap: calc(40 / 750 * 100vw);
    height: calc(1550 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item {
    width: 275px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item {
    width: calc(286 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item--ttl {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item--ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item:nth-child(1) {
    margin-top: auto;
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item:nth-child(6) {
    margin-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item:nth-child(9) {
    display: none;
  }
}

.gallerySect__bnr {
  display: block;
}

@media screen and (min-width: 768px) {
  .gallerySect__bnr {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 895px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__bnr {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.gallerySect__bnr .photo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .gallerySect__bnr:before {
    background-color: #ffffff;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.gallerySect__bnr:hover .photo {
  opacity: .8;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}

.introSect__cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

@media screen and (max-width: 768px) {
  .introSect__cont {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 238px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .introSect__inner {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1220px;
  }
}

@media screen and (min-width: 768px) {
  .livingSect__head + .livingSect__cont {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__head + .livingSect__cont {
    margin-top: 100px;
  }
}

.livingSect__bottom {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .livingSect__bottom {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .livingSect__bottom {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .livingSect__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .livingSect__bottom {
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__bottom {
    margin-top: 164px;
    padding: 0 40px;
  }
}

.livingSect__bottom .sectTtl {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .livingSect__bottom .sectTtl {
    font-size: 30px;
    min-width: 2em;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__bottom .sectTtl {
    display: block;
    font-size: 16px;
    letter-spacing: .05em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 2;
  }
  .livingSect__bottom .sectTtl:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .livingSect__bottom .sectTtl:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .livingSect__bottom .sectTtl:before, .livingSect__bottom .sectTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .livingSect__bottom .sectTtl .bracket {
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .livingSect__bottom .photo {
    max-width: 100%;
    width: 890px;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__bottom .photo {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLead {
    font-size: 28px;
    letter-spacing: .2em;
    line-height: 1.8;
  }
  .modelroomLead:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .modelroomLead:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .modelroomLead:before, .modelroomLead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .modelroomLead {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLead {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2;
  }
  .modelroomLead:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .modelroomLead:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .modelroomLead:before, .modelroomLead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .modelroomLead + .photo {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomLead + .photo {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-introduction {
    padding: 0 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-introduction {
    padding: 0 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-dining {
    padding: 0 0 156px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-dining {
    padding: 0 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-living {
    padding: 0 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-living {
    padding: 0 0 100px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-bedroom {
    padding: 0 0 220px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-bedroom {
    padding: 0 0 200px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-gallery {
    padding: 130px 0;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-gallery {
    margin-top: 40px;
    padding: 100px calc(70 / 750 * 100vw);
  }
}
</pre></body></html>