@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url(mCustomScrollbar.css);
@import url(fancybox.css);
@import url(default.css);
@import url(plugins.css);
@font-face {
  font-family: 'cwTeXKai';
  src: url("fonts/cwTeXKai.ttf");
}
/* ==========================================================================
    public
 ==========================================================================*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #97775c;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#loading:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: inset 0 0 300px #432c18;
          box-shadow: inset 0 0 300px #432c18;
  -webkit-animation: fadeInBlur 2s infinite alternate;
          animation: fadeInBlur 2s infinite alternate;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.max-sm-size #loading:after {
  content: normal;
}
#loading .circle {
  height: 190px;
  width: 190px;
  margin: -95px 0 0 -95px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #b89679;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 50%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-animation: whirl 2s infinite linear;
          animation: whirl 2s infinite linear;
}
#loading .circle2 {
  height: 160px;
  width: 160px;
  margin: -80px 0 0 -80px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #b89679;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-animation: whirl2 1.5s 0.3s infinite linear;
          animation: whirl2 1.5s 0.3s infinite linear;
}
#loading .word {
  width: 100%;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-animation: fadeInBlur 1s infinite alternate;
          animation: fadeInBlur 1s infinite alternate;
}
#loading .text {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-family: Arial;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#loading.actived {
  left: 100%;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 2s 1s, left 0s 2s, background 2s 1.3s;
  transition: opacity 2s 1s, left 0s 2s, background 2s 1.3s;
}
#loading.actived:after {
  opacity: 0;
}
#loading.actived .circle, #loading.actived .circle2, #loading.actived .word, #loading.actived .text {
  opacity: 0 !important;
}
#loading.actived .word {
  -webkit-animation: none;
          animation: none;
}

.where {
  padding: 30px 0;
}
.where ul li {
  display: inline-block;
}
.where ul li:after {
  content: "/";
  padding: 0 5px;
}
.where ul li a {
  color: #979797;
  font-size: 14px;
  -webkit-transition: none;
  transition: none;
}
.where ul li:last-of-type:after {
  content: normal;
}
.where ul li:last-of-type a {
  color: #333;
}

.goDown {
  width: 82px;
  height: 42px;
  margin-left: -41px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 3;
  background: url("images/goDown.png") center no-repeat;
  -webkit-animation: mybottom 1s ease-in 2s infinite alternate;
          animation: mybottom 1s ease-in 2s infinite alternate;
  cursor: pointer;
}
.max-sm-size .goDown {
  width: 40px;
  margin-left: -20px;
}

.goDown2, .goBox {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  background: url("images/goDown-small.png") center no-repeat;
  -webkit-animation: mybottom2 1s ease-in 2s infinite alternate;
          animation: mybottom2 1s ease-in 2s infinite alternate;
  cursor: pointer;
}

@keyframes mybottom {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}
@-webkit-keyframes mybottom {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 30px;
  }
}
@keyframes mybottom2 {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: 15px;
  }
}
@-webkit-keyframes mybottom2 {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: 15px;
  }
}
.cn {
  font-family: 'DFKai-sb', 'cwTeXKai';
}

.en {
  font-family: 'Great Vibes', cursive;
}

.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #000;
}
.banner .name {
  width: 100%;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.max-sm-size .banner .name {
  top: -80px;
}
.banner .name span {
  display: block;
  font-size: 25px;
}
.max-xs-size .banner .name span {
  font-size: 20px;
}
.banner .text {
  display: table;
  width: 100%;
  height: 980px;
  height: 100vh;
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.banner .text .middle {
  height: 980px;
  height: 100vh;
  padding: 50px;
}
.max-ss-size .banner .text .middle {
  padding: 30px 15px;
}
.banner .text .title {
  margin: 0;
  font-size: 90px;
  font-weight: normal;
}
.max-sm-size .banner .text .title {
  font-size: 40px;
}
.max-ss-size .banner .text .title {
  font-size: 35px;
}
.banner .text .title2 {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
}
.max-ss-size .banner .text .title2 {
  font-size: 20px;
}
.banner .text .summary {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.3em;
}
.max-sm-size .banner .text .summary {
  letter-spacing: 0.1em;
}
.max-ss-size .banner .text .summary {
  font-size: 15px;
}
.banner .text .summary .word1, .banner .text .summary .word2, .banner .text .summary .word3, .banner .text .summary .word4 {
  display: block !important;
}
.banner ul.slider, .banner ul.photo-slider, .banner ul.photo-slider2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.banner .dots ul.slick-dots {
  position: relative;
}
.banner .dots ul.slick-dots li {
  border: 2px solid transparent;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  overflow: hidden;
}
.min-md-size .banner .dots ul.slick-dots li:hover {
  border-color: #b89679;
}
.max-xs-size .banner .dots ul.slick-dots li {
  margin: 0 3px;
}
.banner .dots ul.slick-dots li.slick-active {
  border-color: #fff;
}
.banner .dots ul.slick-dots li img {
  display: block;
  height: 55px;
}
.max-sm-size .banner .dots ul.slick-dots li img {
  height: 30px;
}
.banner .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 25s linear;
  transition: -webkit-transform 25s linear;
  transition: transform 25s linear;
  transition: transform 25s linear, -webkit-transform 25s linear;
}
.banner .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.msie .banner .list-item .pic,
.banner li:first-of-type.actived .pic {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: none;
  transition: none;
}
.banner li.slick-active .pic {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.zoomPic {
  -webkit-animation: zoom 25s linear infinite alternate;
          animation: zoom 25s linear infinite alternate;
}

.msie .zoomPic {
  -webkit-animation: none;
          animation: none;
}

.banner.small {
  height: 580px;
}
.max-lg-size .banner.small {
  height: 400px;
}
.max-sm-size .banner.small {
  height: 250px;
}
.banner.small .text {
  height: 580px;
}
.max-lg-size .banner.small .text {
  height: 400px;
}
.max-sm-size .banner.small .text {
  height: 250px;
}
.banner.small .text .middle {
  height: 580px;
  padding-top: 150px;
}
.max-lg-size .banner.small .text .middle {
  height: 400px;
}
.max-md-size .banner.small .text .middle {
  padding-top: 110px;
}
.max-sm-size .banner.small .text .middle {
  height: 250px;
}

.banner-in .pic:after {
  content: normal;
}

.btn {
  display: inline-block;
  min-width: 160px;
  margin-top: 10px;
  padding: 5px 10px;
  position: relative;
  background-color: #97775c;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  cursor: pointer;
}
.btn:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 3px;
  background-color: #97775c;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.btn:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  background-color: #97775c;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.min-md-size .btn:hover {
  background-color: #b89679;
}
.min-md-size .btn:hover:before, .min-md-size .btn:hover:after {
  background-color: #b89679;
}

button.btn {
  height: 40px;
  font-size: 16px;
}

.buttonBlock {
  margin-left: -10px;
  text-align: center;
}
.buttonBlock .btn {
  margin: 0 10px;
}

.follow ul li, .share ul li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.follow ul li:last-of-type, .share ul li:last-of-type {
  margin-right: 0;
}
.follow ul li a, .share ul li a {
  display: block;
  width: 23px;
  height: 23px;
  background: center no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.follow ul li a:hover, .share ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.follow ul li a.fb, .share ul li a.fb {
  background-image: url("images/icon-facebook.png");
}
.follow ul li a.fb:hover, .share ul li a.fb:hover {
  background-image: url("images/icon-facebook2.png");
}
.follow ul li a.instagram, .share ul li a.instagram {
  background-image: url("images/icon-instagram.png");
}
.follow ul li a.instagram:hover, .share ul li a.instagram:hover {
  background-image: url("images/icon-instagram2.png");
}
.follow ul li a.google, .share ul li a.google {
  background-image: url("images/icon-google.png");
}
.follow ul li a.google:hover, .share ul li a.google:hover {
  background-image: url("images/icon-google2.png");
}
.follow ul li a.twitter, .share ul li a.twitter {
  background-image: url("images/icon-twitter.png");
}
.follow ul li a.twitter:hover, .share ul li a.twitter:hover {
  background-image: url("images/icon-twitter2.png");
}
.follow ul li a.line, .share ul li a.line {
  background-image: url("images/icon-line.png");
}
.follow ul li a.line:hover, .share ul li a.line:hover {
  background-image: url("images/icon-line2.png");
}

.share {
  padding: 50px 15px;
  text-align: center;
}
.max-sm-size .share {
  padding: 30px 15px;
}
.share ul li {
  margin-top: 0;
}

.tag {
  display: block;
  height: 1px;
  position: absolute;
  top: -90px;
}
.max-md-size .tag {
  top: -60px;
}

ul.pages {
  margin: 50px 0;
  text-align: center;
}
.max-md-size ul.pages {
  margin: 30px 0;
}
ul.pages li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
ul.pages li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #000;
}
ul.pages li a.actived {
  color: #97775c;
}
ul.pages li.actived a {
  color: #97775c;
}
ul.pages li.back a {
  width: auto;
  padding: 0 30px;
  color: #97775c;
  border: 1px solid #97775c;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
ul.pages li.back a:hover {
  color: #fff;
  background-color: #97775c;
}
ul.pages li.arrow {
  background: center no-repeat;
  font-size: 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
ul.pages li.arrow:hover {
  background-color: #97775c;
}
ul.pages li.arrow a {
  border: 1px solid #97775c;
}
ul.pages li.prev {
  background-image: url("images/slick-prev.png");
}
ul.pages li.prev:hover {
  background-image: url("images/slick-prev-w.png");
}
ul.pages li.next {
  background-image: url("images/slick-next.png");
}
ul.pages li.next:hover {
  background-image: url("images/slick-next-w.png");
}

.news-list, .related {
  padding-top: 80px;
}
.max-md-size .news-list, .max-md-size .related {
  padding: 30px 15px 0 15px;
}
.max-xs-size .news-list, .max-xs-size .related {
  padding-top: 20px;
}
.news-list .keyword, .related .keyword {
  max-width: 1550px;
  margin: 0 auto 30px auto;
  padding: 0 15px;
}
.max-xs-size .news-list .keyword, .max-xs-size .related .keyword {
  padding: 0;
}
.news-list ul, .related ul {
  max-width: 1550px;
  margin: auto;
  font-size: 0;
}
.news-list ul li.item, .related ul li.item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 50px;
  font-size: 16px;
}
.news-list ul li.item:nth-of-type(odd), .related ul li.item:nth-of-type(odd) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-lg-size .news-list ul li.item, .max-lg-size .related ul li.item {
  width: 50%;
}
.max-lg-size .news-list ul li.item:nth-of-type(odd), .max-lg-size .related ul li.item:nth-of-type(odd) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.max-md-size .news-list ul li.item, .max-md-size .related ul li.item {
  margin-bottom: 30px;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.max-xs-size .news-list ul li.item, .max-xs-size .related ul li.item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
}
.news-list ul li.item a, .related ul li.item a {
  display: block;
  padding: 0 15px;
}
.max-xs-size .news-list ul li.item a, .max-xs-size .related ul li.item a {
  padding: 0;
}
.news-list ul li.item a .pic, .related ul li.item a .pic {
  height: 325px;
  overflow: hidden;
}
.max-md-size .news-list ul li.item a .pic, .max-md-size .related ul li.item a .pic {
  height: 200px;
}
.news-list ul li.item a .pic .jqimgFill, .related ul li.item a .pic .jqimgFill {
  height: 325px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.max-md-size .news-list ul li.item a .pic .jqimgFill, .max-md-size .related ul li.item a .pic .jqimgFill {
  height: 200px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.news-list ul li.item a .text, .related ul li.item a .text {
  margin: -80px 0 0 80px;
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-md-size .news-list ul li.item a .text, .max-md-size .related ul li.item a .text {
  margin: 0;
  padding: 15px;
}
.news-list ul li.item a .text .date, .related ul li.item a .text .date {
  color: #7d4b38;
  font-size: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news-list ul li.item a .text .name, .related ul li.item a .text .name {
  margin: 0 0 10px 0;
  color: #7d4b38;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size .news-list ul li.item a .text .name, .max-xs-size .related ul li.item a .text .name {
  margin-top: 5px;
  font-size: 18px;
}
.news-list ul li.item a .text .summary, .related ul li.item a .text .summary {
  display: -webkit-box;
  height: 3.6em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  color: #b89679;
  text-overflow: ellipsis;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size .news-list ul li.item a .text .summary, .max-xs-size .related ul li.item a .text .summary {
  height: 3em;
  line-height: 1.5em;
}
.news-list ul li.item a .text .more, .related ul li.item a .text .more {
  display: inline-block;
  margin-top: 10px;
  color: #d7bea9;
  border-bottom: 1px solid #d7bea9;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.min-md-size .news-list ul li.item a:hover .jqimgFill, .min-md-size .related ul li.item a:hover .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.min-md-size .news-list ul li.item a:hover .text, .min-md-size .related ul li.item a:hover .text {
  background-color: #b89679;
}
.min-md-size .news-list ul li.item a:hover .text .name, .min-md-size .news-list ul li.item a:hover .text .summary, .min-md-size .news-list ul li.item a:hover .text .more, .min-md-size .news-list ul li.item a:hover .text .date, .min-md-size .related ul li.item a:hover .text .name, .min-md-size .related ul li.item a:hover .text .summary, .min-md-size .related ul li.item a:hover .text .more, .min-md-size .related ul li.item a:hover .text .date {
  color: #fff;
}

.nav {
  position: relative;
  background-color: #f5f2ed;
  border-bottom: 1px solid #ece3db;
  overflow: hidden;
}
.max-md-size .nav {
  padding: 30px;
  border-bottom: none;
  background-color: transparent;
}
.max-xs-size .nav {
  padding: 15px;
}
.nav .container {
  max-width: 1550px;
  padding-right: 380px;
  position: relative;
}
.max-md-size .nav .container {
  padding: 0;
}
.nav .toggle {
  display: none;
  position: relative;
  background-color: #97775d;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.max-md-size .nav .toggle {
  display: block;
}
.nav .toggle:after {
  content: '';
  width: 0;
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
}
.max-md-size .nav ul.nav-slider {
  display: none;
  margin-bottom: 20px;
  border: 1px solid #97775d;
}
.min-md-size .nav ul.nav-slider {
  display: block !important;
}
.nav ul.nav-slider li a {
  display: block;
  padding: 0 20px;
  color: #b89679;
  line-height: 65px;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  text-align: center;
}
.min-md-size .nav ul.nav-slider li a:hover {
  color: #7d4b38;
}
.max-md-size .nav ul.nav-slider li a {
  line-height: 45px;
  border-bottom: 1px solid #ece3db;
}
.nav ul.nav-slider li.actived a {
  color: #fff;
  background-color: #97775d;
}
.nav ul.nav-slider li.actived a:hover {
  color: #fff;
}
.max-md-size .nav ul.nav-slider li.actived a {
  background-color: transparent;
  color: #7d4b38;
}
.nav .arrows {
  width: 80px;
  height: 65px;
  position: absolute;
  right: 285px;
  top: 0;
}
.nav .arrows .slick-arrow {
  height: 40px;
  margin-top: -20px;
  background: transparent center no-repeat;
}
.nav .arrows .slick-arrow:after {
  content: normal;
}
.nav .arrows .slick-prev {
  background-image: url("images/slick-prev.png");
}
.nav .arrows .slick-next {
  background-image: url("images/slick-next.png");
}
.nav .job {
  display: block;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #b89679;
  line-height: 65px;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  text-align: center;
  border-left: 1px solid #ece3db;
  border-right: 1px solid #ece3db;
}
.max-md-size .nav .job {
  display: table;
  margin: 30px auto 0 auto;
  position: relative;
  border: 1px solid #97775d;
  line-height: 50px;
}
.nav .job:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: url("images/contact/icon-job.png") center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.min-md-size .nav .job:hover {
  color: #fff;
  background-color: #97775d;
}
.min-md-size .nav .job:hover:before {
  background-image: url("images/contact/icon-job2.png");
}
.nav .search {
  width: 270px;
  position: absolute;
  right: 15px;
  top: 0;
  border-left: 1px solid #ece3db;
  border-right: 1px solid #ece3db;
}
.max-md-size .nav .search {
  width: 100%;
  position: relative;
  right: 0;
  border: none;
  background-color: #f5f2ed;
}
.nav .search input {
  width: 100%;
  height: 65px;
  padding: 0 80px 0 20px;
  border: none;
  background-color: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 16px;
}
.nav .search input:focus, .nav .search input:hover {
  background-color: #f2ece2;
}
.nav .search button {
  font-size: 0;
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("images/icon-search.png") center no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav .search button:hover {
  opacity: 0.6;
}

.fixedBox {
  display: none;
}

.bookingBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.bookingBox .closed {
  background: url("images/close2.png") center no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.bookingBox .closed:hover {
  background-color: transparent;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.bookingBox .inner {
  width: 450px;
  height: 100%;
  padding: 100px 40px 50px 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.max-md-size .bookingBox .inner {
  padding: 50px 20px 30px 30px;
}
.max-sm-size .bookingBox .inner {
  width: 100%;
  padding: 50px 10px 20px 15px;
}
.bookingBox .inner .scrollbar {
  height: calc(100vh - 150px);
}
.max-md-size .bookingBox .inner .scrollbar {
  height: calc(100vh - 80px);
}
.bookingBox .inner .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.bookingBox .inner .note {
  margin-bottom: 20px;
  color: #7d4b38;
}
.bookingBox .inner .note a {
  color: #b89679;
}
.bookingBox .inner .note a:hover {
  color: #e60012;
}
.bookingBox .inner .form .group {
  border-color: #dfdfdf;
}
.bookingBox .inner .form .agree {
  margin-top: 30px;
}
.bookingBox .inner .form .agree .checkbox {
  color: #7d4b38;
}
.bookingBox .inner .form .agree .text {
  margin-top: 10px;
  font-size: 15px;
}
.bookingBox .inner .form .btn {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 99%;
}

.successBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #000;
}
.successBox .inner {
  width: 500px;
  height: 330px;
  margin: -165px 0 0 -250px;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  background-color: #fff;
  text-align: center;
}
.max-sm-size .successBox .inner {
  width: 90%;
  height: auto;
  margin-top: -146px;
  margin-left: 0;
  padding: 30px 15px;
  left: 5%;
}
.successBox .inner .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background: url("images/room/icon.png") center no-repeat;
}
.max-sm-size .successBox .inner .icon {
  width: 50px;
  height: 50px;
  background-size: contain;
}
.successBox .inner .title {
  margin-bottom: 20px;
  color: #7d4b38;
  font-size: 28px;
}
.max-xs-size .successBox .inner .title {
  font-size: 25px;
}
.successBox .inner .btn {
  margin-top: 20px;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  min-width: 320px;
  height: 90px;
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid transparent;
  visibility: hidden;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-md-size #header {
  height: 60px;
  padding-top: 17px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .mCSB_inside > .mCSB_container {
  padding: 0;
}
#header .logo {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 1;
}
.max-lg-size #header .logo {
  left: 15px;
  top: 6px;
}
.max-md-size #header .logo {
  top: 9px;
}
.max-xs-size #header .logo {
  left: 5px;
}
#header .logo a {
  display: block;
  width: 125px;
  height: 130px;
  background: url("images/logo-w.png") center no-repeat;
  background-size: contain;
}
#header .logo a .ring {
  width: 71px;
  height: 71px;
  margin-left: -35.5px;
  position: absolute;
  left: 50%;
  top: -1px;
  background: url("images/logo-ring.png") center no-repeat;
  background-size: contain;
  -webkit-animation: whirl 30s linear infinite;
          animation: whirl 30s linear infinite;
}
.max-lg-size #header .logo a {
  width: 76px;
  height: 76px;
}
.max-lg-size #header .logo a .ring {
  width: 36px;
  height: 36px;
  margin-left: -18px;
}
.max-md-size #header .logo a {
  width: 128px;
  height: 41px;
  background-image: url("images/logo-mobile.png");
}
.max-md-size #header .logo a .ring {
  margin-top: -20px;
  margin-left: 0;
  left: 8px;
  top: 50%;
}
.max-ss-size #header .logo a {
  width: 100px;
  margin-left: 3px;
}
.max-ss-size #header .logo a .ring {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 5px;
}
#header .menu {
  float: right;
  padding-right: 205px;
}
.max-lg-size #header .menu {
  padding-right: 140px;
}
.min-md-size #header .menu {
  display: block !important;
}
.max-md-size #header .menu {
  display: none;
  float: none;
  width: 100%;
  height: 800px;
  height: 100vh;
  padding-right: 0;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: rgba(151, 119, 92, 0.95);
}
.max-md-size #header .menu .scroll {
  display: block;
  height: calc(100vh - 60px);
  overflow: auto;
}
#header .menu .scroll {
  display: inline-block;
  vertical-align: middle;
}
#header .menu ul.list {
  display: inline-block;
  vertical-align: middle;
}
.max-md-size #header .menu ul.list {
  display: block;
}
#header .menu ul.list li {
  display: inline-block;
  margin: 0 20px;
}
.max-lg-size #header .menu ul.list li {
  margin: 0 17px;
}
.max-md-size #header .menu ul.list li {
  display: block;
  margin: 0;
  text-align: center;
}
.max-md-size #header .menu ul.list li:last-of-type a {
  border: none;
}
.max-md-size #header .menu ul.list li.actived a {
  background-color: #cfb091;
}
.min-md-size #header .menu ul.list li.actived a {
  text-shadow: 0 0 20px rgba(254, 255, 213, 0.8);
}
#header .menu ul.list li a {
  color: #fff;
  line-height: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: text-shadow 0.5s;
  transition: text-shadow 0.5s;
}
.min-md-size #header .menu ul.list li a:hover {
  text-shadow: 0 0 20px rgba(254, 255, 213, 0.8);
}
.max-md-size #header .menu ul.list li a {
  display: block;
  line-height: 60px;
  text-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .menu .languages {
  display: inline-block;
  width: 95px;
  position: relative;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.max-md-size #header .menu .languages {
  display: block;
  width: 100%;
  padding-bottom: 60px;
  line-height: 60px;
}
#header .menu .languages .toggle {
  padding-right: 10px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.min-md-size #header .menu .languages .toggle:hover, .min-md-size #header .menu .languages .toggle.actived {
  background-color: #fff;
  color: #7d4b38;
  text-shadow: none;
}
.min-md-size #header .menu .languages .toggle:hover:after, .min-md-size #header .menu .languages .toggle.actived:after {
  background-image: url("images/small-arrow2.png");
}
.max-md-size #header .menu .languages .toggle {
  display: none;
}
#header .menu .languages .toggle:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url("images/small-arrow.png") center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#header .menu .languages ul {
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
}
.max-md-size #header .menu .languages ul {
  display: block !important;
  position: relative;
  top: 0;
  text-align: center;
}
.min-md-size #header .menu .languages ul {
  display: none;
}
.max-md-size #header .menu .languages ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#header .menu .languages ul li a {
  display: block;
  margin-bottom: 1px;
  padding: 6px;
  color: #fff;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.7);
}
.max-md-size #header .menu .languages ul li a {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
}
#header .menu .languages ul li.actived a {
  color: #d7bea9;
}
.max-md-size #header .menu .languages ul li.actived a {
  background-color: #fff;
  color: #7d4b38;
  font-weight: bold;
}
#header .menu .languages .forMobile {
  display: none;
}
.max-md-size #header .menu .languages .forMobile {
  display: block;
}
.max-md-size #header .menu .languages .forDesktop {
  display: none;
}
#header .tools {
  position: absolute;
  right: 50px;
}
.max-lg-size #header .tools {
  right: 15px;
}
.max-md-size #header .tools {
  right: 70px;
}
.max-ss-size #header .tools {
  right: 60px;
}
#header .tools ul li {
  display: none;
  vertical-align: middle;
}
.max-md-size #header .tools ul li {
  display: inline-block;
  margin-right: 10px;
}
.max-ss-size #header .tools ul li {
  margin-right: 5px;
}
#header .tools ul li.booking {
  display: inline-block;
}
#header .tools ul li a {
  display: block;
}
#header .tools ul li a.date {
  min-width: 146px;
  padding: 1px 15px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.max-lg-size #header .tools ul li a.date {
  min-width: 115px;
}
.min-md-size #header .tools ul li a.date {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.min-md-size #header .tools ul li a.date:hover {
  background-color: #fff;
  color: #7d4b38;
  text-shadow: none;
}
.max-md-size #header .tools ul li a {
  width: 25px;
  height: 25px;
  background: center no-repeat;
  background-size: contain;
  font-size: 0;
}
.max-md-size #header .tools ul li a.tel {
  margin-right: 5px;
  background-image: url("images/icon-tel.png");
}
.max-md-size #header .tools ul li a.line {
  background-image: url("images/icon-line2.png");
}
.max-md-size #header .tools ul li a.fb {
  background-image: url("images/icon-facebook2.png");
}
.max-md-size #header .tools ul li a.date {
  min-width: 0;
  padding: 0;
  border: none;
  font-size: 0;
  background-image: url("images/icon-date.png");
}
#header .menu-toggle {
  display: none;
  width: 60px;
  height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: #97775c;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-md-size #header .menu-toggle {
  display: block;
}
.max-ss-size #header .menu-toggle {
  width: 50px;
  padding: 0 15px;
}
#header .menu-toggle div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
#header .menu-toggle div.bar1 {
  top: 22px;
}
#header .menu-toggle div.bar2 {
  top: 28px;
}
#header .menu-toggle div.bar3 {
  top: 35px;
}
#header .menu-toggle.actived {
  background-color: #7d4b38;
}
#header .menu-toggle.actived div {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  top: 28px;
}
#header .menu-toggle.actived div.bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .menu-toggle.actived div.bar2 {
  width: 0;
}
#header .menu-toggle.actived div.bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.min-md-size #header.fixed, .min-md-size .actived #header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.min-md-size #header.fixed .logo, .min-md-size .actived #header .logo {
  top: 6px;
}
.min-md-size #header.fixed .logo a, .min-md-size .actived #header .logo a {
  width: 76px;
  height: 76px;
  background-image: url("images/logo.png");
}
.min-md-size #header.fixed .logo a .ring, .min-md-size .actived #header .logo a .ring {
  width: 36px;
  height: 36px;
  margin-left: -18px;
  top: 3px;
}
.min-md-size #header.fixed .menu ul.list li a, .min-md-size .actived #header .menu ul.list li a {
  text-shadow: none;
  color: #663812;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.min-md-size #header.fixed .menu ul.list li a:hover, .min-md-size .actived #header .menu ul.list li a:hover {
  color: #b89679;
  text-shadow: none;
}
.min-md-size #header.fixed .menu ul.list li.actived a, .min-md-size .actived #header .menu ul.list li.actived a {
  color: #b89679;
  font-weight: bold;
  text-shadow: none;
}
.min-md-size #header.fixed .languages .toggle, .min-md-size .actived #header .languages .toggle {
  text-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
  color: #663812;
}
.min-md-size #header.fixed .languages .toggle:after, .min-md-size .actived #header .languages .toggle:after {
  background-image: url("images/small-arrow2.png");
}
.min-md-size #header.fixed .languages .toggle:hover, .min-md-size #header.fixed .languages .toggle.actived, .min-md-size .actived #header .languages .toggle:hover, .min-md-size .actived #header .languages .toggle.actived {
  background-color: #7d4b38;
  color: #fff;
}
.min-md-size #header.fixed .languages .toggle:hover:after, .min-md-size #header.fixed .languages .toggle.actived:after, .min-md-size .actived #header .languages .toggle:hover:after, .min-md-size .actived #header .languages .toggle.actived:after {
  background-image: url("images/small-arrow.png");
}
.min-md-size #header.fixed .tools ul li a.date, .min-md-size .actived #header .tools ul li a.date {
  color: #663812;
  border-color: #663812;
  text-shadow: none;
}
.min-md-size #header.fixed .tools ul li a.date:hover, .min-md-size .actived #header .tools ul li a.date:hover {
  background-color: #663812;
  color: #fff;
}

/* ==========================================================================
    home
 ==========================================================================*/
