@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/css?family=Raleway:400,500);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	font-size: 13px;
	/*background-color: #40533f;*/
	background-image: url(../images/bgbg.jpg);
}

/*css3*/
a {
  cursor: pointer;
  color: #bd3d39;
  transition: all 0.4s ease;
}

a:hover {
  color: #589000;
}

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

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

::-moz-selection {
  color: #fff;
  background: #2e2e2e;
}

::selection {
  color: #fff;
  background: #2e2e2e;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}


.otherlink {
    position: absolute;
    z-index: 50;
    right: 10px;
    top: 10px;
}
.otherlink svg {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: auto;
}
.otherlink path {
  fill: #fff !important;
}
.otherlink a {
    margin: 0 3px;
    display: inline-block;
    font-size: 20px;
    background: #e7a642;
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
}
.otherlink a:hover {background: #9d8a79;}



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

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

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

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

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

textarea {
  -webkit-appearance: none;
}

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

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

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

#gmap_s {
  width: 100%;
  height: 500px;
}

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

/*--側邊訂房--*/
.side_booking {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/sideBookingBg.png") no-repeat;
  background-size: contain;
  width: 136px;
  height: 303px;
  color: #fff;
  font-family: "Raleway", sans-serif, "微軟正黑體";
}

.side_booking:hover {
  color: #fff;
}

.side_booking .inner {
  display: inline-block;
  width: 120px;
  height: 100px;
  text-align: center;
  letter-spacing: .05em;
  text-shadow: 1px 1px 2px rgba(13, 5, 9, 0.3);
  line-height: 24px;
  margin: 135px 0 0 22px;
}

.side_booking .inner i {
  display: block;
  padding-left: 8px;
  margin-bottom: 5px;
}

.side_booking .inner em {
  display: block;
  font-size: 20px;
}

.side_booking .inner b {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.mBooking {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  padding: 8px 20px;
  margin-top: 20px;
  box-sizing: border-box;
}

.mBooking:hover {
  background: #2e2e2e;
  color: #fff;
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  display: none;
  width: 360px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

.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: normal;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #FFF;
  transition: none;
}

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

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

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

.cartArea ul li .Img img {
  display: block;
  height: 100%;
}

.cartArea ul li .Txt {
  overflow: hidden;
}

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

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

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

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

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

/*訂單查詢*/
.orderCheckArea {
  display: none;
  width: 320px;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

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

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

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

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

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

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

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  display: none;
  width: 300px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	z-index:999;
	*/
}

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

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

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

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

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

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

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

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

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

.loginArea .forgetCheck {
  display: none;
}

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

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  background: url("../images/header_bg.jpg") repeat-x;
  /*語系選擇*/
}

header .wrap {
  position: relative;
}

header h1 {
  float: left;
  /*width: 206px;*/
  width: 306px;
  margin-top: 28px;
}

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

header .language {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 10px;
}

header .language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

header .language .g_trans a {
  display: block;
  border: 1px solid rgba(231, 166, 66, 1);
  line-height: 28px;
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  background: #e7a642;
  box-sizing: border-box;
  border-radius: 5px;
}

header .language .g_trans a i {
  margin-left: 10px;
}

/*menu*/
.menuBox {
  float: right;
}

ul.menu > li {
  position: relative;
  float: left;
  height: 110px;
}

ul.menu > li:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../images/menu_bg.png") repeat-x left bottom;
  transition: all .6s ease-in-out;
}

ul.menu > li:hover:after {
  opacity: 1;
}

ul.menu li:first-child > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 1px;
  height: 25px;
  background: url("../images/menu_line.png") no-repeat right top;
}

ul.menu li.current:after {
  opacity: 1;
}

ul.menu li > a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 65px 25px 0;
  height: 110px;
  color: #fff;
  box-sizing: border-box;
}

ul.menu li > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 1px;
  height: 25px;
  background: url("../images/menu_line.png") no-repeat right top;
}

ul.menu > li .submenu {
  width: 150px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 105%;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}

