@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400i,600");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/*

  base.scss end~~~◢◤◢◤
	　　　　　◢████◤
	　　　⊙███████◤
	　●████████◤
	　　▼　　～◥███◤
	　　▲▃▃◢███　●　　●　　●　　●　　●　　●　
	　　　　　　███／█　／█　／█　／█　／█　／█　　　◢◤
	　　　　　　█████████████████████████████████████◤

*/
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}

.css_active img:nth-child(1), .css_mover:hover img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2), .css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1), .css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2), .css_mover:hover.current img:nth-child(2) {
  display: inline;
}

.m-outWrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .m-outWrap {
    width: 100%;
    padding: 0 20px;
  }
}

/*

    ┴┬┴┬／￣＼＿／￣＼
    ┬┴┬┴▏　　▏▔▔▔▔＼
    ┴┬┴／＼　／　　　　　　﹨
    ┬┴∕　　　　　　　／　　　）
    ┴┬▏　　　　　　　　●　　▏
    ┬┴▏　　　　　　　　　　　▔█
    ┴◢██◣　　　　　　 ＼＿＿／
    ┬█████◣　　　　　　　／　　　　
    ┴█████████████◣
    ◢██████████████▆▄
    ◢██████████████▆▄
    █◤◢██◣◥█████████◤＼
    ◥◢████　████████◤　　 ＼
    ┴█████　██████◤　　　　　 ﹨
    ┬│　　　│█████◤　　　　　　　　▏
    ┴│　　　│　　　　　　　　　　　　　　▏
    ┬∕　　　∕　　　　／▔▔▔＼　　　　 ∕
    *∕＿＿_／﹨　　　∕　　　　　 ＼　　／＼
    ┬┴┬┴┬┴＼ 　　 ＼_　　　　　﹨／　　﹨
    ┴┬┴┬┴┬┴ ＼＿＿＿＼　　　　 ﹨／▔＼﹨／▔＼
    ▲△▲▲╓╥╥╥╥╥╥╥╥＼　　 ∕　 ／▔﹨　／▔﹨                     public.scss end

*/
body {
  background-color: #e7e7e7;
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .m-bannerWrap {
    width: 100%;
    height: 200px;
    margin-top: 65px;
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
  }
}
.m-bannerWrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .m-bannerWrap img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.topmenuWrap {
  background-color: #344718;
  padding: 12px 0;
  margin-bottom: 62px;
  position: relative;
}
.topmenuWrap .logo {
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
}
.topmenuWrap .logo img:nth-child(1) {
  display: inline;
}
.topmenuWrap .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .topmenuWrap .logo img:nth-child(1) {
    display: none;
  }
  .topmenuWrap .logo img:nth-child(2) {
    display: inline;
  }
}

.topmenuList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 44px;
}
.topmenuList li:last-child {
  margin-right: 0;
}
.topmenuList .list-ch {
  font: bold 13px/1 "新細明體", "serif";
  letter-spacing: 1px;
  color: #968d62;
  margin-bottom: 8px;
}
.topmenuList .list-en {
  font: 12px/1 "Crimson Text", serif;
  color: #968d62;
}
.topmenuList .logoSpace {
  width: 131px;
}