#home .container {
  max-width: 1560px;
}
#home .more {
  color: #d7bea9;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#home .more:hover {
  color: #7d4b38;
}
#home .mainTitle {
  margin-bottom: 50px;
  text-align: center;
}
.max-sm-size #home .mainTitle {
  margin-bottom: 20px;
}
#home .mainTitle .icon {
  display: none;
  margin-bottom: 10px;
}
.max-sm-size #home .mainTitle .icon {
  display: inline-block;
}
#home .mainTitle .title {
  margin: 0;
  color: #663812;
  font-size: 28px;
  letter-spacing: 5px;
  font-weight: normal;
}
.max-sm-size #home .mainTitle .title {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.max-ss-size #home .mainTitle .title {
  font-size: 25px;
}
#home .mainTitle .sub {
  color: #b89679;
  font-size: 15px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#home .banner .text .summary {
  margin-top: 20px;
  font-size: 30px;
}
.max-xs-size #home .banner .text .summary {
  margin-top: 0;
  font-size: 20px;
}
#home .medal {
  display: table;
  margin: -100px 50px 50px auto;
  position: relative;
  z-index: 5;
}
.max-lg-size #home .medal {
  display: block;
  margin: 0;
  padding: 30px 15px 5px 15px;
  border-bottom: 1px solid #ece3db;
  text-align: center;
}
.max-sm-size #home .medal {
  padding: 20px 15px;
}
#home .medal a {
  display: block;
}
.max-lg-size #home .medal a {
  display: inline-block;
}
.max-lg-size #home .medal a .summary {
  color: #7d4b38;
  text-align: left;
}
#home .medal a .pic {
  margin-right: 20px;
  float: left;
}
.max-sm-size #home .medal a .pic {
  float: none;
  margin-right: 0;
}
#home .medal a .summary {
  padding-top: 5px;
  float: left;
  color: #fff;
}
.max-sm-size #home .medal a .summary {
  float: none;
  text-align: center;
}
#home .tool {
  padding: 50px 0;
}
.max-lg-size #home .tool {
  padding-bottom: 0;
}
.max-sm-size #home .tool {
  padding-bottom: 50px;
}
.max-lg-size #home .tool ul.list {
  max-width: 600px;
  margin: auto;
}
#home .tool ul.list > li {
  float: left;
  min-height: 105px;
  margin-bottom: 50px;
  padding-left: 130px;
  position: relative;
  font-size: 16px;
}
.max-xs-size #home .tool ul.list > li {
  margin-bottom: 20px;
  font-size: 15px;
}
.max-ss-size #home .tool ul.list > li {
  padding-left: 100px;
}
#home .tool ul.list > li .title {
  margin: 10px 0;
  color: #7d4b38;
  font-size: 16px;
}
.max-ss-size #home .tool ul.list > li .title {
  margin-top: 0;
}
#home .tool ul.list > li .title span {
  padding-left: 10px;
  color: #946858;
  font-size: 18px;
  font-weight: normal;
}
.max-ss-size #home .tool ul.list > li .title span {
  padding-left: 5px;
  font-size: 16px;
}
#home .tool ul.list > li .pic {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
}
.max-ss-size #home .tool ul.list > li .pic {
  width: 90px;
  height: 90px;
  top: 10px;
}
#home .tool ul.list > li .text .name {
  margin: 0 0 5px 0;
  color: #b89679;
  font-size: 16px;
  font-weight: normal;
}
.max-xs-size #home .tool ul.list > li .text .name {
  font-size: 15px;
}
#home .tool ul.list > li a:hover .more {
  color: #7d4b38;
}
#home .tool ul.list > li.news {
  width: calc(45% - 158px);
  margin-right: 5%;
  overflow: hidden;
}
.max-sm-size #home .tool ul.list > li.news {
  padding-left: 0;
}
.max-sm-size #home .tool ul.list > li.news .text {
  min-height: 105px;
  padding-left: 130px;
  padding-top: 20px;
}
.max-ss-size #home .tool ul.list > li.news .text {
  padding-left: 100px;
}
#home .tool ul.list > li.news.actived {
  height: 105px;
}
#home .tool ul.list > li.news.actived .slider-text .slick-track, #home .tool ul.list > li.news.actived .slider-text .slick-slide {
  width: 100% !important;
}
#home .tool ul.list > li.news .slider-pic {
  width: 105px;
  position: absolute;
  left: 0;
  top: 0;
}
.max-sm-size #home .tool ul.list > li.news .slider-pic {
  top: 30px;
}
#home .tool ul.list > li.news .slider-pic .pic {
  position: relative;
  opacity: 1;
}
#home .tool ul.list > li.news .dots {
  width: 100%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#home .tool ul.list > li.news .dots .slick-dots {
  position: relative;
  bottom: 0;
  text-align: right;
}
#home .tool ul.list > li.traffic {
  width: calc(45% - 158px);
  margin-right: 5%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#home .tool ul.list > li.weather {
  float: right;
  width: 316px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#home .tool ul.list > li.weather .left {
  float: left;
  width: 120px;
  position: relative;
}
.max-ss-size #home .tool ul.list > li.weather .left {
  float: none;
  width: 100%;
}
#home .tool ul.list > li.weather .left:after {
  content: '';
  width: 1px;
  height: 36px;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #d3d3d3;
}
.max-ss-size #home .tool ul.list > li.weather .left:after {
  content: normal;
}
#home .tool ul.list > li.weather .left .icon {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  margin-right: 5px;
}
#home .tool ul.list > li.weather .left .degree {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 17px;
  color: #7d4b38;
  font-size: 32px;
}
#home .tool ul.list > li.weather .left .degree span {
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 15px;
}
#home .tool ul.list > li.weather .right {
  float: left;
  width: calc(100% - 120px);
  padding-left: 10px;
  padding-top: 8px;
  color: #b89679;
  font-size: 14px;
  line-height: normal;
}
.max-ss-size #home .tool ul.list > li.weather .right {
  float: none;
  width: 100%;
  padding-left: 0;
}
.max-ss-size #home .tool ul.list > li.weather .right span {
  display: inline-block;
  padding-left: 10px;
}
#home .tool ul.list > li.weather .right span {
  display: block;
  color: #7d4b38;
  font-size: 17px;
  letter-spacing: 1px;
}
.max-lg-size #home .tool ul.list > li {
  float: none;
  width: 100%;
}
#home .about {
  margin-bottom: 50px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#home .about .container {
  position: relative;
}
#home .about .mainTitle {
  margin-bottom: 100px;
  position: relative;
  text-align: left;
  border-top: 1px solid #ece3db;
}
.max-sm-size #home .about .mainTitle {
  margin-bottom: 30px;
  border-top: none;
  text-align: center;
}
#home .about .mainTitle:before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  background-color: #fff;
}
#home .about .mainTitle .title {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.max-sm-size #home .about .mainTitle .title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ece3db;
}
#home .about .mainTitle .summary {
  padding-left: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #7d4b38;
  font-size: 15px;
  font-weight: bold;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.max-sm-size #home .about .mainTitle .summary {
  position: relative;
  padding-left: 0;
  padding-top: 20px;
  font-size: 16px;
  text-align: left;
}
.max-xs-size #home .about .mainTitle .summary {
  font-size: 15px;
}
#home .about .left {
  padding-right: 38%;
}
.max-lg-size #home .about .left {
  padding-right: 35%;
}
.max-md-size #home .about .left {
  padding-right: 0;
}
#home .about .left .text {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#home .about .left .more {
  display: table;
  margin-left: auto;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.max-sm-size #home .about .left .more {
  margin-left: 0;
  margin-top: 20px;
}
#home .about .left ul.photo {
  margin-top: 50px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#home .about .left ul.photo li {
  float: left;
}
#home .about .left ul.photo li:nth-of-type(odd) {
  width: 60%;
  border-right: 1px solid #fff;
}
#home .about .left ul.photo li:nth-of-type(even) {
  width: 40%;
}
.max-sm-size #home .about .left ul.photo li {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
#home .about .left ul.photo li .pic {
  height: 410px;
}
.max-xs-size #home .about .left ul.photo li .pic {
  height: 200px;
}
#home .about .right {
  width: 32%;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.max-md-size #home .about .right {
  width: 100%;
  height: 780px;
  margin-top: 15px;
  position: relative;
  right: 0;
}
.max-xs-size #home .about .right {
  height: 410px;
}
#home .rooms {
  margin-bottom: 50px;
}
#home .rooms ul.slider {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.min-md-size #home .rooms ul.slider:hover li a .pic:before {
  opacity: 0.5;
}
#home .rooms ul.slider li.slick-slide {
  height: 410px;
  position: relative;
  overflow: hidden;
}
.max-xs-size #home .rooms ul.slider li.slick-slide {
  height: 300px;
}
#home .rooms ul.slider li.slick-slide a:hover .pic {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#home .rooms ul.slider li.slick-slide a:hover .pic:before {
  opacity: 0.1;
}
#home .rooms ul.slider li.slick-slide .pic {
  z-index: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#home .rooms ul.slider li.slick-slide .pic:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.max-xs-size #home .rooms ul.slider li.slick-slide .pic:before {
  opacity: 0.25;
}
#home .rooms ul.slider li.slick-slide .text {
  display: table;
  width: 100%;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.max-xs-size #home .rooms ul.slider li.slick-slide .text {
  bottom: 0;
}
.max-xs-size #home .rooms ul.slider li.slick-slide .text .middle {
  height: 300px;
  padding-top: 23px;
}
#home .rooms ul.slider li.slick-slide .text .name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}

