@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC&family=Playfair+Display:ital,wght@0,400;0,700;1,600;1,700&display=swap");
.classRowBox > ul a, .mClassLink .main, .mClassLink > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loadingArea, .loadingArea2, header .rightBox .btnWrap .langBox .submenu li a,
header .rightBox .btnWrap > a .submenu li a, .m_menu .controlBox .langBox .submenu li a, .m_menu .socialList a svg, footer .middle .footerMenuList a, footer .middle .infoBox a, footer .right a.btn, footer .right .socialList a svg, .fixedQuickLink a, .classRowBox, .classColumnBox, .pageBox a.prevBtn::before, .pageBox a.nextBtn::before, .pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after, .imh_detail a::after, .roomFilter, .roomFilter .filterToggler .togglerBtn, .roomFilter .filterToggler .togglerBtn img, .roomFilter .contentBox {
  -webkit-transition: all .5s;
  transition: all .5s;
}

body {
  background-color: #fff;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

body:not(.WebSiteHome) .wrap {
  max-width: 1320px;
}

body:not(.WebSiteHome) .bannerArea .wrap,
body:not(.WebSiteHome) header .wrap {
  max-width: none;
}

body:not(.WebSiteHome) .titleBox {
  text-align: center;
}

body:not(.WebSiteHome) .titleBox h1 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

body:not(.WebSiteHome) #banner {
  position: relative;
}

body:not(.WebSiteHome) #banner img {
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  body:not(.WebSiteHome) #banner img {
    height: 300px;
  }
}

@media (max-width: 720px) {
  body:not(.WebSiteHome) #banner img {
    height: 200px;
  }
}

body:not(.WebSiteHome) #banner .wrap {
  max-width: 1330px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 20px;
  pointer-events: none;
}

body:not(.WebSiteHome) .mainArea {
  background-color: #ede9e6;
  padding: 0 0 100px 0;
}

@media (max-width: 1400px) {
  body:not(.WebSiteHome) .mainArea {
    padding: 0 0 80px 0;
  }
}

@media (max-width: 1200px) {
  body:not(.WebSiteHome) .mainArea {
    padding: 40px 0;
  }
}

body:not(.WebSiteHome) .mainArea > .wrap {
  position: relative;
}

@media (max-width: 1200px) {
  body:not(.WebSiteHome) .bread {
    display: none;
  }
}

body:not(.WebSiteHome) .bread a:hover {
  color: #9b8d77;
}

body:not(.WebSiteHome) h1.title {
  text-indent: -101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.translated-ltr header {
  top: 40px;
}

.translated-ltr .m_menu {
  padding-top: 38px;
}

.translated-ltr .m_menu .hideBox {
  padding-top: 98px;
}

@media (max-width: 1200px) {
  .translated-ltr .roomFilter {
    top: 98px;
  }
  .translated-ltr .roomFilter.open {
    top: 98px;
  }
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #9b8d77;
}

div.titan {
  display: none;
}

[class*="col-"] {
  float: left;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  color: #fff;
  background-color: #9b8d77;
}

.btn_color1:hover {
  background-color: #9b8d77;
}

.btn_color2 {
  color: #fff;
  background-color: #363636;
}

.btn_color2:hover {
  background-color: #363636;
}

input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  padding-top: 103px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.moduleBox.show {
  opacity: 1;
  visibility: visible;
}

.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.moduleBox .moduleClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #9b8d77;
  border: none;
  cursor: pointer;
}

.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

/*購物車*/
.cartArea .moduleWrap {
  max-width: 480px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

.cartArea .goto_pay_btn {
  margin-left: 15px;
}

.cartArea .cartNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

.cartArea .cartNote .en {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
  text-transform: uppercase;
}

.cartArea .cartNote .en span {
  color: #9b8d77;
}

.cartArea .cartNote .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #373737;
}

.cartArea .cartNote .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #9b8d77;
}

.cartArea .cart {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-top: 2px solid #9b8d77;
  border-bottom: 2px solid #b4b4b4;
}

.cartArea .buyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}

.cartArea .buyList .Img {
  width: 90px;
}

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

.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}

.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}

.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cartArea .buyList .del:hover {
  background-color: #9b8d77;
  color: #fff;
}

.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/*訂單查詢*/
.orderCheckArea .moduleWrap {
  max-width: 360px;
}

.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}

