.single,
.business-single,
.relax-single,
.twin,
.special,
.universal {
  position: relative;
  padding-bottom: 112px;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .single,
  .business-single,
  .relax-single,
  .twin,
  .special,
  .universal {
    padding-bottom: 14.93333vw;
    padding-top: 9.33333vw;
  }
}

.room-imgWrap {
  width: 100%;
  height: auto;
}

.room-imgWrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.single .c-subtitle::after {
  -webkit-transition: all 0.5s 0.74s ease;
  transition: all 0.5s 0.74s ease;
}

.single .room-imgWrap {
  -webkit-transition: all 0.5s 0.74s ease;
  transition: all 0.5s 0.74s ease;
}

.business-single .c-subtitle::after {
  -webkit-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.business-single .room-imgWrap {
  -webkit-transition: all 0.5s 0.9s ease;
  transition: all 0.5s 0.9s ease;
}

.relax-single .c-subtitle::after {
  -webkit-transition: all 0.5s 0.94s ease;
  transition: all 0.5s 0.94s ease;
}

.relax-single .room-imgWrap {
  -webkit-transition: all 0.5s 0.94s ease;
  transition: all 0.5s 0.94s ease;
}

.twin .c-subtitle::after {
  -webkit-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.twin .room-imgWrap {
  -webkit-transition: all 0.5s 0.7s ease;
  transition: all 0.5s 0.7s ease;
}

.special .c-subtitle::after {
  -webkit-transition: all 0.5s 0.78s ease;
  transition: all 0.5s 0.78s ease;
}

.special .room-imgWrap {
  -webkit-transition: all 0.5s 0.78s ease;
  transition: all 0.5s 0.78s ease;
}

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

.universal .room-imgWrap {
  -webkit-transition: all 0.5s 0.82s ease;
  transition: all 0.5s 0.82s ease;
}

.room-imgWrap {
  margin-top: 60px;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all 0.5s 0.8s ease;
  transition: all 0.5s 0.8s ease;
}

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

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

.bg {
  display: block;
  width: 100%;
  height: 635px;
  background-color: #e3d7b5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1232px) {
  .bg {
    height: 51.54221vw;
  }
}

.roomdata {
  padding-top: 120px;
}

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

.roomdata .c-subtitle::after {
  -webkit-transition: all 0.5s 0.68s;
  transition: all 0.5s 0.68s;
}

.roomdata-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all .6s 1s;
  transition: all .6s 1s;
}

@media screen and (max-width: 750px) {
  .roomdata-wrap {
    margin-top: 6.66667vw;
    margin-bottom: 10.66667vw;
  }
}

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

.btn-wrap {
  text-align: center;
}

.reserve {
  margin-top: 112px;
  margin-bottom: 154px;
}

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

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

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

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

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

.c-btn--mr {
  margin-right: 0;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 64px;
}

@media screen and (max-width: 750px) {
  .container {
    margin-top: 8.53333vw;
  }
}

.list {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 59.167%;
  margin: 0 auto;
}

@media screen and (max-width: 1232px) {
  .list {
    width: 84%;
  }
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

.item.current {
  opacity: 1;
}

.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.buttons {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1232px) {
  .buttons {
    width: 100%;
  }
}

.button {
  width: 32px;
  width: 41px;
  height: 32px;
  height: 8px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: .4;
}

.button.prev {
  background-image: url(../img/common/swiper-left.png);
}

.button.next {
  background-image: url(../img/common/swiper-right.png);
}

.button:hover {
  opacity: .8;
}

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .dots {
    margin-top: 4vw;
  }
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.dot:nth-child(n+2) {
  margin-left: 10px;
}

.dot.current {
  opacity: 1;
}


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

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