@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,700,700i);
.outerWrap:before, .wrap, .orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], header, .bookingArea, .bookingArea .bookingList .item, .bookingArea .bottom, .menuArea .icon a, footer .left, footer .right, footer .linkList li, .contentBox .leftBox, .sectionTitle strong, .side_menu, .side_menu li > a, .side_album a, .side_share a, .btn01 a, .btn02 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.language ul, .bookingArea .peopleList li, .menu > li > a:after, .btnMenu span, .btnMenu b, .btnMenu em, .side_contactInfo i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body {
  color: #fff;
  background-color: #1c1819;
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

/*css3*/
a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #c19b76;
}

a:focus, button:focus {
  outline: none;
}

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.b-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  z-index: 1;
  background: url("../images/bg01.jpg") repeat;
}

.outerWrap:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 45;
  width: 100%;
  height: 100vh;
  border-width: 0;
  border-style: solid;
  border-color: #c19b76;
  pointer-events: none;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.outerWrap.show:before {
  border-width: 25px;
}

.wrap {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  display: none;
  width: 360px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.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;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

.cartArea ul {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea ul li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.cartArea ul li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

.cartArea ul .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

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

.cartArea ul .Txt {
  overflow: hidden;
}

.cartArea ul .Txt strong {
  display: block;
  margin-bottom: 10px;
}

.cartArea ul .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.cartArea ul .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}

.cartArea ul .Txt b.price {
  font-size: 15px;
  color: #e83336;
}

/*訂單查詢*/
.orderCheckArea {
  display: none;
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

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

.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;
}

@media screen and (max-width: 480px) {
  .cartArea, .orderCheckArea {
    width: 300px !important;
  }
  #closeOrder, #closeCart, #closePrice, #closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  display: none;
  width: 300px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #fff;
}

a#closeLogin {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #666;
}

.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;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
}

header.over .logo a {
  width: 130px;
  height: 118px;
}

header .wrap {
  position: relative;
  width: 100%;
}

header .topBox {
  position: relative;
}

header .logo {
  position: absolute;
  top: 30px;
  left: 60px;
}

header .logo a {
  display: block;
  width: 160px;
  height: 145px;
  /*-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
          /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
  /*background-color: #5e483b;*/
  text-indent: -9999px;
}

header .logo a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("../images/logo.png") no-repeat center center;
  background-size: contain;
}

.language {
  position: absolute;
  top: 65px;
  right: 120px;
  z-index: 100;
}