.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

/*會員登入*/
.loginArea .moduleWrap {
  max-width: 360px;
}

.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}

.loginArea input[type="text"], .loginArea input[type="password"] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}

.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}

.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}

.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}

.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}

.searchArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #9b8d77;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}

.cookieArea .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

@media (max-width: 480px) {
  #closeCart,
  #closePrice,
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loadingArea .loadLogo {
  width: 260px;
}

.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}

.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loadingArea.hide {
  opacity: 0;
}

.loadingArea2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
}

.loadingArea2 img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.loadingArea2 img:nth-of-type(1) {
  -webkit-transition: opacity 1s 2s ease-out;
  transition: opacity 1s 2s ease-out;
  z-index: 10;
}

.loadingArea2 img:nth-of-type(2) {
  -webkit-transition: opacity 1s 4s ease-out;
  transition: opacity 1s 4s ease-out;
  z-index: 9;
}

.loadingArea2 img:nth-of-type(3) {
  -webkit-transition: opacity 1s 6s ease-out;
  transition: opacity 1s 6s ease-out;
  z-index: 8;
}

.loadingArea2 img:nth-of-type(4) {
  z-index: 7;
}

.loadingArea2 .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
}

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

.loadingArea2.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: opacity 8s linear 1 forwards;
          animation: opacity 8s linear 1 forwards;
}

@-webkit-keyframes opacity {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacity {
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.loadingArea2.show .imgBox {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: center 60%;
          transform-origin: center 60%;
  -webkit-transition: all 7s linear;
  transition: all 7s linear;
}

.loadingArea2.show .imgBox img {
  opacity: 0;
}

.loadingArea2.show .imgBox img:nth-of-type(4) {
  opacity: 1;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*menu*/
}

@media (max-width: 1200px) {
  header {
    display: none;
  }
}

header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  padding: 0 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1660px) {
  header .wrap {
    padding: 0 20px;
  }
}

header .logo {
  width: 101px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 103px;
  background: url("../images/logo.png") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}

header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

header .rightBox .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .rightBox .btnWrap .langBox,
header .rightBox .btnWrap > a {
  position: relative;
  cursor: pointer;
}

header .rightBox .btnWrap .langBox .submenu,
header .rightBox .btnWrap > a .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  border-top: 1px solid #4e4e4e;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: none;
}

header .rightBox .btnWrap .langBox .submenu li,
header .rightBox .btnWrap > a .submenu li {
  width: 100%;
}

header .rightBox .btnWrap .langBox .submenu li a,
header .rightBox .btnWrap > a .submenu li a {
  color: #fff;
  background-color: #363636;
  text-transform: uppercase;
  border-bottom: 1px solid #4e4e4e;
  font-weight: 300;
}

header .rightBox .btnWrap .langBox .submenu li a:hover,
header .rightBox .btnWrap > a .submenu li a:hover {
  color: #9b8d77;
}

header .rightBox .btnWrap .langBox .submenu li a.current,
header .rightBox .btnWrap > a .submenu li a.current {
  color: #9b8d77;
}

header .rightBox .btnWrap a,
header .rightBox .btnWrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 12px;
  cursor: pointer;
}

header .rightBox .btnWrap span {
  font-size: 16px;
  color: #fff;
  margin-left: 12px;
}

header .rightBox .btnWrap > a:hover {
  background-color: #81735e;
}

header .rightBox .btnWrap a {
  background-color: #9b8d77;
  width: 168px;
  margin-right: 30px;
}

@media (max-width: 1400px) {
  header .rightBox .btnWrap a {
    margin-right: 20px;
    width: 155px;
  }
}

header .rightBox .btnWrap button {
  background-color: #363636;
  width: 168px;
}

@media (max-width: 1400px) {
  header .rightBox .btnWrap button {
    width: 155px;
  }
}

header .rightBox .btnWrap button span {
  margin-right: 12px;
}

header .top,
header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

header .top {
  margin-bottom: 12px;
}

header .top > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

header .menu {
  margin-right: 64px;
}

@media (max-width: 1400px) {
  header .menu {
    margin-right: 20px;
  }
}

header .menu > li {
  position: relative;
  display: inline-block;
}

header .menu > li:last-child span > a {
  padding-right: 0;
}

header .menu > li a {
  font-size: 16px;
  color: #5f5f5f;
  letter-spacing: 1px;
}