.min-md-size .features ul.list:hover li a .pic:before {
  opacity: 0.5;
}
.features ul.list li {
  height: 285px;
  position: relative;
  overflow: hidden;
}
.max-xs-size .features ul.list li {
  height: 180px;
  margin-top: 3px;
}
.features ul.list li a:hover .pic {
  top: -20%;
}
.features ul.list li a:hover .pic:before {
  opacity: 0.2 !important;
}
.features ul.list li a:hover .pic:after {
  opacity: 1;
}
.features ul.list li a:hover .text .icon {
  background-color: #7d4b38;
  color: #fff;
}
.features ul.list li a .pic {
  height: 120%;
  z-index: 1;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
}
.features ul.list li a .pic:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.features ul.list li a .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
}
.features ul.list li a .text .middle {
  height: 285px;
  padding: 30px;
}
.max-xs-size .features ul.list li a .text .middle {
  height: 180px;
  padding: 15px;
}
.features ul.list li a .text .name {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.features ul.list li a .text .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 35px;
  color: #7d4b38;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}

/* ==========================================================================
    rooms
 ==========================================================================*/
#rooms .container {
  max-width: 1550px;
}
.max-xs-size #rooms .info {
  padding: 20px 0;
}
#rooms .info ul li {
  margin: 80px 0;
}
.max-md-size #rooms .info ul li {
  margin: 50px 0;
  text-align: center;
}
.max-xs-size #rooms .info ul li {
  margin: 20px 0;
}
#rooms .info ul li .title {
  margin-bottom: 10px;
  color: #7d4b38;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#rooms .info ul li .left {
  float: left;
}
.max-md-size #rooms .info ul li .left {
  float: none;
}
#rooms .info ul li .right {
  float: right;
}
.max-md-size #rooms .info ul li .right {
  float: none;
}
#rooms .info ul li:after {
  content: '';
  display: block;
  clear: both;
}
#rooms .info ul li:nth-of-type(1) .left {
  width: calc(100% - 370px);
  padding-right: 5%;
}
.max-md-size #rooms .info ul li:nth-of-type(1) .left {
  width: 100%;
  margin-top: 20px;
  padding-right: 0;
}
#rooms .info ul li:nth-of-type(1) .left .pic {
  height: 590px;
}
.max-md-size #rooms .info ul li:nth-of-type(1) .left .pic {
  height: 450px;
}
.max-xs-size #rooms .info ul li:nth-of-type(1) .left .pic {
  height: 200px;
}
#rooms .info ul li:nth-of-type(1) .right {
  width: 370px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #rooms .info ul li:nth-of-type(1) .right {
  width: 100%;
}
#rooms .info ul li:nth-of-type(1) .right .text {
  margin-top: 80px;
}
.max-md-size #rooms .info ul li:nth-of-type(1) .right .text {
  margin-top: 0;
}
#rooms .info ul li:nth-of-type(1) .right .pic {
  width: 370px;
  height: 310px;
  margin-top: 30px;
}
.max-md-size #rooms .info ul li:nth-of-type(1) .right .pic {
  margin-left: auto;
  margin-right: auto;
}
.max-xs-size #rooms .info ul li:nth-of-type(1) .right .pic {
  width: 100%;
}
#rooms .info ul li:nth-of-type(2) .left {
  width: 600px;
  padding-right: 5%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #rooms .info ul li:nth-of-type(2) .left {
  width: 100%;
  margin-bottom: 50px;
  padding-right: 0;
}
.max-xs-size #rooms .info ul li:nth-of-type(2) .left {
  margin-bottom: 20px;
}
#rooms .info ul li:nth-of-type(2) .right {
  width: calc(100% - 600px);
}
.max-md-size #rooms .info ul li:nth-of-type(2) .right {
  width: 100%;
}
#rooms .info ul li:nth-of-type(2) .pic {
  height: 400px;
}
.max-xs-size #rooms .info ul li:nth-of-type(2) .pic {
  height: 200px;
}
#rooms .info ul li:nth-of-type(3) .left {
  width: calc(100% - 600px);
  padding-right: 5%;
}
.max-md-size #rooms .info ul li:nth-of-type(3) .left {
  width: 100%;
  margin-top: 50px;
  padding-right: 0;
}
.max-xs-size #rooms .info ul li:nth-of-type(3) .left {
  margin-top: 20px;
}
#rooms .info ul li:nth-of-type(3) .right {
  width: 600px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-md-size #rooms .info ul li:nth-of-type(3) .right {
  width: 100%;
}
#rooms .info ul li:nth-of-type(3) .right .icon, #rooms .info ul li:nth-of-type(3) .right .title {
  display: inline-block;
  vertical-align: middle;
}
#rooms .info ul li:nth-of-type(3) .right .icon {
  margin-right: 30px;
}
#rooms .info ul li:nth-of-type(3) .right .text {
  margin-top: 30px;
}
#rooms .info ul li:nth-of-type(3) .pic {
  height: 400px;
}
.max-xs-size #rooms .info ul li:nth-of-type(3) .pic {
  height: 200px;
}
#rooms .room {
  margin-bottom: 50px;
}
.max-md-size #rooms .room {
  margin-bottom: 20px;
}
.max-xs-size #rooms .room {
  margin-bottom: 0;
}
#rooms .room .in-banner {
  height: 700px;
  position: relative;
}
.max-md-size #rooms .room .in-banner {
  height: 400px;
}
.max-xs-size #rooms .room .in-banner {
  height: 200px;
}
.max-xs-size #rooms .room .in-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}
#rooms .room .in-banner .pic {
  z-index: 1;
}
#rooms .room .in-banner .text {
  position: absolute;
  left: 23%;
  top: 23%;
  z-index: 2;
}
.max-md-size #rooms .room .in-banner .text {
  left: 60px;
  top: 40px;
}
.max-xs-size #rooms .room .in-banner .text {
  display: table;
  margin: auto;
  padding: 70px 15px 0 15px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