.m-head {
  text-align: center;
  margin-bottom: 66px;
}
.m-head img:nth-child(1) {
  display: inline;
}
.m-head img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-head img:nth-child(1) {
    display: none;
  }
  .m-head img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .m-head {
    overflow: hidden;
    text-align: center;
    margin: 0 20px 30px;
  }
  .m-head img {
    position: relative;
    height: 53px;
    width: auto;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
  }
}
@media screen and (max-width: 575px) {
  .m-head {
    overflow: hidden;
    text-align: center;
    margin: 0 20px 30px;
  }
  .m-head img {
    position: relative;
    height: 53px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.newsWrap {
  width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newsWrap {
    width: 100%;
    padding: 0 20px;
  }
}

.newsList {
  margin-bottom: 77px;
}
.newsList li {
  margin-bottom: 33px;
}
.newsList li:last-child {
  margin-bottom: 0;
}
.newsList .date {
  font: 15px/1 "Crimson Text", serif;
  color: #968d62;
  margin-bottom: 15px;
}
.newsList .title {
  font: bold 25px/1.5 "新細明體", "serif";
  letter-spacing: 2px;
  color: #1e1e1e;
  padding-bottom: 16px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .newsList .title {
    font-size: 19px;
  }
}
.newsList .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  background-color: #968d62;
}
.newsList .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
  margin-bottom: 30px;
  padding-right: 120px;
}
@media screen and (max-width: 1100px) {
  .newsList .content {
    padding-right: 0;
  }
}
.newsList .more {
  width: 100%;
  height: 1px;
  background-color: #1e1e1e;
  position: relative;
}
.newsList .more img:nth-child(1) {
  display: inline;
}
.newsList .more img:nth-child(2) {
  display: none;
}
.newsList .more img:nth-child(3) {
  display: none;
}
.newsList .more img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .newsList .more img:nth-child(1) {
    display: none;
  }
  .newsList .more img:nth-child(2) {
    display: inline;
  }
  .newsList .more img:nth-child(3) {
    display: none;
  }
  .newsList .more img:nth-child(4) {
    display: none;
  }
}
.newsList .more:hover img:nth-child(1), .newsList .more.active img:nth-child(1) {
  display: none;
}
.newsList .more:hover img:nth-child(2), .newsList .more.active img:nth-child(2) {
  display: none;
}
.newsList .more:hover img:nth-child(3), .newsList .more.active img:nth-child(3) {
  display: inline;
}
.newsList .more:hover img:nth-child(4), .newsList .more.active img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .newsList .more:hover img:nth-child(1), .newsList .more.active img:nth-child(1) {
    display: none;
  }
  .newsList .more:hover img:nth-child(2), .newsList .more.active img:nth-child(2) {
    display: none;
  }
  .newsList .more:hover img:nth-child(3), .newsList .more.active img:nth-child(3) {
    display: none;
  }
  .newsList .more:hover img:nth-child(4), .newsList .more.active img:nth-child(4) {
    display: inline;
  }
}
.newsList .more img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.newsList .container {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
  position: relative;
  margin-right: 30px;
}
.newsList .container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .newsList .container {
    display: block;
    max-width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .newsList .container:last-child {
    margin-right: 0;
  }
  .newsList .container:last-child {
    margin-bottom: 60px;
  }
}
.newsList .container .content {
  height: 186px;
}
@media screen and (max-width: 1100px) {
  .newsList .container .content {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .newsList .pic {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .newsList .pic img {
    width: 100%;
    height: auto;
  }
}

.m-pager {
  position: relative;
  width: 680px;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .m-pager {
    width: 100%;
    margin-bottom: 50px;
  }
}
.m-pager a {
  display: inline-block;
  vertical-align: middle;
  font: 15px/1 "Crimson Text", serif;
  color: #968d62;
  margin-right: 12px;
}
.m-pager a:last-child {
  margin-right: 0;
}
.m-pager .current {
  color: #344718;
}
.m-pager .prev, .m-pager .next {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.m-pager .prev img:nth-child(1), .m-pager .next img:nth-child(1) {
  display: inline;
}
.m-pager .prev img:nth-child(2), .m-pager .next img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-pager .prev img:nth-child(1), .m-pager .next img:nth-child(1) {
    display: none;
  }
  .m-pager .prev img:nth-child(2), .m-pager .next img:nth-child(2) {
    display: inline;
  }
}
.m-pager .prev:hover, .m-pager .next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .m-pager .prev, .m-pager .next {
    bottom: -2px;
  }
  .m-pager .prev img, .m-pager .next img {
    width: 96px;
    height: auto;
  }
}
.m-pager .next {
  left: auto;
  right: 0;
}

.footerWrap {
  background-color: #344718;
  padding: 43px 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .footerWrap {
    padding: 26px 20px;
    text-align: left;
  }
}
.footerWrap .logo img:nth-child(1) {
  display: inline;
}
.footerWrap .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footerWrap .logo img:nth-child(1) {
    display: none;
  }
  .footerWrap .logo img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .footerWrap .logo {
    border-bottom: 1px solid #968d62;
    padding-bottom: 20px;
    text-align: center;
  }
  .footerWrap .logo img {
    width: 51px;
    height: auto;
  }
}

.footer-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 54px;
}
.footer-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .footer-container {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer-container:last-child {
    margin-right: 0;
  }
  .footer-container:last-child {
    margin-bottom: 0;
  }
}

.footerList {
  border-top: 1px solid #968d62;
  border-bottom: 1px solid #968d62;
  padding: 17px 70px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .footerList {
    display: none;
  }
}
.footerList li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 54px;
}
.footerList li:last-child {
  margin-right: 0;
}
.footerList .list-ch {
  font: bold 13px/1 "新細明體", "serif";
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}
.footerList .list-en {
  font: 12px/1 "Crimson Text", serif;
  color: #fff;
}

.contactList {
  font: bold 12px/1 "新細明體", "serif";
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .contactList {
    border-bottom: 1px solid #968d62;
    padding-bottom: 15px;
  }
}
.contactList li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 68px;
}
.contactList li:last-child {
  margin-right: 0;
}
.contactList li img:nth-child(1) {
  display: inline;
}
.contactList li img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .contactList li img:nth-child(1) {
    display: none;
  }
  .contactList li img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .contactList li {
    display: block;
    margin-right: 0px;
    margin-bottom: 22px;
  }
  .contactList li:last-child {
    margin-right: 0;
  }
  .contactList li:last-child {
    margin-bottom: 0;
  }
}
.contactList img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.copyright {
  background-color: #968d62;
  padding: 12px 0;
  font: 12px/1 "Crimson Text", serif;
  color: #fff;
  text-align: center;
}

.reservation {
  z-index: 69;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  transition: all 0.8s;
}
.reservation img:nth-child(1) {
  display: inline;
}
.reservation img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .reservation img:nth-child(1) {
    display: none;
  }
  .reservation img:nth-child(2) {
    display: inline;
  }
}
.reservation:hover {
  opacity: 0.7;
}
.reservation.is-show {
  right: 0;
}
@media screen and (max-width: 1100px) {
  .reservation img {
    width: 37px;
    height: auto;
  }
}

.m-detailWrap {
  margin-bottom: 110px;
}