header .menu > li > a,
header .menu > li > span > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 28.5px;
  height: 103px;
}

@media (max-width: 1500px) {
  header .menu > li > a,
  header .menu > li > span > a {
    padding: 5px 14px;
  }
}

@media (max-width: 1400px) {
  header .menu > li > a,
  header .menu > li > span > a {
    padding: 5px 10px;
  }
}

header .menu > li > a.current, header .menu > li > a:hover,
header .menu > li > span > a.current,
header .menu > li > span > a:hover {
  color: #9b8d77;
}

header .menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  min-width: 115px;
  max-width: 150px;
  text-align: center;
}

header .menu .submenu li:last-child a {
  border-bottom: 0;
}

header .menu .submenu a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #4e4e4e;
  font-size: 16px;
  color: #fff;
  background-color: #363636;
  font-weight: 300;
}

header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #9b8d77;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  /*手機menu內容*/
}

@media (min-width: 1201px) {
  .m_menu {
    display: none;
  }
}

.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.m_menu .m_logo img {
  display: block;
  width: 74px;
}

.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

.m_menu .controlBox a.main {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m_menu .controlBox a.main span {
  margin-top: -0.5px;
  width: 25px;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m_menu .controlBox a.main span:before {
  top: -7px;
}

.m_menu .controlBox a.main span:after {
  bottom: -7px;
}

.m_menu .controlBox a.main.show span {
  background-color: transparent;
}

.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}

.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}

.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}

.m_menu .controlBox .right a em {
  display: none;
}

.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799a1b;
}

.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #c40000;
}

.m_menu .controlBox .langBox {
  position: relative;
  cursor: pointer;
}

.m_menu .controlBox .langBox .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  display: none;
  border-top: 1px solid #4e4e4e;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.m_menu .controlBox .langBox .submenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}

.m_menu .controlBox .langBox .submenu li a {
  width: 100%;
  color: #fff;
  background-color: #363636;
  text-transform: uppercase;
  border-bottom: 1px solid #4e4e4e;
  padding: 12px;
  font-size: 14px;
}

.m_menu .controlBox .langBox .submenu li a:hover {
  color: #9b8d77;
}

.m_menu .controlBox .langBox .submenu li a.current {
  color: #9b8d77;
}

.m_menu .controlBox .langBox button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 12px;
  cursor: pointer;
  background-color: #363636;
  min-width: 87px;
}

.m_menu .controlBox .langBox button img:first-child {
  margin-right: 4px;
  width: 14px;
}

.m_menu .controlBox .langBox button img:last-child {
  width: 8px;
}

.m_menu .controlBox .langBox button span {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0 0 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: no-repeat url(../images/menuBg.jpg) center/cover #fff;
}

.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #fff;
}

.m_menu .hideBox .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ede9e6;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

.m_menu .hideBox .bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.m_menu .hideBox .bottom a:hover {
  background-color: #9b8d77;
  color: #fff;
}

.m_menu .hideBox .bottom a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.m_menu .hideBox .bottom a img {
  margin-bottom: 6px;
}

.m_menu .searchBox_m {
  padding: 20px 0;
  text-align: center;
}

.m_menu .searchBox_m input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}

.m_menu .searchBox_m a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #9cc720;
}

.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}

.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}

.m_menu .m_trans > a i {
  margin-left: 5px;
}

.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}

.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}

.m_menu .loginBox a i {
  margin-right: 3px;
}

.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}

.m_menu .loginBox .submenu span {
  margin: 0 5px;
}

.m_menu .mfun {
  padding: 30px 0;
  text-align: center;
}

.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}

.m_menu .nav {
  border-bottom: 2px solid rgba(197, 197, 197, 0.45);
  margin: 0 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.m_menu .nav li {
  border-top: 2px solid rgba(197, 197, 197, 0.45);
}

.m_menu .nav li:first-child {
  border: 0;
}

.m_menu .nav a {
  position: relative;
  display: block;
  padding: 18px 10px 18px 30px;
  font-size: 18px;
  color: #363636;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.m_menu .nav a:hover {
  background-color: #363636;
  color: #9b8d77;
}

.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}

.m_menu .nav .dropDown span > a::after {
  content: "\f107";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: FontAwesome;
}

.m_menu .nav .submenu {
  display: none;
}