#rooms .room .in-banner .text .left, #rooms .room .in-banner .text .right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4em;
}
.max-xs-size #rooms .room .in-banner .text .left, .max-xs-size #rooms .room .in-banner .text .right {
  color: #fff;
  font-size: 25px;
}
#rooms .room .in-banner .text .left {
  padding-right: 10px;
  border-right: 1px solid #c7c7c7;
  color: #b89679;
  font-size: 30px;
  text-align: right;
}
#rooms .room .in-banner .text .right {
  padding-left: 10px;
  color: #7d4b38;
  font-size: 28px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#rooms .room ul.list {
  margin-top: -170px;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.max-xs-size #rooms .room ul.list {
  margin-top: 20px;
}
.max-xs-size #rooms .room ul.list {
  padding: 0;
}
#rooms .room ul.list li a {
  display: block;
  margin: 0 20px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ece3db;
  color: #b89679;
  text-align: center;
  -webkit-transition: background 0.5s, border 0.5s;
  transition: background 0.5s, border 0.5s;
}
.max-lg-size #rooms .room ul.list li a {
  margin: 0 10px;
  padding: 20px;
}
.max-xs-size #rooms .room ul.list li a {
  margin: 0 15px;
}
#rooms .room ul.list li a .pic {
  height: 280px;
  overflow: hidden;
}
.max-xs-size #rooms .room ul.list li a .pic {
  height: 200px;
}
#rooms .room ul.list li a .pic .jqimgFill {
  height: 280px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-out, -webkit-box-shadow 1s;
  transition: -webkit-transform 1s ease-out, -webkit-box-shadow 1s;
  transition: transform 1s ease-out, box-shadow 1s;
  transition: transform 1s ease-out, box-shadow 1s, -webkit-transform 1s ease-out, -webkit-box-shadow 1s;
}
.max-md-size #rooms .room ul.list li a .pic .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.max-xs-size #rooms .room ul.list li a .pic .jqimgFill {
  height: 200px;
}
#rooms .room ul.list li a .text .name {
  margin: 15px 0 10px 0;
  color: #7d4b38;
  font-size: 25px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#rooms .room ul.list li a .text .summary {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.min-md-size #rooms .room ul.list li a:hover {
  background-color: #97775c;
  color: #fff;
  border-color: #97775c;
}
.min-md-size #rooms .room ul.list li a:hover .pic .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
}
.min-md-size #rooms .room ul.list li a:hover .text .name {
  color: #fff;
}
.min-md-size #rooms .room ul.list li a:hover .text .btn {
  color: #97775c !important;
  background-color: #fff;
}
.min-md-size #rooms .room ul.list li a:hover .text .btn:before, .min-md-size #rooms .room ul.list li a:hover .text .btn:after {
  background-color: #fff;
}
#rooms .booking {
  position: relative;
  z-index: 1;
}
#rooms .booking .left {
  float: left;
  width: 40%;
}
.max-md-size #rooms .booking .left {
  float: none;
  width: 100%;
}
#rooms .booking .left .text {
  display: table;
  margin: auto;
}
#rooms .booking .left .text .middle {
  height: 530px;
  padding: 30px;
}
.max-md-size #rooms .booking .left .text .middle {
  height: auto;
  padding: 50px 30px;
}
.max-xs-size #rooms .booking .left .text .middle {
  padding: 20px 15px;
}
#rooms .booking .left .text .title {
  display: inline-block;
  padding-right: 10px;
  color: #7d4b38;
  font-size: 35px;
}
.max-xs-size #rooms .booking .left .text .title {
  font-size: 30px;
}
#rooms .booking .left .text .ping {
  display: inline-block;
  color: #7d4b38;
}
#rooms .booking .left .text .ping span {
  font-size: 20px;
}
.max-xs-size #rooms .booking .left .text .ping span {
  font-size: 15px;
}
#rooms .booking .left .text .price {
  margin: 10px 0 20px 0;
  color: #7d4b38;
}
#rooms .booking .left .text .price span {
  font-size: 20px;
}
.max-xs-size #rooms .booking .left .text .price span {
  font-size: 15px;
}
#rooms .booking .right {
  float: right;
  width: 60%;
  height: 630px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.max-md-size #rooms .booking .right {
  float: none;
  width: 100%;
  height: 450px;
}
.max-xs-size #rooms .booking .right {
  height: 200px;
}
.max-lg-size #rooms .booking .buttonBlock .btn {
  min-width: 140px;
}
.max-xs-size #rooms .booking .buttonBlock .btn {
  margin: 0 5px;
}
.max-ss-size #rooms .booking .buttonBlock .btn {
  min-width: 130px;
}
#rooms .notice {
  margin-top: -100px;
  padding: 200px 0 100px 0;
  background-color: #f5f2ed;
}
.max-md-size #rooms .notice {
  margin-top: 0;
  padding: 50px 0;
}
.max-xs-size #rooms .notice {
  padding: 30px 0;
}
#rooms .notice .title {
  margin: 0 0 50px 0;
  color: #7d4b38;
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}
.max-xs-size #rooms .notice .title {
  margin-bottom: 20px;
  font-size: 22px;
}
#rooms .notice .block {
  display: table;
  margin: auto;
  text-align: center;
}
.max-xs-size #rooms .notice .block {
  display: block;
}
.msie #rooms .notice .block {
  width: 100%;
  max-width: 1200px;
}
#rooms .notice .block:after {
  content: '';
  display: block;
  clear: both;
}
#rooms .notice .left, #rooms .notice .right {
  float: left;
}
.max-md-size #rooms .notice .left, .max-md-size #rooms .notice .right {
  max-width: 50%;
}
.max-xs-size #rooms .notice .left, .max-xs-size #rooms .notice .right {
  float: none;
  max-width: none;
  border: none;
}
#rooms .notice .left {
  max-width: 60%;
  margin-right: -1px;
  border-right: 1px solid #ece4dc;
}
.max-xs-size #rooms .notice .left {
  padding-right: 0;
}
#rooms .notice .right {
  max-width: 40%;
  padding-left: 50px;
  border-left: 1px solid #ece4dc;
}
.max-sm-size #rooms .notice .right {
  padding-left: 30px;
}
.max-xs-size #rooms .notice .right {
  padding-left: 0;
}
#rooms .notice ul.list {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
.max-sm-size #rooms .notice ul.list {
  display: block;
  padding-right: 30px;
}
.max-xs-size #rooms .notice ul.list {
  padding-right: 0;
  padding-top: 25px;
  border-top: 1px solid #ece4dc;
}
#rooms .notice ul.list li {
  padding-bottom: 10px;
  text-align: left;
}
#rooms .prevNext ul li {
  float: left;
  width: 50%;
  height: 210px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.max-xs-size #rooms .prevNext ul li {
  height: 100px;
}
#rooms .prevNext ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
#rooms .prevNext ul li a .pic {
  z-index: 1;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#rooms .prevNext ul li a .pic:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.7;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#rooms .prevNext ul li a .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}
#rooms .prevNext ul li a .text .middle {
  height: 210px;
  padding: 15px;
}
.max-xs-size #rooms .prevNext ul li a .text .middle {
  height: 100px;
  padding: 0 10px;
}
#rooms .prevNext ul li a .text .title {
  margin-top: 10px;
  font-size: 28px;
}
.max-xs-size #rooms .prevNext ul li a .text .title {
  margin-top: 0;
  font-size: 18px;
}
#rooms .prevNext ul li a:hover {
  color: #fff;
}
#rooms .prevNext ul li a:hover .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#rooms .prevNext ul li a:hover .pic:before {
  opacity: 0.5;
}

/* ==========================================================================
    caterings
 ==========================================================================*/
#caterings .list ul li a {
  display: block;
  -webkit-transition: background 1s;
  transition: background 1s;
}
#caterings .list ul li a .text {
  max-width: 530px;
  width: 100%;
  margin: auto;
  padding: 80px 15px 50px 15px;
  text-align: center;
}
.max-sm-size #caterings .list ul li a .text {
  padding: 30px 15px 20px 15px;
}
#caterings .list ul li a .text .name {
  margin: 0;
  color: #7d4b38;
  font-size: 28px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-xs-size #caterings .list ul li a .text .name {
  font-size: 20px;
}
#caterings .list ul li a .text .summary {
  margin-top: 10px;
  color: #b89679;
  font-size: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#caterings .list ul li a .pic {
  height: 515px;
  position: relative;
  overflow: hidden;
}
.max-sm-size #caterings .list ul li a .pic {
  height: 200px;
}
#caterings .list ul li a .pic .jqimgFill {
  height: 120%;
  -webkit-transition: top 2s ease-out;
  transition: top 2s ease-out;
}
.max-md-size #caterings .list ul li a .pic .jqimgFill {
  height: 100%;
}
.min-md-size #caterings .list ul li a:hover {
  background-color: #b89679;
}
.min-md-size #caterings .list ul li a:hover .text .name {
  color: #fff;
}
.min-md-size #caterings .list ul li a:hover .text .summary {
  color: #fff;
}
.min-md-size #caterings .list ul li a:hover .jqimgFill {
  top: -20%;
}

.closed {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background: #000 url("images/close.png") center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 0;
  cursor: pointer;
}
.closed:hover {
  background-color: #b89678;
}
.max-sm-size .closed {
  width: 40px;
  height: 40px;
}

.goLink {
  width: 150px;
  position: fixed;
  right: 60px;
  top: 0;
  z-index: 99;
  background-color: #97775c;
  color: #fff;
  line-height: 60px;
  text-align: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.goLink:hover {
  background-color: #7d4b38;
}
.max-sm-size .goLink {
  right: 40px;
  line-height: 40px;
}

#catering .info {
  padding: 100px 0;
  position: relative;
}
.max-md-size #catering .info {
  padding: 30px;
}
.max-xs-size #catering .info {
  padding: 30px 15px;
}
#catering .info .text {
  float: left;
  width: 300px;
  padding: 100px 4%;
  text-align: center;
}
.max-md-size #catering .info .text {
  float: none;
  width: 100%;
  padding: 30px 15px;
}
#catering .info .text .title {
  margin: 0 0 50px 0;
  color: #7d4b38;
  font-size: 28px;
  font-weight: normal;
}
.max-xs-size #catering .info .text .title {
  margin-bottom: 10px;
  font-size: 20px;
}
#catering .info .pic {
  float: left;
  width: calc(50% - 150px);
  height: 830px;
}
.max-md-size #catering .info .pic {
  float: none;
  width: 100%;
  height: 500px;
}
#catering .info .pic.right {
  margin-top: 50px;
}
.max-md-size #catering .info .pic.right {
  margin-top: 0;
}
#catering .info .share {
  padding-bottom: 0;
}
#catering .info .share ul li {
  margin-left: 5px;
  margin-right: 5px;
}
#catering .info .share ul li:first-of-type {
  margin-right: 0;
}
#catering .notice {
  padding: 50px 0;
  background-color: #f5f2ed;
}
.max-xs-size #catering .notice {
  padding: 30px 0;
}
#catering .notice .block {
  display: table;
  margin: auto;
  text-align: center;
}
.max-xs-size #catering .notice .block {
  display: block;
}
#catering .notice .block:after {
  content: '';
  display: block;
  clear: both;
}
#catering .notice .left, #catering .notice .right {
  float: left;
  max-width: 50%;
  text-align: left;
}
.max-xs-size #catering .notice .left, .max-xs-size #catering .notice .right {
  float: none;
  max-width: none;
  border: none;
}
#catering .notice .left ul li, #catering .notice .right ul li {
  padding-bottom: 10px;
}
#catering .notice .left {
  margin-right: -1px;
  padding-right: 50px;
  border-right: 1px solid #ece4dc;
}
.max-xs-size #catering .notice .left {
  margin-bottom: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ece4dc;
}
#catering .notice .right {
  padding-left: 50px;
  border-left: 1px solid #ece4dc;
}
.max-sm-size #catering .notice .right {
  padding-left: 30px;
}
.max-xs-size #catering .notice .right {
  padding-left: 0;
}
#catering .notice .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #7d4b38;
  font-size: 18px;
  font-weight: normal;
}

/* ==========================================================================
    banquets
 ==========================================================================*/
#banquets .info {
  padding: 50px 15px 100px 15px;
}
.max-md-size #banquets .info {
  padding: 50px 15px;
}
.max-sm-size #banquets .info {
  padding: 20px 15px;
}
#banquets .info .text {
  max-width: 680px;
  margin: auto;
  color: #7d4b38;
}
#banquets .list ul li {
  position: relative;
  background-color: #f5f2ed;
}
#banquets .list ul li:after {
  content: '';
  display: block;
  clear: both;
}
#banquets .list ul li .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.max-sm-size #banquets .list ul li .pic {
  height: 200px;
  position: relative;
}
#banquets .list ul li .pic .jqimgFill {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.max-md-size #banquets .list ul li .pic .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#banquets .list ul li .text {
  display: table;
  width: 50%;
  text-align: center;
}
#banquets .list ul li .text .middle {
  height: 620px;
  padding: 30px;
}
#banquets .list ul li .text .middle .icon {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.max-sm-size #banquets .list ul li .text .middle {
  height: auto;
  padding: 20px 15px;
}
.max-sm-size #banquets .list ul li .text .middle .icon img {
  width: 80px;
}
#banquets .list ul li .text .name {
  margin: 0;
  color: #7d4b38;
  font-size: 30px;
  font-weight: normal;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-xs-size #banquets .list ul li .text .name {
  font-size: 25px;
}
#banquets .list ul li .text .summary {
  display: inline-block;
  max-width: 570px;
  margin: 30px 0;
  color: #b89679;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.max-sm-size #banquets .list ul li .text .summary {
  margin: 10px 0;
}
#banquets .list ul li .text .more {
  color: #d7bea9;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#banquets .list ul li:nth-of-type(odd) .text {
  float: left;
}
#banquets .list ul li:nth-of-type(odd) .pic {
  right: 0;
}
#banquets .list ul li:nth-of-type(even) .text {
  float: right;
}
#banquets .list ul li:nth-of-type(even) .pic {
  left: 0;
}
#banquets .list ul li:hover .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#banquets .list ul li:hover .text .more {
  color: #7d4b38;
}
.max-sm-size #banquets .list ul li .text, .max-sm-size #banquets .list ul li .pic {
  float: none;
  width: 100%;
}
.max-sm-size #banquets .list ul.links {
  display: inline-block;
}
#banquets .list ul.links li {
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
}
.max-sm-size #banquets .list ul.links li {
  display: block;
}
#banquets .list ul.links li a {
  display: block;
  padding: 10px;
  color: #b2a47e;
  font-size: 18px;
  border: 1px solid #b2a47e;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.max-sm-size #banquets .list ul.links li a {
  font-size: 16px;
}
#banquets .list ul.links li a:hover {
  background-color: #b2a47e;
  color: #fff;
}

/* ==========================================================================
    banquet
 ==========================================================================*/
#banquet .title {
  margin-top: 0;
  color: #7d4b38;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.max-xs-size #banquet .title {
  margin-bottom: 10px;
  font-size: 20px;
}
#banquet .note {
  padding: 100px 0;
  text-align: center;
}
.max-md-size #banquet .note {
  padding: 50px 0;
}
.max-sm-size #banquet .note {
  padding: 20px 0;
}
#banquet .info {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.max-md-size #banquet .info {
  padding: 50px 0;
}
.max-sm-size #banquet .info {
  padding: 20px 0;
}
#banquet .info .video {
  height: 805px;
  position: relative;
  overflow: hidden;
}
.max-md-size #banquet .info .video {
  height: 500px;
}
.max-sm-size #banquet .info .video {
  height: 200px;
}
#banquet .info .video .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#banquet .info .video:after {
  content: '';
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url("images/icon-play.png") center no-repeat;
}
#banquet .info .video a:hover .pic {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#banquet .info .editor {
  margin-top: 50px;
}
.max-sm-size #banquet .info .editor {
  margin-top: 20px;
}

/* ==========================================================================
    wedding
 ==========================================================================*/
