.guide {
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .guide {
    padding-top: 6.66667vw;
  }
}

.guide .c-subtitle::after {
  -webkit-transition: all 0.5s 0.82s ease;
  transition: all 0.5s 0.82s ease;
}

.roomlists {
  margin-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .roomlists {
    display: block;
    margin-top: 8.26667vw;
  }
}

.roomlink {
  display: block;
  width: 370px;
  width: calc((100% - 84px) / 3);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin-right: 42px;
  margin-bottom: 66px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .roomlink {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8.8vw;
  }
}

.roomlink:first-of-type {
  -webkit-transition: all 0.5s 1.32s ease;
  transition: all 0.5s 1.32s ease;
}

.roomlink:nth-of-type(2) {
  -webkit-transition: all 0.5s 1.72s ease;
  transition: all 0.5s 1.72s ease;
}

.roomlink:nth-of-type(3) {
  -webkit-transition: all 0.5s 2.02s ease;
  transition: all 0.5s 2.02s ease;
}

.roomlink:nth-of-type(4) {
  -webkit-transition: all 0.5s 2.32s ease;
  transition: all 0.5s 2.32s ease;
}

.roomlink:nth-of-type(5) {
  -webkit-transition: all 0.5s 2.62s ease;
  transition: all 0.5s 2.62s ease;
}

.roomlink:nth-of-type(6) {
  -webkit-transition: all 0.5s 2.92s ease;
  transition: all 0.5s 2.92s ease;
}

.check.is-active .roomlink:first-of-type,
.check.is-active .roomlink:nth-of-type(2),
.check.is-active .roomlink:nth-of-type(3),
.check.is-active .roomlink:nth-of-type(4),
.check.is-active .roomlink:nth-of-type(5),
.check.is-active .roomlink:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.roomlink:nth-of-type(3n) {
  margin-right: 0;
}

.roomlink:hover .roomimg-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.roomlink:hover .viewimg-wrap img {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.roomimg-wrap {
  overflow: hidden;
}

.roomimg-wrap img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.room-title {
  font-size: 22px;
  margin-top: 32px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .room-title {
    margin-top: 4.26667vw;
  }
}

.room-lead {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  margin-top: 16px;
  letter-spacing: 0.1em;
}

.room-view {
  color: #a58164;
  font-size: 14px;
  margin-right: 26px;
}

.viewmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.viewimg-wrap img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.viewmore--mt {
  margin-top: 48px;
}

.facility {
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  .facility {
    padding-top: 8vw;
  }
}

.facility .c-subtitle::after {
  -webkit-transition: all 0.5s 0.82s ease;
  transition: all 0.5s 0.82s ease;
}

.facility-wrap {
  margin-top: 62px;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all 0.5s 1s ease;
  transition: all 0.5s 1s ease;
}

@media screen and (max-width: 750px) {
  .facility-wrap {
    margin-top: 8.26667vw;
  }
}

.check.is-active .facility-wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.reserve {
  margin-top: 108px;
  margin-bottom: 160px;
}

@media screen and (max-width: 750px) {
  .reserve {
    margin-top: 14.4vw;
    margin-bottom: 21.33333vw;
  }
}

.reserve .c-subtitle::after {
  -webkit-transition: all 0.5s 0.86s ease;
  transition: all 0.5s 0.86s ease;
}

.reserve .c-subtitle__jp {
  -webkit-transition: all 0.5s 0.86s ease;
  transition: all 0.5s 0.86s ease;
}

.btn-opcity {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all 0.5s 0.96s ease;
  transition: all 0.5s 0.96s ease;
}

.check.is-active .btn-opcity {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}


.old-reserve{
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .old-reserve{
    margin-top: 30px;
  }
}