.detail-titleWrap {
  position: relative;
}
.detail-titleWrap .date {
  font: 15px/1 "Crimson Text", serif;
  color: #968d62;
  margin-bottom: 12px;
}
.detail-titleWrap .title {
  font: bold 25px/1.5 "新細明體", "serif";
  letter-spacing: 2px;
  color: #1e1e1e;
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #1e1e1e;
}
@media screen and (max-width: 1100px) {
  .detail-titleWrap .title {
    font-size: 19px;
  }
}
.detail-titleWrap .back {
  position: absolute;
  top: 19px;
  right: 0;
  cursor: pointer;
}
.detail-titleWrap .back img:nth-child(1) {
  display: inline;
}
.detail-titleWrap .back img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .detail-titleWrap .back img:nth-child(1) {
    display: none;
  }
  .detail-titleWrap .back img:nth-child(2) {
    display: inline;
  }
}
.detail-titleWrap .back:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .detail-titleWrap .back {
    display: none;
  }
}

.m-border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.m-border img:nth-child(1) {
  display: inline;
}
.m-border img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-border img:nth-child(1) {
    display: none;
  }
  .m-border img:nth-child(2) {
    display: inline;
  }
}

.detail-content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
}
.detail-content img {
  margin: 20px 0;
}
@media screen and (max-width: 1100px) {
  .detail-content img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .detail-content table {
    width: 100%;
    height: auto;
  }
}

#googleMap {
  width: 100%;
  height: 500px;
  background-color: #eee;
  margin-bottom: 48px;
}

.maplink {
  width: 100%;
  height: 1px;
  background-color: #1e1e1e;
  position: relative;
  margin-bottom: 45px;
}
.maplink img:nth-child(1) {
  display: inline;
}
.maplink img:nth-child(2) {
  display: none;
}
.maplink img:nth-child(3) {
  display: none;
}
.maplink img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .maplink img:nth-child(1) {
    display: none;
  }
  .maplink img:nth-child(2) {
    display: inline;
  }
  .maplink img:nth-child(3) {
    display: none;
  }
  .maplink img:nth-child(4) {
    display: none;
  }
}
.maplink:hover img:nth-child(1), .maplink.active img:nth-child(1) {
  display: none;
}
.maplink:hover img:nth-child(2), .maplink.active img:nth-child(2) {
  display: none;
}
.maplink:hover img:nth-child(3), .maplink.active img:nth-child(3) {
  display: inline;
}
.maplink:hover img:nth-child(4), .maplink.active img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .maplink:hover img:nth-child(1), .maplink.active img:nth-child(1) {
    display: none;
  }
  .maplink:hover img:nth-child(2), .maplink.active img:nth-child(2) {
    display: none;
  }
  .maplink:hover img:nth-child(3), .maplink.active img:nth-child(3) {
    display: none;
  }
  .maplink:hover img:nth-child(4), .maplink.active img:nth-child(4) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .maplink {
    margin-bottom: 65px;
  }
}
.maplink img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1100px) {
  .maplink img {
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.contactInnerWrap {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
  padding-bottom: 55px;
  margin-bottom: 200px;
  border-bottom: 1px solid #1e1e1e;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .contactInnerWrap {
    margin-bottom: 60px;
  }
}
.contactInnerWrap .container {
  display: inline-block;
  vertical-align: top;
  max-width: 700px;
  margin-right: 130px;
}
.contactInnerWrap .container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .contactInnerWrap .container {
    display: block;
    max-width: auto;
    margin-right: 0px;
    margin-bottom: 41px;
  }
  .contactInnerWrap .container:last-child {
    margin-right: 0;
  }
  .contactInnerWrap .container:last-child {
    margin-bottom: 0;
  }
}
.contactInnerWrap .item {
  margin-bottom: 24px;
}
.contactInnerWrap .item:last-child {
  margin-bottom: 0;
}
.contactInnerWrap .item img:nth-child(1) {
  display: inline;
}
.contactInnerWrap .item img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .contactInnerWrap .item img:nth-child(1) {
    display: none;
  }
  .contactInnerWrap .item img:nth-child(2) {
    display: inline;
  }
}
.contactInnerWrap .item span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  text-align: center;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.contactInnerWrap .title {
  font: bold 20px/1 "新細明體", "serif";
  letter-spacing: 2px;
  color: #344718;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .contactInnerWrap .title {
    font-size: 17px;
  }
}
.contactInnerWrap .content span {
  font: bold 15px/1 "新細明體", "serif";
  letter-spacing: 2px;
  color: #968d62;
}

.b-9 {
  bottom: -9px;
}

.m-sliderWrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .m-sliderWrap {
    margin-bottom: 26px;
  }
}

.m-sliderList img {
  width: 100%;
  height: auto;
}

.m-slider-prev, .m-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  cursor: pointer;
}
.m-slider-prev img:nth-child(1), .m-slider-next img:nth-child(1) {
  display: inline;
}
.m-slider-prev img:nth-child(2), .m-slider-next img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-slider-prev img:nth-child(1), .m-slider-next img:nth-child(1) {
    display: none;
  }
  .m-slider-prev img:nth-child(2), .m-slider-next img:nth-child(2) {
    display: inline;
  }
}
.m-slider-prev:hover, .m-slider-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  .m-slider-prev, .m-slider-next {
    left: -12px;
  }
  .m-slider-prev img, .m-slider-next img {
    width: 25px;
    height: auto;
  }
}

.m-slider-next {
  left: auto;
  right: -22px;
}
@media screen and (max-width: 1100px) {
  .m-slider-next {
    right: -12px;
  }
}

.aw-content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
  margin-bottom: 65px;
}
@media screen and (max-width: 1100px) {
  .aw-content {
    margin-bottom: 35px;
  }
}