#wedding .tag {
  top: 0;
}
#wedding .list > ul > li {
  position: relative;
}
#wedding .list > ul > li .pic {
  width: 50%;
}
.max-md-size #wedding .list > ul > li .pic {
  width: 100%;
  height: 500px;
  position: relative;
}
.max-sm-size #wedding .list > ul > li .pic {
  height: 250px;
}
#wedding .list > ul > li .text {
  display: table;
  width: 100%;
}
#wedding .list > ul > li .text > .middle {
  height: 980px;
  padding: 50px 100px;
}
.max-lg-size #wedding .list > ul > li .text > .middle {
  padding: 50px 30px;
}
.max-md-size #wedding .list > ul > li .text > .middle {
  height: auto;
}
.max-sm-size #wedding .list > ul > li .text > .middle {
  padding: 30px 15px;
}
#wedding .list > ul > li .text .title {
  display: table;
  width: 306px;
  height: 312px;
  margin: auto;
  background: url("images/wedding/title-bg.png") center no-repeat;
}
.max-xs-size #wedding .list > ul > li .text .title {
  width: 200px;
  height: 200px;
  background-size: contain;
}
#wedding .list > ul > li .text .title .middle {
  height: 312px;
  padding: 15px;
  text-align: center;
}
.max-xs-size #wedding .list > ul > li .text .title .middle {
  height: 200px;
}
#wedding .list > ul > li .text .title .name {
  margin: 0 0 5px 0;
  color: #7d4b38;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.max-xs-size #wedding .list > ul > li .text .title .name {
  font-size: 30px;
}
#wedding .list > ul > li .text .title .sub {
  color: #97775c;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.max-xs-size #wedding .list > ul > li .text .title .sub {
  font-size: 18px;
}
#wedding .list > ul > li .text .price {
  color: #000;
  text-align: center;
}
#wedding .list > ul > li .text .price span {
  font-size: 18px;
}
#wedding .list > ul > li .text .summary {
  color: #97775c;
  text-align: center;
}
#wedding .list > ul > li:nth-of-type(odd) {
  padding-left: 50%;
}
#wedding .list > ul > li:nth-of-type(even) {
  padding-right: 50%;
}
#wedding .list > ul > li:nth-of-type(even) .pic {
  left: auto;
  right: 0;
}
.max-md-size #wedding .list > ul > li {
  padding: 0;
}
#wedding .list > ul > li .editor {
  margin-top: 30px;
}
#wedding .list > ul > li .editor .block {
  display: table;
  margin: auto;
}
#wedding .list > ul > li .editor .block ul.list {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
  padding-right: 50px;
}
.max-lg-size #wedding .list > ul > li .editor .block ul.list {
  padding-right: 20px;
}
.max-xs-size #wedding .list > ul > li .editor .block ul.list {
  display: block;
  max-width: none;
  padding-right: 0;
}
#wedding .list > ul > li .editor .block ul.list li {
  list-style: disc;
  font-size: 15px;
}
#wedding .list > ul > li .download {
  display: table;
  min-width: 165px;
  margin: 50px auto 0 auto;
  padding: 3px;
  border: 1px solid #7d4b38;
  color: #7d4b38;
  font-size: 15px;
  text-align: center;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#wedding .list > ul > li .download:hover {
  background-color: #7d4b38;
  color: #fff;
}
.max-xs-size #wedding .list > ul > li .download {
  margin-top: 30px;
}

/* ==========================================================================
    meeting
 ==========================================================================*/
#meeting .tabs {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#meeting .tabs ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#meeting .tabs ul li:after {
  content: '';
  width: 1px;
  height: 40px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
#meeting .tabs ul li:last-of-type:after {
  content: normal;
}
#meeting .tabs ul li a {
  display: block;
  padding: 0 20px;
}
.max-xs-size #meeting .tabs ul li a {
  padding: 0 10px;
}
#meeting .tabs ul li a .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px auto;
  background: center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background-size: contain;
}
.max-xs-size #meeting .tabs ul li a .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
#meeting .tabs ul li a .icon.info {
  background-image: url("images/meeting/icon01.png");
}
#meeting .tabs ul li a .icon.place {
  background-image: url("images/meeting/icon02.png");
}
#meeting .tabs ul li a .icon.project {
  background-image: url("images/meeting/icon03.png");
}
#meeting .tabs ul li a .icon.stay {
  background-image: url("images/meeting/icon04.png");
}
#meeting .tabs ul li a .title {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.min-md-size #meeting .tabs ul li a:hover .title, .min-md-size #meeting .tabs ul li.actived a .title {
  color: #b89679;
}
.min-md-size #meeting .tabs ul li a:hover .info, .min-md-size #meeting .tabs ul li.actived a .info {
  background-image: url("images/meeting/icon01-2.png");
}
.min-md-size #meeting .tabs ul li a:hover .place, .min-md-size #meeting .tabs ul li.actived a .place {
  background-image: url("images/meeting/icon02-2.png");
}
.min-md-size #meeting .tabs ul li a:hover .project, .min-md-size #meeting .tabs ul li.actived a .project {
  background-image: url("images/meeting/icon03-2.png");
}
.min-md-size #meeting .tabs ul li a:hover .stay, .min-md-size #meeting .tabs ul li.actived a .stay {
  background-image: url("images/meeting/icon04-2.png");
}
#meeting .container {
  max-width: 1030px;
}
#meeting .tabs-inner {
  padding: 100px 0;
}
.max-md-size #meeting .tabs-inner {
  padding: 50px 0;
}
#meeting .tabs-inner .title {
  text-align: center;
}
#meeting .tabs-inner .title .name {
  color: #7d4b38;
  font-size: 28px;
}
.max-xs-size #meeting .tabs-inner .title .name {
  font-size: 25px;
}
#meeting .tabs-inner .title .summary {
  margin-top: 50px;
  color: #b89679;
}
.max-xs-size #meeting .tabs-inner .title .summary {
  margin-top: 30px;
}
#meeting .tabs-inner .editor {
  margin-top: 50px;
}
#meeting .tabs-inner .editor .name {
  color: #7d4b38;
  font-weight: bold;
}
#meeting .tabs-inner .editor .notice {
  display: table;
  margin: 50px auto 0 auto;
}
#meeting .tabs-inner .editor .notice .name {
  display: table;
  margin: auto;
  padding-bottom: 3px;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#meeting .tabs-inner .editor .notice .name:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #7d4b38;
}
#meeting .tabs-inner .editor .notice ul {
  margin-top: 30px;
}

/* ==========================================================================
    facilities
 ==========================================================================*/
#facilities .list {
  padding-top: 80px;
}
.max-md-size #facilities .list {
  padding-top: 50px;
}
.max-sm-size #facilities .list {
  padding: 20px 15px 0 15px;
}
#facilities .list ul li {
  display: table;
  max-width: 1600px;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 50px;
  position: relative;
}
.max-md-size #facilities .list ul li {
  margin-bottom: 50px;
}
.max-sm-size #facilities .list ul li {
  margin-bottom: 20px;
  padding-top: 0;
}
#facilities .list ul li .pic {
  width: calc(100% - 500px);
  height: 580px;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.max-md-size #facilities .list ul li .pic {
  width: calc(100% - 300px);
  height: 400px;
}
.max-sm-size #facilities .list ul li .pic {
  width: 100%;
  height: 200px;
  position: relative;
}
#facilities .list ul li .pic .jqimgFill {
  height: 580px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.max-md-size #facilities .list ul li .pic .jqimgFill {
  height: 400px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.max-sm-size #facilities .list ul li .pic .jqimgFill {
  height: 200px;
}
#facilities .list ul li .text {
  width: 1000px;
  background-color: #f2f2f2;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-md-size #facilities .list ul li .text {
  width: 100%;
}
#facilities .list ul li .text .middle {
  padding: 30px 80px;
  height: 580px;
}
.max-md-size #facilities .list ul li .text .middle {
  padding: 15px;
  height: 400px;
}
.max-sm-size #facilities .list ul li .text .middle {
  height: auto;
}
#facilities .list ul li .text .name {
  margin: 0;
  color: #7d4b38;
  font-size: 50px;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-md-size #facilities .list ul li .text .name {
  font-size: 35px;
}
.max-xs-size #facilities .list ul li .text .name {
  font-size: 25px;
}
#facilities .list ul li .text .sub {
  margin: 20px 0;
  color: #7d4b38;
  font-size: 22px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-md-size #facilities .list ul li .text .sub {
  margin: 10px 0;
  font-size: 18px;
}
#facilities .list ul li .text .summary {
  color: #b89679;
  font-size: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#facilities .list ul li .text .more {
  display: inline-block;
  margin-top: 30px;
  color: #d7bea9;
  border-bottom: 1px solid #d7bea9;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.max-sm-size #facilities .list ul li .text .more {
  margin-top: 10px;
}
.min-md-size #facilities .list ul li a:hover .jqimgFill {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.min-md-size #facilities .list ul li a:hover .text {
  background-color: #b89679;
}
.min-md-size #facilities .list ul li a:hover .text .name, .min-md-size #facilities .list ul li a:hover .text .sub, .min-md-size #facilities .list ul li a:hover .text .summary, .min-md-size #facilities .list ul li a:hover .text .more {
  color: #fff;
}
#facilities .list ul li:nth-of-type(odd) {
  margin-right: auto;
}
#facilities .list ul li:nth-of-type(odd) .pic {
  left: 0;
}
#facilities .list ul li:nth-of-type(odd) .text {
  margin-left: auto;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.max-sm-size #facilities .list ul li:nth-of-type(odd) .text {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
#facilities .list ul li:nth-of-type(odd) .text .middle {
  padding-left: 600px;
}
.max-md-size #facilities .list ul li:nth-of-type(odd) .text .middle {
  padding-right: 30px;
  padding-left: 500px;
}
.max-sm-size #facilities .list ul li:nth-of-type(odd) .text .middle {
  padding: 15px;
}
#facilities .list ul li:nth-of-type(even) {
  margin-left: auto;
}
#facilities .list ul li:nth-of-type(even) .pic {
  right: 0;
}
#facilities .list ul li:nth-of-type(even) .text {
  margin-right: auto;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.max-sm-size #facilities .list ul li:nth-of-type(even) .text {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
#facilities .list ul li:nth-of-type(even) .text .middle {
  padding-right: 600px;
}
.max-md-size #facilities .list ul li:nth-of-type(even) .text .middle {
  padding-left: 30px;
  padding-right: 500px;
}
.max-sm-size #facilities .list ul li:nth-of-type(even) .text .middle {
  padding: 15px;
}

#facility .info {
  padding: 80px 0;
}
.max-md-size #facility .info {
  padding: 50px 0;
}
.max-xs-size #facility .info {
  padding: 20px 0;
}
#facility .info .title {
  margin-top: 0;
  margin-bottom: 50px;
  color: #7d4b38;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.max-xs-size #facility .info .title {
  margin-bottom: 20px;
  font-size: 25px;
}
#facility .info .hall td, #facility .info .spa td {
  width: 30%;
  border: none;
  vertical-align: top;
  text-align: left;
}
.max-xs-size #facility .info .hall td, .max-xs-size #facility .info .spa td {
  display: block;
  width: 100%;
}
#facility .info .hall .name, #facility .info .spa .name {
  color: #7d4b38;
  font-weight: bold;
}
#facility .info .shops td, #facility .info .pool td {
  width: 50%;
  border: none;
  text-align: left;
}
#facility .info .shops td .title, #facility .info .pool td .title {
  margin-bottom: 0;
  text-align: left;
}
#facility .info .shops td:first-of-type, #facility .info .pool td:first-of-type {
  padding-right: 50px;
}
.max-md-size #facility .info .shops td, .max-md-size #facility .info .pool td {
  display: block;
  width: 100%;
  padding-right: 0;
}
#facility .info .time span {
  font-size: 22px;
}
#facility .pool .name {
  margin-top: 10px;
  color: #7d4b38;
  font-weight: bold;
}
#facility .notice {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.max-md-size #facility .notice {
  padding: 50px 0;
}
.max-xs-size #facility .notice {
  padding: 20px 0;
}
#facility .notice .table {
  text-align: left;
}
#facility .notice .table .gray {
  min-width: 90px;
  background-color: #e6e6e6;
}
#facility .notice .title {
  margin: 50px 0 20px 0;
  color: #7d4b38;
  font-size: 18px;
  text-align: center;
}
#facility .notice ul.list {
  display: table;
  margin: auto;
}
#facility .footer {
  position: relative;
}
#facility .footer .bg {
  z-index: 1;
}
#facility .footer .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
}
#facility .footer .text .middle {
  height: 375px;
  padding: 15px;
  text-align: center;
}
.max-xs-size #facility .footer .text .middle {
  height: 200px;
}
#facility .footer .text .title {
  margin-bottom: 20px;
  font-size: 20px;
}
#facility .footer .text ul.list li {
  display: inline-block;
}
#facility .footer .text ul.list li:nth-of-type(1) {
  padding-right: 20px;
}
.max-xs-size #facility .footer .text ul.list li:nth-of-type(1) {
  display: block;
  padding-right: 0;
}
#facility .footer .text ul.list li:nth-of-type(3) {
  display: block;
}
#facility .footer .text ul.list li a {
  color: #fff;
}
#facility .service {
  margin: 80px 0;
  padding-left: 33%;
  position: relative;
}
.max-md-size #facility .service {
  margin: 30px;
  padding-left: 0;
}
.max-sm-size #facility .service {
  margin: 20px 15px;
}
#facility .service .name {
  margin-bottom: 20px;
  color: #7d4b38;
  font-weight: bold;
}
#facility .service .devine > li {
  margin-bottom: 20px;
}
#facility .service .left {
  width: 33%;
}
.max-md-size #facility .service .left {
  width: 100%;
  height: 500px;
  position: relative;
}
#facility .service .right {
  padding-left: 10%;
  padding-top: 100px;
}
.max-lg-size #facility .service .right {
  padding-left: 30px;
  padding-top: 50px;
}
.max-md-size #facility .service .right {
  padding-left: 0;
  padding-top: 30px;
}
#facility .service .right .table {
  text-align: left;
}
#facility .service .right .table td {
  width: 33%;
  vertical-align: top;
  border: none;
}
.max-md-size #facility .service .right .table td {
  display: block;
  width: 100%;
}
#facility .service .right .table .photo td {
  width: auto;
  padding: 30px 0 0 0;
}
.max-md-size #facility .service .right .table .photo td {
  padding-top: 10px;
}
#facility .service .right .table .photo td img {
  display: block;
  width: 100%;
}

/* ==========================================================================
    scene
 ==========================================================================*/
#scene > .inner {
  padding-top: 90px;
  border-bottom: 1px solid #ece3db;
}
.max-sm-size #scene > .inner {
  padding-top: 60px;
}
#scene .container {
  max-width: 1200px;
}
#scene .photos ul li .pic {
  position: relative;
  border: 1px solid #fff;
}
#scene .photos ul li .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#scene .photos ul li .pic img {
  display: block;
}
#scene .photos ul li.slick-center .pic:after {
  opacity: 0;
}
#scene .photos .slick-arrow {
  background: center no-repeat;
}
#scene .photos .slick-arrow:after {
  content: normal;
}
#scene .photos .slick-prev {
  left: calc(25% - 50px);
  background-image: url("images/scenes/arrow-prev.png");
}
.max-md-size #scene .photos .slick-prev {
  left: 20px;
}
.max-sm-size #scene .photos .slick-prev {
  left: 0;
}
#scene .photos .slick-next {
  right: calc(25% - 50px);
  background-image: url("images/scenes/arrow-next.png");
}
.max-md-size #scene .photos .slick-next {
  right: 20px;
}
.max-sm-size #scene .photos .slick-next {
  right: 0;
}
#scene .info {
  padding-top: 50px;
}
.max-sm-size #scene .info {
  padding-top: 20px;
}
#scene .info .title {
  padding-right: 150px;
  position: relative;
}
.max-sm-size #scene .info .title {
  padding-right: 0;
}
#scene .info .title .name {
  margin: 0;
  color: #7d4b38;
  font-size: 40px;
  font-weight: normal;
}
.max-md-size #scene .info .title .name {
  font-size: 35px;
}
.max-xs-size #scene .info .title .name {
  font-size: 25px;
}
#scene .info .title .goMap {
  display: inline-block;
  padding-left: 30px;
  position: absolute;
  right: 0;
  top: 20px;
  color: #7d4b38;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.max-md-size #scene .info .title .goMap {
  top: 13px;
}
.max-sm-size #scene .info .title .goMap {
  margin-top: 20px;
  position: relative;
  top: 0;
}
#scene .info .title .goMap:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("images/icon-map.png") center no-repeat;
  margin-top: -15px;
  position: absolute;
  left: 0;
  top: 50%;
}
#scene .info .title .goMap:hover {
  opacity: 0.6;
}
#scene .editor {
  margin: 50px 0;
  padding-bottom: 50px;
}
.max-md-size #scene .editor {
  margin: 30px 0;
  padding-bottom: 0;
}

