.aboutArea .right, .roomArea .Txt, .facArea .Txt, .newsArea .Txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutArea .moreBtn a, .roomArea .leftBox .moreBtn a,
.roomArea .leftBox .bookBtn a, .facArea .facListTxt .moreBtn a, .linkArea .moreBtn a, .aboutArea .moreBtn a:before, .roomArea .leftBox .moreBtn a:before,
.roomArea .leftBox .bookBtn a:before, .facArea .facListTxt .moreBtn a:before, .linkArea .moreBtn a:before, .aboutArea .moreBtn a:after, .roomArea .leftBox .moreBtn a:after,
.roomArea .leftBox .bookBtn a:after, .facArea .facListTxt .moreBtn a:after, .linkArea .moreBtn a:after, .bannerBox .slick-dots button:after, .bannerVideoBox, .bannerVideoBox .controlVideo, .bannerVideoBox .controlVideo span:before, .bannerVideoBox .controlVideo span:after, .newsArea li, .newsArea .Img, .facArea .facListTitle li .facTitle:before, .facArea .facListTitle li .facTitle:after, .facArea .facListTitle h3, .linkArea .linkList li, .spotArea .Img:before, .spotArea .Txt .moreBtn:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsArea .titleBox h2, .roomArea .titleBox h2, .facArea .titleBox h2, .spotArea .titleBox h2 {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 2.7px;
  color: #7A5B2F;
}

.newsArea .titleBox h3, .roomArea .titleBox h3, .facArea .titleBox h3, .facArea .facListTxt .Txt > h3 a, .spotArea .titleBox h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.4px;
  color: #333;
}

.aboutArea .moreBtn a, .roomArea .leftBox .moreBtn a,
.roomArea .leftBox .bookBtn a, .facArea .facListTxt .moreBtn a, .linkArea .moreBtn a {
  position: relative;
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
  background-color: #582601;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 6px 5px 0 0 white, 7px 6px 0 0 #582601, 7px 4px 0 0 #582601, 5px 6px 0 0 #582601;
          box-shadow: 6px 5px 0 0 white, 7px 6px 0 0 #582601, 7px 4px 0 0 #582601, 5px 6px 0 0 #582601;
}

.aboutArea .moreBtn a:hover, .roomArea .leftBox .moreBtn a:hover,
.roomArea .leftBox .bookBtn a:hover, .facArea .facListTxt .moreBtn a:hover, .linkArea .moreBtn a:hover {
  -webkit-animation: btn .5s 1 both;
          animation: btn .5s 1 both;
  -webkit-box-shadow: 0px 0px 0 0 white, 0px 0px 0 0 #582601, 0px 0px 0 0 #582601, 0px 0px 0 0 #582601;
          box-shadow: 0px 0px 0 0 white, 0px 0px 0 0 #582601, 0px 0px 0 0 #582601, 0px 0px 0 0 #582601;
}

.aboutArea .moreBtn a:hover:before, .roomArea .leftBox .moreBtn a:hover:before,
.roomArea .leftBox .bookBtn a:hover:before, .facArea .facListTxt .moreBtn a:hover:before, .linkArea .moreBtn a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.aboutArea .moreBtn a:hover:after, .roomArea .leftBox .moreBtn a:hover:after,
.roomArea .leftBox .bookBtn a:hover:after, .facArea .facListTxt .moreBtn a:hover:after, .linkArea .moreBtn a:hover:after {
  right: 35px;
  opacity: 1;
}

.aboutArea .moreBtn a:before, .roomArea .leftBox .moreBtn a:before,
.roomArea .leftBox .bookBtn a:before, .facArea .facListTxt .moreBtn a:before, .linkArea .moreBtn a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #c0a353;
  z-index: -1;
}

.aboutArea .moreBtn a:after, .roomArea .leftBox .moreBtn a:after,
.roomArea .leftBox .bookBtn a:after, .facArea .facListTxt .moreBtn a:after, .linkArea .moreBtn a:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -7px;
  width: 6px;
  height: 14px;
  background: url(../images/icon-arrow.png) no-repeat center;
  opacity: 0;
}

