@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400);
@import url(https://fonts.googleapis.com/css?family=Cormorant:300,400,500,600);
.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], .menu > li > a, .menu .submenu a, footer .leftItem, footer .leftItem .Txt, footer .leftItem .btn02, footer .rightItem, .side_share a, .side_news li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

a:hover {
  color: #b75b5b;
}

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

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

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

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

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.outerWrap {
  position: relative;
  overflow-x: hidden;
}

.wrap {
  width: 1250px;
  margin: 0 auto;
}

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

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

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.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 .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

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

/***↓↓↓購物車↓↓↓***/
.cartArea {
  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;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}

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

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

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

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

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

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

.cartArea .cart .Txt {
  overflow: hidden;
}

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

.cartArea .cart .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 .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}

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

/*訂單查詢*/
.orderCheckArea {
  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 {
  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: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

header .wrap {
  position: relative;
  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;
}

header .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 126px;
}

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

/*menu*/
.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu > li {
  position: relative;
}

.menu > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #dfdfdf;
}

.menu > li:nth-child(3) {
  margin-right: 300px;
}

.menu > li:nth-child(3):after, .menu > li:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #dfdfdf;
}

.menu > li > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 160px;
  height: 115px;
  line-height: 115px;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  color: #333;
  letter-spacing: .1em;
}

.menu > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu > li > a:hover, .menu > li > a.current {
  color: #b75b5b;
}

.menu > li > a:hover:after, .menu > li > a.current:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.menu .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 99;
  width: 100%;
  max-height: 205px;
  min-width: 160px;
  text-align: center;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.menu .submenu.show {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.menu .submenu a {
  display: block;
  padding: 10px 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .075em;
  color: #444;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

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

.topCopyright {
  position: absolute;
  left: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 14px;
  color: #888;
  letter-spacing: .025em;
  white-space: nowrap;
}

.topSocial {
  position: absolute;
  right: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topSocial 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: 19px;
  height: 19px;
  font-size: 20px;
}

.topSocial a:not(:first-child) {
  margin-top: 35px;
}

.topSocial svg {
  width: 19px;
  height: 19px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.topSocial svg:hover {
  fill: #b75b5b;
}

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

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

/*文字跑馬燈*/
.marqueeArea {
  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: 140px 0 170px;
}

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

footer address {
  font-style: normal;
  font-size: 14px;
  margin-top: 5px;
}

footer .leftItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 500px);
  padding-left: 70px;
}

footer .leftItem .icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: url("../images/logo.png") no-repeat center center;
  background-size: contain;
}

footer .leftItem .icon:before, footer .leftItem .icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

footer .leftItem .icon:before {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
}

footer .leftItem .icon:after {
  width: 97px;
  height: 97px;
  border: 1px solid #d2d2d2;
}

footer .leftItem .Txt {
  padding-left: 35px;
  font-weight: 300;
}

footer .leftItem .Txt span {
  font-size: 15px;
  letter-spacing: .05em;
}

footer .leftItem .Txt .tel {
  font-size: 33px;
  letter-spacing: .075em;
}

footer .leftItem .Txt .tel a {
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  letter-spacing: .025em;
  color: #d28181;
}

footer .leftItem .btn02 {
  padding-right: 15px;
  text-align: right;
}

footer .leftItem .btn02 a {
  color: #d28181;
  border-bottom-color: #dfdfdf;
}

footer .rightItem {
  position: relative;
  width: 500px;
  padding-left: 80px;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  color: #050505;
}

footer .rightItem:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}

.bottomLinkArea {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 50;
  width: 100%;
}

.bottomLinkArea .wrap {
  padding: 0;
}

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

.bottomLinkArea li {
  position: relative;
  z-index: 0;
  width: 33.333%;
  height: 70px;
  background-color: #1b1b1b;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bottomLinkArea li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bottomLinkArea li:last-child:after {
  display: none;
}

.bottomLinkArea li:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #b75b5b;
}

.bottomLinkArea li:hover:after {
  opacity: 0;
}

.bottomLinkArea 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: 100%;
  height: 100%;
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .15em;
}

.bottomLinkArea i, .bottomLinkArea svg {
  margin-right: 12px;
}

.bottomLinkArea i {
  font-size: 30px;
  color: #dfdfdf;
}

.bottomLinkArea svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.linkAlertArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
}

.linkAlertArea .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
}

.linkAlertList {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -150px;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 300px;
  height: 120px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 1s;
}

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