.m-middleBanner {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .m-middleBanner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 35px;
  }
}
.m-middleBanner .innerWrap {
  min-width: 728px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .m-middleBanner .innerWrap {
    min-width: auto;
    width: 80%;
    padding-top: 46px;
  }
}
.m-middleBanner .titleWrap {
  font: bold 30px/1 "新細明體", "serif";
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 40px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .m-middleBanner .titleWrap {
    font-size: 19px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.m-middleBanner .titleWrap span {
  display: inline-block;
  vertical-align: middle;
}
.m-middleBanner .titleWrap span img:nth-child(1) {
  display: inline;
}
.m-middleBanner .titleWrap span img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-middleBanner .titleWrap span img:nth-child(1) {
    display: none;
  }
  .m-middleBanner .titleWrap span img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .m-middleBanner .titleWrap span img {
    width: 81px;
    height: auto;
  }
}
.m-middleBanner .content {
  font: 14px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .m-middleBanner .content {
    font-size: 12px;
  }
}
.m-middleBanner > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .m-middleBanner > img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.m-ryderList {
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .m-ryderList {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .m-ryderList li {
    margin-bottom: 20px;
  }
}
.m-ryderList li:nth-child(odd) .container:nth-child(1) {
  float: right;
}
@media screen and (max-width: 1100px) {
  .m-ryderList li:nth-child(odd) .container:nth-child(1) {
    float: none;
  }
}
.m-ryderList li:nth-child(odd) .price {
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .m-ryderList li:nth-child(odd) .price {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
  }
}
.m-ryderList li:nth-child(even) .container:nth-child(1) {
  float: left;
}
@media screen and (max-width: 1100px) {
  .m-ryderList li:nth-child(even) .container:nth-child(1) {
    float: none;
  }
}
.m-ryderList li:nth-child(even) .price {
  left: 30px;
  bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .m-ryderList li:nth-child(even) .price {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
  }
}
.m-ryderList .container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 365px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .m-ryderList .container:nth-child(1) {
    z-index: 4;
  }
}
.m-ryderList .container:nth-child(2) {
  background-color: #968d62;
}
.m-ryderList .container:nth-child(2):after {
  content: '';
  display: block;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid #1e1e1e;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .m-ryderList .container:nth-child(2):after {
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 1100px) {
  .m-ryderList .container:nth-child(2) {
    padding: 38px 36px;
  }
}
@media screen and (max-width: 1100px) {
  .m-ryderList .container {
    display: block;
    width: 100%;
    height: auto;
  }
}
.m-ryderList .pic {
  position: relative;
}
.m-ryderList .pic img {
  width: 100%;
  height: auto;
}
.m-ryderList .price {
  font: 18px/1 "Crimson Text", serif;
  color: #344718;
  text-align: center;
  padding-top: 17px;
  position: absolute;
  width: 106px;
  height: 50px;
  background: url(../images/restaurant/price-bg.png) no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .m-ryderList .price {
    background-image: url("../images/restaurant/price-bg@2x.png");
    background-size: 104px 48px;
  }
}
.m-ryderList .forcenter {
  width: 379px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .m-ryderList .forcenter {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.m-ryderList .title {
  font: bold 20px/1 "新細明體", "serif";
  letter-spacing: 3px;
  color: #1e1e1e;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .m-ryderList .title {
    font-size: 15px;
  }
}
.m-ryderList .en {
  font: 20px/1 "Crimson Text", serif;
  color: #fff;
}
.m-ryderList .content {
  padding-top: 24px;
  margin-top: 22px;
  position: relative;
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
}
.m-ryderList .content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #1e1e1e;
}

.content-has-border {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #1e1e1e;
}

.restaurant-titleWrap {
  margin-bottom: 22px;
}
.restaurant-titleWrap .titleWrap {
  font-size: 20px;
  color: #344718;
  margin-bottom: 16px;
}
.restaurant-titleWrap .ch {
  font-family: "新細明體", "serif";
  font-weight: bold;
  letter-spacing: 3px;
}
.restaurant-titleWrap .en {
  font-family: "Crimson Text", serif;
}
.restaurant-titleWrap .timeWrap {
  color: #1e1e1e;
}
.restaurant-titleWrap .time {
  font-family: "Crimson Text", serif;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .restaurant-titleWrap .time {
    margin-bottom: 7px;
  }
}
.restaurant-titleWrap .content {
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}
.restaurant-titleWrap span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.restaurant-topnavWrap {
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.restaurant-topnavList {
  text-align: center;
}
.restaurant-topnavList li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 145px;
  height: 66px;
  margin-right: 180px;
}
.restaurant-topnavList li:last-child {
  margin-right: 0;
}
.restaurant-topnavList li img:nth-child(1) {
  display: inline;
}
.restaurant-topnavList li img:nth-child(2) {
  display: none;
}
.restaurant-topnavList li img:nth-child(3) {
  display: none;
}
.restaurant-topnavList li img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .restaurant-topnavList li img:nth-child(1) {
    display: none;
  }
  .restaurant-topnavList li img:nth-child(2) {
    display: inline;
  }
  .restaurant-topnavList li img:nth-child(3) {
    display: none;
  }
  .restaurant-topnavList li img:nth-child(4) {
    display: none;
  }
}
.restaurant-topnavList li:hover img:nth-child(1), .restaurant-topnavList li.active img:nth-child(1) {
  display: none;
}
.restaurant-topnavList li:hover img:nth-child(2), .restaurant-topnavList li.active img:nth-child(2) {
  display: none;
}
.restaurant-topnavList li:hover img:nth-child(3), .restaurant-topnavList li.active img:nth-child(3) {
  display: inline;
}
.restaurant-topnavList li:hover img:nth-child(4), .restaurant-topnavList li.active img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .restaurant-topnavList li:hover img:nth-child(1), .restaurant-topnavList li.active img:nth-child(1) {
    display: none;
  }
  .restaurant-topnavList li:hover img:nth-child(2), .restaurant-topnavList li.active img:nth-child(2) {
    display: none;
  }
  .restaurant-topnavList li:hover img:nth-child(3), .restaurant-topnavList li.active img:nth-child(3) {
    display: none;
  }
  .restaurant-topnavList li:hover img:nth-child(4), .restaurant-topnavList li.active img:nth-child(4) {
    display: inline;
  }
}