.m_menu .nav .submenu a {
  padding: 10px 20px 10px 64px;
  color: #646464;
  text-align: left;
  font-size: 16px;
}

.m_menu .nav .submenu a:hover {
  background-color: #999;
}

.m_menu .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m_menu .socialList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #363636;
}

.m_menu .socialList a:hover {
  color: #9b8d77;
}

.m_menu .socialList a svg {
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: #363636;
  margin-top: -2px;
  vertical-align: middle;
}

.m_menu .socialList li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 9px;
  position: relative;
}

.m_menu .socialList li:last-child {
  padding-right: 0;
}

.m_menu .socialList i {
  font-size: 22px;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}

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

.bannerArea .bannerItem {
  position: relative;
}

.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea li {
  line-height: 20px;
}

.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}

@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}

.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
footer {
  padding: 94px 0 0 0;
  background-color: #363636;
}

@media (max-width: 1200px) {
  footer {
    padding-top: 80px;
  }
}

footer .wrap.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1363px;
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 96px;
}

@media (max-width: 1200px) {
  footer .top {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
  }
}

footer .bottom {
  background-color: #ede9e6;
  padding: 0;
}

footer .bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  footer .bottom .copyright {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

footer .bottom .copyright .footerInfo {
  color: #363636;
  font-family: 'Noto Sans TC', serif;
  font-size: 16px;
  width: auto;
  margin-right: 54px;
  letter-spacing: 0.8px;
}

@media (max-width: 1200px) {
  footer .bottom .copyright .footerInfo {
    text-align: left;
    font-size: 13px;
    margin-bottom: 0px;
    margin-right: 0;
    width: 100%;
    white-space: normal;
    line-height: 1.4;
  }
}

footer .bottom .copyright .ibestContent {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .bottom .copyright .ibestContent a {
  color: #969595;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 0.8px;
  font-family: 'Noto Sans TC', serif;
}

footer .bottom .copyright .ibestContent a:hover {
  color: #9b8d77;
}

@media (max-width: 1200px) {
  footer .bottom .copyright .ibestContent a {
    font-size: 13px;
    line-height: 1.4;
  }
}

footer .left {
  width: 160px;
}

footer .middle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 38px;
}

@media (max-width: 1200px) {
  footer .middle {
    padding-left: 0;
  }
}

footer .middle .footerMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  margin-right: 52px;
  margin-left: -22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1600px) {
  footer .middle .footerMenuList {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  footer .middle .footerMenuList {
    margin: 0;
    margin-left: -23px;
    margin-top: 45px;
  }
}

footer .middle .footerMenuList::before {
  content: "";
  width: calc(100% - 46px);
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1200px) {
  footer .middle .footerMenuList::before {
    display: none;
  }
}

footer .middle .footerMenuList li {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  footer .middle .footerMenuList li {
    margin-bottom: 22px;
  }
}

@media (max-width: 540px) {
  footer .middle .footerMenuList li {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .middle .footerMenuList a {
  color: #eae8e8;
  font-size: 14px;
  letter-spacing: 0.6px;
  margin: 0 23px;
}

footer .middle .footerMenuList a:hover {
  color: #9b8d77;
}

@media (max-width: 540px) {
  footer .middle .footerMenuList a {
    margin: 0;
  }
}

footer .middle .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

@media (max-width: 1200px) {
  footer .middle .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .middle .infoBox img {
  margin-right: 10px;
}

footer .middle .infoBox a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: 'Noto Sans TC', serif;
  letter-spacing: 1.2px;
  margin-right: 65px;
}

footer .middle .infoBox a:hover {
  color: #9b8d77;
}

@media (max-width: 1200px) {
  footer .middle .infoBox a {
    margin-right: 0;
  }
}

footer .middle .infoBox .address a {
  margin-right: 0;
}

footer .middle .infoBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  footer .middle .infoBox > div {
    margin-bottom: 20px;
  }
}

footer .right {
  width: 138px;
}

@media (max-width: 1200px) {
  footer .right {
    position: absolute;
    right: 0;
    top: 0;
  }
}

footer .right a.btn {
  background-color: #9b8d77;
  min-width: 138px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
}

footer .right a.btn:hover {
  background-color: #81735e;
}

footer .right a.btn img {
  width: 16px;
  margin-right: 8px;
}

footer .right .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}

footer .right .socialList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
}