ul.menu > li .submenu.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

ul.menu > li .submenu a {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 1px;
  box-sizing: border-box;
}

ul.menu > li .submenu a:hover {
  background: rgba(141, 200, 232, 0.9);
  color: #000;
}

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

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
  margin-top: 110px;
}

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

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

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

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

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: middle;
}

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

/*頁尾資訊*/
footer {
  padding: 60px 0 40px;
  background: url("../images/footerBg.jpg") no-repeat center center;
  background-size: cover;
}

footer .downLogo {
  float: left;
  width: 100px;
  margin-right: 30px;
}

footer .downLogo img {
  display: block;
  width: 100%;
}

footer .row {
  float: left;
}

footer h5.copyright {
  color: #2e2e2e;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: .025em;
}

footer h5.copyright br {
  display: none;
}

footer h5.copyright .title {
  color: #2e2e2e;
}

footer h5.copyright .title b {
  color: #2e2e2e;
  font-weight: normal;
}

footer h5.copyright a {
  color: #2e2e2e;
}

footer h5.copyright .left {
  color: #2e2e2e;
}

footer .mideBox {
  position: relative;
  float: left;
  padding: 0 30px 40px 0;
  margin-right: 30px;
  box-sizing: border-box;
}

footer .mideBox:before, footer .mideBox:after {
  content: '';
  position: absolute;
  top: -20px;
  width: 1px;
  height: calc(100% + 30px);
}

footer .mideBox:before {
  right: 1px;
  background: #fdba52;
}

footer .mideBox:after {
  right: 0;
  background: #d2973d;
}

footer .fbBox {
  float: left;
  width: 450px;
}

footer .fb-page {
  border: 1px solid #d2973d;
}

footer .social a {
  color: #382a27;
}



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

.social a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.social a:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #e7a642;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s;
}

.social a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.social svg {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: auto;
}

.social path {
  fill: #fff !important;
}

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

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


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

.bannerBox img {
  display: block;
  width: 100%;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20px;
  z-index: 999;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  border: 1px solid #FFF;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
  border: 1px solid #FFF;
}

.bannerBox .bx-wrapper .bx-prev {
  left: 10px;
  background: none;
}

.bannerBox .bx-wrapper .bx-next {
  right: 10px;
  background: none;
}

.bannerBox .bx-wrapper .bx-prev:after,
.bannerBox .bx-wrapper .bx-next:after {
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-indent: 0;
  opacity: .75;
}

.bannerBox .bx-wrapper .bx-prev:hover:after,
.bannerBox .bx-wrapper .bx-next:hover:after {
  opacity: 1;
}

.bannerBox .bx-wrapper .bx-prev:after {
  content: '\f104';
}

.bannerBox .bx-wrapper .bx-next:after {
  content: '\f105';
}

.mainArea {
  /* background:url(../images/bg_main.jpg); */
  padding: 30px 0;
  background-color: #f8ebd7;
}

.mainArea .titleBox {
  position: relative;
}

/*網站導覽bread*/
.mainArea .titleBox .bread {
  font-size: 12px;
  color: #292523;
  position: absolute;
  right: 10px;
  top: 25px;
}

.mainArea .titleBox .bread a {
  color: #292523;
}

.mainArea .titleBox .bread a:hover {
  color: #2e2e2e;
}

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

.mainArea .titleBox .bread span {
  padding: 0 3px;
  color: #292523;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox h3.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px solid #2e2e2e;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #2e2e2e;
}

.mainArea .contentBox h3.articleTitle strong {
  font-weight: normal;
}

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

ul.classLink {
  text-align: center;
}

ul.classLink li {
  display: inline-block;
}

ul.classLink li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 8px 30px;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  position: relative;
}

ul.classLink li a:hover {
  background: #2e2e2e;
  color: #000;
}

ul.classLink li a.current {
  background: #2e2e2e;
  color: #000;
}

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

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

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

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

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