/* ==========================================================================
    new
 ==========================================================================*/
#new > .inner {
  border-bottom: 1px solid #ece3db;
}
#new .top-pic {
  position: relative;
}
#new .top-pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
}
#new .top-pic img {
  display: block;
}
.max-md-size #new .top-pic {
  margin-top: 60px;
}
#new .info {
  padding-top: 50px;
}
.max-sm-size #new .info {
  padding-top: 20px;
}
#new .info .container {
  max-width: 1200px;
}
#new .info .title {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ece3db;
}
#new .info .title .date {
  color: #7d4b38;
  font-size: 18px;
}
#new .info .title .name {
  margin: 0;
  color: #7d4b38;
  font-size: 40px;
  font-weight: normal;
}
.max-md-size #new .info .title .name {
  font-size: 35px;
}
.max-xs-size #new .info .title .name {
  font-size: 25px;
}
#new .info .title .share {
  padding: 30px 0;
}
#new .related {
  padding-top: 0;
  border-top: 1px solid #ece3db;
}
.max-md-size #new .related {
  padding: 0;
}
#new .related ul.slider {
  padding-bottom: 50px;
}
.max-md-size #new .related ul.slider {
  padding: 0 15px;
}
.max-sm-size #new .related ul.slider {
  padding: 0 30px;
}
#new .related .title {
  margin: 50px 0;
  color: #7d4b38;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

/* ==========================================================================
    about
 ==========================================================================*/
.nav-menu {
  margin-top: -84px;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 50;
}
.max-md-size .nav-menu {
  width: 100%;
  margin-top: 0;
  top: auto;
  bottom: 0;
  background-color: #b89678;
}
.max-sm-size .nav-menu {
  display: none !important;
  opacity: 0 !important;
}
.max-md-size .nav-menu ul li {
  float: left;
  text-align: center;
  border-right: 1px solid #fff;
}
.max-md-size .nav-menu ul li:last-of-type {
  border-right: none;
}
.min-md-size .nav-menu ul li:hover a {
  color: #7d4b38;
}
.nav-menu ul li a {
  padding-left: 45px;
  position: relative;
  color: transparent;
}
.max-md-size .nav-menu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
}
.max-md-size .nav-menu ul li a.mPS2id-highlight {
  background-color: #97775c;
}
.nav-menu ul li a:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background-color: #7d4b38;
  margin-top: -1px;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transition: width 0.5s, left 0.5s;
  transition: width 0.5s, left 0.5s;
}
.max-md-size .nav-menu ul li a:before {
  content: normal;
}
.min-md-size .nav-menu ul li a.mPS2id-highlight {
  color: #7d4b38;
}
.min-md-size .nav-menu ul li a.mPS2id-highlight:before {
  width: 26px;
  left: 0;
}
.nav-menu.actived ul li:hover a {
  color: #fff;
}
.nav-menu.actived ul li a:before {
  background-color: #fff;
}
.nav-menu.actived ul li a.mPS2id-highlight {
  color: #fff;
}

.max-md-size #about .nav-menu ul li {
  width: 16.6%;
}
.max-xs-size #about .nav-menu ul li {
  width: 33.33%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.max-xs-size #about .nav-menu ul li:nth-of-type(3n) {
  border-right: none;
}
.max-md-size #about .goDown {
  display: none;
}
.max-sm-size #about .goDown {
  display: block;
}
#about .container {
  max-width: 1430px;
}
.max-bg2-size #about .container {
  max-width: none;
  margin-right: 0;
  padding-left: 150px;
}
.max-md-size #about .container {
  padding-left: 15px;
}
#about .content .name {
  margin: 0;
  color: #7d4b38;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: normal;
}
.max-xs-size #about .content .name {
  font-size: 25px;
}
#about .content .sub {
  color: #7d4b38;
  font-size: 16px;
  font-weight: bold;
}
#about .content .summary {
  margin-top: 20px;
}
#about .content .editor {
  padding: 30px 0;
}
#about .origin .content .sub {
  margin-top: 20px;
}
#about .origin .content .info {
  padding: 100px 0;
}
.max-md-size #about .origin .content .info {
  padding: 50px 0;
}
.max-sm-size #about .origin .content .info {
  padding: 30px 0;
}
#about .origin .content .info .left {
  float: left;
  width: 320px;
  padding-right: 50px;
  padding-top: 50px;
}
.max-md-size #about .origin .content .info .left {
  float: none;
  width: 100%;
  padding: 0;
}
#about .origin .content .info .right {
  float: left;
  width: calc(100% - 320px);
  height: 620px;
}
.max-md-size #about .origin .content .info .right {
  float: none;
  width: 100%;
  height: 450px;
  margin-top: 30px;
}
.max-xs-size #about .origin .content .info .right {
  height: 250px;
  margin-top: 20px;
}
#about .origin .content .photos ul.list li {
  float: left;
  width: 25%;
}
.max-md-size #about .origin .content .photos ul.list li {
  width: 50%;
}
#about .origin .content .photos ul.list li .pic {
  height: 335px;
}
.max-lg-size #about .origin .content .photos ul.list li .pic {
  height: 200px;
}
.max-xs-size #about .origin .content .photos ul.list li .pic {
  height: 150px;
}
#about .origin .content .photos .editor .left {
  float: left;
  width: 47.5%;
  padding-right: 5%;
}
.max-bg2-size #about .origin .content .photos .editor .left {
  padding-right: 0;
}
.max-xs-size #about .origin .content .photos .editor .left {
  float: none;
  width: 100%;
}
#about .origin .content .photos .editor .right {
  float: right;
  width: 47.5%;
}
.max-xs-size #about .origin .content .photos .editor .right {
  float: none;
  width: 100%;
}
#about .origin .content .video {
  height: 980px;
  position: relative;
  overflow: hidden;
}
.max-lg-size #about .origin .content .video {
  height: 500px;
}
.max-xs-size #about .origin .content .video {
  height: 250px;
}
#about .origin .content .video a:hover .pic {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#about .origin .content .video a:hover .pic:before {
  opacity: 0.5;
}
#about .origin .content .video a:hover .text .icon {
  -webkit-box-shadow: 0 0 20px rgba(254, 255, 213, 0.8);
          box-shadow: 0 0 20px rgba(254, 255, 213, 0.8);
}
#about .origin .content .video a:hover .text .title {
  text-shadow: 0 0 20px rgba(254, 255, 213, 0.8);
}
#about .origin .content .video .pic {
  z-index: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: -webkit-transform 3s ease-out;
  transition: transform 3s ease-out;
  transition: transform 3s ease-out, -webkit-transform 3s ease-out;
}
#about .origin .content .video .pic:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#about .origin .content .video .text {
  width: 100%;
  margin-top: -60px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  text-align: center;
}
#about .origin .content .video .text .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: url("images/icon-play.png") center no-repeat;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.max-xs-size #about .origin .content .video .text .icon {
  width: 50px;
  height: 50px;
  border-width: 2px;
}
#about .origin .content .video .text .title {
  margin-top: 20px;
  color: #fff;
  font-size: 36px;
  -webkit-transition: text-shadow 0.5s;
  transition: text-shadow 0.5s;
}
.max-xs-size #about .origin .content .video .text .title {
  margin-top: 10px;
  font-size: 25px;
}
#about .origin .content .stay .sub {
  margin-top: 0;
}
.max-xs-size #about .origin .content .stay .bottom {
  padding: 0 15px;
}
#about .origin .content .stay .bottom .pic {
  height: 700px;
}
.max-lg-size #about .origin .content .stay .bottom .pic {
  height: 400px;
}
#about .origin .content .stay .bottom .left {
  float: left;
  width: 66%;
}
.max-xs-size #about .origin .content .stay .bottom .left {
  float: none;
  width: 100%;
  height: 250px;
}
#about .origin .content .stay .bottom .right {
  float: left;
  width: 34%;
}
.max-xs-size #about .origin .content .stay .bottom .right {
  float: none;
  width: 100%;
  margin-top: 10px;
}
#about .origin .content .vacation {
  padding: 100px 0;
}
.max-md-size #about .origin .content .vacation {
  padding: 50px 0;
}
.max-xs-size #about .origin .content .vacation {
  padding: 30px 0;
}
#about .origin .content .vacation .sub {
  margin-top: 0;
}
#about .origin .content .vacation .left {
  float: left;
  width: 650px;
  padding-right: 5%;
}
.max-lg-size #about .origin .content .vacation .left {
  width: 55%;
}
.max-sm-size #about .origin .content .vacation .left {
  float: none;
  width: 100%;
  padding-right: 0;
}
#about .origin .content .vacation .right {
  float: left;
  width: calc(100% - 650px);
  height: 785px;
}
.max-lg-size #about .origin .content .vacation .right {
  width: 45%;
}
.max-sm-size #about .origin .content .vacation .right {
  float: none;
  width: 100%;
  height: 400px;
}
#about .half .content {
  position: relative;
  min-height: 980px;
  overflow: hidden;
  background-color: #f5f2ed;
}
.max-lg-size #about .half .content {
  min-height: 800px;
}
.max-sm-size #about .half .content {
  min-height: 0;
}
.max-sm-size #about .half .content .full {
  height: 400px;
  position: relative;
}
#about .half .text .middle {
  height: 980px;
  padding: 50px 15%;
}
.msie #about .half .text .middle {
  padding: 50px 7vw;
}
.max-lg-size #about .half .text .middle {
  height: 800px;
  padding: 30px;
}
.max-sm-size #about .half .text .middle {
  height: auto;
  padding: 30px 15px;
}
#about .half .text .name {
  margin-bottom: 30px;
}
#about .half .text .editor {
  padding: 0;
}
#about .half .text .scrollbar {
  max-height: 800px;
}
.max-lg-size #about .half .text .scrollbar {
  max-height: none;
}
#about .design .left {
  width: 50%;
}
.max-sm-size #about .design .left {
  width: 100%;
}
#about .design .right {
  margin-left: 50%;
}
.max-sm-size #about .design .right {
  margin-left: 0;
}
#about .develop .left {
  margin-right: 50%;
  position: relative;
}
.max-sm-size #about .develop .left {
  margin-right: 0;
}
#about .develop .left:before {
  content: url("images/about/develop-bg.png");
  position: absolute;
  right: 15%;
  top: -30px;
  z-index: 1;
}
#about .develop .left .text {
  position: relative;
  z-index: 2;
}
#about .develop .right {
  width: 50%;
  left: auto;
  right: 0;
}
.max-sm-size #about .develop .right {
  width: 100%;
}
#about .view {
  padding: 100px 0;
}
.max-lg-size #about .view {
  padding-bottom: 50px;
}
.max-md-size #about .view {
  padding-top: 50px;
  padding-bottom: 0;
}
.max-xs-size #about .view {
  padding-top: 30px;
}
#about .view .name {
  margin-bottom: 30px;
}
#about .view .block {
  min-height: 350px;
  position: relative;
}
.max-xs-size #about .view .block {
  min-height: 0;
}
#about .view .block .left {
  width: 610px;
  padding-top: 0;
  padding-right: 80px;
}
.max-lg-size #about .view .block .left {
  width: 100%;
  padding-right: 0;
}
#about .view .block .right {
  width: calc(118% - 610px);
  height: 350px;
  position: absolute;
  left: 610px;
  top: 0;
}
.max-lg-size #about .view .block .right {
  width: 100%;
  height: 300px;
  position: relative;
  left: 0;
}
.max-xs-size #about .view .block .right {
  height: 200px;
}
#about .view ul.photos {
  margin-right: -16px;
  font-size: 0;
}
.max-lg-size #about .view ul.photos {
  margin-right: 0;
}
#about .view ul.photos li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
}
.max-xs-size #about .view ul.photos li {
  width: 100%;
  margin-top: 10px;
}
#about .view ul.photos li .pic {
  height: 300px;
}
.max-lg-size #about .view ul.photos li .pic {
  height: 200px;
}
#about .view ul.floor {
  margin-top: 50px;
  font-size: 0;
}
.max-xs-size #about .view ul.floor {
  margin-top: 30px;
  padding-bottom: 10px;
}
#about .view ul.floor > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  font-size: 16px;
}
#about .view ul.floor > li:nth-of-type(4n) {
  padding-right: 0;
}
.max-lg-size #about .view ul.floor > li:nth-of-type(4n) {
  padding-right: 30px;
}
.max-lg-size #about .view ul.floor > li {
  width: 50%;
  margin-bottom: 50px;
}
.max-lg-size #about .view ul.floor > li:nth-of-type(2n) {
  padding-right: 0;
}
.max-xs-size #about .view ul.floor > li {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
#about .view ul.floor > li .number {
  width: 60px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  color: #98765a;
  font-size: 35px;
  text-align: right;
}
.max-xs-size #about .view ul.floor > li .number {
  padding-top: 2px;
  font-size: 25px;
}
#about .view ul.floor > li a {
  color: #b89679;
}
#about .view ul.floor > li a:hover {
  color: #7d4b38;
}
#about .traffic {
  min-height: 980px;
  margin-bottom: 30px;
  position: relative;
}
.max-lg-size #about .traffic {
  min-height: 800px;
}
.max-xs-size #about .traffic {
  margin-bottom: 15px;
}
#about .traffic .bg {
  z-index: 1;
}
#about .traffic .content {
  display: table;
  width: 100%;
  background-color: #000;
}
#about .traffic .content .middle {
  height: 980px;
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}
.max-lg-size #about .traffic .content .middle {
  height: 800px;
}
.max-sm-size #about .traffic .content .middle {
  height: auto;
  padding: 30px 15px;
}
#about .traffic .content .middle .inner {
  max-width: 1000px;
  margin: auto;
  padding: 50px 5%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.max-sm-size #about .traffic .content .middle .inner {
  padding: 20px 10px;
}
#about .traffic ul.list > li {
  margin-bottom: 50px;
}
.max-sm-size #about .traffic ul.list > li {
  margin-bottom: 30px;
}
#about .traffic ul.list > li:last-of-type {
  margin-bottom: 0;
}
#about .traffic ul.list > li:after {
  content: '';
  display: block;
  clear: both;
}
#about .traffic ul.list > li .editor {
  padding: 0;
}
#about .traffic ul.list > li .left {
  float: left;
  width: 220px;
  padding-right: 50px;
  text-align: right;
}
#about .traffic ul.list > li .left .icon {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.max-sm-size #about .traffic ul.list > li .left .icon {
  padding-bottom: 5px;
}
#about .traffic ul.list > li .left .title {
  margin: 10px 0 0 0;
  font-size: 28px;
  font-weight: normal;
}
.max-sm-size #about .traffic ul.list > li .left .title {
  font-size: 20px;
}
.max-sm-size #about .traffic ul.list > li .left {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-bottom: 15px;
  text-align: center;
}
#about .traffic ul.list > li .right {
  float: left;
  width: calc(100% - 220px);
}
.max-sm-size #about .traffic ul.list > li .right {
  float: none;
  width: 100%;
}
#about .traffic ul.list > li .right .buttonBlock {
  margin: 10px 0 0 -10px;
  text-align: left;
}
.max-xs-size #about .traffic ul.list > li .right .btn {
  display: table;
  margin: 15px auto;
}
#about .features ul.list li {
  height: 375px;
}
.max-xs-size #about .features ul.list li {
  height: 180px;
  margin-top: 0;
}
#about .features ul.list li a .text .middle {
  height: 375px;
}
.max-xs-size #about .features ul.list li a .text .middle {
  height: 180px;
}

