.single {
  position: relative;
  padding-bottom: 112px;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .single {
    padding-bottom: 14.93333vw;
    padding-top: 9.33333vw;
  }
}

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

@media screen and (max-width: 750px) {
  .single .c-subtitle::after {
    top: 20vw;
  }
}

@media screen and (max-width: 750px) {
  .single .c-subtitle {
    line-height: 1.2;
  }
}

.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;
  padding-bottom: 180px;
}

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

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

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

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

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

.facility-block__right-txt--mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .facility-block__right-txt--mb {
    margin-bottom: 5.33333vw;
  }
}

.c-facility-block__right-txt--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-facility-block__right-txt--flex span:first-of-type {
  display: inline-block;
  width: 130px;
}

@media screen and (max-width: 1472px) {
  .c-facility-block__right-txt--flex span:first-of-type {
    width: 116px;
  }
}

.c-facility-block__right-txt--flex span:nth-of-type(2) {
  display: inline-block;
  width: calc(100% - 130px);
}

@media screen and (max-width: 592px) {
  .c-facility-block__right-txt--flex span:nth-of-type(2) {
    width: calc(100% - 116px);
  }
}

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