footer .right .socialList a:hover {
  color: #fff;
}

footer .right .socialList a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}

footer .right .socialList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 3px;
  position: relative;
  width: 33.333%;
}

footer .right .socialList li:last-child {
  padding-right: 0;
}

footer .right .socialList i {
  font-size: 18px;
}

footer .downLogo {
  width: 116px;
  max-width: 200px;
  padding-top: 5px;
}

@media (max-width: 1600px) {
  footer .downLogo {
    margin-right: 20px;
  }
}

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

footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
}

footer .qrcode {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  margin-top: 8px;
}

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

footer .downMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

footer .downMenu li {
  width: 20%;
  padding: 5px;
}

footer .downMenu li a {
  display: block;
  font-size: 14px;
}

@media (max-width: 480px) {
  footer .downMenu li {
    width: 25%;
  }
}

footer .copyright {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
  text-align: right;
}

footer .copyright a {
  color: #000;
}

@media (max-width: 480px) {
  footer .copyright {
    width: 100%;
    text-align: left;
  }
}

footer .footerInfo {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: -4px;
  font-weight: 400;
  line-height: 1.8;
  color: #313131;
  white-space: nowrap;
}

@media (max-width: 480px) {
  footer .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}

.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacyArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.privacyArea .text a {
  color: #9b8d77;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}

.privacyArea .text a:hover {
  color: #9b8d77;
}

.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}

.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}

@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media (min-width: 1201px) {
  .fixedQuickLink {
    display: none;
  }
}

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

.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fixedQuickLink .goTop {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans TC', serif;
}

.fixedQuickLink .goTop img {
  margin: 8px 0;
}

.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 13px;
  color: #000;
  width: 100%;
}

.fixedQuickLink a:hover {
  background-color: #9b8d77;
  color: #fff;
}

.fixedQuickLink a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.fixedQuickLink a img {
  margin-bottom: 6px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.fixedQuickLink .title {
  white-space: nowrap;
}

.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
  text-align: center;
}

.adminLoginArea p {
  padding: 20px 15px;
}

.adminLoginArea.show {
  opacity: 1;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}

.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}

@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}

.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}

@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}

.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}

.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}

@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}

.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}

.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #9b8d77;
}

@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}

.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}

@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}

.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainArea404 .top {
  max-width: 380px;
  color: #9b8d77;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}

.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}

.titleBox .bigWord {
  font-size: 48px;
  color: #9b8d77;
  font-weight: 600;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.titleBox h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.titleBox em {
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #363636;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.titleBox .Txt.textEditor {
  background-color: transparent;
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}

.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.bread .wrap a {
  color: #a9a9a9;
}

.bread .wrap a:hover {
  color: #9b8d77;
}

.bread .wrap span {
  color: #666;
}

.bread .wrap span + a,
.bread .wrap a + span {
  padding-left: 25px;
  position: relative;
}

.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
  position: relative;
}

.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}

.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}

.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}

.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(155, 141, 119, 0.5);
  font-weight: 400;
  font-size: 20px;
  color: #232323;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 0px;
  padding: 5px;
  border-bottom: 2px solid #d6d6d6;
  font-weight: 400;
  font-size: 18px;
  color: #232323;
}

.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  padding: 20px 0;
}

.classRowBox > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .classRowBox > ul {
    display: none;
  }
}

.classRowBox > ul li {
  margin-bottom: 10px;
  margin-right: 15px;
}

.classRowBox > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #363636;
  background-color: #fff;
  letter-spacing: 1.2px;
  text-align: center;
}

.classRowBox > ul a.current, .classRowBox > ul a:hover {
  color: #fff;
  background-color: #9b8d77;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .classColumnBox > ul {
    display: none;
  }
}

.classColumnBox > ul > li > a {
  color: #010101;
}

.classColumnBox > ul ul {
  display: none;
}

.classColumnBox > ul a {
  position: relative;
  display: block;
  padding: 16px 0;
  font-size: 16px;
  color: #6d6d6d;
  border-bottom: 1px solid rgba(155, 141, 119, 0.5);
}

.classColumnBox > ul a.current, .classColumnBox > ul a:hover {
  color: #9b8d77;
}

.classColumnBox > ul .linkHasItems::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}

.classColumnBox > ul .linkHasItems.open + ul {
  display: block;
}