.language.open ul {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.language a {
  display: inline-block;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.language .top {
  position: relative;
  padding-bottom: 10px;
}

.language .top:after {
  content: '\f107';
  margin-left: 10px;
  font-family: FontAwesome;
  color: #fff;
}

.language ul {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(8px) scale(0.96);
      -ms-transform: translateY(8px) scale(0.96);
          transform: translateY(8px) scale(0.96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.language li {
  margin-bottom: 1px;
}

.language li a {
  display: block;
  padding: 8px 10px;
  background-color: rgba(89, 73, 63, 0.7);
  font-size: 13px;
}

.language li a:hover {
  background-color: #59493f;
}

/*menu*/
.fixedLogo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fixedLogo.show {
  top: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fixedLogo a {
  position: absolute;
  top: 0;
  left: 60px;
  display: block;
  width: 160px;
  height: 145px;
  /*-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
          /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
  /*background-color: #5e483b;*/
  text-indent: -9999px;
}

.fixedLogo a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("../images/logo.png") no-repeat center center;
  background-size: contain;
}

.fixedArea {
  overflow-y: auto;
}

.fixedArea .inner {
  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;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixedArea .language {
  pointer-events: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fixedArea .language.show {
  pointer-events: auto;
  position: fixed;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fixedArea .Txt {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  color: #d1c0a5;
  letter-spacing: .05em;
}

.menuArea, .bookingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menuArea:before, .bookingArea:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% - 150px);
  height: calc(100vh - 150px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.menuArea.show, .bookingArea.show {
  opacity: 1;
  visibility: visible;
  z-index: 40;
}

.menuArea.show:before, .bookingArea.show:before {
  opacity: 1;
  width: 100%;
  height: 100vh;
}

.bookingArea {
  padding-top: 80px;
}

.bookingArea:before {
  background-image: url("../images/booking_bg.jpg");
}

.bookingArea.show .title02, .bookingArea.show .bookingList li, .bookingArea.show .bookingBox .btn, .bookingArea.show .info a, .bookingArea.show .Txt {
  -webkit-animation: fixedAni 1.2s forwards;
          animation: fixedAni 1.2s forwards;
}

.bookingArea.show .title02 {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

.bookingArea.show .bookingList li:nth-child(1) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}

.bookingArea.show .bookingList li:nth-child(2) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}

.bookingArea.show .bookingList li:nth-child(3) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}

.bookingArea.show .bookingBox .btn {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.bookingArea.show .info a {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}

.bookingArea.show .Txt {
  -webkit-animation-delay: 2.46s;
          animation-delay: 2.46s;
}

.bookingArea .title02, .bookingArea .bookingList li, .bookingArea .bookingBox .btn, .bookingArea .info a, .bookingArea .Txt {
  opacity: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.bookingArea .title02 {
  background: none;
}

.bookingArea .title02 h3 {
  font-weight: 400;
  font-size: 45px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  background: url("../images/icon_title.png") no-repeat center bottom;
}

.bookingArea .title02 h2 {
  margin-left: 12px;
}

.bookingArea .bookingBox {
  width: 730px;
  text-align: center;
}

.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.bookingArea .bookingList > li {
  width: 180px;
}

.bookingArea .bookingList .item {
  border: 1px solid #c19b76;
}

.bookingArea .bookingList select {
  display: none;
}

.bookingArea .bookingList input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  color: transparent;
  background: none;
  cursor: pointer;
}

.bookingArea .top {
  padding: 18px 0;
  font-size: 18px;
  font-family: "Playfair Display", "cwTeXMing", serif;
  text-align: center;
  color: #462604;
  background-color: #c19b76;
}

.bookingArea .top em {
  display: block;
  letter-spacing: .2em;
}

.bookingArea .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
  padding-top: 20px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  overflow: hidden;
}

.bookingArea .bottom:after {
  content: '\f107';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
  font-size: 24px;
  font-family: FontAwesome;
}

.bookingArea .month {
  font-size: 28px;
  line-height: 1;
}

.bookingArea .day {
  font-size: 64px;
  line-height: 1;
}

.bookingArea .people {
  height: 100%;
  font-size: 64px;
  cursor: pointer;
}

.bookingArea .peopleList {
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bookingArea .peopleList.open {
  left: 0;
}

.bookingArea .peopleList.open li {
  -webkit-animation: bookingSelectAni .7s forwards;
          animation: bookingSelectAni .7s forwards;
}

.bookingArea .peopleList.open li:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.bookingArea .peopleList.open li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.bookingArea .peopleList.open li:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.bookingArea .peopleList 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;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 33.333%;
  font-size: 18px;
  letter-spacing: .05em;
  background-color: rgba(52, 67, 87, 0.75);
  opacity: 0;
}

.bookingArea .peopleList li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bookingArea .peopleList li:hover {
  background-color: #344357;
}

.bookingArea .btn {
  display: inline-block;
  width: 180px;
  margin-bottom: 50px;
  padding: 14px 0;
  border: 1px solid #c19b76;
  font-weight: 700;
  font-size: 20px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  color: #c19b76;
}

.bookingArea .btn:hover {
  color: #462604;
  background-color: #c19b76;
}

.bookingArea .info a {
  display: inline-block;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 20px;
  letter-spacing: .05em;
}

.bookingArea .info .tel:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 38px;
  margin-right: 10px;
  background: url("../images/icon_tel02.png") no-repeat;
}

.bookingArea .info .mail {
  margin-left: 20px;
}

.bookingArea .info .mail:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 28px;
  margin-right: 10px;
  background: url("../images/icon_mail.png") no-repeat;
}

.menuArea:before {
  background-image: url("../images/menu_bg.jpg");
}

.menuArea.show .menu > li, .menuArea.show .icon a, .menuArea.show .Txt {
  -webkit-animation: fixedAni 1.2s forwards;
          animation: fixedAni 1.2s forwards;
}

.menuArea.show .menu > li:nth-child(1) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.menuArea.show .menu > li:nth-child(2) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.menuArea.show .menu > li:nth-child(3) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.menuArea.show .menu > li:nth-child(4) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.menuArea.show .menu > li:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.menuArea.show .menu > li:nth-child(6) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.menuArea.show .menu > li:nth-child(7) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.menuArea.show .icon a:nth-child(1) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.menuArea.show .icon a:nth-child(2) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.menuArea.show .icon a:nth-child(3) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.menuArea.show .Txt {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.menuArea .menu > li, .menuArea .icon a, .menuArea .Txt {
  opacity: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.menuArea .icon a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 10px;
  border: 1px solid #c19b76;
  font-size: 26px;
  color: #c19b76;
  text-align: center;
}

.menuArea .icon a:hover {
  background-color: #c19b76;
  color: #fff;
}

.menuBox {
  width: 100%;
}

.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0 30px;
  text-align: center;
}

/*.menu .subMenu {
  position: absolute;
  left: 100%;
  top: 5px;
  width: 150px;
}*/

.menu .subMenu a {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  color: #e4e4e4;
  font-family: 'Times New Roman', 'Playfair Display', 'cwTeXMing', serif;
  letter-spacing: .05em;
/*  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);*/
  transition: all .8s;
}

.menu .subMenu a:hover {
  text-decoration: underline;
}

.menu .subMenu a:nth-child(2) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.menu > li.show .subMenu a {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu .subMenu {
  position: relative;
  left: 50%;
  top: 0;
  display: none;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  background-color: rgba(255,255,255,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu .subMenu a {
  display: block;
  padding-left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.menu .subMenu a:nth-child(2) {
  margin-top: 20px;
}

.menu > li {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-bottom: 40px;
}

.menu > li > a {
  position: relative;
  padding: 15px 2px;
  font-size: 25px;
  font-family: 'Times New Roman', 'Playfair Display', 'cwTeXMing', serif;
  color: #e4e4e4;
  letter-spacing: .05em;
}

.menu > li > a b {
  font-weight: 400;
  letter-spacing: .05em;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu > li > a em {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  opacity: 0;
  -webkit-filter: bluer(5px);
          filter: bluer(5px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -8px;
  background-color: #142F79;
  opacity: 0;
}

.menu > li > a:hover b {
  opacity: .7;
  /*-webkit-filter: bluer(5px);
          filter: bluer(5px);*/
}

/*.menu > li > a:hover em {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}*/

.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .submenu a:hover {
  color: #fff;
  background-color: #516190;
}

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

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

@-webkit-keyframes bookingSelectAni {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bookingSelectAni {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*手機menu*/
.m_menu {
  display: none;
}

.btnMenu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 150;
  width: 85px;
  height: 80px;
  border: none;
  font-size: 18px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  color: #fff;
  letter-spacing: .075em;
  background-color: #344357;
  cursor: pointer;
}

.btnMenu span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background: -webkit-linear-gradient(right, #fff 0%, #fff 100%), -webkit-linear-gradient(right, #fff 0%, #fff 100%), -webkit-linear-gradient(right, #fff 0%, #fff 100%);
  background: -o-linear-gradient(right, #fff 0%, #fff 100%), -o-linear-gradient(right, #fff 0%, #fff 100%), -o-linear-gradient(right, #fff 0%, #fff 100%);
  background: linear-gradient(to left, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%), linear-gradient(to left, #fff 0%, #fff 100%);
  background-size: 38px 1px, 38px 1px, 19px 1px;
  background-position: center top 0, center top 10px, left 7px top 21px;
  background-repeat: no-repeat;
}

.btnMenu.booking {
  left: auto;
  right: 0;
  background-color: #59493f;
}

.btnMenu:hover span {
  background-size: 38px 1px;
}

.btnMenu b {
  font-weight: 400;
}

.btnMenu em {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}

.btnMenu em i {
  position: relative;
  left: 5px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnMenu em i:before, .btnMenu em i:after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btnMenu em i:before {
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 0%;
  height: 2px;
}

.btnMenu em i:after {
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 0%;
}

.btnMenu em:after {
  content: 'Close';
  display: inline-block;
}

.btnMenu.top_em em {
  opacity: 1;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.btnMenu.top_em em i:before {
  width: 100%;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.btnMenu.top_em em i:after {
  height: 100%;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.btnMenu.top_span span, .btnMenu.top_span b {
  opacity: 0;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

/*文字跑馬燈*/
.marqueeArea {
  -webkit-box-shadow: inset 0 10px 15px #283458;
          box-shadow: inset 0 10px 15px #283458;
  padding: 15px 0;
  background-color: #061540;
}

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

.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;
}

.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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/*頁尾資訊*/
footer {
  padding: 180px 0 200px;
  background: url("../images/footerBgIns.jpg") no-repeat center top/cover;
}

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

footer .downLogo {
  width: 100%;
  margin-bottom: 15px;
}

footer .downLogo img {
  max-width: 100%;
}

footer .left {
  width: 350px;
  padding-right: 20px;
}

footer .middle {
  width: 135px;
}

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

footer .right {
  width: calc(100% - 350px - 135px);
  padding-left: 25px;
}

footer .right h2 {
  margin-bottom: 25px;
  font-weight: 400;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer .linkList {
  margin: 0 -10px;
}

footer .linkList li {
  float: left;
  width: 25%;
  padding: 0 10px;
}

footer .linkList .Img {
  overflow: hidden;
}

footer .linkList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

footer .linkList li:hover img{
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

footer .linkList h4 {
  display: none;
}

footer .dotsBox {
  text-align: center;
}

.footInfo {
  margin-bottom: 18px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
}

.footInfo address {
  display: inline-block;
  font-style: normal;
}

.downMenu {
  border: 1px solid #142f79;
  border-left: none;
  border-right: none;
  text-align: center;
}

.downMenu li {
  display: inline-block;
}

.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142f79;
}

/*share*/
.social {
  clear: both;
  margin-top: 10px;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.social a:hover {
  color: #c19b76;
}

.footGotop {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -32px;
  padding-top: 32px;
  font-size: 15px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  color: #d1c0a5;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: url("../images/goTop.png") no-repeat center top;
}

.endArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  margin-top: 35px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 14px;
  color: #d1c0a5;
  letter-spacing: .05em;
}

.endArea:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #59493f;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.translateIbest {
  display: inline-block;
}

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 14px;
  color: #d1c0a5;
}

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

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

.fixedBottomBox {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 65px;
  background-color: #c19b76;
  opacity: 0;
  bottom: -65px;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.fixedBottomBox.show {
  opacity: 1;
  bottom: 0;
}

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

.fixedBottomBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
}

.fixedBottomBox li {
  margin-left: 20px;
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  opacity: 0;
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.fixedBottomBox li:nth-child(1) {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.fixedBottomBox li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fixedBottomBox i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.fixedBottomBox img {
  display: inline-block;
  max-width: 100%;
}

.fixedBottomBox a {
  font-size: 18px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  color: #fff;
}

.fixedBottomBox .address {
  letter-spacing: .2em;
}

.fixedBottomBox .tel {
  font-size: 20px;
  letter-spacing: .05em;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

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

.contentBox .leftBox {
  float: left;
  width: calc(100% - 245px);
  padding-right: 65px;
}

.contentBox .rightBox {
  float: right;
  width: 245px;
}

.mainArea {
  position: relative;
  z-index: 1;
  width: 1455px;
  margin: -110px auto 0;
  padding: 60px 0 150px;
  background-color: #1d191a;
}

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

.titleBox h2 {
  font-size: 27px;
  color: #061540;
  text-align: center;
}

.titleBox h2 strong {
  font-weight: 400;
}

.titleBox h2 em {
  margin-left: 8px;
  font-size: 15px;
  color: #bababa;
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}

.bread a {
  color: #bbb;
}

.bread a i {
  font-size: 20px;
}

.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 25px;
  font-family: "Playfair Display", "cwTeXMing", serif;
  letter-spacing: .2em;
  border-bottom: 1px dashed #776d60;
}

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

/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding-bottom: 20px;
}

.classLink {
  text-align: center;
}

.classLink li {
  display: inline-block;
}

.classLink a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 10px 15px;
  border: 1px solid #c19b76;
  font-size: 14px;
  color: #c19b76;
  letter-spacing: .05em;
}

.classLink a:hover {
  color: #fff;
  background-color: #c19b76;
}

.classLink a.current {
  color: #fff;
  background-color: #c19b76;
}

.classLink a.current:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #c19b76 transparent transparent transparent;
}

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

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

.tagBox ul {
  display: inline-block;
}

.tagBox li {
  display: inline-block;
}

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

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

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

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

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  font-weight: 400;
}

.sectionTitle strong {
  display: block;
  position: relative;
  padding: 13px 5px;
  font-weight: 400;
  font-family: "Playfair Display", "cwTeXMing", serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  background-color: #c19b76;
}

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

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

.tab a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 10px;
  font-size: 15px;
  color: #555;
  text-align: center;
  background-color: #ccc;
}

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

.tabContent {
  padding: 20px 5px;
}

.tabContent > li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  min-height: 210px;
  padding-right: 55px;
  margin-bottom: 50px;
  background: url("../images/logo_white.png") no-repeat right top;
}

.side_menu li {
  position: relative;
}

.side_menu li > a {
  display: block;
  padding: 16px 10px;
  font-size: 20px;
  font-family: "Playfair Display", "cwTeXMing", serif;
  letter-spacing: .2em;
  text-align: center;
  border-bottom: 1px solid #d1c0a5;
}

.side_menu li > a.current, .side_menu li > a:hover {
  color: #fff;
  background-color: #c19b76;
  border-color: #c19b76;
}

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

.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: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

.side_album:hover li:not(:hover) {
  opacity: .5;
}

.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.side_album a {
  display: block;
  border: 1px solid #c19b76;
}

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

/*側邊_線上訂房*/
.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: #fff;
}

.side_contactInfo a:hover i {
  color: #fff;
  background-color: #c19b76;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #c19b76;
  font-size: 17px;
  color: #c19b76;
  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 {
  clear: both;
  display: none;
  margin-top: 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: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
  background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  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+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* 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_share .gPlus {
  -webkit-box-shadow: 0 0 0 1px #874138;
          box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65130), color-stop(100%, #d0442b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d65130), to(#d0442b));
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

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

.side_news li:not(:first-child) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #2e2e2e;
}

.side_news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.side_news .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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--*/
.title01 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 45px;
  font-family: "Playfair Display", "cwTeXMing", serif;
  text-align: center;
}

.title01:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: url("../images/icon_title.png") no-repeat center center;
}

.title01 h2 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  letter-spacing: .05em;
}

.title01 h3 {
  font-weight: 700;
  font-size: 90px;
  color: #c19b76;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.title02 {
  padding-bottom: 25px;
  margin-bottom: 45px;
  font-family: "Playfair Display", "cwTeXMing", serif;
  text-align: center;
  background: url("../images/icon_title.png") no-repeat center bottom;
}

.title02 h2 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  letter-spacing: .35em;
}

.title02 h3 {
  font-weight: 700;
  font-size: 75px;
  color: #c19b76;
  text-transform: uppercase;
}

/*--button--*/
.btn01 a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 13px 55px;
  border: 1px solid #c19b76;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 20px;
  color: #c19b76;
}

.btn01 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #c19b76;
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}

.btn01 a:hover {
  color: #fff;
}

.btn01 a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.btn02 a {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 13px 55px;
  font-family: "Playfair Display", "微軟正黑體", serif;
  font-size: 20px;
  color: #c19b76;
  background-image: -webkit-gradient(linear, left top, right top, from(#c19b76), to(#c19b76)), -webkit-gradient(linear, left top, left bottom, from(#c19b76), to(#c19b76)), -webkit-gradient(linear, right top, left top, from(#c19b76), to(#c19b76)), -webkit-gradient(linear, left bottom, left top, from(#c19b76), to(#c19b76));
  background-image: -webkit-linear-gradient(left, #c19b76 0%, #c19b76 100%), -webkit-linear-gradient(top, #c19b76 0%, #c19b76 100%), -webkit-linear-gradient(right, #c19b76 0%, #c19b76 100%), -webkit-linear-gradient(bottom, #c19b76 0%, #c19b76 100%);
  background-image: -o-linear-gradient(left, #c19b76 0%, #c19b76 100%), -o-linear-gradient(top, #c19b76 0%, #c19b76 100%), -o-linear-gradient(right, #c19b76 0%, #c19b76 100%), -o-linear-gradient(bottom, #c19b76 0%, #c19b76 100%);
  background-image: linear-gradient(to right, #c19b76 0%, #c19b76 100%), linear-gradient(to bottom, #c19b76 0%, #c19b76 100%), linear-gradient(to left, #c19b76 0%, #c19b76 100%), linear-gradient(to top, #c19b76 0%, #c19b76 100%);
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: 0 0, right 0 top 0, right 0 bottom 0, left 0 bottom 0;
  background-repeat: no-repeat;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.btn02 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #c19b76;
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}

.btn02 a:hover {
  color: #fff;
}

.btn02 a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.fMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  width: 100%;
  border-top: 2px solid #c19b76;
  background-color: #c19b76;
}

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

.fMenu li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d1c0a5;
}

.fMenu a {
  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;
  font-size: 18px;
  height: 45px;
  color: #fff;
}

.btnfMenu span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnfMenu span:before, .btnfMenu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 28px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnfMenu span:before {
  top: -8px;
}

.btnfMenu span:after {
  top: 8px;
}

.btnfMenu.show span {
  background: transparent;
}

.btnfMenu.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnfMenu.show span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btnfBooking span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: 109;
  display: block;
  width: 28px;
  height: 28px;
}

.btnfBooking span:before, .btnfBooking span:after {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btnfBooking span:before {
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  width: 0%;
  height: 1px;
}

.btnfBooking span:after {
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 0%;
}

.btnfBooking i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnfBooking.show i {
  opacity: 0;
}

.btnfBooking.show span:before {
  width: 100%;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.btnfBooking.show span:after {
  height: 100%;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

/**********適應性**********/
/************************/
@media (max-width: 1480px) {
  .mainArea {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1366px) {
  .outerWrap.show:before {
    border-width: 15px;
  }
}

@media (max-width: 1250px) {
  footer .wrap {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  header .logo {
      top: 20px;
      left: 20px;
  }
  .menuBox {
    width: 100%;
  }
  .mainArea {
    padding: 60px 0;
  }
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
  footer {
    padding: 80px 0;
  }
  footer .right {
    width: 100%;
    max-width: 710px;
    margin-top: 30px;
    padding-left: 0;
  }
  .fixedBottomBox {
    display: none;
  }
  .btnMenu {
    display: none !important;
  }
  .fMenu {
    display: block;
  }
  .menu > li {
    margin-bottom: 35px;
  }
  .menu > li > a {
    font-size: 16px;
  }
  .menuArea .icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .fixedLogo a {
    width: 110px;
    height: 100px;
  }
  .fixedArea .inner {
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  .contentBox .leftBox {
    padding-right: 40px;
  }
}

@media (max-width: 820px) {
  .bookingArea .bookingBox {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bookingArea .bookingList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bookingArea .bookingList > li {
    margin: 0 12px;
  }
}

@media (max-width: 767px) {
  header .logo a {
    width: 105px;
    height: 95px;
  }
  .contentBox .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .contentBox .rightBox {
    width: 100%;
  }
  .side_menu {
    min-height: auto;
    padding-right: 0;
    background: none;
  }
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .language {
    right: 40px;
  }
  ul.classLink, ul.classLink02 {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
    text-align: left;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 16px 12px;
    background-color: #c19b76;
    /* IE6-9 */
  }
  .m_classLink a.main b {
    font-weight: 300;
    letter-spacing: .1em;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 12px;
    border-top: 1px solid #d1d1d1;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .1em;
    text-align: left;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink dl a {
    display: block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink dl a:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  footer .middle {
    width: 100%;
    margin-top: 20px;
  }
  footer .middle img {
    display: block;
    width: 100%;
    max-width: 80px;
  }
  footer .left {
    width: 100%;
  }
  .bookingArea .bookingBox {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bookingArea .bookingList {
    -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;
  }
  .bookingArea .bookingList > li {
    width: 100%;
    max-width: 270px;
    margin: 0 0 12px 0px;
  }
  .title02 h3 {
    font-size: 55px;
  }
  .title02 h2 {
    font-size: 25px;
  }
  .title01 h2 {
    font-size: 25px;
  }
  .title01 h3 {
    font-size: 55px;
  }
  .bookingArea .info {
    text-align: center;
  }
  .bookingArea .info a {
    display: block;
  }
  .bookingArea .info a:not(:first-child) {
    margin-top: 15px;
  }
}

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  .language {
    right: 25px;
  }
  .language a {
    font-size: 12px;
  }
  .bookingArea .title02 h3 {
    font-size: 40px;
  }
  .title02 h2 {
    font-size: 24px;
  }
  .title02 h3 {
    font-size: 40px;
  }
  .title01 h2 {
    font-size: 24px;
  }
  .title01 h3 {
    font-size: 40px;
  }
  .fixedLogo a {
    left: 25px;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity:hover .Img img {
  opacity: .6;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.imh_opacity .Img {
  background-color: #1c1819;
  overflow: hidden;
}

.imh_opacity .Img img {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

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

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

.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -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;
  -o-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);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/***Hover效果1: 放大淡出logo***/
.imh_logo .Img {
  position: relative;
  background: #000;
  overflow: hidden;
}

.imh_logo .Img img {
  transition: all 1s linear;
  -webkit-backface-visibility: hidden;
}

.imh_logo .Img a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: url("../images/icon_logo.png") no-repeat left top/contain;
  z-index: 99;
  opacity: 0;
  transition: all .8s ease-in-out;
}

.imh_logo:hover .Img a:before {
  top: 50%;
  opacity: 1;
}

.imh_logo:hover .Img img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-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;
}

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJkODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #abd85d), color-stop(100%, #81b625));
  background: -webkit-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -webkit-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: linear-gradient(135deg, #abd85d 0%, #81b625 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd85d', endColorstr='#81b625', GradientType=1);
}

.newIcon_brown {
  background: #ed842e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWQ4NDJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyNmYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ed842e), color-stop(100%, #d26f1e));
  background: -webkit-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -webkit-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: linear-gradient(135deg, #ed842e 0%, #d26f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed842e', endColorstr='#d26f1e', GradientType=1);
}

.newIcon_pink {
  background: #f48daf;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4ZGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNDk4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f48daf), color-stop(100%, #ef4984));
  background: -webkit-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -webkit-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: linear-gradient(135deg, #f48daf 0%, #ef4984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48daf', endColorstr='#ef4984', GradientType=1);
}

.newIcon_blue {
  background: #00b7ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBiN2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  background: -webkit-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -webkit-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: linear-gradient(135deg, #00b7ea 0%, #009ec3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=1);
}

.newIcon_navy {
  background: #3f4c6b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Y0YzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNGM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f4c6b), color-stop(100%, #3f4c6b));
  background: -webkit-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: linear-gradient(135deg, #3f4c6b 0%, #3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=1);
}

.newIcon_orange {
  background: #ffa84c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZhODRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
}

.newIcon_gold {
  background: #eab92d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWFiOTJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3OTgxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
  background: -webkit-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -webkit-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab92d', endColorstr='#c79810', GradientType=1);
}

.newIcon_burgundyRed {
  background: #a90329;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a90329), color-stop(44%, #8f0222), to(#6d0019));
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}

.newIcon_purple {
  background: #cb60b3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTI4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTQ3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #ad1283), color-stop(100%, #de47ac));
  background: -webkit-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -o-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb60b3), color-stop(50%, #ad1283), to(#de47ac));
  background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#de47ac', GradientType=0);
}