@media (max-width: 1180px) {
  .newsArea .titleBox h2, .roomArea .titleBox h2, .facArea .titleBox h2, .spotArea .titleBox h2 {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .aboutArea .moreBtn a, .roomArea .leftBox .moreBtn a,
  .roomArea .leftBox .bookBtn a, .facArea .facListTxt .moreBtn a, .linkArea .moreBtn a {
    width: 140px;
  }
}

.mainArea {
  padding: 0;
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 999999;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin .popContent .Img {
  padding: 50px;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}

.popWin .close::before, .popWin .close::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.roomArea {
  padding: 30px 0 0;
}

.roomArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.roomArea .mTitle {
  display: none;
}

.facArea {
  padding: 50px 0;
}

.facArea li {
  padding: 0;
}

.facArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .Txt {
  position: relative;
}

.mapArea .wrap {
  width: 100%;
}

#gmap_s {
  width: 100%;
  height: 400px;
}

.linkArea {
  text-align: center;
}

.linkArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 960px) {
  .aboutArea .Img {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutArea .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .linkArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.outerWrap {
  overflow: hidden;
}

.btnDown {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  font-size: 15px;
  letter-spacing: 1.4px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.btnDown:before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  display: block;
  width: 1px;
  height: 110px;
  background-color: #c3c3c3;
}

#banner {
  margin-bottom: 0 !important;
}

.bannerBox li {
  position: relative;
}

.bannerBox li > .bannerTxt {
  position: absolute;
  bottom: 12.6%;
  right: 16.8%;
  width: 540px;
  font-family: source-han-serif-tc, serif;
  font-size: 44px;
  letter-spacing: 5.8px;
  font-weight: 200;
  color: #FFF;
}

.bannerBox li > .bannerTxt > span {
  position: relative;
  margin-left: 100px;
  margin-bottom: 70px;
  display: block;
  font-family: "Raleway", "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 9px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bannerBox li > .bannerTxt > span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 25px);
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bannerBox li > .bannerTxt > .one {
  margin-top: 20px;
  display: block;
  font-family: source-han-serif-tc, serif;
  font-size: 80px;
  letter-spacing: 10.4px;
  line-height: 80px;
  text-align: right;
}

.bannerBox .slick-dots {
  position: absolute;
  left: 50px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 100%;
}

.bannerBox .slick-dots .slick-active button:before {
  color: #FFF;
  opacity: 1;
}

.bannerBox .slick-dots .slick-active button:after {
  opacity: 1;
}

.bannerBox .slick-dots li {
  margin-left: 0;
  margin-right: 0;
  width: 30px;
  height: 30px;
}

.bannerBox .slick-dots button {
  width: 100%;
  height: 100%;
}

.bannerBox .slick-dots button:before {
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 1;
}

.bannerBox .slick-dots button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
}

.bannerVideoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
}

.bannerVideoBox.hide {
  pointer-events: none;
  opacity: 0;
}

.bannerVideoBox.hide .videoBox {
  pointer-events: none;
}

.bannerVideoBox .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.bannerVideoBox .controlVideo {
  position: absolute;
  top: 100px;
  right: 80px;
  width: 50px;
  height: 50px;
  border: solid 2px #FFF;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
}

.bannerVideoBox .controlVideo.show {
  opacity: 1;
}

.bannerVideoBox .controlVideo span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  display: block;
  width: 30px;
  height: 2px;
}

.bannerVideoBox .controlVideo span:before, .bannerVideoBox .controlVideo span:after {
  content: '';
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFF;
}

.bannerVideoBox .controlVideo span:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.bannerVideoBox .controlVideo span:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.wrap {
  max-width: 1380px;
}

.newsArea {
  position: relative;
  padding-top: 7.9%;
}

.newsArea .wrap {
  max-width: 1160px;
}

