@charset "UTF-8";
/*---------------------------------
IMPORTS
---------------------------------*/
@font-face {
  font-family: pagination;
  src: url("../fonts/Poppins-Regular.ttf");
}

/*---------------------------------
VARIABLES
---------------------------------*/
/*---------------------------------
MIXIN
---------------------------------*/
/*---------------------------------
GENERAL
---------------------------------*/
.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

q:before {
  content: "“ ";
}

q:after {
  content: " ”";
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

#backToTop {
  position: fixed;
  height: 50px;
  width: 50px;
  background: #D3B091;
  border-radius: 50%;
  right: 30px;
  bottom: 30px;
  transition: 0.3s ease-in-out;
  text-align: center;
  line-height: 50px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 30px;
  font-weight: 400;
  color: #FFF;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#backToTop:hover {
  opacity: 1;
}

.backToTopShow {
  opacity: 0.6;
}

.pagination {
  float: left;
  width: 100%;
  height: 55px;
  margin-top: 50px;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border: 1px solid #AD956D;
  margin: 0px 8px;
}

.pagination ul li a {
  display: block;
  font-family: pagination;
  font-size: 20px;
  font-weight: 600;
  color: #4A4A4A;
}

.pagination ul li a:hover, .pagination ul li a.is-active{
  background: #AD956D;
  color: #FFF;
}

