﻿@charset "utf-8";
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearence: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.fln {
  float: none;
}
.tableAbs {
  display: table;
  position: absolute;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.ovisible {
  overflow: visible;
}
.ohidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.no-padding {
  padding: 0;
}
.clearfix {
  clear: both;
  min-height: 0;
  display: block;
}
ul {
  list-style-type: none;
}
* {
  text-decoration: none;
}
*:active,
:focus,
:visited {
  outline: none;
}
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes art0 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes art1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes art2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: 'seasonsRegular';
  src: url("../Font/seasons/regular/regular.eot");
  src: url("../Font/seasons/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/seasons/regular/regular.woff") format("woff"), url("../Font/seasons/regular/regular.ttf") format("truetype"), url("../Font/seasons/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'seasonsItalic';
  src: url("../Font/seasons/italic/italic.eot");
  src: url("../Font/seasons/italic/italic.eot?#iefix") format("embedded-opentype"), url("../Font/seasons/italic/italic.woff") format("woff"), url("../Font/seasons/italic/italic.ttf") format("truetype"), url("../Font/seasons/italic/italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'crimsonItalic';
  src: url("../Font/crimson/italic/italic.eot");
  src: url("../Font/crimson/italic/italic.eot?#iefix") format("embedded-opentype"), url("../Font/crimson/italic/italic.woff") format("woff"), url("../Font/crimson/italic/italic.ttf") format("truetype"), url("../Font/crimson/italic/italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'crimsonRegular';
  src: url("../Font/crimson/regular/regular.eot");
  src: url("../Font/crimson/regular/regular.eot?#iefix") format("embedded-opentype"), url("../Font/crimson/regular/regular.woff") format("woff"), url("../Font/crimson/regular/regular.ttf") format("truetype"), url("../Font/crimson/regular/regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #8a8078;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: #8c382b;
  color: #ffffff;
}
::placeholder {
  color: #8c382b;
}
input::placeholder {
  color: #8c382b;
}
input::placeholder {
  color: #8c382b;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #8c382b;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.pageContainer {
  width: calc(100% - 385px);
  position: relative;
}
.pageContainer .main {
  padding: 100px;
}
.pageContainer .titleArea {
  width: 100%;
}
.pageContainer .titleArea .pageTitle {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 56px;
  line-height: 66px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.pageContainer .titleArea .pageTitle.grey {
  color: #8a8078;
}
.pageContainer .titleArea .pageSubTitle {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 56px;
  line-height: 66px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.splide__pagination {
  bottom: -50px;
  display: flex;
  padding: 0;
  margin: 0;
}
.splide__pagination:before {
  content: "SLIDE";
  position: absolute;
  top: -20px;
  left: 0;
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
}
.splide__pagination li {
  padding: 0;
  margin: 0;
  background: #ede8df;
  flex: 1 1 auto;
  height: 2px;
}
.splide__pagination li button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  outline: none !important;
}
.splide__pagination li button.is-active {
  background-color: #8c382b;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.splide__pagination li button:after {
  content: "";
  width: 100%;
  height: 500%;
  position: absolute;
  top: -250%;
  left: 0;
}
.splide__arrows.leftArrow button.splide__arrow--prev {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.splide__arrows.rightArrow button.splide__arrow--next {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.splide__arrows button {
  width: 50px;
  height: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: calc(50% - 25px);
  background: none;
  outline: none !important;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: "visibility,opacity";
  -moz-transition-property: "visibility,opacity";
  -o-transition-property: "visibility,opacity";
  -ms-transition-property: "visibility,opacity";
  transition-property: "visibility,opacity";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.splide__arrows button.splide__arrow--prev {
  left: -70px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -210px;
}
.splide__arrows button.splide__arrow--next {
  right: -70px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -50px -210px;
}
.splide__arrows button svg {
  display: none;
}
.bookNowBtn {
  width: auto;
  height: 34px;
  border: 2px #8c382b solid;
  padding: 0 10px 0 30px;
  color: #ffffff;
  font-family: 'crimsonItalic';
  font-size: 24px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  background: #8c382b;
  cursor: pointer;
}
.bookNowBtn:before {
  content: "";
  width: 10px;
  height: 30px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -10px -40px;
  position: absolute;
  top: 0;
  left: 12px;
}
@media screen and (max-width: 1700px) {
  .pageContainer {
    width: calc(100% - 330px);
  }
  .pageContainer .main {
    padding: 80px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 46px;
    line-height: 56px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 46px;
    line-height: 56px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 1400px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 100px 50px 50px 50px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 993px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 100px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageContainer {
    width: 100%;
  }
  .pageContainer .main {
    padding: 70px 30px 30px 30px;
  }
  .pageContainer .titleArea .pageTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
  .pageContainer .titleArea .pageSubTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
  }
}
.main {
  overflow: hidden;
}
.roomTop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-image: url('../InterfaceImages/roomBg.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40%;
}
.roomTop .textArea {
  float: left;
  width: 55%;
}
.roomTop .textArea strong {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
  margin: 50px 0 24px 0;
  display: inline-block;
}
.roomTop .textArea ul.full li {
  width: 100%;
}
.roomTop .textArea ul li {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  width: 50%;
  float: left;
}
.roomTop .textArea .prevNextRoom {
  width: 100%;
  margin-top: 100px;
  display: inline-block;
}
.roomTop .textArea .prevNextRoom .arrowLink {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #8c382b;
  display: flex;
  align-items: center;
  height: 20px;
}
.roomTop .textArea .prevNextRoom .arrowLink.prev {
  float: left;
}
.roomTop .textArea .prevNextRoom .arrowLink.prev:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -130px;
  display: block;
  margin-right: 5px;
}
.roomTop .textArea .prevNextRoom .arrowLink.next {
  float: right;
}
.roomTop .textArea .prevNextRoom .arrowLink.next:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -20px -130px;
  display: block;
  margin-left: 5px;
}
.roomTop .imgArea {
  float: right;
  width: 45%;
  padding-left: 80px;
  margin-top: 130px;
}
.roomTop .imgArea img {
  width: 100%;
}
.roomGallery {
  width: 100%;
  clear: both;
  float: none;
  padding-top: 150px;
  margin-bottom: 100px;
}
.roomGallery .roomGallerySlider {
  margin-top: 50px;
}
.roomGallery .roomGallerySlider li img {
  width: 100%;
}
.roomGallery .roomGallerySlider .slick-arrow {
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  border: none;
  background: none;
  position: absolute;
  top: calc(50% - 15px);
  left: -50px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 -70px;
  cursor: pointer;
}
.roomGallery .roomGallerySlider .slick-arrow.slick-next {
  left: unset;
  right: -50px;
  background-image: url(../InterfaceImages/sprite.svg);
  background-repeat: no-repeat;
  background-position: -30px -70px;
}
.roomDetailText p {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin-bottom: 28px;
  margin: 50px 0;
}
.roomSlider {
  margin-top: 80px;
  height: 600px;
  margin-bottom: 100px;
}
.roomSlider .splide__track {
  height: 100%;
}
.roomSlider li.splide__slide {
  background-color: #8a8078;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: "background-color";
  -moz-transition-property: "background-color";
  -o-transition-property: "background-color";
  -ms-transition-property: "background-color";
  transition-property: "background-color";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.roomSlider li.splide__slide:hover {
  background-color: #8c382b;
}
.roomSlider li.splide__slide:hover .detail {
  bottom: 340px;
}
.roomSlider li.splide__slide:hover .img {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.roomSlider li.splide__slide a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 40px 0 40px;
}
.roomSlider li.splide__slide a .roomTitle {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 34px;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-bottom: 30px;
}
.roomSlider li.splide__slide a .roomFeature {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  margin-bottom: 20px;
}
.roomSlider li.splide__slide a .detail {
  font-family: 'the-seasons';
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  -webkit-transition-property: "bottom";
  -moz-transition-property: "bottom";
  -o-transition-property: "bottom";
  -ms-transition-property: "bottom";
  transition-property: "bottom";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.roomSlider li.splide__slide a .img {
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: -100%;
  left: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-property: "visibility,opacity,bottom";
  -moz-transition-property: "visibility,opacity,bottom";
  -o-transition-property: "visibility,opacity,bottom";
  -ms-transition-property: "visibility,opacity,bottom";
  transition-property: "visibility,opacity,bottom";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.roomSlider li.splide__slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1800px) {
  .roomSlider {
    height: 580px;
  }
  .roomSlider li.splide__slide a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 20px 0 20px;
  }
  .roomSlider li.splide__slide a .roomTitle {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
  }
  .roomSlider li.splide__slide a .roomFeature {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
  }
  .roomSlider li.splide__slide a .detail {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .roomTop .textArea {
    float: left;
    width: 60%;
  }
  .roomTop .imgArea {
    float: right;
    width: 40%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .roomTop .textArea {
    width: 100%;
    order: 1;
  }
  .roomTop .textArea strong {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    margin: 30px 0 20px 0;
  }
  .roomTop .textArea ul li {
    font-family: 'the-seasons';
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
  }
  .roomTop .textArea .prevNextRoom {
    margin-top: 30px;
  }
  .roomTop .imgArea {
    width: 100%;
    padding-left: 0;
    order: 0;
    margin: 0 0 20px 0;
  }
  .roomGallery {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .roomSlider {
    margin-top: 30px;
    height: 450px;
  }
  .roomSlider li.splide__slide {
    width: 100%;
    background-color: #8a8078 !important;
  }
  .roomSlider li.splide__slide a .detail {
    bottom: 240px !important;
  }
  .roomSlider li.splide__slide a .img {
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: 0 !important;
    left: 0;
    visibility: visible !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  .roomSlider li.splide__slide a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