/* ==========================================================================
    purpose
 ==========================================================================*/
.max-md-size #purpose .nav-menu ul li {
  width: 33.3%;
}
#purpose .content {
  position: relative;
}
#purpose .content .bg {
  z-index: 1;
}
#purpose .content .text {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
}
#purpose .content .text .title {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 5px;
}
.max-xs-size #purpose .content .text .title {
  font-size: 25px;
}
#purpose .content .middle {
  height: 980px;
  padding: 30px;
}
.max-sm-size #purpose .content .middle {
  height: 100vh;
}
#purpose .aim .content, #purpose .benefit .content {
  background-color: #000;
}
#purpose .aim .content .bg:after, #purpose .benefit .content .bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
}
#purpose .aim .text, #purpose .benefit .text {
  color: #fff;
}
#purpose .aim .text .title, #purpose .benefit .text .title {
  margin-bottom: 50px;
}
#purpose .aim .sign, #purpose .benefit .sign {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 10px;
}
#purpose .aim .tel, #purpose .benefit .tel {
  color: #fff;
  font-size: 25px;
}
#purpose .info {
  padding: 100px 0;
}
.max-md-size #purpose .info {
  padding: 20px 15px;
}
#purpose .info .content {
  padding-left: 45%;
  position: relative;
}
.max-lg-size #purpose .info .content {
  padding-left: 30%;
}
.max-md-size #purpose .info .content {
  padding-left: 0;
}
#purpose .info .bg {
  width: 45%;
}
.max-lg-size #purpose .info .bg {
  width: 30%;
}
.max-md-size #purpose .info .bg {
  position: relative;
  width: 100%;
  height: 600px;
}
.max-xs-size #purpose .info .bg {
  height: 400px;
}
#purpose .info .info-main {
  padding-left: 10%;
  padding-top: 200px;
}
.max-lg-size #purpose .info .info-main {
  padding-left: 5%;
}
.max-md-size #purpose .info .info-main {
  padding-top: 20px;
  padding-left: 0;
}
#purpose .info .info-main .title {
  display: table;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
  color: #7d4b38;
  font-size: 35px;
  font-weight: normal;
}
.max-md-size #purpose .info .info-main .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.max-xs-size #purpose .info .info-main .title {
  margin-bottom: 10px;
  font-size: 25px;
}
#purpose .info .info-main .title:before {
  content: '';
  display: block;
  width: 450px;
  height: 130px;
  margin: -65px 0 0 -225px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #7d4b38;
}
.max-md-size #purpose .info .info-main .title:before {
  content: normal;
}
#purpose .info .info-main .top {
  min-height: 570px;
  padding-right: 60%;
  padding-bottom: 50px;
  position: relative;
}
.max-lg-size #purpose .info .info-main .top {
  min-height: 470px;
  padding-right: 55%;
}
.max-md-size #purpose .info .info-main .top {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.max-xs-size #purpose .info .info-main .top {
  min-height: 0;
  padding-right: 0;
}
#purpose .info .info-main .top .pic {
  width: 50%;
  height: 670px;
  top: -230px;
  position: absolute;
  left: auto;
  right: 0;
}
.max-md-size #purpose .info .info-main .top .pic {
  height: 100%;
  top: 0;
}
.max-xs-size #purpose .info .info-main .top .pic {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  position: relative;
}
#purpose .info .info-main ul.photos {
  font-size: 0;
}
#purpose .info .info-main ul.photos li {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}
.max-xs-size #purpose .info .info-main ul.photos li {
  width: 100%;
  margin-bottom: 10px;
}
#purpose .info .info-main ul.photos li .pic {
  height: 220px;
}
#purpose .info .info-main .editor {
  padding: 30px 0;
}
.max-xs-size #purpose .info .info-main .editor {
  padding-top: 10px;
  padding-bottom: 0;
}
#purpose .info .info-main .editor .sub {
  margin-bottom: 10px;
  color: #7d4b38;
  font-weight: bold;
}

/* ==========================================================================
    login
 ==========================================================================*/
#login > .inner {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.max-md-size #login > .inner {
  min-height: 0;
}
#login > .inner .bg {
  z-index: 1;
}
#login > .inner .bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
}
#login .box {
  display: table;
  width: 100%;
  position: relative;
  z-index: 3;
}
#login .box .middle {
  height: 890px;
  padding: 120px 30px 30px 30px;
}
.max-md-size #login .box .middle {
  height: 700px;
  padding-top: 90px;
}
.max-ss-size #login .box .middle {
  padding: 75px 15px 15px 15px;
}
#login .box .block {
  max-width: 870px;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
}
#login .box .block .title {
  margin: 0 0 30px;
  color: #7d4b38;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}
#login .box .block ul.links {
  margin-top: 10px;
  text-align: center;
}
#login .box .block ul.links li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#login .box .block ul.links li:after {
  content: '';
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: -3px;
  top: 50%;
  background-color: #838383;
}
#login .box .block ul.links li:last-of-type:after {
  content: normal;
}
#login .box .block ul.links li a {
  display: block;
  padding: 0 5px;
  color: #b89679;
  font-size: 15px;
}
#login .box .block ul.links li a:hover {
  color: #7d4b38;
}
#login .box .block .left, #login .box .block .right {
  float: left;
  width: 50%;
  padding: 70px;
}
.max-md-size #login .box .block .left, .max-md-size #login .box .block .right {
  padding: 30px;
}
.max-sm-size #login .box .block .left, .max-sm-size #login .box .block .right {
  float: none;
  width: 100%;
  padding: 20px 15px;
}
#login .box .block .right {
  background-color: #f2f2f2;
  text-align: center;
}
#login .box .block .right .summary {
  font-size: 15px;
}
#login .box .block .right button {
  margin-top: 14px;
}
#login .box .block .right ul.links li a {
  color: #7d4b38;
}
#login .box .block .right ul.links li a:hover {
  color: #b89679;
}
#login .forgot .block {
  padding: 70px 10%;
}
.max-md-size #login .forgot .block {
  max-width: 500px;
  padding: 30px;
}
.max-sm-size #login .forgot .block {
  padding: 20px 15px;
}
#login .forgot .block .btn {
  display: table;
  max-width: 260px;
  width: 100%;
  margin: 20px auto 0 auto;
}
#login .forgot .block .code {
  display: table;
  margin: 10px auto 0 auto;
}
#login .forgot .block .summary {
  margin-bottom: 50px;
  text-align: center;
}
.max-sm-size #login .forgot .block .summary {
  margin-bottom: 0;
}

/* ==========================================================================
    member
 ==========================================================================*/
.form .inputCode {
  position: relative;
}
.form .inputCode .form-control {
  width: calc(100% - 320px);
}
.max-sm-size .form .inputCode .form-control {
  width: 100%;
}
.form .inputCode .code {
  position: absolute;
  right: 0;
  top: 5px;
}
.max-sm-size .form .inputCode .code {
  margin-top: 10px;
  position: relative;
  top: 0;
}
.form .block {
  margin-bottom: 50px;
}
.max-xs-size .form .block {
  margin-bottom: 30px;
}
.form .block ul li {
  width: 47%;
}
.form .block ul li:nth-of-type(odd) {
  float: left;
}
.form .block ul li:nth-of-type(even) {
  float: right;
}
.max-md-size .form .block ul li {
  float: none;
  width: 100%;
}

#member > .inner {
  background: #f5f2ed url("images/member/bg.jpg") center top no-repeat;
}
#member .container {
  max-width: 1030px;
  padding-top: 200px;
  padding-bottom: 100px;
}
.max-md-size #member .container {
  padding-top: 110px;
  padding-bottom: 50px;
}
.max-xs-size #member .container {
  padding-top: 90px;
  padding-bottom: 20px;
}
#member .top {
  margin-bottom: 50px;
  text-align: center;
}
.max-xs-size #member .top {
  margin-bottom: 30px;
}
#member .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #7d4b38;
  font-size: 28px;
  font-weight: normal;
}
.max-xs-size #member .title {
  margin-bottom: 15px;
  font-size: 25px;
}
#member .summary a {
  color: #ff0000;
  font-weight: bold;
}
#member .form .success {
  margin-top: 30px;
  color: #e60012;
  font-weight: bold;
  text-align: center;
}
#member .form .agree {
  margin-top: 20px;
  color: #7d4b38;
}
#member .form .agree .open {
  color: #b89678;
  text-decoration: underline;
}
#member .form .agree.error {
  color: #e60012;
}
#member .form .agree.error .open {
  color: #e60012;
  font-weight: bold;
}
#member .form .step {
  margin-bottom: 10px;
  color: #7d4b38;
  font-size: 20px;
}
.max-xs-size #member .form .step {
  font-size: 18px;
}
#member .form .step span {
  color: #b89679;
}
#member .form label.name {
  width: 90px;
  font-size: 16px;
  font-weight: bold;
}
.max-xs-size #member .form label.name {
  float: none;
  width: 100%;
  font-size: 15px;
}
#member .form .form-control, #member .form .right {
  font-size: 16px;
  width: calc(100% - 90px);
}
.max-xs-size #member .form .form-control, .max-xs-size #member .form .right {
  float: none;
  width: 100%;
  font-size: 15px;
}
.max-xs-size #member .form .form-control {
  background-color: #f5eee3;
}
#member .form .form-control:focus, #member .form .form-control:hover {
  background-color: #f5eee3;
}
#member .form .inputAdderss select.form-control {
  width: 30%;
  margin-bottom: 5px;
  margin-right: 10px;
}
.max-xs-size #member .form .inputAdderss select.form-control {
  float: none;
  width: 100%;
}
#member .form .inputAdderss input.form-control {
  float: right;
}
#member .form .buttonBlock {
  margin-top: 80px;
}
.max-xs-size #member .form .buttonBlock {
  margin-top: 30px;
}
.max-xs-size #member .form .buttonBlock .btn {
  margin: 0 5px;
}
.max-ss-size #member .form .buttonBlock .btn {
  min-width: 137px;
}
.max-sm-size #member ul.steps {
  margin-top: 30px;
}
#member ul.steps li {
  display: inline-block;
  vertical-align: top;
  margin: 40px 20px;
}
.max-sm-size #member ul.steps li {
  display: block;
  margin: 0 0 -1px 0;
}
#member ul.steps li a {
  display: table;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #7d4b38;
  color: #7d4b38;
  font-weight: bold;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.max-sm-size #member ul.steps li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 0;
  text-align: center;
}
#member ul.steps li a:hover {
  background-color: #fff;
}
#member ul.steps li a .middle {
  height: 90px;
}
.max-sm-size #member ul.steps li a .middle {
  display: block;
  height: auto;
}
.max-sm-size #member ul.steps li a .middle br {
  display: none;
}
#member ul.steps li.actived a {
  background-color: #7d4b38;
  color: #fff;
}
#member .activity ul.list li {
  background-color: #fff;
}
.max-sm-size #member .activity ul.list li {
  margin-bottom: 20px;
}
#member .activity ul.list li a:after {
  content: '';
  display: block;
  clear: both;
}
#member .activity ul.list li a .pic, #member .activity ul.list li a .text {
  width: 50%;
}
.max-sm-size #member .activity ul.list li a .pic, .max-sm-size #member .activity ul.list li a .text {
  float: none;
  width: 100%;
}
#member .activity ul.list li a .pic {
  height: 280px;
  overflow: hidden;
}
.max-xs-size #member .activity ul.list li a .pic {
  height: 200px;
}
#member .activity ul.list li a .pic .jqimgFill {
  height: 280px;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.max-xs-size #member .activity ul.list li a .pic .jqimgFill {
  height: 200px;
}
#member .activity ul.list li a .text {
  display: table;
  color: #b89679;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