.roomsWrap {
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid #1e1e1e;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .roomsWrap {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.roomsWrap .book {
  margin: 100px auto 132px;
  position: relative;
  border-bottom: 1px solid #1e1e1e;
}
.roomsWrap .book img:nth-child(1) {
  display: inline;
}
.roomsWrap .book img:nth-child(2) {
  display: none;
}
.roomsWrap .book img:nth-child(3) {
  display: none;
}
.roomsWrap .book img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .roomsWrap .book img:nth-child(1) {
    display: none;
  }
  .roomsWrap .book img:nth-child(2) {
    display: inline;
  }
  .roomsWrap .book img:nth-child(3) {
    display: none;
  }
  .roomsWrap .book img:nth-child(4) {
    display: none;
  }
}
.roomsWrap .book:hover img:nth-child(1), .roomsWrap .book.active img:nth-child(1) {
  display: none;
}
.roomsWrap .book:hover img:nth-child(2), .roomsWrap .book.active img:nth-child(2) {
  display: none;
}
.roomsWrap .book:hover img:nth-child(3), .roomsWrap .book.active img:nth-child(3) {
  display: inline;
}
.roomsWrap .book:hover img:nth-child(4), .roomsWrap .book.active img:nth-child(4) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .roomsWrap .book:hover img:nth-child(1), .roomsWrap .book.active img:nth-child(1) {
    display: none;
  }
  .roomsWrap .book:hover img:nth-child(2), .roomsWrap .book.active img:nth-child(2) {
    display: none;
  }
  .roomsWrap .book:hover img:nth-child(3), .roomsWrap .book.active img:nth-child(3) {
    display: none;
  }
  .roomsWrap .book:hover img:nth-child(4), .roomsWrap .book.active img:nth-child(4) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .roomsWrap .book {
    margin: 67px auto;
  }
}
.roomsWrap .book img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rw-infoWrap {
  display: inline-block;
  vertical-align: top;
  width: 317px;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .rw-infoWrap {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
.rw-infoWrap .title-ch {
  font: bold 22px/1.8 "新細明體", "serif";
  letter-spacing: 3px;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.rw-infoWrap .title-en {
  font: 20px/1.5 "Crimson Text", serif;
  color: #968d62;
  margin-bottom: 20px;
}
.rw-infoWrap .moneyWrap {
  border-top: 1px solid #968d62;
  border-bottom: 1px solid #968d62;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 20px;
}
.rw-infoWrap .moneyWrap span {
  display: inline-block;
  vertical-align: middle;
  width: 29%;
}
.rw-infoWrap .day {
  font: bold 20px/1 "新細明體", "serif";
  letter-spacing: 2px;
  color: #968d62;
  border-bottom: 1px dashed #968d62;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.rw-infoWrap .money {
  font: 20px/1 "Crimson Text", serif;
  color: #968d62;
}
.rw-infoWrap .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
}

.rw-subNoteList.is-open, .mobile-topmenuList li {
  border-bottom: 1px solid #344718;
  position: relative;
}
.rw-subNoteList.is-open:after, .mobile-topmenuList li:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/border@2x.png) center no-repeat;
  background-size: 84px auto;
}

.mobile-topmenuList li:first-child {
  border-top: 1px solid #344718;
}
.mobile-topmenuList li:first-child:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/border@2x.png) center no-repeat;
  background-size: 84px auto;
}

.rw-noteList > li {
  display: inline-block;
  vertical-align: top;
  width: 30.4%;
  margin-right: 4%;
}
.rw-noteList > li:last-child {
  margin-right: 0;
}
.rw-noteList > li.is-open .mobile-note-arrow {
  transform: rotate(540deg);
}
@media screen and (max-width: 1100px) {
  .rw-noteList > li {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .rw-noteList > li:last-child {
    margin-right: 0;
  }
  .rw-noteList > li:first-child .titleWrap {
    border-top: 1px solid #344718;
  }
  .rw-noteList > li:first-child .titleWrap:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../images/border@2x.png) center no-repeat;
    background-size: 84px auto;
  }
}
.rw-noteList .titleWrap {
  font: bold 20px/1 "新細明體", "serif";
  letter-spacing: 2px;
  color: #968d62;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .rw-noteList .titleWrap {
    color: #344718;
    font-size: 15px;
    margin-bottom: 0;
    padding: 21px 0;
    border-bottom: 1px solid #344718;
    position: relative;
  }
  .rw-noteList .titleWrap:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../images/border@2x.png) center no-repeat;
    background-size: 84px auto;
  }
}
.rw-noteList .titleWrap span {
  display: inline-block;
  vertical-align: middle;
}
.rw-noteList .titleWrap span img:nth-child(1) {
  display: inline;
}
.rw-noteList .titleWrap span img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rw-noteList .titleWrap span img:nth-child(1) {
    display: none;
  }
  .rw-noteList .titleWrap span img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .rw-noteList .titleWrap span:nth-child(1) {
    display: none;
  }
  .rw-noteList .titleWrap span:nth-child(3) {
    display: none;
  }
}
.rw-noteList .titleWrap .mobile-note-arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0deg);
  right: 12px;
  transition: all 1s;
}

