<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
  text-align: center;
}

@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 {
    margin-top: -100px;
  }
}

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

@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 120px;
    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;
  }
}

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

@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;
  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: 140px;
  }
}

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

.kankyo_wrap {
    background: #ffffff;
    padding: 50px 20px 40px;
    margin: 120px auto 0;
    text-align: center;
}
/* .kankyo {
    margin: 0 0 15px 0;
} */
.kankyo_cap {
    font-size: 12px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media (max-width: 768px) {
    .kankyo_wrap {
        padding: 20px 30px 15px;
        margin: 60px auto 0;
    }
}


/* add-VRLink */
.js-slider-trigger.shadow {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}
.vrLink {
    padding: .5rem;
    display: flex;
    justify-content: center;
    background: #c6c6c6;
}
.vrLink .plansList__modelroomLink {
    background-color: #ffffff;
    border: 1px solid;
    display: block;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
    text-align: center;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    padding: .5rem;
    width: 90%;
    font-size: 14px;
}
.vrLink .plansList__modelroomLink .icon {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
    .vrLink .plansList__modelroomLink .icon {
        height: 11px;
        width: 11px;
    }
}
@media (max-width: 768px) {
    .vrLink .plansList__modelroomLink {
        font-size: 12px;
        padding: 8px;
        width: 100%;
    }
    .vrLink .plansList__modelroomLink .icon {
        height: 11.5px;
        width: 11px;
    }
}

@media (hover: hover) and (pointer: fine) {
    
    .vrLink .plansList__modelroomLink:hover {
        color: #ffffff;
        background-color: #252b34;
    }
    .vrLink .plansList__modelroomLink:hover .icon .svgArrow {
        stroke: #ffffff;
    }
}</pre></body></html>