#member .activity ul.list li a .text .middle {
  height: 280px;
  padding: 30px;
}
.max-sm-size #member .activity ul.list li a .text .middle {
  height: auto;
  padding: 20px 15px;
}
#member .activity ul.list li a .text .name, #member .activity ul.list li a .text .summary {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  overflow: hidden;
}
#member .activity ul.list li a .text .name {
  max-height: 4.5em;
  margin: 0 0 10px 0;
  color: #7d4b38;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: normal;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#member .activity ul.list li a .text .summary {
  max-height: 3em;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 3;
  -ms-line-clamp: 2;
}
#member .activity ul.list li a .text .bottom {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}
#member .activity ul.list li a .text .bottom .date {
  margin-top: 17px;
  color: #d7bea9;
  font-size: 15px;
}
.max-sm-size #member .activity ul.list li a .text .bottom .date {
  float: left;
}
.max-sm-size #member .activity ul.list li a .text .bottom .more {
  float: right;
}
.min-md-size #member .activity ul.list li a:hover .jqimgFill {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.min-md-size #member .activity ul.list li a:hover .text {
  background-color: #97775c;
  color: #fff;
}
.min-md-size #member .activity ul.list li a:hover .text .name {
  color: #fff;
}
.min-md-size #member .activity ul.list li a:hover .more {
  background-color: #fff;
  color: #97775c !important;
}
.min-md-size #member .activity ul.list li a:hover .more:before, .min-md-size #member .activity ul.list li a:hover .more:after {
  background-color: #fff;
}
#member .activity ul.list li:nth-of-type(odd) .pic, #member .activity ul.list li:nth-of-type(odd) .date {
  float: left;
}
#member .activity ul.list li:nth-of-type(odd) .text, #member .activity ul.list li:nth-of-type(odd) .more {
  float: right;
}
#member .activity ul.list li:nth-of-type(even) .pic, #member .activity ul.list li:nth-of-type(even) .date {
  float: right;
}
#member .activity ul.list li:nth-of-type(even) .text, #member .activity ul.list li:nth-of-type(even) .more {
  float: left;
}
#member .activity .content .tool {
  margin-bottom: 20px;
  color: #7d4b38;
}
#member .activity .content .tool .share {
  float: left;
  padding: 0;
}
.max-sm-size #member .activity .content .tool .share {
  float: none;
  text-align: left;
}
#member .activity .content .tool .share ul li {
  margin-right: 10px;
}
#member .activity .content .tool .share ul li:first-of-type {
  padding-right: 15px;
  position: relative;
}
#member .activity .content .tool .share ul li:first-of-type:after {
  content: '';
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #7d4b38;
}
#member .activity .content .tool .date {
  float: right;
}
.max-sm-size #member .activity .content .tool .date {
  float: none;
  margin-top: 10px;
}
#member .activity .content .tool .date span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
#member .activity .content .tool .date span:after {
  content: '';
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  left: 6px;
  top: 50%;
  background-color: #7d4b38;
}
#member .activity .content .name {
  margin: 15px 0;
  padding-bottom: 15px;
  color: #7d4b38;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #dfdfdf;
}
#member .activity .content .bottonBlock {
  margin-top: 50px;
  text-align: center;
}
#member .rooms .brown {
  color: #97775c;
}
#member .rooms .table th, #member .rooms .table td {
  width: 120px;
  padding: 10px;
  text-align: center;
}
.max-md-size #member .rooms .table th, .max-md-size #member .rooms .table td {
  padding: 10px 5px;
}
.max-md-size #member .rooms .table th.num, .max-md-size #member .rooms .table th.more, .max-md-size #member .rooms .table td.num, .max-md-size #member .rooms .table td.more {
  width: 80px;
}
.max-sm-size #member .rooms .table th, .max-sm-size #member .rooms .table td {
  display: block;
  width: 100% !important;
  padding: 0;
}
.max-sm-size #member .rooms .table th .hidden, .max-sm-size #member .rooms .table td .hidden {
  display: inline-block;
}
.max-xs-size #member .rooms .table th, .max-xs-size #member .rooms .table td {
  text-align: left;
}
#member .rooms .table th {
  background-color: #97775c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#member .rooms .table td {
  color: #838383;
  font-size: 15px;
}
#member .rooms .table .date, #member .rooms .table .pic {
  width: 200px;
}
#member .rooms .table .pic a, #member .rooms .table .pic label {
  display: inline-block;
  width: 170px;
  height: 120px;
  overflow: hidden;
}
.max-sm-size #member .rooms .table .pic a, .max-sm-size #member .rooms .table .pic label {
  width: 100%;
  max-width: 400px;
  height: 200px;
  margin-bottom: 10px;
}
.max-sm-size #member .rooms .table .pic a .jqimgFill, .max-sm-size #member .rooms .table .pic label .jqimgFill {
  height: 200px;
}
#member .rooms .table .pic a .jqimgFill, #member .rooms .table .pic label .jqimgFill {
  height: 120px;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
#member .rooms .table label.checkbox {
  display: block;
  cursor: pointer;
}
.max-sm-size #member .rooms .table label.checkbox {
  display: inline-block;
}
#member .rooms .table label.checkbox span {
  display: block;
}
#member .rooms .table a:hover .jqimgFill {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#member .rooms .table .price {
  width: 150px;
}
#member .rooms .table .delete {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("images/icon-delete.png") center no-repeat;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 0;
}
.max-sm-size #member .rooms .table .delete {
  display: table;
  margin: 10px auto 0 auto;
}
#member .rooms .table .delete:hover {
  background-image: url("images/icon-delete2.png");
}
#member .rooms .table .text {
  width: auto;
  text-align: left;
}
.max-sm-size #member .rooms .table .text {
  text-align: center;
}
.max-xs-size #member .rooms .table .text {
  text-align: left;
}
#member .rooms .table .text .name, #member .rooms .table .text .people {
  color: #97775c;
}
#member .rooms .table .text .name {
  font-weight: bold;
}
#member .rooms .table tr {
  border: 1px solid #d2d2d2;
}
.max-sm-size #member .rooms .table tr {
  display: block;
}
.max-sm-size #member .rooms .table tr.first {
  display: none;
}
#member .rooms .table .toggle {
  margin-top: 10px;
  cursor: pointer;
  border-top: none;
}
.max-sm-size #member .rooms .table .toggle {
  padding: 15px 35px 15px 15px;
  background-color: #97775c;
  position: relative;
  border: none;
}
.max-sm-size #member .rooms .table .toggle .arrow {
  position: absolute;
  right: 5px;
  top: 10px;
}
.max-sm-size #member .rooms .table .toggle td {
  color: #fff !important;
}
#member .rooms .table .toggle td {
  color: #b89679;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#member .rooms .table .toggle td .arrow {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("images/member/ordered-down.png") center 10px no-repeat;
}
.max-sm-size #member .rooms .table .toggle td .arrow {
  background-image: url("images/member/ordered-down-w.png");
}
#member .rooms .table .toggle:hover td {
  color: #7d4b38;
}
#member .rooms .table .toggle.actived td {
  color: #7d4b38;
  font-weight: bold;
}
#member .rooms .table .toggle.actived td .arrow {
  background-image: url("images/member/ordered-up.png");
}
.max-sm-size #member .rooms .table .toggle.actived td .arrow {
  background-image: url("images/member/ordered-up-w.png");
}
#member .rooms .table .room {
  border: none;
}
.max-sm-size #member .rooms .table .room {
  background-color: #fff;
}
#member .rooms .table .room .box {
  display: none;
  margin-right: -1px;
}
#member .rooms .table .room.actived .box {
  display: block;
}
#member .rooms .table .room > td {
  padding: 0;
  background-color: #fff;
}
#member .rooms .table .room tr {
  border-top: none;
}
.max-sm-size #member .rooms .table .room tr {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
#member .rooms .table .room tr td {
  border-top: 1px solid #d2d2d2;
}
.max-sm-size #member .rooms .table .room tr td {
  border: none;
}
#member .rooms .table .room tr:first-of-type td {
  border: none;
}
#member .rooms .notice {
  margin: 50px 0 30px 0;
  color: #7d4b38;
  font-weight: bold;
}
.max-xs-size #member .rooms .notice {
  margin: 30px 0 10px 0;
}
#member .rooms .notice a {
  color: #7d4b38;
}
#member .rooms .form label.name {
  width: 120px;
}
.max-xs-size #member .rooms .form label.name {
  width: 100%;
}
#member .rooms .form .form-control {
  width: calc(100% - 120px);
}
.max-xs-size #member .rooms .form .form-control {
  width: 100%;
}
#member .rooms .form select.form-control {
  width: 30%;
}
.max-sm-size #member .rooms .form select.form-control {
  width: calc(100% - 120px);
}
.max-xs-size #member .rooms .form select.form-control {
  width: 100%;
}
#member .rooms .form .buttonBlock {
  margin-bottom: 30px;
}
.max-sm-size #member .cancel .table tr {
  margin-bottom: -1px;
  padding: 15px;
  background-color: #fff;
}
.max-sm-size #member .cancel .table tr:first-of-type {
  padding: 0;
  background-color: transparent;
}
#member .cancel .table th {
  text-align: left;
}
.max-sm-size #member .cancel .table th {
  padding: 15px 0;
}
#member .cancel .table th ul {
  padding: 0 20px;
}
#member .cancel .table th ul li {
  display: inline-block;
  padding-right: 20px;
}
.max-sm-size #member .cancel .table th ul li {
  display: block;
  text-align: center;
}
.max-xs-size #member .cancel .table th ul li {
  text-align: left;
}
#member .cancel .table th.booked {
  padding: 15px 20px;
}
.max-sm-size #member .cancel .table th.booked {
  text-align: center;
}
.max-xs-size #member .cancel .table th.booked {
  text-align: left;
}
#member .cancel .table td {
  background-color: #fff;
}
#member .canceled {
  display: table;
  width: 100%;
  border: 1px solid #d2d2d2;
}
#member .canceled .middle {
  height: 500px;
  padding: 30px;
  text-align: center;
}
.max-xs-size #member .canceled .middle {
  height: auto;
  padding: 30px 15px;
}
#member .canceled .middle .title {
  margin-bottom: 50px;
  color: #7d4b38;
  font-size: 28px;
}
.max-xs-size #member .canceled .middle .title {
  margin-bottom: 20px;
  font-size: 25px;
}
#member .canceled .middle .btn {
  margin-top: 50px;
}
.max-xs-size #member .canceled .middle .btn {
  margin-top: 20px;
}
.max-sm-size #member .booked .table tr {
  padding: 15px;
}

.agreeBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #000;
}
.agreeBox .inner {
  margin-top: 100px;
  height: 800px;
  height: calc(100vh - 135px);
}
.max-sm-size .agreeBox .inner {
  margin-top: 40px;
  height: 300px;
  height: calc(100vh - 60px);
}
.agreeBox .container {
  max-width: 1030px;
  color: #fff;
}
.agreeBox .container .title {
  margin-bottom: 50px;
  font-size: 28px;
  line-height: normal;
}
.max-xs-size .agreeBox .container .title {
  margin-bottom: 20px;
  font-size: 25px;
}
.agreeBox .container .sub {
  font-size: 20px;
}
.max-xs-size .agreeBox .container .sub {
  font-size: 18px;
}

/* ==========================================================================
    contact
 ==========================================================================*/
#contact .inquiry {
  padding: 100px 0 50px 0;
}
.max-md-size #contact .inquiry {
  padding: 30px 0;
}
.max-sm-size #contact .inquiry {
  padding: 0;
}
#contact .inquiry .container {
  max-width: 1030px;
}
#contact .inquiry .form .group {
  border-color: #dfdfdf;
}
.max-sm-size #contact .inquiry .form label.name {
  width: 100%;
}
.max-sm-size #contact .inquiry .form .form-control {
  width: 100%;
  background-color: #f5f2ed;
}
.max-xs-size #contact .inquiry .form .btn {
  margin: 0 5px;
}
.max-ss-size #contact .inquiry .form .btn {
  min-width: 137px;
}
#contact .success {
  display: none;
}
#contact .success .inner {
  display: table;
  width: 100%;
  border: 1px solid #dfdfdf;
}
#contact .success .middle {
  height: 400px;
  padding: 30px;
  text-align: center;
}
.max-xs-size #contact .success .middle {
  height: auto;
}
#contact .success .middle .title {
  margin-bottom: 50px;
  color: #7d4b38;
  font-size: 28px;
}
.max-xs-size #contact .success .middle .title {
  margin-bottom: 30px;
  font-size: 25px;
}
#contact .success .middle .btn {
  margin-top: 30px;
  cursor: pointer;
}
.max-xs-size #contact .success .middle .btn {
  margin-top: 20px;
}
#contact .location {
  display: table;
  margin: auto;
  padding: 50px 15px;
}
#contact .location .left {
  float: left;
  padding-right: 50px;
  color: #7d4b38;
  text-align: center;
}
.max-sm-size #contact .location .left {
  float: none;
  margin-bottom: 10px;
  padding-right: 0;
}
#contact .location .left .title {
  margin: 0 0 5px 0;
  font-size: 55px;
  letter-spacing: 5px;
  font-weight: normal;
}
.max-sm-size #contact .location .left .title {
  font-size: 40px;
}
.max-xs-size #contact .location .left .title {
  font-size: 30px;
}
#contact .location .left .sub {
  font-size: 18px;
}
#contact .location .right {
  float: right;
}
.max-sm-size #contact .location .right {
  float: none;
}
#contact .location .right .table td {
  min-width: 40px;
  vertical-align: top;
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #7d4b38;
  font-size: 15px;
  text-align: left;
}
#contact .location .right .table td a {
  display: inline-block;
  color: #b89679;
}
#contact .location .right .table td a:hover {
  color: #7d4b38;
}
#contact .map {
  height: 650px;
}
.max-xs-size #contact .map {
  height: 400px;
}

/* ==========================================================================
    terms
 ==========================================================================*/
#terms h3.title {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  color: #7d4b38;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid #ebdfd5;
}
.max-xs-size #terms h3.title {
  margin-bottom: 20px;
  font-size: 25px;
}
#terms .terms, #terms .privacy {
  padding: 50px 0;
}
.max-xs-size #terms .terms, .max-xs-size #terms .privacy {
  padding: 30px 0;
}
#terms .privacy {
  position: relative;
  background-color: #f5f2ed;
}
#terms .privacy .title {
  padding-bottom: 0;
  border: none;
}

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  padding-bottom: 30px;
}
.max-xs-size #footer {
  padding-bottom: 10px;
}
#footer .info {
  padding: 50px 0;
}
.max-xs-size #footer .info {
  padding: 30px 0;
}
#footer .info .container {
  max-width: 1200px;
}
#footer .info .title {
  display: table;
  margin-bottom: 10px;
  font-weight: bold;
}
#footer .info .left {
  float: left;
  width: 350px;
}
.max-md-size #footer .info .left {
  float: none;
  width: 100%;
  text-align: center;
}
#footer .info .left .title {
  color: #501c06;
}
.max-md-size #footer .info .left .title {
  margin: auto;
  padding-bottom: 10px;
}
#footer .info .left a {
  color: #b89679;
}
#footer .info .left a:hover {
  color: #7d4b38;
}
#footer .info .right {
  float: right;
  max-width: calc(100% - 350px);
}
#footer .info .right ul.list {
  font-size: 0;
}
.max-md-size #footer .info .right ul.list {
  display: none;
}
#footer .info .right ul.list > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
  font-size: 15px;
}
.max-lg-size #footer .info .right ul.list > li {
  margin-left: 35px;
}
#footer .info .right ul.list > li .title {
  color: #7d4b38;
  font-size: 16px;
}
.max-xs-size #footer .info .right ul.list > li .title {
  font-size: 15px;
}
#footer .info .right ul.list > li ul li a {
  color: #b89679;
}
#footer .info .right ul.list > li ul li a:hover {
  color: #7d4b38;
}
#footer .medal2 {
  padding: 0 15px;
  text-align: center;
  border-top: 1px solid #ece3db;
  border-bottom: 1px solid #ece3db;
}
.max-sm-size #footer .medal2 {
  padding: 20px 15px;
  text-align: center;
}
#footer .medal2 a {
  display: inline-block;
  margin-top: 15px;
}
#footer .medal2 a .pic {
  margin-right: 20px;
  float: left;
}
.max-sm-size #footer .medal2 a .pic {
  float: none;
  margin-right: 0;
}
#footer .medal2 a .summary {
  padding-top: 5px;
  float: left;
  color: #7d4b38;
  text-align: left;
}
.max-sm-size #footer .medal2 a .summary {
  float: none;
}
#footer .rights {
  padding: 30px 5px;
}
#footer .rights ul {
  text-align: center;
}
#footer .rights ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 14px;
}
#footer .rights ul li.copyright {
  font-size: 15px;
}
.max-xs-size #footer .rights ul li:nth-of-type(2) {
  display: block;
  padding-bottom: 10px;
}
#footer .rights ul li a {
  color: #b89679;
}
#footer .rights ul li a:hover {
  color: #7d4b38;
}
#footer .goTop {
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("images/goTop.png") center no-repeat;
  cursor: pointer;
}