.linkAlertList.show {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.linkAlertList .linkNote {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: .05em;
}

.linkAlertList .btn a {
  display: inline-block;
  width: 120px;
  height: 36px;
  margin: 0 3px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .2em;
  cursor: pointer;
  color: #fff;
  background-color: #b75b5b;
}
/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

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

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

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

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

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

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.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: .2em;
  background-color: #b75b5b;
}

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

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  position: relative;
  /*width: 1366px;*/
  width: 100%;
}

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

.bannerArea.ins {
  padding-top: 116px;
}

.bannerArea.ins .wrap {
  background-color: #04141c;
}

.bannerArea.ins img {
  opacity: .7;
}

.bannerArea.ins .Txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.bannerArea.ins .Txt em {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Cormorant", "Noto Sans TC", serif;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bannerArea.ins .Txt h2 {
  position: relative;
  font-weight: 100;
  font-size: 34px;
  letter-spacing: .15em;
}

.bannerArea.ins .Txt h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.mainArea {
  padding: 90px 0 100px;
  background: url("../images/bg02.jpg") repeat-x left bottom;
}

.titleBox {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  color: #050505;
}

.titleBox em {
  display: inline-block;
  font-weight: 600;
  font-family: "Cormorant", "Noto Sans TC", serif;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.titleBox h2 {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: .15em;
}

.titleBox h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #999;
}

.titleBox .note {
  font-size: 14px;
  color: #444;
  letter-spacing: .05em;
  line-height: 2;
}

.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 {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #444;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: .1em;
  color: #050505;
}

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: 40px;
}

.classLink {
  text-align: center;
}

.classLink li {
  display: inline-block;
}

.classLink a {
  position: relative;
  display: block;
  margin: 0 25px;
  padding: 8px;
  font-weight: 300;
  font-size: 16px;
  color: #050505;
  letter-spacing: .075em;
}

.classLink a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background-color: #b75b5b;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.classLink a:hover, .classLink a.current {
  color: #b75b5b;
}

.classLink a:hover:after, .classLink a.current:after {
  width: 100%;
}

/*標籤*/
.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 #b75b5b;
  font-size: 13px;
  color: #b75b5b;
}

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

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

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

/*側邊標題字*/
.sectionTitle {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: .15em;
  text-align: center;
  color: #050505;
}

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

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

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  position: relative;
  display: block;
  float: left;
  padding: 12px 40px;
  font-size: 18px;
  color: #444;
  letter-spacing: .1em;
}

.tab a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #b75b5b transparent transparent transparent;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.tab a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #444;
}

.tab a.current, .tab a:hover {
  color: #b75b5b;
}

.tab a.current:before, .tab a:hover:before {
  opacity: 1;
}

.tab a.current:after, .tab a:hover:after {
  background-color: #b75b5b;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
}

.tabContent > li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

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

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

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

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

.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 li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}

.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: #050505;
}

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

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #050505;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.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 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -12px 0;
}

.side_news li {
  position: relative;
  width: 33.333%;
  padding: 0 12px;
}

.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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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 a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

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

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

.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-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: #050505;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

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

/*--button--*/
.btn01 a {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 30px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .05em;
  color: #b75b5b;
}

.btn01 a:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.btn01 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #b75b5b;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.btn01 a:hover:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn01 a:hover:after {
  width: 100%;
}

.btn02 a {
  position: relative;
  display: inline-block;
  padding: 20px 70px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  letter-spacing: .05em;
  border: 1px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn02 a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #b75b5b;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn02 a:hover {
  border-color: #b75b5b;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.btn02 a:hover:after {
  width: 100%;
}

/**********適應性**********/
/************************/
@media (max-width: 1800px) {
  .topCopyright, .topSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc((100vw - 1366px)/2);
  }
  .topCopyright {
    left: calc((-100vw + 1366px)/2);
  }
  .topSocial {
    right: calc((-100vw + 1366px)/2);
  }
}

@media (max-width: 1520px) {
  .topCopyright, .topSocial {
    display: none;
  }
}