.btn {
  border: 1px solid #8B572A;
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.loadMore {
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
}

.loadMore .btn {
  width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  background: #AD956D;
  border-color: #AD956D;
}

body {
  position: relative;
  float: left;
  width: 100%;
}

nav svg {
  display: none;
}

.blurEverything {
  -webkit-filter: url(#blurEverything);
          filter: url(#blurEverything);
}

select::-ms-expand {
    display: none;
}

address {
  font-style: normal;
}

/*---------------------------------
SLICK CAROUSEL
---------------------------------*/
.slick {
  height: 100vh;
  position: relative;
}

.slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slick .slick-active {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
  transition: 4s ease-in-out;
  outline: none;
}

.slick button {
  position: absolute;
  top: 50%;
  z-index: 100;
  border: none;
  background-color: transparent;
  background-size: cover;
  height: 30px;
  width: 30px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
  font-size: 0px;
  outline: none;
}

.slick button:hover {
  opacity: 1;
}

.slick .slick-next {
  right: 50px;
  background-image: url("../images/misc/arrow_right.png");
}

.slick .slick-prev {
  left: 50px;
  background-image: url("../images/misc/arrow_left.png");
}

.slick .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.slick .slick-dots li {
  height: 10px;
  width: 10px;
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}

.slick .slick-dots li:hover {
  opacity: 1;
}

.slick .slick-dots .slick-active {
  background: #FFF;
}

.slick-index .slick-slide {
  transform: scale(1);
}

.slick .index-slidr {
  transform: scale(1.1);
  transition: 5s ease-in-out;
}

.slick .animateIn {
  transform: scale(1.2);
}

.slick .animateOut {
  transform: scale(1);
}

/*---------------------------------
ANIMATE
---------------------------------*/
@keyframes scrolling {
  from {
    margin-top: 5px;
    opacity: 1;
  }
  to {
    margin-top: 15px;
    opacity: 0;
  }
}

@-webkit-keyframes scrolling {
  from {
    margin-top: 5px;
    opacity: 1;
  }
  to {
    margin-top: 15px;
    opacity: 0;
  }
}

@keyframes carouselIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes carouselOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes carouselIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes carouselOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.carouselIn {
  -webkit-animation-name: carouselIn;
          animation-name: carouselIn;
  animation-duration: 3s !important;
  -webkit-animation: carouselIn;
  -webkit-animation-duration: 3s !important;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.carouselOut {
  animation: carouselOut;
  animation-duration: 3s !important;
  -webkit-animation: carouselOut;
  -webkit-animation-duration: 3s !important;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*---------------------------------
ENTRANCE PAGE
---------------------------------*/
.entrance__header {
  background: #edeae5;
  background-image: url("../images/background/texture.jpg");
  background-size: cover;
  background-position: center;
  height: 25vh;
  min-height: 180px;
  text-align: center;
  padding: 45px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.entrance__header .entrance__header__content {
  height: 100%;
  width: 430px;
  margin: 0 auto;
}

.entrance__header .entrance__header__content .entrance__header__logo {
  height: 100%;
}

.entrance__hotel {
  width: 50%;
  height: 75vh;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  transition: .3s ease-in-out;
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.entrance__hotel a {
  display: block;
  height: 100%;
  width: 100%;
}

.entrance__hotel a .entrance__hotel__label {
  text-align: center;
  padding-top: 10px;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 3px;
  -ms-transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  transition: .3s ease-in-out;
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: initial;
  font-weight: 600;
  color: #FFF;
}

.entrance__hotel:hover {
  opacity: 1;
}

.entrance__left {
  background-image: url("../images/background/jiaosi_entrance.png");
}

.entrance__left a .entrance__hotel__label {
  background: rgba(211, 176, 145, 0.9);
}

.entrance__left a:hover .entrance__hotel__label {
  background: #D3B091;
}

.entrance__right {
  background-image: url("../images/background/hualien_entrance.jpg");
}

.entrance__right a .entrance__hotel__label {
  background: rgba(85, 191, 191, 0.9);
}

.entrance__right a:hover .entrance__hotel__label {
  background: #55BFBF;
}

.entrance__footer {
  position: absolute;
  bottom: 0px;
}

/*---------------------------------
NAVBAR
---------------------------------*/
.main__nav {
  height: 100px;
  width: 100%;
  background: linear-gradient(rgba(190, 171, 135, 0.95), rgba(163, 137, 94, 0.95));
  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;
  position: fixed;
  z-index: 1000;
  top: 0px;
  transition: 0.3s ease-in-out;
}

.main__nav #main__nav__mobile__logo {
  display: none;
}

.main__nav #main__nav__mobile__toggler {
  width: 40px;
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
  display: none;
}

.main__nav #main__nav__mobile__toggler span {
  display: block;
  height: 4px;
  width: 35px;
  background: #FFF;
  border-radius: 2px;
  margin-top: 6px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.main__nav #main__nav__mobile__toggler span:nth-child(2) {
  position: absolute;
}

.main__nav img {
  height: 73px;
  transition: 0.3s ease-in-out;
}

.main__nav .mobile__nav-show {
  height: calc(100vh - 70px);
}

.main__nav ul {
  width: 1200px;
  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;
  transition: 0.5s ease-in-out;
}

.main__nav ul li {
  display: inline-block;
  width: 10%;
  text-align: center;
  letter-spacing: 3px;
}

.main__nav ul li a {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.main__nav ul li a:hover {
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.2);
}

.main__nav ul li .btn {
  display: none;
}

.main__nav ul li .main__nav__submenu {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 100;
  height: 0px;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s ease-in-out;
}

.main__nav ul li .main__nav__submenu ul {
  width: 1210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

.main__nav ul li .main__nav__submenu ul li {
  width: auto;
}

.main__nav ul li .main__nav__submenu ul li a:hover {
  color: #AD956D;
  text-shadow: none;
}

.main__nav ul #mobile__redirect {
  display: none;
}

.main__nav ul #contact__list {
  display: none;
}

.main__nav ul #mobile__langSelector {
  display: none;
}

.main__nav ul li:nth-child(5) {
  width: 20%;
  transition: 0.3s ease-in-out;
}
.main__nav .main__nav-langSelector {
  line-height: 30px;
  height: 35px;
  width: 135px;
  padding: 0px;
  border: none;
  background: transparent;
  background-image: url("../images/misc/triangle.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position-x: 125px;
  background-position-y: 15px;
  color: #FFF;
  position: absolute;
  left: 60px;
  top: 35px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  border-radius: 0px;
  font-size: 16px;
  line-height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease-in-out;
  outline: none;
}

.main__nav-langSelector ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  height: 33px;
  overflow: hidden;
}

.main__nav-langSelector ul li {
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}

.main__nav-langSelector ul li:first-child {
  background: none;
}

.main__nav-langSelector ul li:nth-child(2) {
  margin-top: 13px;
}

.main__nav-langSelector ul li:nth-child(4) {
  width: 100%;
}

.main__nav .main__nav-langSelector option {
  color: #000;
}

.main__nav .main__nav-booking {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 170px;
  height: 100px;
  background: rgba(137, 112, 72, 0.8);
  text-align: center;
  transition: 0.3s ease-in-out;
}

.main__nav .main__nav-booking a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  letter-spacing: 2px;
  transition: 0.3s ease-in-out;
}

.main__nav .main__nav-booking a img {
  height: 35px;
  margin-bottom: 5px;
}

.main__nav .main__nav-booking a p {
  margin: 0px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: initial;
  font-weight: 600;
  color: #FFF;
}

.main__nav-shrink {
  height: 60px;
}

.main__nav-shrink img {
  height: 50px;
}

.main__nav-shrink ul li .main__nav__submenu {
  top: 60px;
}

.main__nav-shrink .main__nav-langSelector {
  top: 12px;
}

.main__nav-shrink .main__nav-booking {
  height: 60px;
}

.main__nav-shrink .main__nav-booking a {
  height: 60px;
  padding: 8px;
}

.main__nav-shrink .main__nav-booking a p {
  display: none;
}

/*---------------------------------
HEADER
---------------------------------*/
header {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

header h1 {
  display: table;
  text-align: center;
  position: absolute;
  z-index: 50;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 8px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 60px;
  font-weight: 600;
  color: #FFF;
  padding: 0 100px;
}

header .header__scroll-icon {
  height: 50px;
  width: 30px;
  border: 2px solid #FFF;
  border-radius: 15px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 80vh;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 100;
  transition: 0.3s ease-in-out;
}

header .header__scroll-icon span {
  height: 12px;
  width: 2px;
  display: inline-block;
  background: #FFF;
  border-radius: 1px;
  animation: scrolling 3s infinite;
  -webkit-animation: scrolling 3s infinite;
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
  animation-timing-function: cubic-bezier(1, 0, 0, 0.5);
  -webkit-animation-timing-function: cubic-bazier(1, 0, 0, 0.5);
}

header .header__scroll-icon:hover {
  opacity: 1;
}

header .header__scroll-icon-hide {
  opacity: 0 !important;
}

.header__links {
  position: fixed;
  z-index: 500;
  right: -8px;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -ms-transform: translateY(-45%);
}

.header__links ul li {
  height: 100%;
  width: 50px;
  margin-top: 10px;
  border-radius: 10px 0px 0px 10px;
}

.header__links img {
  width: 85%
}

.content__header {
  height: 60vh;
  min-height: 750px;
  background-image: url("../images/background/about.png");
  background-position: center;
  background-size: cover;
}

.news__header {
  min-height: 500px;
}

.content__header h1 {
  top: 50%;
  font-size: 50px;
  letter-spacing: 5px;
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-weight: 400;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

/*---------------------------------
MAIN
---------------------------------*/
main {
  background: #f6f2ec;
  float: left;
  width: 100%;
}

.index__section__title {
  float: left;
  width: 100%;
  text-align: center;
}

.index__section__title img {
  vertical-align: -10px;
  margin: 0px 5px;
}

.index__section__title h2 {
  display: inline-block;
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 35px;
  font-weight: 400;
  color: #2E313E;
}

.index__padding__card__section {
  float: left;
  width: 100%;
}

.index__padding__card__section .index__padding__card__container {
  width: 100%;
  padding: 0px 30px;
  max-width: 1800px;
  margin: 0 auto;
}

.index__padding__card__section .index__padding__card {
  float: left;
  width: 100%;
  padding: 15px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: initial;
  font-weight: 400;
  color: #000;
  position:relative;
}

.index__padding__card__section .index__padding__card a {
  color: #000;
}

.index__padding__card__section .index__padding__card a article {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: #FFF;
  overflow: hidden;
}

.index__padding__card__section .index__padding__card a article h3 {
  margin: 10px;
  padding: 0px 10px;
  font-size: 25px;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.index__padding__card__section .index__padding__card a:hover h3 {
  color: #8B572A;
}

.index__padding__card__section .index__padding__card a article p {
  padding: 0px 20px 20px 20px;
  color: #332A23;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.index__padding__card__section .index__padding__card a article .more_btn {
	position:absolute;
	right: 25px;
	bottom: 25px;
}

.index__padding__card__section .index__padding__card a article figure {
  margin: 0px;
  width: 100%;
  height: 30vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.index__padding__card__section .index__padding__card a article figure .index__card__caption {
  position: absolute;
  padding: 0px 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 40px;
  font-weight: 400;
  color: #FFF;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.index__padding__card__section .index__padding__card a article figure .index__card__caption h5 {
  font-weight: 400;
  font-size: 40px;
  margin: 0px;
  transition: 0.5s ease-in-out;
}

.index__padding__card__section .list__room__card a:hover article figure .index__card__caption h5 {
  font-size: 45px;
}

.index__padding__card__section .index__padding__card a article figure .index__card__caption .index__card__subcaption {
  opacity: 0;
  display: block;
  text-align: center;
  position: relative;
  bottom: -5px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 22px;
  font-weight: 400;
  color: #FFF;
  transition: .3s ease-in-out;
}

.index__padding__card__section .index__padding__card a article figure .index__card__caption .index__card__scenecaption {
  text-align: center;
  line-height: 2.5rem;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}

.index__padding__card__section .index__padding__card a article figure img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .5s ease-in-out;
}

.index__padding__card__section .index__padding__card a:hover figure img {
  height: auto;
  width: 110%;
}

.index__padding__card__section .index__padding__card a:hover figure .index__card__caption .index__card__subcaption {
  opacity: 1;
  bottom: 0px;
}

.index__padding__card__section .news__card article {
  height: 510px;
}
@media screen and (min-width: 1510px) {
	.index__padding__card__section .news__card article {
    height: calc(30vw + 100px);  
  }
}

.index__padding__card__section:first-child {
  padding-top: 20px;
}

.index__news__section .index__news__container .news__card {
  width: 33.333333%;
}

.index__news__section .index__news__container .news__card a:hover figure img {
  height: 100%;
  width: auto;
}

.index__room__section .index__room__container .room__card {
  width: 33.333333%;
}

.index__room__section .index__room__container .room__card a:hover figure img {
  height: 110%;
  width: auto;
}

.index__room__section .index__room__container .room__card a:hover h5 {
  font-size: 45px;
}

.index__room__section .index__room__container .room__card a:hover figure figcaption {
  line-height: 100px;
}

.index__food__section .index__food__container .food__card {
  width: 50%;
}

.index__food__section .index__food__container .food__card figure {
  height: 550px;
}

.index__food__section .index__food__container .food__card figure img {
  height: 100%;
  width: auto;
}

.index__food__section .index__food__container .food__card a:hover figure img {
  height: 110%;
  width: auto;
}

.index__padding__card__section .food__card a:hover article figure .index__card__caption h5 {
  font-size: 45px;
}

.index__food__section .cards__none__bleed {
  width: 100%;
  float: left;
}

.index__food__section .cards__none__bleed .utility__card {
  width: 33.333333%;
  padding: 50px 0px 0px 0px;
}

.index__food__section .cards__none__bleed .utility__card figure {
  height: 400px;
}

.index__food__section .cards__none__bleed .utility__card figure img {
  width: auto;
  height: 100%;
}

.index__food__section .cards__none__bleed .utility__card a:hover figure img {
  width: auto;
  height: 110%;
}

.index__scene__section {
  clear: both;
  padding-top: 20px;
}

.index__scene__section .index__section__title {
  text-align: center;
}

.index__scene__section .cards__none__bleed {
  width: 100%;
  float: left;
}

.index__scene__section .cards__none__bleed .scene__card {
  width: 100%;
  padding: 20px 0px 0px 0px;
}

.index__scene__section .cards__none__bleed .scene__card figure {
  height: 700px;
}

.index__scene__section .cards__none__bleed .scene__card figure img {
  width: 100%;
  height: auto;
}

.index__scene__section .cards__none__bleed .scene__card figure .index__card__caption {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.index__scene__section .cards__none__bleed .scene__card a:hover figure img {
  height: auto;
  width: 100%;
}

.index__scene__section .cards__none__bleed .scene__card a:hover figure figcaption {
  line-height: 100px;
}

.index__map__section {
  clear: both;
  padding-top: 20px;
}

.index__map__section .index__section__title {
  text-align: center;
}

.index__map__section .cards__none__bleed {
  width: 100%;
  float: left;
}

.index__map__section .cards__none__bleed .map__card {
  width: 100%;
  padding: 20px 0px 0px 0px;
  height: 700px;
}

.index__map__section .cards__none__bleed .map__card #g-map {
  height: 100%;
}

/*---------------------------------
FOOTER
---------------------------------*/
footer {
  background: rgba(143,119,79,1);
  text-align: center;
  float: left;
  width: 100%;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: initial;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer__title {
  font-size: 20px;
  margin: 15px;
}

footer .footer__social {
  margin-bottom: 10px;
}

footer .footer__social li {
  display: inline-block;
  padding: 0px 3px;
}

footer .footer__social li:nth-last-child(2) {
  display: none;
}

footer .footer__social li a img {
  opacity: 0.8;
  width: 25px;
}

footer .footer__social li a:hover img {
  opacity: 1;
}

footer .footer__info {
  width: 600px;
  margin: 0 auto;
  font-size: 15px;
}

footer .footer__info li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0px 10px;
  margin-bottom: 10px;
}

footer .footer__info li a {
  color: rgba(255, 255, 255, 0.8);
}

footer .footer__info li a:hover {
  color: #FFF;
}

footer .footer__info li:nth-child(3) {
  border-right: none;
}

footer .footer__info li:last-child {
  border-right: none;
}

footer .footer__info li:nth-child(5) {
  border-right: none;
}

footer .footer__info li:last-child a {
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 2px 10px;
}

footer .footer__info li:last-child a:hover {
  border: 1px solid #FFF;
}

footer .footer__copyright {
  font-size: 12px;
}

footer .footer__copyright a {
  font-size: 12px;
}

footer .footer__copyright a:hover {
  text-decoration: underline;
}

/*---------------------------------
CONTENT PAGE
---------------------------------*/
.content__page {
  padding: 50px;
  float: left;
  width: 100%;
}

.content__page .content__page__wrapper {
  margin: 0 auto;
}

/*---------------------------------
LIST PAGE
---------------------------------*/
.list__page__section__title {
  margin-top: 50px;
}

.list__page__section__title h1 {
  width: 550px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 40px;
  position: relative;
  font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 45px;
  font-weight: 400;
  color: #a08253;
}

.list__page__section__title h1:before {
  content: '';
  height: 1px;
  width: 120px;
  background: #a08253;
  position: absolute;
  left: 0px;
  top: 50%;
}

.list__page__section__title h1:after {
  content: '';
  height: 1px;
  width: 120px;
  background: #a08253;
  position: absolute;
  right: 0px;
  top: 50%;
}

.list__page__section__title .list__page__section__title__textarea {
  margin-bottom: 40px;
  line-height: 2.5rem;
  text-align: center;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 26px;
  font-weight: 400;
  color: #a08253;
}

/*---------------------------------
ABOUT PAGE
---------------------------------*/
.about__icons {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.about__icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__icons ul li {
  display: inline-block;
  width: 33.33333%;
  padding: 10px 30px;
}

.about__icons ul li div {
  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;
}

.about__icons ul li div img {
  width: 30%;
  padding: 10px;
}

.about__icons ul li div h5 {
  width: 70%;
  margin: 0px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 30px;
  font-weight: 600;
  color: #8B572A;
}

.about__icons ul li p {
  padding: 0px 10px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.about__article {
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: initial;
  font-weight: 400;
  color: #000;
}

.about__article h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: 400;
}

.about__article .about__article-mainpic {
  padding: 0 30px;
}

.about__article .about__article-textarea {
  padding: 30px 30px 30px 30px;
  font-size: 18px;
  line-height: 1.8rem;
  text-align: center;
}

.about__article .about__article-textarea img {
  min-width: 0;
  max-width: 100%;
}

.about__article .about__article-textarea p {
  padding: 0;
}

.about__article .content__article-textarea {
  text-align: left;
}

.about__article .content__article-textarea .btn {
  width: 150px;
  margin: 0 auto;
  margin-top: 50px;
  color: #8B572A;
  line-height: 25px;
  height: 45px;
}

.about__article .content__article-textarea .btn:hover {
  color: #FFF;
  background: #8B572A;
}

.about__article .content__article-textarea img {
  margin: 0;
}

.about__article img {
  max-width: 100vw;
  min-width: 100vw;
  margin-left: -50px;
  margin-bottom: 30px;
}

.about__article p {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 2rem;
}

.about__article .about__article-textarea q {
  color: #AD956D;
}

.about__article .about__article-textarea a {
  color: inherit;
}

/*---------------------------------
NEWS PAGE
---------------------------------*/
.news__section {
  padding-top: 0px;
  height: auto;
  float: left;
}

.news__section .news__container {
  float: left;
}

.news__section .news__container .news__card {
  width: 33.333333%;
}

.news__section .news__container .news__card a:hover figure img {
  height: 100%;
  width: auto;
}

/*---------------------------------
ROOM LIST
---------------------------------*/
.index__room__section h1 {
  margin-top: 80px;
}

.index__room__section .index__room__container .room__card {
  width: 33.333333%;
}

.index__room__section .index__room__container .room__card a article figure figcaption {
  font-size: 32px;
  line-height: 2.5rem;
  text-align: center;
}

.index__room__section .index__room__container .room__card a:hover figure img {
  height: 110%;
  width: auto;
}

.index__room__section .index__room__container .room__card a:hover figure figcaption {
  line-height: 2.5rem;
}

.index__room__section:first-child h1 {
  margin-top: 0px;
}

/*---------------------------------
ROOM DETAIL PAGE
---------------------------------*/
.room__header {
  height: 810px;
}

.room__header .slick {
  height: 750px;
}

.room__header .slick-active {
  -webkit-transform: none;
          transform: none;
}

.room__header .room__header__title {
  background: #AD956D;
  height: 60px;
  width: 100%;
}

.room__header .room__header__title .room__header__title__wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0px 50px;
  margin: 0 auto;
  height: 80px;
}

.room__header .room__header__title .room__header__title__wrapper h2 {
  float: left;
  margin: 0px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 25px;
  font-weight: 400;
  color: #FFF;
}

.room__header .room__header__title .room__header__title__wrapper h2 span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 0px;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info {
  float: right;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  line-height: 60px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag span {
  margin: 0px 5px;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag span:last-child {
  font-size: 16px;
  font-weight: 400;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info ul {
  float: right;
  height: 80px;
  padding: 15px 0px;
  margin-left: 10px;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info ul li {
  display: inline-block;
  margin: 0px 2px;
}

.room__header .room__header__title .room__header__title__wrapper .room__price__info ul li a img {
  height: 30px;
}

.room__detail__page {
  margin-top: 0px;
}

.room__detail__page .room__detail__content__wrapper {
  max-width: 1300px;
  padding: 50px;
  margin: 0 auto;
}

.room__detail__page .room__detail__description {
  background: #FFF;
}

.room__detail__page .room__detail__description .room__detail__description__title {
  text-align: center;
  line-height: 50px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 26px;
  font-weight: 600;
  color: #8B572A;
}

.room__detail__page .room__detail__description .room__detail__description__title span {
  height: 1px;
  width: 30px;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  background: #8B572A;
}

.room__detail__page .room__detail__description .room__detail__description__title i {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  vertical-align: top;
}

.room__detail__page .room__detail__description .room__detail__description__content {
  margin-top: 20px;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
}

.room__detail__page .room__detail__spec {
  box-shadow: inset 0px 7px 10px -7px rgba(0, 0, 0, 0.6);
}

.room__detail__page .room__detail__spec h3 {
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 25px;
  font-weight: 600;
  color: #8B572A;
}

.room__detail__page .room__detail__spec h3 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}

.room__detail__page .room__detail__spec ul li {
  width: 33.33333%;
  line-height: 30px;
  float: left;
  position: relative;
  padding: 5px 20px;
  font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
}

.room__detail__page .room__detail__spec ul li:before {
  content: '●';
  position: absolute;
  left: 0px;
  color: #e6a800;
  font-size: 10px;
}

.room__detail__page .room__detail__spec .room__detail__spec__facility {
  float: left;
  width: 100%;
  border-bottom: 1px solid #AD956D;
  padding: 20px 0px;
}

.room__detail__page .room__detail__spec .room__detail__spec__facility h3 {
  margin-top: 0px;
}

.room__detail__page .room__detail__spec .room__detail__spec__facility a {
  color: #4A4A4A;
  text-decoration: underline;
}

.room__detail__page .room__detail__spec .room__detail__spec__info {
  float: left;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #AD956D;
  margin-bottom: 40px;
}

.room__detail__page .room__detail__spec .btn {
  clear: both;
  width: 120px;
  color: #8B572A;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
	display: inline-block;
	left: 50%;
	position: relative;
	margin-left: -60px;
}

.room__detail__page .room__detail__spec .btn:hover {
  background: #8B572A;
  color: #FFF;
}

/*---------------------------------
MEDIA QUERY
---------------------------------*/
@media screen and (max-width: 1550px) {
  .main__nav img {
    height: 60px;
  }
  .main__nav ul {
    width: 900px;
  }
  .main__nav ul li {
    display: inline-block;
    width: 10%;
    text-align: center;
    letter-spacing: 3px;
  }
  .main__nav ul li a {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .main__nav ul li a:hover {
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.2);
  }
  .main__nav ul li .btn {
    display: none;
  }
  .main__nav ul li .main__nav__submenu {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 100;
    height: 0px;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: 0.3s ease-in-out;
  }
  .main__nav ul li .main__nav__submenu ul {
    width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    padding-top: 10px;
  }
  .main__nav ul li .main__nav__submenu ul li {
    width: 25%;
    margin-top: 6px;
  }
  .main__nav ul li .main__nav__submenu ul li a:hover {
    color: #AD956D;
    text-shadow: none;
  }
  .main__nav ul #mobile__redirect {
    display: none;
  }
  .main__nav ul #contact__list {
    display: none;
  }
  .main__nav ul #mobile__langSelector {
    display: none;
  }
  .main__nav ul li:nth-child(5) {
    width: 20%;
    transition: 0.3s ease-in-out;
  }
  .main__nav-langSelector ul {
    width: 100%;
  }
  .main__nav-langSelector ul li {
    width: 100%;
  }
  .main__nav .main__nav-langSelector option {
    color: #000;
  }
  .main__nav .main__nav-booking {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 170px;
    height: 100px;
    background: rgba(137, 112, 72, 0.8);
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  .main__nav .main__nav-booking a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px;
    letter-spacing: 2px;
    transition: 0.3s ease-in-out;
  }
  .main__nav .main__nav-booking a img {
    height: 35px;
    margin-bottom: 5px;
  }
  .main__nav .main__nav-booking a p {
    margin: 0px;
    font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
    font-size: initial;
    font-weight: 600;
    color: #FFF;
  }
  .main__nav-shrink {
    height: 60px;
  }
  .main__nav-shrink img {
    height: 50px;
  }
  .main__nav-shrink ul li .main__nav__submenu {
    top: 60px;
  }
  .main__nav-shrink .main__nav-langSelector {
    top: 12px;
  }
  .main__nav-shrink .main__nav-booking {
    height: 60px;
  }
  .main__nav-shrink .main__nav-booking a p {
    display: none;
  }
  .main__nav-shrink .main__nav-booking a {
    padding: 10px;
  }
  .index__padding__card__section .index__padding__card a article figure .index__card__caption h5 {
    font-size: 30px;
  }
  .index__padding__card__section .list__room__card a article figure .index__card__caption h5 {
    font-size: 35px;
  }
  .index__news__section .index__news__container .news__card {
    width: 33.33333%;
  }
  .index__news__section .index__news__container .news__card article {
    max-height: 100%;
  }
  .index__news__section .index__news__container .news__card figure img {
    height: 100%;
    width: auto;
  }
  .index__news__section .index__news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .index__room__section .index__room__container .room__card figure img {
    height: 100%;
    width: auto;
  }
  .index__room__section .index__room__container .room__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__food__section .index__food__container .food__card figure figcaption {
    width: 100%;
    text-align: center;
  }
  .index__food__section .index__food__container .food__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .index__food__container .food__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__scene__section .cards__none__bleed .scene__card figure img {
    height: 100%;
    width: auto;
  }
  .index__scene__section .cards__none__bleed .scene__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .index__scene__section .cards__none__bleed .scene__card a:hover figure figcaption {
    line-height: 100px;
  }
  .news__section .news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .list__page__section__title h1 {
    width: 550px;
    font-size: 35px;
  }
  .list__page__section__title .list__page__section__title__textarea {
    font-size: 22px;
  }

  .room__header {
    height: 670px;
  }

  .room__header .slick {
    height: 590px;
  }
}

@media screen and (max-width: 1279px) {
  .main__nav {
    height: 60px;
  }
  .main__nav .main__nav-booking {
    width: 80px;
    height: 60px;
  }
  .main__nav .main__nav-booking p {
    display: none;
  }
  .main__nav .main__nav-booking a {
    padding: 10px;
  }
  .main__nav ul {
    width: 800px;
  }
  .main__nav ul li:nth-child(5) {
    width: 15%;
  }
  .main__nav ul li a {
    font-size: 14px;
  }
  .main__nav ul li .main__nav__submenu {
    top: 60px;
  }
  .main__nav ul li .main__nav__submenu ul {
    display: block;
    padding-top: 10px;
  }
  .main__nav ul li .main__nav__submenu ul li {
    width: 25%;
    margin-top: 8px;
  }
  .main__nav ul li .main__nav__submenu ul li img {
    width: auto;
  }
  .main__nav ul img {
    width: 120px;
    height: 100%;
  }
  .main__nav .main__nav-langSelector {
    left: 10px;
    top: 15px;
    font-size: 14px;
    width: 120px;
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
    background-position: 100px;
  }
  .main__nav-langSelector ul {
    width: 100%;
  }
  .main__nav .main__nav-langSelector ul li {
    letter-spacing: 0px;
  }
  .main__nav-langSelector ul li:nth-child(2) {
    margin-top: 15px;
  }
  .main__nav-langSelector ul li {
    width: 100%;
  }
  .main__nav-shrink {
    height: 60px;
  }
  .main__nav-shrink .main__nav-booking {
    height: 60px;
    opacity: 1;
  }
  .main__nav-shrink .main__nav-booking a {
    height: 60px;
    display: block;
  }
  .main__nav-shrink .main__nav-booking a img {
    height: 35px;
  }
  .main__nav-shrink .main__nav-booking a p {
    display: none;
  }
  .main__nav ul #contact__list img {
    width: auto;
  }
  header h1 {
    font-size: 35px;
    letter-spacing: 4px;
  }
  .index__padding__card__section .index__padding__card a article figure figcaption {
    text-align: center;
  }
  .index__padding__card__section .news__card article {
    height: auto;
    max-height: 550px;
  }
  .index__padding__card__section:first-child {
    padding-top: 20px;
  }
  .index__news__section .index__news__container .news__card figure img {
    height: 100%;
    width: auto;
  }
  .index__news__section .index__news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .index__room__section .index__room__container .room__card {
    width: 33.33333%;
  }
  .index__room__section .index__room__container .room__card figure {
    height: 300px;
  }
  .index__food__section .index__food__container .food__card {
    width: 50%;
  }
  .index__food__section .index__food__container .food__card figure {
    height: 450px;
  }
  .index__food__section .index__food__container .food__card figure figcaption {
    width: 100%;
    text-align: center;
  }
  .index__food__section .index__food__container .food__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__scene__section {
    clear: both;
    padding-top: 20px;
  }
  .index__scene__section .index__section__title {
    text-align: center;
  }
  .index__scene__section .cards__none__bleed .scene__card figure {
    height: 500px;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption {
    width: 100%;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption .index__card__scenecaption {
    font-size: 30px;
  }

  .index__scene__section .cards__none__bleed .scene__card a:hover figure figcaption {
    line-height: 100px;
  }
  .news__section .news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .list__page__section__title h1 {
    margin-bottom: 20px;
  }
  .list__page__section__title .list__page__section__title__textarea {
    font-size: 20px;
    padding: 0px 30px;
    margin-bottom: 10px;
  }
  .about__icons ul li {
    padding: 10px 0px;
  }
  .about__icons ul li div h5 {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .room__header {
    height: 580px;
  }

  .room__header .slick {
    height: 500px;
  }

  .content__page .index__padding__card__section .index__padding__card a article figure {
    height: calc(30vw / 1.12);
  }
}

@media screen and (max-width: 1010px) {
  .main__nav {
    height: 70px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0px !important;
    transition: 0.3s ease-in-out;
  }
  .main__nav #main__nav__mobile__toggler {
    display: block;
  }
  .main__nav #main__nav__mobile__logo {
    display: block;
    height: 55px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-left: -10px;
    margin-top: 10px;
  }
  .main__nav ul {
    width: 100%;
    height: 0vh;
    display: block;
    position: fixed;
    top: 70px;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main__nav ul #contact__list {
    position: relative;
    margin-bottom: 50px;
  }
  .main__nav ul li {
    height: 70px;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    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;
  }
  .main__nav ul li a {
    text-shadow: none;
    font-family: "openSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
    font-size: 25px;
    font-weight: 600;
    color: #976F4C;
  }
  .main__nav ul li a:hover {
    text-shadow: none;
  }
  .main__nav ul li .main__nav__submenu {
    display: none;
  }
  .main__nav ul li:nth-child(5) {
    display: none;
  }
  .main__nav ul #contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__nav ul #contact__list ul {
    width: 100%;
    max-width: 280px;
    height: auto;
    overflow: hidden;
    background: none;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .main__nav ul #contact__list ul li {
    display: inline-block;
    width: 20%;
    padding: 10px;
  }
  .main__nav ul #contact__list ul li img {
    height: 42px;
  }
  .main__nav ul #mobile__langSelector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__nav ul #mobile__langSelector ul {
    position: absolute;
    height: 100px;
    top: 880px;
    width: 100%;
    max-width: 400px;
    overflow-y: hidden;
    background: none;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .main__nav ul #mobile__langSelector ul li {
    width: 23%;
    height: auto;
    padding: 5px 0px;
    display: inline-block;
  }
  .main__nav ul #mobile__langSelector ul li a {
    font-size: 18px;
    font-weight: 600;
  }
  .main__nav ul #mobile__langSelector ul li:nth-child(2) {
    /*border-left: 1px solid #976F4C;
    border-right: 1px solid #976F4C;*/
  }
  .main__nav ul #mobile__redirect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main__nav ul #mobile__redirect .btn {
    display: block;
    padding: 10px 25px;
    margin-top: 300px;
    border-radius: 5px;
    font-size: 16px;
    border-color: #976F4C;
    color: #976F4C;
  }
  .main__nav ul #mobile__redirect .btn:hover {
    background: #976F4C;
    color: #FFF;
  }
  .main__nav .main__nav-langSelector {
    display: none;
  }
  .main__nav .main__nav-booking {
    width: 70px;
    height: 70px;
  }
  .main__nav .main__nav-booking a {
    padding: 15px;
  }
  .main__nav .main__nav-booking a p {
    display: none;
  }
  .main__nav-shrink {
    height: 70px;
  }
  .main__nav-shrink .main__nav-booking {
    height: 70px;
    opacity: 1;
  }
  .main__nav-shrink .main__nav-booking a {
    height: 70px;
    display: block;
  }
  .main__nav-shrink .main__nav-booking a img {
    height: 35px;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
  .news__section .news__container .news__card figure img {
    height: 100%;
  }
  .news__section .news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .room__header {
    margin-top: 70px;
    height: auto;
  }
  .room__header .slick {
    height: 400px;
  }
  .room__header .slick button {
    top: 40%;
  }
  .room__header .room__header__title {
    height: 120px;
  }
  .room__header .room__header__title .room__header__title__wrapper {
    width: 100%;
  }
  .room__header .room__header__title .room__header__title__wrapper h2 {
    float: none;
    text-align: center;
    font-weight: 400;
    padding-top: 20px;
  }
  .room__header .room__header__title .room__header__title__wrapper h2 span {
    display: block;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info {
    float: left;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag {
    display: inline-block;
    float: none;
    display: inline-block;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info ul {
    float: none;
    display: inline-block;
  }

  .index__padding__card__section .index__padding__card a article figure .index__card__caption .index__card__subcaption {
    opacity: 1;
    bottom: 0px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #backToTop {
    right: 20px;
    bottom: 30px;
    box-shadow: none;
  }

  .slick button {
    display: none !important;
  }
  /*
  .pagination {
    display: none;
  }
  */
  .entrance__header .entrance__header__content {
    width: 100%;
  }
  .entrance__header .entrance__header__content .entrance__header__logo {
    height: 80%;
  }
  .entrance__hotel {
    width: 100%;
  }
  .entrance__footer {
    position: absolute;
    bottom: 0px;
  }
  header {
    position: relative;
    height: 100vh;
  }
  header h1 {
    font-size: 28px;
    width: 100%;
    padding: 0px 25px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  header .header__scroll-icon {
    height: 50px;
    width: 50px;
    border: 2px solid #FFF;
    border-radius: 50%;
    opacity: 0.6;
  }
  header .header__scroll-icon span {
    width: 0px;
    -webkit-animation: none;
            animation: none;
  }
  header .header__scroll-icon span:before {
    content: "";
    height: 20px;
    width: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .header__scroll-icon span:after {
    content: "";
    height: 20px;
    width: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__links {
    display: none;
  }
  .content__header {
    max-height: 300px;
    min-height: initial;
    margin-top: 70px;
  }
  .content__header h1 {
    top: 40%;
    font-size: 35px;
    letter-spacing: 5px;
    font-family: "NotoSans", "Microsoft JhengHei", "Heiti TC", "PingFang TC", "gothic", "sans-serif";
    font-weight: 400;
  }
  .index__section__title h2 {
    font-size: 25px;
  }
  .index__section__title img {
    height: 35px;
  }
  .index__padding__card__section {
    float: left;
    width: 100%;
  }
  .index__padding__card__section .index__padding__card__container {
    width: 100%;
    padding: 0px 30px;
    max-width: 100vw;
    margin: 0 auto;
  }
  .index__padding__card__section .index__padding__card a article figure .index__card__caption {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  .index__padding__card__section .index__padding__card a article figure img {
    width: 100%;
    height: auto;
  }
  .index__padding__card__section .index__padding__card a article a:hover figure img {
    width: 110%;
    height: auto;
  }
  .index__padding__card__section .news__card article {
    height: auto;
  }
  .index__padding__card__section:first-child {
    padding-top: 20px;
  }
  .index__news__section .index__news__container .news__card {
    width: 100%;
  }
  .index__news__section .index__news__container .news__card figure {
    height: calc(100vw - 110px);
  }
  .index__news__section .index__news__container .news__card figure img {
    width: 100%;
    height: auto;
  }
  .index__news__section .index__news__container .news__card a:hover figure img {
    width: 100%;
    height: auto;
  }
  .index__room__section .index__room__container .room__card {
    width: 100%;
  }
  .index__room__section .index__room__container .room__card figure {
    height: 400px;
  }
  .index__room__section .index__room__container .room__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__room__section .index__room__container .list__room__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__food__section .index__food__container .food__card {
    width: 100%;
  }
  .index__food__section .index__food__container .food__card figure {
    height: 400px;
  }
  .index__food__section .cards__none__bleed {
    width: 100%;
    float: left;
  }
  .index__food__section .cards__none__bleed .utility__card {
    width: 100%;
    padding: 15px 45px;
  }
  .index__food__section .cards__none__bleed .utility__card figure {
    height: 400px;
  }
  .index__scene__section {
    clear: both;
    padding-top: 0px;
  }
  .index__scene__section .index__section__title {
    text-align: center;
  }
  .index__scene__section .cards__none__bleed .scene__card figure {
    height: 500px;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption {
    width: 100%;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption .index__card__scenecaption {
    font-size: 20px;
  }

  .content__page {
    padding: 0px;
  }
  .list__page__section__title {
    margin-top: 100px;
  }
  .list__page__section__title h1 {
    width: 500px;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .list__page__section__title h1:before {
    width: 120px;
  }
  .list__page__section__title h1:after {
    width: 120px;
  }
  .list__page__section__title .list__page__section__title__textarea {
    font-size: 18px;
    padding: 0px 30px;
    margin-bottom: 10px;
  }
  .about__icons {
    width: 90%;
    margin: 0 auto;
  }
  .about__icons ul {
    display: inline-block;
  }
  .about__icons ul li {
    display: block;
    width: 100%;
  }
  .about__icons ul li div {
    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;
  }
  .about__icons ul li div img {
    width: 20%;
    padding: 20px;
    padding-left: 0px;
  }
  .about__icons ul li div h5 {
    width: 80%;
    margin: 0px;
    font-size: 25px;
  }
  .about__icons ul li p {
    line-height: 20px;
    padding-left: 0px;
    margin: 0px;
  }
  .about__article h2 {
    line-height: 40px;
    padding: 0px 20px;
    margin: 20px 0;
    font-size: 25px;
  }
  .about__article img {
    margin-left: 0;
  }
  .about__article .about__article-mainpic {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-left: 0px;
  }
  .about__article .about__article-mainpic img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  .about__article .about__article-textarea {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }
  .about__article .about__article-textarea img {
    margin-left: 0;
  }
  .news__section .news__container .news__card {
    width: 100%;
  }
  .news__section .news__container .news__card figure {
    height: calc(100vw - 40px);
  }
  .content__page .index__padding__card__section .index__padding__card a article figure {
    height: calc(100vw - 40px);
  }
  .index__room__section h1 {
    margin-top: -100px;
  }
  .index__room__section .index__room__container .room__card {
    width: 100%;
  }
  .index__room__section .index__room__container .room__card article figure figcaption {
    width: 100% !important;
  }
  .room__header {
    height: auto;
  }
  .room__header .slick {
    height: 300px;
  }
  .room__header .slick button {
    height: 0px;
  }
  .room__header .room__header__title {
    height: auto;
    float: left;
  }
  .room__header .room__header__title .room__header__title__wrapper {
    width: 100%;
    padding: 0px 20px;
  }
  .room__header .room__header__title .room__header__title__wrapper h2 {
    float: none;
    text-align: center;
    font-weight: 400;
  }
  .room__header .room__header__title .room__header__title__wrapper h2 span {
    display: block;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info {
    float: left;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag {
    display: inline-block;
    float: none;
    display: inline-block;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info ul {
    float: none;
    display: inline-block;
  }
  .room__detail__page {
    margin-top: 0px;
  }
  .room__detail__page .room__detail__content__wrapper {
    padding: 30px;
  }
  .room__detail__page .room__detail__description .room__detail__description__title {
    line-height: 50px;
  }
  .room__detail__page .room__detail__description .room__detail__description__title span {
    display: none;
  }
  .room__detail__page .room__detail__description .room__detail__description__title i {
    display: block;
    line-height: 30px;
  }
  .room__detail__page .room__detail__spec ul li {
    width: 100%;
  }
  .room__detail__page .room__detail__spec ul li:before {
    content: '●';
    position: absolute;
    left: 0px;
    color: #e6a800;
    font-size: 10px;
  }
  .room__detail__page .room__detail__spec .room__detail__spec__info h3 {
    margin-top: 5px;
  }
  .news__section .news__container .news__card article {
    height: auto;
    max-height: 100%;
  }
  .news__section .news__container .news__card figure img {
    height: 100%;
    width: auto;
  }
  .news__section .news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .content__page__wrapper-list {
    float: left;
    padding-bottom: 50px;
  }
  .content__page__wrapper-list .index__room__section {
    padding-bottom: 50px;
  }
  .content__page__wrapper-list .index__room__section .index__room__container .list__room__card figure img {
    height: 100%;
    width: auto;
  }
  .content__page__wrapper-list .index__room__section .index__room__container .list__room__card a:hover figure img {
    height: 110%;
    width: auto;
  }

  footer .footer__title {
    display: none;
  }

  footer .footer__social {
    padding: 10px 30px 0px 30px;
  }

  footer .footer__social li:nth-last-child(2) {
    display: inline-block;
  }

  footer .footer__social li {
    padding: 5px;
  }

  footer .footer__social li a img {
    width: 30px;
  }

  footer .footer__info {
    width: 100%;
  }

  footer .footer__info li {
    display: block;
    border: none;
  }

  footer .footer__info li:nth-child(3) {
    display: none;
  }

  footer .footer__info li:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .entrance__header {
    padding: 0px;
    padding-top: 40px;
    height: 200px;
  }
  .entrance__header .entrance__header__content {
    width: 100%;
  }
  .entrance__header .entrance__header__content .entrance__header__logo {
    height: 60%;
  }
  .index__padding__card__section .index__padding__card__container {
    padding: 0px;
  }
  .index__news__section .index__news__container .news__card {
    width: 100%;
  }
  .index__room__section .index__room__container .room__card figure {
    height: 400px;
  }
  .index__room__section .index__room__container .room__card figure img {
    height: 100%;
    width: auto;
  }
  .index__news__section .index__news__container .news__card figure {
    height: calc(100vw - 60px);
  }
  .index__room__section .index__room__container .room__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__food__section .index__food__container .food__card figure {
    height: 400px;
  }
  .index__food__section .index__food__container .food__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .index__food__container .food__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card {
    padding: 15px;
  }
  .index__food__section .cards__none__bleed .utility__card figure {
    height: 300px;
  }
  .index__food__section .cards__none__bleed .utility__card figure {
    height: 400px;
  }
  .index__food__section .cards__none__bleed .utility__card figure img {
    height: 100%;
    width: auto;
  }
  .index__food__section .cards__none__bleed .utility__card a:hover figure img {
    height: 110%;
    width: auto;
  }
  .index__scene__section {
    clear: both;
    padding-top: 20px;
  }
  .index__scene__section .index__section__title {
    text-align: center;
  }
  .index__scene__section .cards__none__bleed .scene__card figure {
    height: 500px;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption {
    width: 100%;
  }
  .index__scene__section .cards__none__bleed .scene__card figure .index__card__caption .index__card__scenecaption {
    font-size: 20px;
  }
  .index__scene__section .cards__none__bleed .scene__card figure img {
    height: 100%;
    width: auto;
  }
  .index__scene__section .cards__none__bleed .scene__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .index__scene__section .cards__none__bleed .scene__card a:hover figure figcaption {
    line-height: 100px;
  }
  .list__page__section__title h1 {
    width: 400px;
  }
  .list__page__section__title h1:before {
    width: 100px;
  }
  .list__page__section__title h1:after {
    width: 100px;
  }
  .room__header .slick {
    height: 215px;
  }
}

@media screen and (max-width: 480px) {
  .index__news__section .index__news__container .news__card figure img {
    height: 100%;
    width: auto;
  }
  .index__news__section .index__news__container .news__card a:hover figure img {
    height: 100%;
    width: auto;
  }
  .room__header .slick {
    height: 188px;
  }
}

@media screen and (max-width: 400px) {
  .index__padding__card__section .index__padding__card a article figure {
    height: 250px;
  }
  .news__section .news__container .news__card figure {
    height: 300px;
  }
  .list__page__section__title h1 {
    width: 90%;
  }
  .list__page__section__title h1:before {
    width: 30px;
  }
  .list__page__section__title h1:after {
    width: 30px;
  }
  .room__header .room__header__title .room__header__title__wrapper h2 {
    font-size: 25px;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag {
    font-size: 15px;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag span {
    margin: 2px;
  }
  .room__header .room__header__title .room__header__title__wrapper .room__price__info .room__price__tag span:last-child {
    font-size: 14px;
  }
  .index__room__section .index__room__container .room__card figure {
    height: 300px;
  }
  .index__food__section .index__food__container .food__card figure {
    height: 300px;
  }
  .index__food__section .cards__none__bleed .utility__card figure {
    height: 300px;
  }
  .room__header .slick {
    height: 156px;
  }
}

.idx_notice{
	background:rgba(163, 137, 94, 0.95);
	color:#fff;
	font-family:"微軟正黑體";
	width:100%;
	height:auto;
	padding:20px;
}
.idx_notice h3{
	font-size:16px;
}
.idx_notice p{
	font-size:13px;
	line-height:20px;
}

.idx_pop_area {
  bottom: 80px;
  left: 0;
  height: auto; 
  position: fixed;
  width: 30%;
}

.idx_former_order {
  background: rgba(163, 137, 94, 0.95);
  padding: 5px;
  margin-bottom: 20px;
}

.idx_former_order p{
	font-size:13px;
  line-height:20px;
  margin: 10px;
  padding-left: 25px;
}

.idx_former_order .magnify {
  float: left;
  background: url(../images/misc/magnify.png) center center no-repeat;
  background-size: contain;
  height: 20px;
  width: 15px;
  margin: 10px 0 0 10px;
}

.idx_pop_area .close_btn{
	background: url(../images/btn_img/close_btn_jos.jpg) center center no-repeat;
	height: 11px;
	width: 11px;
	cursor: pointer;
	float: right;
	padding: 15px;
	margin-top: -10px;
	margin-right: -10px;
}

.idx_former_order .close_btn {
  margin-top: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .idx_pop_area {
    width: 100%;
    bottom: 0;
  }
}
