<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 769px) {
  .furnitureList__inner {
    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;
  }
}

@media screen and (min-width: 769px) {
  .furnitureList__item {
    width: 480px;
  }
  .furnitureList__item:nth-child(n+3) {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .furnitureList__item + .furnitureList__item {
    margin-top: 50px;
  }
}

.furnitureList__ttl {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .furnitureList__ttl {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .furnitureList__ttl {
    font-size: 24px;
  }
}

.furnitureList__ttl .strong {
  color: #880114;
}

.furnitureList__txt {
  font-family: "YakuHanMP", "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
}

@media screen and (min-width: 769px) {
  .furnitureList__txt {
    font-size: 16px;
    height: 6em;
    margin-top: 32px;
    line-height: 2.25;
  }
  .furnitureList__txt:before {
    content: '';
    margin-top: calc((1 - 2.25) * .5em);
  }
  .furnitureList__txt:after {
    margin-bottom: calc((1 - 2.25) * .5em);
  }
  .furnitureList__txt:before, .furnitureList__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .furnitureList__txt {
    font-size: 14px;
    margin-top: 30px;
    line-height: 2.14286;
  }
  .furnitureList__txt:before {
    content: '';
    margin-top: calc((1 - 2.14286) * .5em);
  }
  .furnitureList__txt:after {
    margin-bottom: calc((1 - 2.14286) * .5em);
  }
  .furnitureList__txt:before, .furnitureList__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .furnitureList__visual {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .furnitureList__visual {
    margin-top: 20px;
  }
}

.furnitureList__vrLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #252b34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.furnitureList__vrLink:before {
  border: 1px solid #f7f7f7;
  content: '';
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}

@media screen and (min-width: 769px) {
  .furnitureList__vrLink {
    gap: 10px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .furnitureList__vrLink {
    gap: calc(20 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}

.furnitureList__vrTtl {
  color: #ffffff;
  font-family: "Libre Caslon Display", serif;
  line-height: .6;
}

@media screen and (min-width: 769px) {
  .furnitureList__vrTtl {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .furnitureList__vrTtl {
    font-size: calc(28 / 750 * 100vw);
  }
}

.furnitureList__vrTtl .strong {
  color: #b5b6b6;
}

.furnitureList__vrTxt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .furnitureList__vrTxt {
    font-size: 16px;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .furnitureList__vrTxt {
    font-size: calc(32 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .furnitureList__vrTxt .arrowSVG {
    width: 9px;
  }
}

@media (max-width: 768px) {
  .furnitureList__vrTxt .arrowSVG {
    width: calc(18 / 750 * 100vw);
  }
}

.ldkNav {
  background-color: #f7f7f7;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .ldkNav {
    margin-left: calc((100vw - 1040px) / -2);
    padding-top: 100px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .ldkNav {
    margin-left: -40px;
    overflow: hidden;
    padding: 75px 0 0;
    width: 375px;
  }
}

.ldkNav .contentsTab {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .ldkNav .contentsTab {
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .ldkNav .contentsTab {
    width: 295px;
  }
  .ldkNav .contentsTab__item {
    padding: 15px 8px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem__bg {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent {
    height: auto;
    margin: 80px 0 0;
    max-height: calc(100% - 160px);
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent {
    height: 100%;
    width: 305px;
  }
}

.planModal .modalItem .modalContent__inner {
  background-color: #ffffff;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent__inner {
    padding: 0;
  }
}

.planModal .modalItem .modalContent__searchBtn {
  position: fixed;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn {
    height: 40px;
    right: 110px;
    top: 40px;
    width: 140px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent__searchBtn {
    height: 40px;
    right: 70px;
    top: 20px;
    width: 130px;
  }
}

.planModal .modalItem .modalContent__searchBtn .searchBtn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 80px / 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn:hover {
    background-color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn:hover {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn__txt {
    margin-left: 15px;
    margin-top: 0;
  }
}

.planModal .modalItem .modalContent .swiper-button-prev,
.planModal .modalItem .modalContent .swiper-button-next {
  background: none;
  margin-top: 0;
  outline: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-prev,
  .planModal .modalItem .modalContent .swiper-button-next {
    height: 108px;
    padding: 20px;
    width: 75px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent .swiper-button-prev,
  .planModal .modalItem .modalContent .swiper-button-next {
    height: 34px;
    width: 17.5px;
  }
}

.planModal .modalItem .modalContent .swiper-button-prev:before, .planModal .modalItem .modalContent .swiper-button-prev:after,
.planModal .modalItem .modalContent .swiper-button-next:before,
.planModal .modalItem .modalContent .swiper-button-next:after {
  content: '';
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-prev {
    left: calc((100vw - 1040px) / 3);
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-next {
    right: calc((100vw - 1040px) / 3);
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalSlider {
    width: 1040px;
  }
}

.planModal .modalItem .modalSlider.is-open .swiper-wrapper,
.planModal .modalItem .modalSlider.is-open .swiper-slide {
  -webkit-transition: .4s ease !important;
  transition: .4s ease !important;
}

.planModal .modalItem .modalSlider .swiper-wrapper {
  height: initial;
}

.floorDetail {
  background-color: #ffffff;
  position: relative;
  text-align: center;
}

.floorDetail .comingsoon {
  background: red;
  color: #ffffff;
  display: inline-block;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .floorDetail {
    padding: 80px 0;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .floorDetail {
    padding: 20px;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .plansArea__inner {
    padding-top: 80px;
  }
}

.plansList {
  -webkit-animation: openAnim .5s linear;
          animation: openAnim .5s linear;
}

@media screen and (min-width: 769px) {
  .plansList {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .plansList {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .plansList + .plansList {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .plansList + .plansList {
    padding-top: 20px;
  }
}

.plansList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.plansList__item {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  .plansList__item {
    width: 330px;
  }
  .plansList__item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .plansList__item:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: 20px;
  }
}

.roomCard {
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Libre Caslon Display", serif;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .roomCard:hover .roomCard__type {
    color: #252b34;
  }
  .roomCard:hover .roomCard__type:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .roomCard:hover .roomCard__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomCard:hover .roomCard__type {
    color: #252b34;
  }
  .roomCard:hover .roomCard__type:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .roomCard:hover .roomCard__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.roomCard__type {
  color: #ffffff;
  letter-spacing: 0;
  line-height: .7;
  position: relative;
  text-align: center;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .roomCard__type {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .roomCard__type {
    font-size: 14px;
    padding: 8px 0;
  }
}

.roomCard__type:before {
  background-color: #252b34;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99), -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .roomCard__type .name {
    font-size: 20px;
    padding-right: 4px;
  }
}

@media (max-width: 768px) {
  .roomCard__type .name {
    font-size: 20px;
    padding-right: 4px;
  }
}

.roomCard__area {
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .roomCard__area {
    font-size: 30px;
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .roomCard__area {
    font-size: 27px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .roomCard__area .large {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .roomCard__area .large {
    font-size: 39px;
  }
}

@media screen and (min-width: 769px) {
  .roomCard__area .large + .large {
    padding-left: 18px;
  }
}

@media (max-width: 768px) {
  .roomCard__area .large + .large {
    padding-left: 15px;
  }
}

.roomCard__icon {
  position: absolute;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.roomCard__icon:after, .roomCard__icon:before {
  background-color: gray;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.roomCard__icon:before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 769px) {
  .roomCard__icon {
    bottom: 15px;
    height: 15px;
    right: 15px;
    width: 15px;
  }
}

@media (max-width: 768px) {
  .roomCard__icon {
    bottom: 12.5px;
    height: 13px;
    right: 12.5px;
    width: 13px;
  }
}

.roomDetail {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .roomDetail {
    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;
    padding: 0 80px;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .roomDetail {
    padding: 0 40px 150px;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .roomDetail__spec {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .roomDetail__spec {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .roomDetail__spec .pointsList {
    display: none;
  }
}

.roomDetail__cap {
  color: #808080;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  .roomDetail__cap {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .roomDetail__cap {
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    position: absolute;
  }
}

.roomDetail__cap .icon {
  background-color: #d2e1ab;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .roomDetail__cap .icon {
    height: 10px;
    margin-right: 5px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .roomDetail__cap .icon {
    height: 8px;
    margin-right: 5px;
    width: 20px;
  }
}

.roomDetail__madori {
  position: relative;
}

@media (max-width: 768px) {
  .roomDetail__madori {
    margin-top: 25px;
  }
}

.roomDetail__madori .comingsoon {
  background: red;
  color: #ffffff;
  display: inline-block;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .roomDetail__madori .pointsList {
    display: none;
  }
}

@media (max-width: 768px) {
  .typeBlock {
    margin-left: -40px;
    text-align: center;
    width: 305px;
  }
}

.typeBlock__head {
  background-color: #252b34;
  color: #cccccc;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .typeBlock__head {
    font-size: 18px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .typeBlock__head {
    font-size: 18px;
    padding: 18px 0;
  }
}

@media screen and (min-width: 769px) {
  .typeBlock__head .name {
    font-size: 24px;
    padding-right: 9px;
  }
}

@media (max-width: 768px) {
  .typeBlock__head .name {
    font-size: 24px;
    padding-right: 8px;
  }
}

.typeBlock__ldk {
  background-color: #e8e8e8;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .typeBlock__ldk {
    font-size: 18px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .typeBlock__ldk {
    font-size: 16px;
    padding: 10px 0;
  }
}

.areaBlock {
  color: #808080;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .areaBlock {
    font-size: 14px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .areaBlock {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .areaBlock {
    font-size: 11px;
  }
}

.areaBlock .en {
  color: #333333;
  display: inline-block;
  font-family: "Libre Caslon Display", serif;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .areaBlock .en {
    font-size: 32px;
    padding-top: 14px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en {
    font-size: 24px;
    padding-top: 13px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en + .en {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en + .en {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en .large {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en .large {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en sup {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en sup {
    font-size: 10px;
  }
}

.areaBlock__cap {
  display: block;
}

@media screen and (min-width: 769px) {
  .areaBlock__cap {
    font-size: 11px;
    margin-top: 25px;
    line-height: 1.81818;
  }
  .areaBlock__cap:before {
    content: '';
    margin-top: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:after {
    margin-bottom: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:before, .areaBlock__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .areaBlock__cap {
    font-size: 11px;
    letter-spacing: .05em;
    padding-top: 14px;
    line-height: 1.81818;
  }
  .areaBlock__cap:before {
    content: '';
    margin-top: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:after {
    margin-bottom: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:before, .areaBlock__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.pointsList {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

@media screen and (min-width: 769px) {
  .pointsList {
    margin-top: 40px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .pointsList {
    margin-top: 35px;
    padding: 30px 0;
  }
}

.pointsList__item {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointsList__item {
    font-size: 14px;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .pointsList__item {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .pointsList__item:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .pointsList__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.pointsList__item:before {
  background-color: #941935;
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .pointsList__item:before {
    height: 8px;
    width: 8px;
  }
}

@media (max-width: 768px) {
  .pointsList__item:before {
    height: 7px;
    width: 7px;
  }
}

@media screen and (min-width: 769px) {
  .roomplan-variation {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .roomplan-variation {
    padding-bottom: 60px;
  }
}

.roomplan-bnrArea {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .roomplan-bnrArea {
    padding-bottom: 80px;
    width: 329px;
  }
}

@media (max-width: 768px) {
  .roomplan-bnrArea {
    padding-bottom: 60px;
  }
}
</pre></body></html>