.tagBox ul li a:hover,
.tagBox ul li a.current {
  background: #51649A;
  color: #FFF;
}

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

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
  padding: 5px;
}

.sectionTitle strong {
  display: block;
  position: relative;
  /*z-index: -1;*/
  font-weight: normal;
  color: #fefefe;
  font-size: 17px;
  padding: 15px 10px;
  text-align: center;
  background: #382a27;
  letter-spacing: .25em;
  box-sizing: border-box;
}

.sectionTitle strong:before {
  content: '';
  position: absolute;
  /*z-index: -1;*/
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  box-sizing: border-box;
}

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

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

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 16px;
  width: 50%;
  color: #fff;
  letter-spacing: .55em;
  background: #382a27;
  text-align: center;
  box-sizing: border-box;
}

.tab a.current {
  color: #000;
  background: #e7a642;
}

ul.tabContent {
  padding: 20px 0;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

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

.side_menu ul li {
  position: relative;
  border-bottom: 1px solid rgba(46, 46, 46, 0.3);
}

.side_menu ul li > a {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #2e2e2e;
  box-sizing: border-box;
}

.side_menu ul li > a:hover {
  color: #2e2e2e;
}

.side_menu ul li > a.current {
  color: #2e2e2e;
}

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

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

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

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

/*側邊_相簿*/
ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

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

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

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

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

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

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a i {
  float: left !important;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  background: #2e2e2e;
}

.side_contactInfo ul li a b {
  display: block;
  overflow: hidden;
  color: #2e2e2e;
  font-weight: normal;
}

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

.side_room ul li .Img img {
  width: 100%;
}

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

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

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

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

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

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

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

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

.side_share a.gPlus {
  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+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

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

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

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

.side_news ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.5);
}

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

.side_news ul li .Img img {
  height: 60px;
}

.side_news ul li .newsDate {
  padding: 0 0 3px 0;
}

.side_news ul li .Txt {
  overflow: hidden;
}

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #2e2e2e;
}

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

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

/*--按鈕--*/
.btnStyle01 {
  margin-top: 40px;
}

.btnStyle01 a {
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  box-sizing: border-box;
  background: #382a27;
  border: 1px solid #382a27;
  border-radius: 30px;
}

.btnStyle01 a:after {
  content: '»';
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
}

.btnStyle01 a:hover {
  background: #e7a642;
  color: #2e2e2e;
}

/*--標題--*/
.headerTitle {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 55px;
  text-align: center;
}

.headerTitle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101px;
  height: 58px;
  background: url("../images/title_bird.png") no-repeat center top;
}


.headerTitle2:before {
  background: url("../images/title_bird.png") no-repeat center top;
}

.headerTitle em {
  position: relative;
  z-index: 1;
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  letter-spacing: .05em;
  padding-bottom: 10px;
  color: #382a27;
  background: #382a27;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #382a27 0%, #382a27 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea99', endColorstr='#eebe00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerTitle .bottom {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  box-sizing: border-box;
}

.headerTitle .bottom span {
  position: absolute;
  left: 0;
  top: 12px;
  width: 46px;
  height: 1px;
  background: rgba(46, 46, 46, 0.5);
}

.headerTitle .bottom span:before, .headerTitle .bottom span:after {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  background: rgba(46, 46, 46, 0.5);
}


.headerTitle2 .bottom span, .headerTitle2 .bottom span:before, .headerTitle2 .bottom span:after {
  background: rgba(255, 255, 255, 0.5);
}

.headerTitle .bottom span:before {
  top: -4px;
  width: 36px;
}

.headerTitle .bottom span:after {
  bottom: -4px;
  width: 31px;
}

.headerTitle .bottom span:nth-of-type(2) {
  left: auto;
  right: 0;
}

.headerTitle .bottom span:nth-of-type(2):before, .headerTitle .bottom span:nth-of-type(2):after {
  right: auto;
  left: 0;
}

.headerTitle b {
  font-size: 18px;
  letter-spacing: .35em;
  font-weight: normal;
  color: #2e2e2e;
  /*text-shadow: 2px 2px 3px rgba(13, 5, 9, 0.75);*/
}