.newsArea.show .newsList li:nth-of-type(1) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(3) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(4) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(5) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(6) {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(7) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(8) {
  -webkit-transition-delay: 2.9s;
       -o-transition-delay: 2.9s;
          transition-delay: 2.9s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:nth-of-type(9) {
  -webkit-transition-delay: 3.2s;
       -o-transition-delay: 3.2s;
          transition-delay: 3.2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.newsArea.show .newsList li:hover {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.newsArea.show .newsList li:hover .Img {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.22);
}

.newsList {
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 1025px) {
    .newsList {
        display: flex;
        flex-wrap: wrap;
    }
}

.newsList li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList li:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.newsList li:hover .item > h3 a {
  color: #7A5B2F;
}

.newsList li:hover .Img {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 23, 20, 0.15);
          box-shadow: 0px 5px 30px 0px rgba(34, 23, 20, 0.15);
}

.newsList .item {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}

.newsList .item > h3 {
  margin-bottom: 20px;
}

.newsList .item > h3 a {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #111;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.newsList .Img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList .Img img {
  display: block;
  width: 100%;
}

.newsList .dateBox {
  padding: 0 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsList .dateBox .date,
.newsList .dateBox .year,
.newsList .dateBox .newIcon {
  display: inline-block;
  line-height: 40px;
}

.newsList .dateBox .date {
  font-size: 0;
}

.newsList .dateBox .date span {
  font-size: 18px;
  letter-spacing: .9px;
  line-height: 40px;
  color: #7A5B2F;
}

.newsList .dateBox .date .year {
  font-size: 15px;
  letter-spacing: .8px;
}

.newsList .dateBox .newIcon {
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: .8px;
  line-height: 40px;
  color: #7A5B2F;
}

.newsList .dateBox .newIcon span {
  font-size: 15px;
}

.aboutArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 0;
  height: 800px;
  background: url(../images/bg-about.png) no-repeat center;
}

.aboutArea .leftFlower {
  position: absolute;
  top: -100px;
  display: block;
  width: 100%;
  height: 890px;
  background: url(../images/bg-about-left.jpg) no-repeat center;
  z-index: -1;
  mix-blend-mode: multiply;
}

.aboutArea .rightFlower {
  position: absolute;
  top: -90px;
  display: block;
  width: 100%;
  height: 890px;
  background: url(../images/bg-about-right.jpg) no-repeat center;
  z-index: -2;
}

.aboutArea .wrap {
  padding: 0 60px;
}

.aboutArea .right {
  margin-bottom: 80px;
}

.aboutArea .Txt {
  color: #333;
}

.aboutArea .Txt > .en {
  font-size: 17px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.aboutArea .Txt > .title {
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 200;
  letter-spacing: 2.7px;
  color: #7A5B2F;
}

.aboutArea .Txt > .title span {
  font-weight: 200;
}

.aboutArea .Txt > .title strong {
  font-weight: 400;
}

.aboutArea .Txt > .one {
  font-family: "Noto Sans TC";
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 2.5px;
}

.aboutArea .Txt > .two {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 30px;
}

.aboutArea .moreBtn {
  margin-top: 40px;
  font-size: 0;
  text-align: right;
}

.aboutArea .moreBtn a {
  margin-left: auto;
}

@-webkit-keyframes bes {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bes {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.roomArea {
  padding: 30px 0 8.4%;
}

.roomArea.show > .bottomBox:before {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-animation: bes 1s cubic-bezier(0.97, 0.02, 0.5, 1) both;
          animation: bes 1s cubic-bezier(0.97, 0.02, 0.5, 1) both;
}

.roomArea > .bottomBox {
  position: relative;
}

.roomArea > .bottomBox:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 430px;
  background: url(../images/bg-room.jpg) no-repeat center;
}

.roomArea .wrap {
  padding-top: 4.2%;
  padding-left: 3.15%;
  padding-right: 3.15%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roomArea .leftBox {
  width: 100%;
  max-width: 460px;
}

.roomArea .leftBox .item {
  padding: 0 0 20px;
}

.roomArea .leftBox .Txt > h4 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 3.4px;
  color: #333;
  text-transform: uppercase;
}

.roomArea .leftBox .Txt .titlePrice {
  margin-bottom: 20px;
  position: relative;
}

.roomArea .leftBox .Txt .titlePrice > h3 {
  margin-right: 10px;
  display: inline-block;
}

.roomArea .leftBox .Txt .titlePrice > h3 a {
  max-width: 280px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1.7px;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.roomArea .leftBox .Txt .titlePrice > .price {
  display: inline-block;
  font-style: italic;
  font-size: 15px;
  letter-spacing: .8px;
  color: #7A5B2F;
}

.roomArea .leftBox .Txt .titlePrice > .price > span {
  font-size: 26px;
  letter-spacing: 1.4px;
}

.roomArea .leftBox .Txt > .ellipsis {
  max-width: 370px;
  height: 90px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #333;
}

.roomArea .leftBox .Txt .bed,
.roomArea .leftBox .Txt .people,
.roomArea .leftBox .Txt .ping {
  font-family: "Noto Sans TC";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 35px;
  color: #555;
}

.roomArea .leftBox .Txt .bed:before,
.roomArea .leftBox .Txt .people:before,
.roomArea .leftBox .Txt .ping:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
}

.roomArea .leftBox .Txt .bed:before {
  background: url(../images/icon-bed.png) no-repeat center;
}

.roomArea .leftBox .Txt .people:before {
  background: url(../images/icon-people.png) no-repeat center;
}

.roomArea .leftBox .Txt .ping:before {
  background: url(../images/icon-ping.png) no-repeat center;
}

.roomArea .leftBox .innerBottomBox {
  margin-top: 50px;
  min-height: 0;
  min-width: 0;
}

.roomArea .leftBox .moreBtn,
.roomArea .leftBox .bookBtn {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.roomArea .rightBox {
  width: 100%;
  max-width: 780px;
  max-height: 440px;
}

.roomArea .rightBox .Img {
  position: relative;
  overflow: hidden;
}

.roomArea .rightBox .Img:hover .offerPrice > .one:before {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: ro 2s ease-in-out infinite alternate;
          animation: ro 2s ease-in-out infinite alternate;
}

.roomArea .rightBox .Img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.roomArea .rightBox .Img img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.roomArea .rightBox .Img .offerPrice {
  padding-bottom: 35px;
  padding-right: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #FFF;
  z-index: 1;
}

.roomArea .rightBox .Img .offerPrice:hover > .two {
  border-bottom-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Wavy-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.st0{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 31px;
  background-size: auto 3px;
  background-repeat: repeat-x;
  text-decoration: none;
}

.roomArea .rightBox .Img .offerPrice > .one {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: .8px;
}

.roomArea .rightBox .Img .offerPrice > .one:before {
  content: '';
  position: absolute;
  top: -55px;
  right: 5px;
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/icon-key.png) no-repeat center;
}

.roomArea .rightBox .Img .offerPrice > .two {
  display: inline-block;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.1px;
  border-bottom: solid 1px #FFF;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.roomArea .rightBox .Img .offerPrice:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 370px;
  background-color: rgba(176, 32, 57, 0.8);
  -webkit-transform: rotate(40deg) translate(76%, 0) translateZ(0);
          transform: rotate(40deg) translate(76%, 0) translateZ(0);
  z-index: -1;
}

.roomArea .rightBox .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.roomArea .rightBox .slick-dots {
  bottom: -40px;
  text-align: left;
}

.roomArea .rightBox .slick-dots li:first-child {
  margin-left: -5px;
}

.roomArea .rightBox .slick-dots li.slick-active button:before {
  background-color: #7A5B2F;
}

.roomArea .rightBox .slick-dots li button {
  position: relative;
}

.roomArea .rightBox .slick-dots li button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d2d2d2;
  opacity: 1;
}

.facArea {
  padding: 0;
}

.facArea.show .facListTitle {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.facArea.show .bottomBox:before {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.facArea .titleBox {
  margin-bottom: 50px;
}

.facArea .wrap {
  padding: 0 3.15%;
}

.facArea .topBox {
  text-align: center;
  margin-bottom: 70px;
}

.facArea .facListTitle {
  font-size: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all .6s .3s;
  -o-transition: all .6s .3s;
  transition: all .6s .3s;
}

.facArea .facListTitle li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.facArea .facListTitle li:hover h3 {
  color: #7A5B2F;
}

.facArea .facListTitle li.current .facTitle:before, .facArea .facListTitle li.current .facTitle:after {
  opacity: 1;
}

.facArea .facListTitle li.current h3 {
  color: #fff;
}

.facArea .facListTitle li:not(:last-child):before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
}

.facArea .facListTitle li .facTitle {
  position: relative;
}

.facArea .facListTitle li .facTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #7A5B2F;
  z-index: -1;
  opacity: 0;
}

.facArea .facListTitle li .facTitle:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7A5B2F transparent transparent transparent;
  opacity: 0;
}

.facArea .facListTitle h3 {
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.2px;
}

.facArea .bottomBox {
  position: relative;
}

.facArea .bottomBox:before {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  max-width: 630px;
  height: 740px;
  background: url(../images/bg-restaurant.jpg) no-repeat center;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.facArea .bottomBox:after {
  content: 'WECLOME';
  position: absolute;
  right: -25%;
  top: 30%;
  font-family: "Cormorant", serif;
  font-size: 190px;
  font-weight: 500;
  letter-spacing: 9.5px;
  color: #fafaf8;
  z-index: -1;
}

.facArea .facListTxt {
  margin-left: auto;
  margin-right: 60px;
  width: 100%;
  max-width: 470px;
}

.facArea .facListTxt .Txt {
  padding-top: 50px;
  padding-bottom: 100px;
}

.facArea .facListTxt .Txt > h3 a {
  text-transform: uppercase;
}

.facArea .facListTxt .Txt > h2 {
  margin-bottom: 20px;
}

.facArea .facListTxt .Txt > h2 a {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 1.7px;
  color: #111;
}

.facArea .facListTxt .ellipsis {
  margin-bottom: 40px;
  max-width: 470px;
  font-size: 15px;
  letter-spacing: .8px;
  line-height: 30px;
  color: #333;
}

.facArea .facListTxt .ellipsis > .one {
  font-size: 17px;
  letter-spacing: .4px;
  line-height: 36px;
  color: #7A5B2F;
}

.facArea .facList {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 780px;
  max-height: 440px;
}

.facArea .facList .Img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.facArea .facList .Img img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.linkArea {
  position: relative;
  padding: 7.9% 0 0;
  z-index: 2;
}

.linkArea .wrap {
  max-width: 100%;
}

.linkArea .linkList li {
  position: relative;
  padding: 0;
}

.linkArea .linkList li:hover {
  z-index: 2;
}

.linkArea .linkList li:hover .Img {
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.linkArea .linkList li:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.linkArea .linkList li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}

.linkArea .linkList .item {
  position: relative;
}

.linkArea .linkList .Img {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.linkArea .linkList .Txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.linkArea .linkList h3 a {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 3.4px;
  color: #FFF;
}

.linkArea .linkList h2 a {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 2.7px;
  color: #FFF;
}

.linkArea .moreBtn {
  margin-top: 40px;
}

.linkArea .moreBtn a {
  margin: 0 auto;
  font-weight: 400;
  color: #111;
  background-color: #FFF;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  z-index: unset;
}

.linkArea .moreBtn a:hover {
  font-weight: 200;
  color: #FFF;
  z-index: 1;
}

.linkArea .moreBtn a:hover span {
  right: 0;
  bottom: 0;
  border: solid 1px transparent;
}

.linkArea .moreBtn span {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.spotArea {
  position: relative;
  padding-top: 7.9%;
  z-index: 1;
}

.spotArea.show li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea.show li:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea.show li:nth-of-type(3) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea.show li:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea.show li:nth-of-type(5) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea.show li:nth-of-type(6) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.spotArea .wrap {
  max-width: 1160px;
}

.spotArea .titleBox {
  margin-bottom: 60px;
}

.spotArea .titleBox > .textEditor {
  display: inline-block;
  max-width: 340px;
  font-size: 16px;
  letter-spacing: .8px;
  line-height: 28px;
  color: #333;
}

.spotArea li {
  padding: 0;
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.spotArea li:nth-of-type(2n+1) {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.spotArea li:nth-of-type(2n+2) {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}

.spotArea li:hover .Img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.spotArea li:hover .Img:before {
  margin-left: 0;
}

.spotArea li:hover .moreBtn {
  font-weight: 300;
  color: #7A5B2F;
}

.spotArea li:hover .moreBtn:after {
  right: 0;
  opacity: 1;
}

.spotArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.spotArea .Img {
  position: relative;
  width: 50%;
  max-width: 290px;
  font-size: 0;
  overflow: hidden;
}

.spotArea .Img:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
}

.spotArea .Img img {
  display: block;
  width: 100%;
  min-height: 290px;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -o-object-fit: cover;
     object-fit: cover;
}

.spotArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 290px;
  text-align: center;
  background-color: #FFF;
}

.spotArea .Txt > h3 {
  margin-bottom: 10px;
}

.spotArea .Txt > h3 a {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #111;
}

.spotArea .Txt > .ellipsis {
  padding: 0 25px;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 30px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spotArea .Txt .moreBtn {
  position: relative;
  padding: 5px 25px;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #999;
}

.spotArea .Txt .moreBtn:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
  margin-top: -10px;
  display: inline-block;
  width: 10px;
  color: #7A5B2F;
  opacity: 0;
}

#weather {
  position: absolute;
  left: 8.4%;
  bottom: 5.2%;
  color: #FFF;
}

#weather ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#weather .icon {
  font-size: 40px;
  font-weight: 200;
}

#weather .icon i {
  font-family: 'weather';
  font-style: initial;
  font-size: 45px;
}

#weather .region {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

#weather .region:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #FFF;
}

#weather .region span {
  display: block;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: .5px;
}

#weather .region em {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .7px;
}

.loadArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  pointer-events: none;
  background-color: white;
  -webkit-animation: load cubic-bezier(0.97, 0.02, 0.5, 1) 3s both;
          animation: load cubic-bezier(0.97, 0.02, 0.5, 1) 3s both;
}

.loadArea.close {
  display: none;
  z-index: -99;
  opacity: 0;
}

.loadArea.close .icon-load {
  display: none;
}

.loadArea .icon-load {
  width: 300px;
  height: 300px;
  -webkit-animation: loadup 2s ease-out both;
          animation: loadup 2s ease-out both;
}

.sideMenuBox {
  -webkit-animation: showMenu;
          animation: showMenu;
}

@-webkit-keyframes load {
  60% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes load {
  60% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes loadup {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(1.2);
            transform: translateY(50px) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
}

@keyframes loadup {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(1.2);
            transform: translateY(50px) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes showMenu {}

@keyframes showMenu {}.btnDown .spc {
  position: relative;
  -webkit-animation: spc ease-in-out infinite both;
          animation: spc ease-in-out infinite both;
}

@-webkit-keyframes spc {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 10px;
  }
  20% {
    bottom: 0;
  }
}

@keyframes spc {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 10px;
  }
  20% {
    bottom: 0;
  }
}

@media (max-width: 1380px) {
  .bannerBox li > .bannerTxt {
    right: 10%;
    font-size: 33px;
    width: 400px;
  }
  .bannerBox li > .bannerTxt > .one {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1024px) {
  .newsArea.show .newsList li:nth-of-type(1) {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(2) {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(3) {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(4) {
    -webkit-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(5) {
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(6) {
    -webkit-transition-delay: 2.3s;
         -o-transition-delay: 2.3s;
            transition-delay: 2.3s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(7) {
    -webkit-transition-delay: 2.6s;
         -o-transition-delay: 2.6s;
            transition-delay: 2.6s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(8) {
    -webkit-transition-delay: 2.9s;
         -o-transition-delay: 2.9s;
            transition-delay: 2.9s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea.show .newsList li:nth-of-type(9) {
    -webkit-transition-delay: 3.2s;
         -o-transition-delay: 3.2s;
            transition-delay: 3.2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsArea li {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
}

@media (min-width: 1200px) {
  .spotArea.show:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .spotArea:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    width: 100%;
    height: 1175px;
    background: url(../images/bg-spot.jpg) no-repeat center;
    z-index: -1;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all .8s 1.4s;
    -o-transition: all .8s 1.4s;
    transition: all .8s 1.4s;
  }
  .spotArea li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .spotArea li:hover {
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  }
  .spotArea li:nth-of-type(n+3):nth-of-type(-n+4) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .spotArea li:nth-of-type(n+3):nth-of-type(-n+4) .Img:before {
    right: 0;
    margin-right: -15px;
    border-color: transparent #FFF transparent transparent;
  }
  .spotArea li:nth-of-type(n+3):nth-of-type(-n+4):hover .Img:before {
    margin-right: 0;
  }
}

@media (max-width: 1300px) {
  .roomArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .roomArea .leftBox .innerBottomBox {
    margin-top: 30px;
  }
  .roomArea .rightBox {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
  .spotArea li:hover .Img,
  .spotArea li:hover .Txt {
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  }
  .spotArea .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spotArea .Img,
  .spotArea .Txt {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

@media (max-width: 1180px) {
  .aboutArea {
    padding-top: 6.3%;
    padding-bottom: 6.3%;
    height: auto;
    background-size: contain;
  }
  .aboutArea .Txt > .title {
    font-size: 38px;
  }
  .aboutArea .Txt .one {
    font-size: 20px;
  }
  .aboutArea .leftFlower {
    height: 690px;
    background-size: contain;
  }
  .aboutArea .rightFlower {
    background-size: contain;
  }
  .facArea .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .facArea .bottomBox:before {
    content: none;
  }
  .facArea .bottomBox .facListTxt {
    margin-left: auto;
    margin-right: auto;
  }
  .facArea .bottomBox .facListTxt .Txt {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .facArea .bottomBox .facListTxt .ellipsis {
    margin-bottom: 20px;
  }
  .facArea .bottomBox .facList {
    margin-left: auto;
    margin-right: auto;
  }
  .facArea .facListTitle {
    display: none;
  }
  .linkArea .linkList h2 a {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .newsArea .newsList {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .linkArea .linkList li:before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 860px) {
  .bannerBox li > .bannerTxt {
    right: 5.2%;
    bottom: 5.2%;
    font-size: 22px;
    text-align: right;
  }
  .bannerBox li > .bannerTxt > span {
    margin-bottom: 10px;
    text-align: right;
  }
  .bannerBox li > .bannerTxt > span:before {
    content: none;
  }
  .bannerBox li > .bannerTxt > .one {
    margin-top: 0;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 5.8px;
  }
  .bookingArea {
    margin-top: -40px;
  }
  #weather {
    left: 5.2%;
  }
}

@media (max-width: 767px) {
  .newsArea .item > h3 {
    margin-bottom: 10px;
  }
  .newsArea .item > h3 a {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1.8px;
    color: #111;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsArea .Img {
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .newsArea .Txt {
    display: none;
  }
}

@media (max-width: 760px) {
  .titleBox {
    margin-bottom: 30px;
  }
  .roomArea .bottomBox:before {
    content: none;
  }
  .roomArea .rightBox .slick-dots {
    text-align: center;
  }
  .facArea .titleBox {
    margin-bottom: 30px;
  }
  .facArea .topBox {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .bannerBox .slick-dots {
    left: 20px;
  }
  .aboutArea {
    background: none;
  }
  .aboutArea .right {
    margin-bottom: 0;
  }
  .aboutArea .leftFlower,
  .aboutArea .rightFlower {
    display: none;
  }
  .spotArea .titleBox {
    margin-bottom: 30px;
  }
  .spotArea .item {
    padding-bottom: 7.9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spotArea .Img {
    width: 100%;
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
  }
  .spotArea .Img:before {
    content: none;
  }
  .spotArea .Txt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .bookingArea {
    margin-top: 0;
  }
}

@media (max-width: 580px) {
  .aboutArea .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .newsArea li {
    padding-top: 10px;
  }
  .newsArea .dateBox {
    padding: 0;
  }
  .roomArea .wrap,
  .facArea .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .roomArea .leftBox .moreBtn,
  .roomArea .bookBtn {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  #weather {
    display: none;
  }
}