.classColumnBox > ul .linkHasItems.open + ul > li {
  -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
          animation: fadeAni 0.6s ease-in 1 forwards;
}

@-webkit-keyframes fadeAni {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeAni {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.classColumnBox > ul .linkHasItems.open + ul > li a {
  padding-left: 20px;
}

.mClassLink {
  position: relative;
  z-index: 3;
}

@media (min-width: 1201px) {
  .mClassLink {
    display: none;
  }
}

.mClassLink.open > ul {
  display: block;
}

.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #9b8d77;
}

.mClassLink .main::before {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}

.mClassLink > ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mClassLink > ul > li + li {
  border-top: 1px solid #f2f2f2;
}

.mClassLink > ul > li.current > a {
  color: #9b8d77;
}

.mClassLink > ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}

.mClassLink ul {
  display: none;
}

.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}

.mClassLink .linkHasItems::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}

.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.mClassLink .linkHasItems.open + ul {
  display: block;
}

.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}

.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}

.mClassLink .linkHasItems + ul a.current {
  color: #9b8d77;
}

.pageBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pageBox a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
  font-family: 'Noto Sans TC', serif;
}

.pageBox a.prevBtn::before, .pageBox a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}

.pageBox a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pageBox a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pageBox a:hover {
  border: 1px solid #9b8d77;
  background-color: #9b8d77;
  color: #fff;
}

.pageBox a:hover.prevBtn::before, .pageBox a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pageBox.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageBox.number.oval a {
  width: 50px;
}

.pageBox.number a {
  width: 40px;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 999px;
  position: relative;
  text-align: center;
}

.pageBox.number a.prevBtn::before, .pageBox.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}

.pageBox.number a.prevBtn::before {
  left: 5px;
  right: 0;
}

.pageBox.number a.nextBtn::before {
  left: 0;
  right: 5px;
}

.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after, .pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pageBox.number a.firstBtn::before, .pageBox.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pageBox.number a.firstBtn::before {
  left: -2px;
  right: 0;
}

.pageBox.number a.firstBtn::after {
  left: 12px;
  right: 0;
}

.pageBox.number a.lastBtn::before, .pageBox.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pageBox.number a.lastBtn::before {
  left: 0;
  right: -2px;
}

.pageBox.number a.lastBtn::after {
  left: 0;
  right: 12px;
}

.pageBox.number a.current {
  border: 1px solid #9b8d77;
  background-color: #9b8d77;
  color: #fff;
}

.pageBox.number a:hover.firstBtn::before, .pageBox.number a:hover.firstBtn::after, .pageBox.number a:hover.lastBtn::before, .pageBox.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pageBox.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pageBox.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
  font-family: 'Noto Sans TC', serif;
}

.pageBox.prevnext a.prevBtn::before, .pageBox.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}

.pageBox.prevnext a.prevBtn {
  text-align: right;
}

.pageBox.prevnext a.prevBtn::before {
  left: 15px;
}

.pageBox.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}

.pageBox.prevnext a.nextBtn::before {
  right: 15px;
}

@media (max-width: 768px) {
  .pageBox.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .pageBox.prevnext a {
    width: calc(100% / 2 - 15px);
  }
}

@media (max-width: 480px) {
  .pageBox.prevnext a {
    width: calc(100% / 2 - 10px);
  }
}

.pageBox.prevnext.circle a {
  width: 45px;
  padding: 0;
  font-family: 'Noto Sans TC', serif;
}

.pageBox.prevnext.circle a span {
  display: none;
}

.pageBox.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}

.pageBox.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}

.pageBox.circle a {
  border-radius: 50%;
  overflow: hidden;
}

.pageBox.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}

.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #9b8d77;
  font-size: 13px;
  color: #9b8d77;
}

.tagBox a:hover {
  color: #fff;
  background-color: #9b8d77;
}

.tagBox a.current {
  color: #fff;
  background-color: #9b8d77;
}

.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.tab a.current {
  background-color: #9b8d77;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}

.tabContent .tabContentItem {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}

.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}

.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}

.side_menu dl {
  padding-left: 25px;
}

.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side_album li {
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
}

.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}

.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}

.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

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

.side_room .Txt {
  margin-top: 5px;
}

.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  display: none;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 30px;
  }
}

.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.side_share i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share .line {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
          box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
          box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8dcff5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}

.side_news ul {
  margin-top: 20px;
}