@media (max-width: 1420px) {
  .bannerArea .wrap {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1280px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .menu > li > a {
    width: 130px;
  }
  .menu .submenu {
    min-width: 130px;
  }
  footer .leftItem {
    padding-left: 0;
  }
  .bottomLinkArea {
    bottom: 0;
  }
  .bottomLinkArea li {
    height: 50px;
  }
  .bottomLinkArea li:after {
    height: 20px;
    margin-top: -10px;
  }
  .bottomLinkArea i {
    font-size: 18px;
  }
  .bottomLinkArea a {
    font-size: 14px;
  }
  .bottomLinkArea svg {
    width: 18px;
    height: 18px;
  }
}

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

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

@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  header {
    display: none;
  }
  .bannerArea.ins {
    padding-top: 0;
  }
  .mainArea {
    padding: 40px 0 60px;
  }
  .classBox {
    padding-bottom: 40px;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  .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;
    display: none;
  }
  .m_menu .m_logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m_menu .m_logo img {
    display: block;
    padding-top: 7px;
    height: 46px;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 60px;
    background-color: #fff;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -7px;
    width: 24px;
    height: 14px;
    border-top: 1px solid #050505;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .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: #050505;
  }
  .m_menu .controlBox a.main span:before {
    top: 50%;
    margin-top: -0.5px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: 0;
  }
  .m_menu .controlBox a.main.show {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
  }
  .hideBox.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .hideBox.show .mfun a, .hideBox.show .nav li {
    -webkit-animation: menuAni .8s forwards;
            animation: menuAni .8s forwards;
  }
  .hideBox.show .mfun a:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .hideBox.show .mfun a:nth-child(2) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .hideBox.show .mfun a:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .hideBox.show .nav li:nth-child(1) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .hideBox.show .nav li:nth-child(2) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .hideBox.show .nav li:nth-child(3) {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
  .hideBox.show .nav li:nth-child(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .hideBox.show .nav li:nth-child(5) {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
  .hideBox.show .nav li:nth-child(6) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .mfun a, .nav li {
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .mfun a {
    display: inline-block;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #b75b5b;
  }
  .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .nav a:hover {
    background-color: #b75b5b;
  }
  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #444;
  }
  .titleBox {
    margin-bottom: 40px;
  }
  footer {
    padding: 40px 0 80px;
    line-height: 2;
  }
  footer .leftItem {
    -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;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .leftItem .icon {
    margin-bottom: 15px;
  }
  footer .leftItem .Txt {
    padding-left: 0;
  }
  footer .leftItem .btn02 {
    display: none;
  }
  footer .rightItem {
    width: 100%;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  footer .rightItem:before {
    display: none;
  }
}

@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: none;
  }
  .bookingArea .bookingList, .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .bookingList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
  .bookingArea input, .bookingArea select {
    width: 100%;
  }
  .bookingArea .btn a {
    padding: 12px;
  }
  .side_news ul {
    margin: 20px 0 0;
  }
  .side_news li {
    width: 100%;
    padding: 0;
  }
  .side_news li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  footer .left {
    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;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    border: 1px solid #b75b5b;
    background-color: #b75b5b;
    position: relative;
    padding: 10px;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink a.main b {
    font-weight: 300;
    letter-spacing: .05em;
  }
  .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: 99;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .tab a {
    width: 33.3333%;
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  .bottomLinkArea a {
    font-size: 12px;
    letter-spacing: .02em;
  }
  .bottomLinkArea i {
    font-size: 12px;
    margin-right: 5px;
  }
  .bottomLinkArea svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  footer .leftItem .Txt .tel a {
    display: block;
    margin-left: 0;
  }
}

/*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%;
  }
  .downMenu {
    width: 100%;
  }
  .social {
    width: 100%;
  }
  .bottomLinkArea span {
    display: none;
  }
  .bottomLinkArea i {
    margin-right: 0;
    font-size: 20px;
  }
  .bottomLinkArea svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .tab a {
    padding: 8px 5px;
    font-weight: 300;
    font-size: 15px;
  }
}

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

.imh_opacity 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_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***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);
}

.imh_link {
  position: relative;
}

.imh_link:hover .Img img {
  opacity: .7;
}

.imh_link:hover .Img:before {
  width: 65px;
  height: 65px;
  opacity: 1;
  border-radius: 50%;
}

.imh_link:hover .Img:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.imh_link .Img {
  position: relative;
  background-color: #07151c;
}

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

.imh_link .Img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(210, 129, 129, 0.9);
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.imh_link .Img:after {
  content: '';
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
      -ms-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  width: 22px;
  height: 22px;
  background: url("../images/link.svg") no-repeat;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  letter-spacing: .06em;
}
.classNote {
    padding-bottom: 50px;
    line-height: 1.8;
    font-size: 15px;
    color: #222;
    text-align: center;
}

.classNote h1 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: .06em;
}