.rw-subNoteList {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
}
@media screen and (max-width: 1100px) {
  .rw-subNoteList {
    display: none;
  }
}
.rw-subNoteList > li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.rw-subNoteList > li:last-child {
  margin-bottom: 0;
}
.rw-subNoteList > li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  background-color: #344718;
}

.rw-sliderWrap {
  display: inline-block;
  vertical-align: top;
  width: 725px;
}
@media screen and (max-width: 1100px) {
  .rw-sliderWrap {
    width: 100vw;
    margin-left: -20px;
    margin-bottom: 42px;
  }
}

.rw-sliderBigList img {
  width: 100%;
  height: auto;
}

.rw-sliderThumbWrap {
  position: relative;
  background-color: #968d62;
  padding: 14px;
}

.rw-sliderThumbList li {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  transition: all 0.3s;
  margin: 0 5px;
  cursor: pointer;
}
.rw-sliderThumbList .slick-current {
  opacity: 1;
}
.rw-sliderThumbList img {
  width: 136px;
  height: auto;
}

.rw-sliderThumbPrev, .rw-sliderThumbNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  cursor: pointer;
}
.rw-sliderThumbPrev img:nth-child(1), .rw-sliderThumbNext img:nth-child(1) {
  display: inline;
}
.rw-sliderThumbPrev img:nth-child(2), .rw-sliderThumbNext img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .rw-sliderThumbPrev img:nth-child(1), .rw-sliderThumbNext img:nth-child(1) {
    display: none;
  }
  .rw-sliderThumbPrev img:nth-child(2), .rw-sliderThumbNext img:nth-child(2) {
    display: inline;
  }
}
.rw-sliderThumbPrev:hover, .rw-sliderThumbNext:hover {
  opacity: 0.7;
}

.rw-sliderThumbNext {
  left: auto;
  right: 2px;
}

.index-banner {
  width: 100%;
  height: calc(100% - 30px) !important;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .index-banner {
    height: 100% !important;
  }
}

.ib-sloganWrap {
  margin-top: 207px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .ib-sloganWrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .ib-sloganWrap {
    margin: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .ib-sloganWrap {
    margin-top: 29px;
  }
}

.ib-sloganPager {
  margin-top: 30px;
}
.ib-sloganPager a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
}
.ib-sloganPager a:last-child {
  margin-right: 0;
}
.ib-sloganPager .active {
  border: none;
  background-color: #968d62;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 1100px) {
  .ib-slogan {
    padding-top: 60px;
    position: relative;
  }
}
.ib-slogan .titleWrap {
  font: bold 50px/1 "新細明體", "serif";
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .ib-slogan .titleWrap {
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 200%;
  }
}
.ib-slogan span {
  display: inline-block;
  vertical-align: middle;
}
.ib-slogan span img:nth-child(1) {
  display: inline;
}
.ib-slogan span img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ib-slogan span img:nth-child(1) {
    display: none;
  }
  .ib-slogan span img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .ib-slogan span img {
    height: 33px;
    width: auto;
  }
}
.ib-slogan .content {
  font: 14px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  width: 614px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .ib-slogan .content {
    font-size: 13px;
    width: 100%;
  }
}

.ib-topnavWrap {
  position: relative;
  padding: 0 76px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .ib-topnavWrap {
    padding: 0 20px;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
  }
}

.ib-topnavList {
  padding-top: 18px;
  margin-bottom: 30px;
}
.ib-topnavList li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 42px;
}
.ib-topnavList li img:nth-child(1) {
  display: inline;
}
.ib-topnavList li img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ib-topnavList li img:nth-child(1) {
    display: none;
  }
  .ib-topnavList li img:nth-child(2) {
    display: inline;
  }
}
.ib-topnavList li:last-child {
  margin-right: 0;
}
.ib-topnavList .list-ch {
  font: bold 13px/1 "新細明體", "serif";
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}
.ib-topnavList .list-en {
  font: 12px/1 "Crimson Text", serif;
  color: #fff;
}
.ib-topnavList .logoSpace {
  width: 131px;
}

@media screen and (max-width: 1366px) {
  .ib-border-bottom {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .ib-border-bottom {
    display: block;
  }
}
.ib-border-bottom span {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 166px)/2);
  height: 1px;
  background-color: #fff;
}
.ib-border-bottom span img:nth-child(1) {
  display: inline;
}
.ib-border-bottom span img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ib-border-bottom span img:nth-child(1) {
    display: none;
  }
  .ib-border-bottom span img:nth-child(2) {
    display: inline;
  }
}
.ib-border-bottom .diamond {
  width: 156px;
  background-color: transparent;
}
.ib-border-bottom .diamond img {
  position: relative;
  top: -9px;
}

.ib-botnavWrap {
  width: calc(100% - 152px);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .ib-botnavWrap {
    width: 100%;
    padding: 0 20px;
    bottom: 70px;
  }
}