.side_news li {
  margin-bottom: 25px;
}

.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}

.side_news .Img img {
  display: block;
  height: 60px;
}

.side_news .Txt {
  overflow: hidden;
}

.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.side_news .Txt a:hover {
  text-decoration: underline;
}

.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*title*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

/*button*/
.btn1.center {
  text-align: center;
}

.btn1.full a {
  width: 100%;
}

.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}

.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #9b8d77;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn1 a:hover {
  border-color: #9b8d77;
}

.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}

.btn1 a.white::after {
  background-color: #68a9b1;
}

.btn1 a.white:hover {
  color: #fff;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}

.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imh_detail a:before {
  content: "VIEW MORE";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: block;
  padding: 10px 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 1.3px;
  font-family: 'Playfair Display', "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.imh_detail a::after {
  content: "";
  padding: 15px;
  background-clip: content-box;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover a::after {
  opacity: 0.2;
}

.imh_detail:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*最新消息icon*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

.roomFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 30px;
  -webkit-box-shadow: -2px 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: -2px 5px 15px rgba(0, 0, 0, 0.25);
  z-index: 99;
  background-color: #fff;
  right: -440px;
}

@media (max-width: 1200px) {
  .roomFilter {
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    top: 60px;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 20;
  }
}

.roomFilter.open {
  right: 0;
}

.roomFilter.open .filterToggler .togglerBtn .close {
  opacity: 1;
}

.roomFilter.open .filterToggler .togglerBtn .room {
  opacity: 0;
}

@media (max-width: 1200px) {
  .roomFilter.open .contentBox {
    margin-top: 0;
  }
}

.roomFilter .filterToggler {
  background-color: #9b8d77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .roomFilter .filterToggler {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

.roomFilter .filterToggler .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .roomFilter .filterToggler .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
  }
}

.roomFilter .filterToggler .togglerBtn {
  cursor: pointer;
  background-color: #363636;
  width: 63px;
  height: 63px;
  position: relative;
}

@media (max-width: 1200px) {
  .roomFilter .filterToggler .togglerBtn {
    display: none;
  }
}

.roomFilter .filterToggler .togglerBtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.roomFilter .filterToggler .togglerBtn .close {
  opacity: 0;
}

.roomFilter .filterToggler span {
  padding: 31px 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 6px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media (max-width: 1200px) {
  .roomFilter .filterToggler span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 1px;
    padding: 0;
  }
}

.roomFilter .contentBox {
  padding: 14px 36px;
  width: 440px;
  display: block;
}

@media (max-width: 1200px) {
  .roomFilter .contentBox {
    width: 100%;
    padding: 20px;
    padding-top: 70px;
    margin-top: -100%;
  }
}

.roomFilter .contentBox .title {
  font-size: 20px;
  font-weight: 500;
}

.roomFilter .contentBox .subtitle {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.roomFilter .searchBox {
  width: 100%;
  position: relative;
}

.roomFilter .searchBox input {
  background-color: #e3e3e3;
  color: #929292;
  border: 0;
  height: 36px;
  width: 100%;
  font-size: 14px;
  padding-right: 110px;
  padding-left: 10px;
}

.roomFilter .searchBox input::-webkit-input-placeholder {
  color: #929292;
}

.roomFilter .searchBox input::-moz-placeholder {
  color: #929292;
}

.roomFilter .searchBox input:-ms-input-placeholder {
  color: #929292;
}

.roomFilter .searchBox input::-ms-input-placeholder {
  color: #929292;
}

.roomFilter .searchBox input::placeholder {
  color: #929292;
}

.roomFilter .searchBox img {
  margin-right: 8px;
}

.roomFilter .searchBox button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #9b8d77;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  height: 100%;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

.roomFilter .searchBox button:hover {
  background-color: #81735e;
}

.goTop {
  position: fixed;
  cursor: pointer;
  width: 28px;
  height: 67px;
  right: 27px;
  bottom: 300px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1200px) {
  .goTop {
    display: none;
  }
}

.goTop:hover .arrow {
  -webkit-animation: gotop 1s ease-in-out infinite;
          animation: gotop 1s ease-in-out infinite;
}

@-webkit-keyframes gotop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes gotop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.goTop .circle {
  width: 28px;
  height: 28px;
  background-color: #f8f8f8;
  border-radius: 999px;
}

.goTop .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
