.anchorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .anchorNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.anchorNav__item {
  width: 100%;
}

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

@media screen and (min-width: 769px) {
  .cardList {
    gap: 80px 40px;
  }
}

@media (max-width: 768px) {
  .cardList {
    gap: 40px 20px;
  }
}

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

@media (max-width: 768px) {
  .cardList__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .colorCard {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

.colorCard__head {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0.015em;
  line-height: 1.3125;
}

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

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

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

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

@media (max-width: 768px) {
  .colorCard__head {
    font-size: 18px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

.colorCard__head .color {
  color: #880114;
}

@media screen and (min-width: 769px) {
  .colorCard__img:not(:first-child) {
    margin-top: 30px;
  }
}

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

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__head {
    width: 565px;
  }
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__head + .generalSection__cont {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__head + .generalSection__cont {
    margin-top: 30px;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__head .generalHeading {
    font-size: calc(44 / 750 * 100vw);
  }
}

.colorFeatures .generalSection__head .generalHeading .color {
  color: #8e8f8f;
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__head .generalHeading + .txt {
    letter-spacing: 0;
    margin-top: 60px;
    line-height: 2.25;
  }
  .colorFeatures .generalSection__head .generalHeading + .txt:before {
    content: '';
    margin-top: calc((1 - 2.25) * .5em);
  }
  .colorFeatures .generalSection__head .generalHeading + .txt:after {
    margin-bottom: calc((1 - 2.25) * .5em);
  }
  .colorFeatures .generalSection__head .generalHeading + .txt:before, .colorFeatures .generalSection__head .generalHeading + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__cont {
    width: 275px;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__cont .txt {
    line-height: 1.66667;
  }
  .colorFeatures .generalSection__cont .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .colorFeatures .generalSection__cont .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .colorFeatures .generalSection__cont .txt:before, .colorFeatures .generalSection__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__cont + .generalSection__cont {
    margin-top: 100px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__cont + .generalSection__cont {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .colorFeatures .generalSection__cont--row {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__cont--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .colorFeatures .generalSection__cont--row .txt {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0;
    width: 100%;
    line-height: 1.66667;
  }
  .colorFeatures .generalSection__cont--row .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .colorFeatures .generalSection__cont--row .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .colorFeatures .generalSection__cont--row .txt:before, .colorFeatures .generalSection__cont--row .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.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;
  }
}

.petBnr {
  position: relative;
}

.petBnr__bg {
  width: 100%;
}

.petBnr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 769px) {
  .petBnr__inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    top: 100px;
  }
}

@media (max-width: 768px) {
  .petBnr__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(30 / 750 * 100vw);
    row-gap: calc(10 / 750 * 100vw);
    top: calc(98 / 750 * 100vw);
  }
}

.petBnr__btn {
  background-color: #98a5b8;
  color: #ffffff;
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  z-index: 1;
}

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

@media (max-width: 768px) {
  .petBnr__btn {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(22/ 750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(8 / 750 * 100vw) 0;
  }
}

.petBnr__btn:after {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: '';
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 769px) {
  .petBnr__btn:after {
    height: 12px;
    right: 15px;
    width: 12px;
  }
}

@media (max-width: 768px) {
  .petBnr__btn:after {
    height: 9px;
    right: 10px;
    width: 9px;
  }
}

.petBnr__btn:hover:after {
  background-color: #ffffff;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}

.petFeatures {
  position: relative;
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__head .generalHeading {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5;
  }
  .petFeatures .generalSection__head .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading:before, .petFeatures .generalSection__head .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.petFeatures .generalSection__head .generalHeading .color {
  color: #8e8f8f;
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__head .generalHeading + .txt {
    letter-spacing: 0;
    margin-top: 60px;
    line-height: 2.25;
  }
  .petFeatures .generalSection__head .generalHeading + .txt:before {
    content: '';
    margin-top: calc((1 - 2.25) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading + .txt:after {
    margin-bottom: calc((1 - 2.25) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading + .txt:before, .petFeatures .generalSection__head .generalHeading + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__head .generalHeading + .txt {
    margin-top: 30px;
    line-height: 1.66667;
  }
  .petFeatures .generalSection__head .generalHeading + .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading + .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__head .generalHeading + .txt:before, .petFeatures .generalSection__head .generalHeading + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__head .generalSection__item:first-child {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__head .generalSection__item:first-child .txt {
    font-size: calc(27 / 750 * 100vw);
    letter-spacing: 0;
    line-height: 1.66667;
  }
  .petFeatures .generalSection__head .generalSection__item:first-child .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__head .generalSection__item:first-child .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__head .generalSection__item:first-child .txt:before, .petFeatures .generalSection__head .generalSection__item:first-child .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__head .generalSection__item:not(:first-child) {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__head .generalSection__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__head + .generalSection__cont {
    padding-top: 60px;
  }
}

.petFeatures .generalSection__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__cont {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__cont {
    gap: 40px;
  }
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__cont .txt {
    line-height: 2.25;
  }
  .petFeatures .generalSection__cont .txt:before {
    content: '';
    margin-top: calc((1 - 2.25) * .5em);
  }
  .petFeatures .generalSection__cont .txt:after {
    margin-bottom: calc((1 - 2.25) * .5em);
  }
  .petFeatures .generalSection__cont .txt:before, .petFeatures .generalSection__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__cont .txt {
    line-height: 1.66667;
  }
  .petFeatures .generalSection__cont .txt:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__cont .txt:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .petFeatures .generalSection__cont .txt:before, .petFeatures .generalSection__cont .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__cont .photo {
    min-width: 500px;
  }
}

@media screen and (min-width: 769px) {
  .petFeatures .generalSection__cont + .generalSection__cont {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .petFeatures .generalSection__cont + .generalSection__cont {
    margin-top: 40px;
  }
}

.petFeatures .generalSection__cont--room {
  display: block;
  width: 100%;
}

.petFeatures .flowIcon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (min-width: 769px) {
  .petFeatures .flowIcon {
    left: -240px;
    top: -180px;
  }
}

@media (max-width: 768px) {
  .petFeatures .flowIcon {
    left: calc(-40 / 750 * 100vw);
    top: calc(-140 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .photoCard .txt {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .photoCard .txt {
    margin-top: 10px;
  }
}

.photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (min-width: 769px) {
  .photoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .photoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.photoList .txt .circle {
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #333333;
  border-radius: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .photoList .txt .circle {
    height: 24px;
    line-height: 1.4;
    width: 24px;
  }
}

@media (max-width: 768px) {
  .photoList .txt .circle {
    font-size: calc(25 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    line-height: 1.28;
    width: calc(35 / 750 * 100vw);
  }
}

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

.roomFig {
  background-color: #efefee;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .roomFig {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .roomFig {
    margin-left: -40px;
    margin-right: -40px;
    position: relative;
  }
}

@media (max-width: 768px) {
  .roomFig:before {
    background: rgba(255, 255, 255, 0.8);
    content: '';
    height: 60px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 2s ease 1.4s;
    transition: 2s ease 1.4s;
    width: 60px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .roomFig:after {
    background-image: url("../imgs/icon-scroll.png");
    background-size: 100% 100%;
    content: '';
    height: 45px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 2s ease 1.4s;
    transition: 2s ease 1.4s;
    width: 25px;
    z-index: 2;
  }
}

.roomFig.sai-animate:after, .roomFig.sai-animate:before {
  opacity: 0;
  pointer-events: none;
}

.roomFig__inner {
  position: relative;
}

@media (max-width: 768px) {
  .roomFig__inner .photo {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .roomFig__inner img {
    height: 222px;
    min-width: 480px;
  }
}

.roomFig__cap {
  font-size: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 100%;
}

@media (max-width: 768px) {
  .roomFig__cap {
    right: 5px;
  }
}

.vrArea {
  background-color: #252b34;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .vrArea {
    padding: 45px 0;
  }
}

@media (max-width: 768px) {
  .vrArea {
    padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

.vrArea:after {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .vrArea:after {
    height: calc(100% - 24px);
    width: calc(100% - 24px);
  }
}

@media (max-width: 768px) {
  .vrArea:after {
    height: calc(100% - 14px);
    width: calc(100% - 14px);
  }
}

.vrArea__ttl {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

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

@media (max-width: 768px) {
  .vrArea__ttl {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.4;
  }
}

.vrArea__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .vrArea__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .vrArea__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(30 / 750 * 100vw);
    row-gap: calc(20 / 750 * 100vw);
  }
}

.vrArea__item {
  background-color: #5f6876;
}

.vrArea__type, .vrArea__ldk {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .vrArea__ldk .length {
    font-size: 16px;
  }
}

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

.vrArea__link {
  display: block;
  position: relative;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  z-index: 1;
}

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

@media (max-width: 768px) {
  .vrArea__link {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(30/ 750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(16 / 650 * 100vw) 0;
  }
}

.vrArea__link:after {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: '';
  display: inline-block;
  margin-left: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 769px) {
  .vrArea__link:after {
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 768px) {
  .vrArea__link:after {
    height: 10px;
    width: 10px;
  }
}

.vrArea__link:hover:after {
  background-color: #ffffff;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}

@media screen and (min-width: 769px) {
  .roomplan-color {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .roomplan-color {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .roomplan-pet {
    margin-top: 160px;
  }
}

@media (max-width: 768px) {
  .roomplan-pet {
    margin-top: 110px;
  }
}

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

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

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

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