@charset "UTF-8";
/* === livingSect === */
.livingSect {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .livingSect {
    margin: 0 auto;
    width: 1008px;
  }
}

@media print, screen and (min-width: 768px) {
  .livingSect__head + .livingSect__main {
    margin-top: 64px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .livingSect__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
  }
}

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

.livingSect__main {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .livingSect__main {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .livingSect__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .livingSect__main + .livingSect__body,
  .livingSect__body + .livingSect__main {
    margin-top: 80px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .livingSect__body + .livingSect__main .livingSect__desc {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}

.livingSect__ttl {
  line-height: 1.5;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .12em;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .livingSect__ttl {
    font-size: 24px;
  }
}

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

.livingSect__desc {
  -ms-flex-item-align: center;
      align-self: center;
}

.livingSect__desc .txt {
  line-height: 1.75;
}

.livingSect__desc .txt:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.livingSect__desc .txt:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

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

@media print, screen and (min-width: 768px) {
  .livingSect__desc .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__desc .txt {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .livingSect__item {
    width: 304px;
  }
}

@media print, screen and (min-width: 768px) {
  .livingSect__item--wide {
    width: 656px;
  }
}

.livingSect__item .photo__image {
  width: 100%;
}

.livingSect__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.livingSect__heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: .05em;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .livingSect__heading {
    font-size: 16px;
    padding: 25px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .livingSect__heading {
    padding: 20px 0 10px;
  }
}

.livingSect__heading + .txt {
  letter-spacing: .02em;
  line-height: calc(25/14);
  margin-top: 15px;
}

/* === powderSect（Powder Room & Bath Room） === */
.powderSect {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .powderSect {
    margin: 0 auto;
    width: 1008px;
  }
}

@media print, screen and (min-width: 768px) {
  .powderSect__head + .powderSect__main {
    margin-top: 64px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .powderSect__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .powderSect__body {
    width: 480px;
  }
}

.powderSect__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media print, screen and (min-width: 768px) {
  .powderSect__visual {
    width: 480px;
  }
}

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

.powderSect__heading {
  line-height: 1.5;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .05em;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .powderSect__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .powderSect__heading {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .powderSect__heading + .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .powderSect__heading + .txt {
    margin-top: 24px;
  }
}

.powderSect .txt {
  letter-spacing: .02em;
  line-height: 1.7;
}

/* === roomSect（Master Bed Room & Western Room） === */
.roomSect {
  color: #333333;
}

@media print, screen and (min-width: 768px) {
  .roomSect {
    margin: 0 auto;
    width: 1008px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomSect__head + .roomSect__body {
    margin-top: 64px;
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .roomSect__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media print, screen and (min-width: 768px) {
  .roomSect__card {
    width: 480px;
  }
}

.roomSect__heading {
  line-height: 1.5;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .05em;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .roomSect__heading {
    font-size: 24px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomSect__heading {
    font-size: 18px;
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomSect__heading + .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .roomSect__heading + .txt {
    margin-top: 24px;
  }
}

.roomSect .txt {
  letter-spacing: .02em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .roomSect .photo__image {
    width: 100%;
  }
}

.roomSlider__ttl {
  line-height: 1.5;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .12em;
  text-align: center;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .roomSlider__ttl {
    font-size: 24px;
  }
}

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

.roomSlider .swiperFeature {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .swiperFeature {
    margin: 64px -88px 0;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .swiperFeature {
    margin: 48px -30px 0;
  }
}

.roomSlider .swiperFeature__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  color: #56919f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: .08em;
  line-height: 1;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .swiperFeature__head {
    font-size: 22px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .swiperFeature__head {
    font-size: 16px;
    height: 40px;
  }
}

.roomSlider .swiperFeature__direction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .swiperFeature__direction {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .swiperFeature__direction {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.roomSlider .swiperFeature__circleBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 8px 16px 0 rgba(102, 102, 102, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: all;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .swiperFeature__circleBtn {
    height: 48px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .swiperFeature__circleBtn {
    height: 28px;
    width: 28px;
  }
}

.roomSlider .thumnailFeature {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .thumnailFeature {
    margin: 40px auto 0;
    width: 1008px;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .thumnailFeature {
    margin-top: 24px;
  }
}

.roomSlider .thumnailFeature .swiper-container,
.roomSlider .thumnailFeature .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .thumnailFeature .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.roomSlider .thumnailFeature .swiper-slide {
  background-color: #000000;
  cursor: pointer;
  position: relative;
}

.roomSlider .thumnailFeature .swiper-slide .photo__capIn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: auto;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  letter-spacing: .08em;
  line-height: 1.4;
  right: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .roomSlider .thumnailFeature .swiper-slide .photo__capIn {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .roomSlider .thumnailFeature .swiper-slide .photo__capIn {
    font-size: 10px;
    letter-spacing: .03em;
  }
}

.roomSlider .thumnailFeature .swiper-slide img {
  opacity: .3;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100% !important;
}

.roomSlider .thumnailFeature .swiper-slide.swiper-slide-thumb-active {
  -webkit-box-shadow: inset 0 0 0 3px #56919f;
          box-shadow: inset 0 0 0 3px #56919f;
}

.roomSlider .thumnailFeature .swiper-slide.swiper-slide-thumb-active .photo__capIn {
  display: none;
}

.roomSlider .thumnailFeature .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

/* === roomspaceBand（LIVING/STORAGE 共通のティール帯見出し。帯サイズは設備ページ equipmentBand に合わせる） === */
.roomspaceBand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #56919f;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .roomspaceBand {
    min-height: 63px;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 768px) {
  .roomspaceBand {
    min-height: 48px;
    padding: 12px 16px;
  }
}

.roomspaceBand__en {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .roomspaceBand__en {
    font-size: 20px;
    line-height: 1.6;
  }
  .roomspaceBand__en:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .roomspaceBand__en:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .roomspaceBand__en:before, .roomspaceBand__en:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

@media print, screen and (min-width: 768px) {
  .storageSect__head + .storageSect__main {
    margin-top: 64px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .storageSect__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__visual {
    width: 480px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__body {
    width: 480px;
  }
}

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

.storageSect__heading {
  line-height: 1.5;
  letter-spacing: .05em;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .storageSect__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__heading {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .storageSect__heading + .txt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__heading + .txt {
    margin-top: 24px;
  }
}

.storageSect .txt {
  letter-spacing: .02em;
  line-height: 1.7;
}

.storageSect__closet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .storageSect__closet {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .storageSect__closet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .storageSect__closet .photo:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* === wrap（SP余白はページ側で付与・concept/location に倣う） === */
@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 30px;
  }
}

/* === keyVisual === */
.keyVisual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .keyVisual {
    margin: 0 auto;
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual {
    margin: 0 -30px;
  }
}

.keyVisual__bg {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    -webkit-box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
  }
}

.keyVisual__picture, .keyVisual__image {
  display: block;
  width: 100%;
}

.keyVisual__image {
  height: auto;
}

.keyVisual__ttl {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  display: block;
  font-family: "Cinzel", serif;
  left: 0;
  letter-spacing: .06em;
  line-height: .7;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 80px;
    padding: 20px 36px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 44px;
    padding: 10px;
  }
}

.keyVisual__ttl:after {
  background-color: rgba(102, 102, 102, 0.2);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.keyVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .keyVisual__capIn {
    bottom: 55px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomspace-slider {
    padding-top: 108px;
  }
}

@media screen and (max-width: 768px) {
  .roomspace-slider {
    padding-top: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomspace-living {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .roomspace-living {
    padding-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomspace-room {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .roomspace-room {
    padding-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomspace-powder {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .roomspace-powder {
    padding-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .roomspace-storage {
    padding: 120px 0;
  }
}

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