.ib-botnavList {
  font: 12px/1 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 30px 0;
}
.ib-botnavList li {
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
.ib-botnavList li img:nth-child(1) {
  display: inline;
}
.ib-botnavList li img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ib-botnavList li img:nth-child(1) {
    display: none;
  }
  .ib-botnavList li img:nth-child(2) {
    display: inline;
  }
}
.ib-botnavList li:last-child {
  margin-right: 0;
}
.ib-botnavList li img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.index-news {
  background-color: #344718;
  padding: 43px 0;
}
@media screen and (max-width: 1100px) {
  .index-news {
    padding: 43px 20px;
  }
}

@media screen and (max-width: 1100px) {
  .in-list {
    text-align: center;
  }
}
.in-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-right: 11%;
  margin-bottom: 86px;
}
.in-list li:nth-child(3n) {
  margin-right: 0;
}
.in-list .no {
  font: italic 40px/1 "Crimson Text", serif;
  color: #968d62;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .in-list .no {
    font-size: 30px;
  }
}
.in-list .title {
  font: bold 25px/1.5 "新細明體", "serif";
  letter-spacing: 2px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .in-list .title {
    font-size: 20px;
  }
}
.in-list .title:after {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background-color: #968d62;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .in-list .title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.in-list .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 20px;
}
.in-list .more {
  font: 15px/1 "Crimson Text", serif;
  color: #968d62;
}

.in-pager {
  text-align: center;
  margin: 30px 0 70px;
}
.in-pager a {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 13px;
}
.in-pager a:last-child {
  margin-right: 0;
}
.in-pager .active {
  background-color: #968d62;
  border: none;
}

.in-moreNews {
  width: 596px;
  height: 1px;
  margin: 0 auto 42px;
  background-color: #fff;
  position: relative;
}
.in-moreNews img:nth-child(1) {
  display: inline;
}
.in-moreNews img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .in-moreNews img:nth-child(1) {
    display: none;
  }
  .in-moreNews img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .in-moreNews {
    width: 100%;
    margin-bottom: 25px;
  }
}
.in-moreNews img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ir-content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 70px;
}

.ir-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 33.33%;
  position: relative;
}
.ir-list li:hover .hoverBlock {
  opacity: 1;
}
.ir-list img {
  width: 100%;
  height: auto;
}
.ir-list .hoverBlock {
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(52, 71, 24, 0.8);
  padding: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ir-list .title-ch {
  font: bold 20px/1.5 "新細明體", "serif";
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 9px;
}
.ir-list .title-en {
  font: 20px/1.5 "Crimson Text", serif;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.ir-list .title-en:after {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #968d62;
}
.ir-list .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
.ir-list .more {
  font: italic 20px/1 "Crimson Text", serif;
  color: #fff;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.index-rooms {
  margin-bottom: 130px;
}

.ib-content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 80px;
}

.index-blog {
  padding: 162px 0 125px;
  background: #fff url(../images/index/ib-bg.png) repeat;
}

.ib-listWrap {
  position: relative;
  width: 1072px;
  margin: 0 auto 0;
}

.ib-list li {
  display: inline-block;
  vertical-align: top;
  width: 325px;
}
.ib-list .pic {
  width: 100%;
  height: 225px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ib-list .pic a
img {
  width: 100%;
  height: auto;
}
.ib-list .title {
  font: bold 25px/1.5 "新細明體", "serif";
  letter-spacing: 2px;
  color: #1e1e1e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.ib-list .title:after {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #968d62;
}
.ib-list .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #1e1e1e;
  margin-bottom: 22px;
}
.ib-list .more {
  font: 15px/1 "Crimson Text", serif;
  color: #968d62;
}

.ib-prev, .ib-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -170px;
  cursor: pointer;
}
.ib-prev img:nth-child(1), .ib-next img:nth-child(1) {
  display: inline;
}
.ib-prev img:nth-child(2), .ib-next img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ib-prev img:nth-child(1), .ib-next img:nth-child(1) {
    display: none;
  }
  .ib-prev img:nth-child(2), .ib-next img:nth-child(2) {
    display: inline;
  }
}
.ib-prev:hover, .ib-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1366px) {
  .ib-prev, .ib-next {
    left: -80px;
  }
}

.ib-next {
  left: auto;
  right: -170px;
}
@media screen and (max-width: 1366px) {
  .ib-next {
    right: -80px;
  }
}

.index-ryder-slider {
  margin-bottom: 65px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .index-ryder-slider {
    margin-bottom: 0;
  }
}