.headerTitle2 b {
  color: #fefefe;
}

.textEditor {
  color: #2e2e2e;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  .bannerArea {
    margin-top: 0;
  }
  .side_booking {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 60px;
    /*background: #000;*/
    background: url("../images/header_bg.jpg") repeat-x;
  }
  .m_menu .controlBox a.main {
    display: block;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #382a27;
  }
  .m_menu .controlBox .m_logo {
    float: left;
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    /*width: 130px;*/
    width: 200px;
    padding: 8px 0 0 5px;
  }
  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #FFF;
    position: relative;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    display: none;
    /* IE6-9 */
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    box-sizing: border-box;
    background: url("../images/m_menu_bg.jpg") no-repeat center top;
    background-size: cover;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .searchBox_m {
    text-align: center;
    padding: 20px 0;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #9CC720;
    color: #FFF;
  }
  /*手機翻譯*/
  .m_menu .m_trans {
    float: right;
    margin: 10px 10px 0 0;
  }
  .m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 5px;
  }
  .m_menu .m_trans > a i {
    margin-left: 5px;
  }
  /*手機會員登入*/
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #FFF;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #CCCCCC;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }

.m_menu .mfun svg {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: auto;
}

.m_menu .mfun path {
  fill: #fff !important;
}

  .m_menu .mfun a {
    margin: 0 3px;
    display: inline-block;
    font-size: 20px;
    background: #e7a642;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu ul.nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .m_menu ul.nav li a {
    padding: 15px 10px;
    display: block;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: relative;
  }
  .m_menu ul.nav li a:hover {
    background: #9d8a79;
    color: #382a27;
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
  }
  .m_menu ul.nav li .submenu a {
    padding: 10px 20px;
  }
  .m_menu ul.nav li .submenu a:hover {
    background: #999;
  }
  footer .downLogo {
    margin: 0 30px 40px 0;
  }
  footer .mideBox {
    clear: left;
  }
}

@media (max-width: 920px) {
  footer .downLogo {
    margin: 0 30px 40px 0;
  }
  footer .mideBox {
    width: 100%;
  }
  footer .mideBox:before, footer .mideBox:after {
    display: none;
  }
}

@media (max-width: 767px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  .sectionTitle {
    display: none;
  }
  /*main*/
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  ul.classLink, ul.sideLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    border: 1px solid #e7a642;
    position: relative;
    padding: 10px;
    background: #e7a642;
  }
  .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;
    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;
    font-size: 13px;
    color: #000;
  }
  .m_classLink ul li a.current {
    color: #2e2e2e;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
}

/*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%;
  }
  /*頁籤*/
  .tab {
    margin-top: 40px;
  }
  .tab a {
    font-size: 13px;
    letter-spacing: 0;
  }
  .social a {
    margin-right: 5px;
  }
}

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

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-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: #000;
  overflow: hidden;
}

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

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  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 {
  background: #000;
  overflow: hidden;
  position: relative;
}

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

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 18px;
  color: #FFF;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  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_more {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 166, 66, 0);
  transition: all .5s;
}

.imh_more:hover {
  background: rgba(231, 166, 66, 0.9);
}

.imh_more:hover:before {
  width: calc(100% - 24px);
}

.imh_more:hover:after {
  height: calc(100% - 20px);
}

.imh_more:hover b {
  top: 50%;
  opacity: 1;
  transition-delay: .4s;
}

.imh_more:hover i {
  opacity: 1;
  transition-delay: .4s;
}

.imh_more:before, .imh_more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: .3s;
}

.imh_more:before {
  width: 0;
  height: calc(100% - 20px);
  border-right: none;
  border-left: none;
}

.imh_more:after {
  width: calc(100% - 24px);
  height: 0;
  border-top: none;
  border-bottom: none;
}

.imh_more b {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transition: all .5s;
}

.imh_more i {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition: all .5s;
}