.ryder-sliderList {
  white-space: nowrap;
}
.ryder-sliderList li {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .ryder-sliderList li {
    width: 100%;
    height: 375px;
  }
}
.ryder-sliderList li:first-child .block {
  opacity: 1;
}
.ryder-sliderList li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .ryder-sliderList li img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ryder-sliderList .block {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5);
}
.ryder-sliderList .container {
  width: 544px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: normal;
}
@media screen and (max-width: 1100px) {
  .ryder-sliderList .container {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.ryder-sliderList .title {
  font: bold 30px/1.5 "新細明體", "serif";
  letter-spacing: 3px;
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .ryder-sliderList .title {
    font-size: 19px;
  }
}
.ryder-sliderList .title:after {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .ryder-sliderList .title:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ryder-sliderList .content {
  font: 13px/1.8 "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.mobile-show {
  display: none;
}
@media screen and (max-width: 1100px) {
  .mobile-show {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media screen and (max-width: 1100px) {
  .mobile-hide {
    display: none;
  }
}

.set-dib {
  display: inline-block;
}

.mobile-topmenuWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
  width: 100%;
}
.mobile-topmenuWrap.is-open {
  height: 100%;
}
.mobile-topmenuWrap.is-index .logo {
  opacity: 0;
}
.mobile-topmenuWrap.is-index .mtw-green-area {
  background-color: transparent;
  height: 65px;
  transition-delay: .6s;
}
.mobile-topmenuWrap .logo {
  opacity: 1;
  transition: all .6s;
}

.mtw-green-area {
  padding: 8px 20px;
  background-color: #344718;
  position: relative;
  transition: all .6s;
}

.hamburger {
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.hamburger.is-show .item1 {
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: top 0.4s ,transform 0.4s 0.4s;
  -webkit-transition: top 0.4s ,transform 0.4s 0.4s;
}
.hamburger.is-show .item2 {
  opacity: 0;
}
.hamburger.is-show .item3 {
  top: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: top 0.4s ,transform 0.4s 0.4s;
  -webkit-transition: top 0.4s ,transform 0.4s 0.4s;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hamburger .item1 {
  position: absolute;
  top: 0;
  transition: transform 0.4s ,top 0.4s 0.4s;
  -webkit-transition: transform 0.4s ,top 0.4s 0.4s;
}
.hamburger .item2 {
  position: absolute;
  top: 50%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.hamburger .item3 {
  position: absolute;
  top: 100%;
  transition: transform 0.4s ,top 0.4s 0.4s;
  -webkit-transition: transform 0.4s ,top 0.4s 0.4s;
}

.mobile-topmenuList {
  display: none;
  padding: 30px 0 126px;
  height: calc(100% - 65px);
  overflow-y: auto;
  text-align: center;
  background-color: #e7e7e7;
}
.mobile-topmenuList li {
  padding: 18px 0;
  margin: 0 20px;
}
.mobile-topmenuList span {
  display: inline-block;
  vertical-align: middle;
}
.mobile-topmenuList .ch {
  font: 14px/1 "新細明體", "serif";
  letter-spacing: 2px;
  color: #968d62;
  margin-right: 15px;
}
.mobile-topmenuList .en {
  font: 13px/1 "Crimson Text", serif;
  letter-spacing: 1px;
  color: #968d62;
  width: 133px;
  text-align: left;
}

.mobile-index-rooms {
  position: relative;
}

.mobile-irList img {
  width: 100%;
  height: auto;
}

.mobile-ir-pager {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
.mobile-ir-pager a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #968d62;
  border-radius: 50%;
  margin-right: 13px;
}
.mobile-ir-pager a:last-child {
  margin-right: 0;
}
.mobile-ir-pager .active {
  background-color: #968d62;
}

.mobile-ib-logo {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.enterWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .enterWrap {
    overflow: visible;
    height: auto;
  }
}

.enterContainer {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: 100%;
  margin-right: -5px;
  transform: skewX(-15deg);
  position: relative;
  overflow: hidden;
  left: -10%;
  transition: all 1.2s;
}
@media screen and (max-width: 1100px) {
  .enterContainer {
    display: block;
    width: 100%;
    height: 59.47vw;
    left: 0;
    transform: skewX(0deg);
  }
}
.enterContainer a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.enterContainer.is-hover {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .enterContainer.is-hover {
    width: 100%;
  }
}
.enterContainer.is-hover:after {
  opacity: 0;
}
.enterContainer.is-hover .logo {
  opacity: 1;
  margin-top: 0;
}
.enterContainer.is-small {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .enterContainer.is-small {
    width: 100%;
  }
}
.enterContainer:before {
  content: '';
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-top: -50vh;
  transform: skewX(15deg);
}
@media screen and (max-width: 1100px) {
  .enterContainer:before {
    width: 100%;
    height: 100%;
    transform: skewX(0deg);
    top: 0;
    left: 0;
    margin: 0;
  }
}
.enterContainer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s;
}
@media screen and (max-width: 1100px) {
  .enterContainer:after {
    display: none;
  }
}
.enterContainer.bg-1:before {
  background: url(../images/enter/1.jpg) no-repeat center;
  background-size: cover;
}
.enterContainer.bg-2:before {
  background: url(../images/enter/2.jpg) no-repeat center;
  background-size: cover;
}
.enterContainer.bg-3:before {
  background: url(../images/enter/3.jpg) no-repeat center;
  background-size: cover;
}
.enterContainer .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: skewX(15deg) translate(-50%, -50%);
  opacity: 0;
  transition: all .5s;
}
.enterContainer .logo img:nth-child(1) {
  display: inline;
}
.enterContainer .logo img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .enterContainer .logo img:nth-child(1) {
    display: none;
  }
  .enterContainer .logo img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .enterContainer .logo {
    opacity: 1;
    margin-top: 0;
    transform: skewX(0deg) translate(-50%, -50%);
  }
}

.enter-copyright {
  font: bold 12px/1.8 'times new roman';
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .enter-copyright {
    position: relative;
    bottom: 0;
    padding: 20px;
    background-color: #fff;
    color: #7c7c7c;
    text-align: center;
  }
}

.enter-welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.enter-welcome img:nth-child(1) {
  display: inline;
}
.enter-welcome img:nth-child(2) {
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .enter-welcome img:nth-child(1) {
    display: none;
  }
  .enter-welcome img:nth-child(2) {
    display: inline;
  }
}
@media screen and (max-width: 1100px) {
  .enter-welcome {
    display: none !important;
  }
}
