@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);

.link-else {top: 40%;right: 0px;margin: auto;position: fixed;z-index: 999;}
.link-else ul li{list-style: none;margin-top: 3px;opacity: 0.75;}
.link-else ul li:hover{opacity: 1;}
.filter{filter:drop-shadow(0px 0px 10px rgba(0,0,0,.5)) ;}

.fullWrapper {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}

.pc {display: block;}
.mo {display: none;}

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

/*css3*/
a {
  cursor: pointer;
  color: #000;
  transition: all 0.3s;
}

a:hover {
  color: #7a78e6;
}

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

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

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

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

a.btn_color1:hover {
  background: #7a78e6;
}

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

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

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

textarea {
  -webkit-appearance: none;
}

input:focus, select:focus {
  outline: none;
}

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

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

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

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

.fixedBooking {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 99;
  margin-top: -85px;
  width: 55px;
  height: 170px;
  padding-top: 65px;
  line-height: 55px;
  font-size: 15px;
  letter-spacing: .15em;
  background-color: #7a78e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*box-shadow: 0 3px 20px rgba(0,0,0,.1);*/
}

.fixedBooking span {
  display: inline-block;
  margin-top: 12px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr ;
  color: #fff;
}

.fixedBooking:hover {
  background-color: #75bfbc;
}

.fixedBooking::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background: #95dad7 url('../images/phone.png') no-repeat center center;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

.loadArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  background: #7a78e6;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #fff;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.loadArea.show path, .loadArea.show polygon, .loadArea.show line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 1;
  animation: stroke 3.8s ease forwards, fill 1s 1.65s forwards;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  100% {
    fill: #fff;
  }
}
.bookingArea {
  position: relative;
  margin-bottom: 1px;
}
.bookingArea .wrap {
  position: relative;
  z-index: 999;
  margin-top: -42px;
  padding: 28px 90px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(65, 65, 65, 0.2);
  box-sizing: border-box;
}
.bookingArea img:not(.icon), .bookingArea .arrows {
  display: none;
}
.bookingArea ul {
  margin: 0 -18px;
}
.bookingArea ul li {
  position: relative;
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4);
  margin-right: -3px;
  box-sizing: border-box;
}
.bookingArea ul i {
  position: absolute;
  top: 5px;
  right: 18px;
  width: 40px;
  height: 28px;
  text-align: center;
  border-left: 1px solid #cfcfcf;
}
.bookingArea ul i img {
  display: inline-block;
  margin-top: 4px;
  width: 20px;
  height: 20px;
}
.bookingArea ul input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 45px 0 15px;
  box-sizing: border-box;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
  color: #9f9fa0;
}
.bookingArea ul select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 15px;
  box-sizing: border-box;
  color: #9f9fa0;
}
.bookingArea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fa0;
}
.bookingArea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fa0;
}
.bookingArea :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fa0;
}
.bookingArea :-moz-placeholder {
  /* Firefox 18- */
  color: #9f9fa0;
}
.bookingArea .btn input {
  display: block;
  background: #7a78e6;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: .1em;
  padding: 0;
  cursor: pointer;
  border: none;
  transition: all .5s;
}
.bookingArea .btn input:hover {
  background: #e4b456;
}

/*****網頁頭*****/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  padding-top: 30px;
  background: #ed95c1;
  background-image: url('../images/header_bg.jpg');
  box-shadow: 0 1px 1px rgba(65, 65, 65, 0.2);
  transition: all .5s;
}
header.headerFixed {
  /*background: rgba(237, 149, 193, 0.85);*/
  background-image: url('../images/header_bg.jpg');
  padding-top: 10px;
}
header h1 {
  float: left;
  text-align: center;
  width: 240px;
  margin: 0 50px 0 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 55px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

/*語系選擇*/
header .language {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
  margin-top: 18px;
}
header .language .g_trans {
  display: inline-block;
  vertical-align: middle;
}
header .language .g_trans a {
  display: block;
  padding: 8px 13px;
  background: #fff;
  color: #779ed5;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

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

ul.menu {
  text-align: center;
}
ul.menu > li {
  position: relative;
  display: inline-block;
}
ul.menu li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 15px 20px 16px;
  box-sizing: border-box;
  letter-spacing: .06em;
  text-align: left;
}
ul.menu li > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: -8px;
}
ul.menu li > a:after {
  content: attr(data-text);
  display: block;
  font-size: 12px;
  color: #b9d2f7;
  letter-spacing: .02em;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  transform: scale(0.9);
  margin-left: -3px;
}
ul.menu li a:hover:before, ul.menu li a.current:before {
  opacity: 1;
}
ul.menu > li .submenu {
  display: none;
  width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
ul.menu > li .submenu a {
  display: block;
  background: #FFF;
  padding: 10px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #dadada;
}
ul.menu > li .submenu a:hover {
  background: #7a78e6;
  color: #FFF;
}

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

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

/*文字跑馬燈*/
.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 {
  position: relative;
  /*background: #b9d2f7;*/
  background: #779ed6;
  overflow: hidden;
}
footer:before, footer:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}
footer:before {
  left: 0;
  background: url("../images/footBgLeft.png") no-repeat;
  background-size: contain;
  width: 385px;
  height: 270px;
}
footer:after {
  right: 0;
  background: url("../images/footBgRight.png") no-repeat;
  background-size: contain;
  width: 370px;
  height: 320px;
}
footer .wrap {
  padding-top: 95px;
  padding-bottom: 60px;
  z-index: 1;
}
footer h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #444;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/*footer h4:first-letter {
  color: #b9d2f7;
}*/
footer .qrcode {
  float: left;
  width: 120px;
  margin-right: 35px;
}
footer .leftBox, footer .rightBox {
  float: left;
  width: 50%;
}
footer .leftBox .box {
  float: left;
  width: calc(100% - 155px);
  padding-right: 60px;
  box-sizing: border-box;
}
footer .copyright {
  display: inline-block;
  line-height: 27px;
  font-family: Arial, sans-serif, "新細明體";
  font-weight: normal;
  margin-bottom: 15px;
}
footer .copyright b {
  font-size: 15px;
}
footer .copyright em {
  font-weight: bold;
  /*color: #b9d2f7;*/
}
footer .fb-like-box, footer .fb-like-box span, footer .fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
}

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

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

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

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

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

.social a:hover {
  opacity: 0.8;
}

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

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

.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 {
  padding: 50px 0 30px;
}

.mainArea .titleBox {
  margin-bottom: 50px;
}
.mainArea .titleBox h2 {
  text-align: center;
}
.mainArea .titleBox h2 strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #051b27;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 5px;
  display: block;
}
.mainArea .titleBox h2 em {
  font-size: 17px;
  font-weight: normal;
  color: #888;
  letter-spacing: .08em;
}

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

.mainArea .titleBox .bread a {
  color: #7a78e6;
}

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

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

.mainArea .contentBox {
  clear: both;
}

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

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

/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.8;
}

.textEditor a {
  color: #06F;
}

.textEditor img {
  max-width: 100%;
}

.textEditor ul {
  list-style: disc outside;
  padding-left: 30px;
}

.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}

.textEditor table {
  border-collapse: collapse;
}

.textEditor table th {
  padding: 5px;
  text-align: center;
  background: #7a78e6;
  color: #FFF;
  border: 1px solid #7a78e6;
}

.textEditor table td {
  padding: 5px;
  border: 1px solid #7a78e6;
}

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

.textEditor strong.title {
  display: block;
  font-size: 22px;
  font-weight: normal;
  color: #7a78e6;
}

.textEditor hr {
  border: none;
  height: 1px;
  background: #f1f1f1;
}

/*類別*/
.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: 5px 10px;
  color: #7a78e6;
  border: 1px solid #7a78e6;
  position: relative;
}

ul.classLink li a:hover,
ul.classLink li a.current {
  background: #7a78e6;
  color: #FFF;
}

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #7a78e6 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 {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #061540;
  border-bottom: 1px solid #7a78e6;
}
.sectionTitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background: #7a78e6;
}
.sectionTitle strong {
  color: #051b27;
  font-weight: normal;
  display: block;
  position: relative;
}
.sectionTitle strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.tab a {
  display: block;
  float: left;
  padding: 12px 20px;
  font-size: 15px;
  background: #f6f6f6;
  color: #1c1c1c;
}
.tab a:hover {
  background: #eee;
}

.tab a.current {
  background: #7a78e6;
  color: #fff;
}

ul.tabContent {
  padding: 20px 0px;
  border-top: 1px solid #dadada;
}

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 {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

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

.side_menu ul li > a.current {
  background: #8C8C8C;
  color: #FFF;
}

.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: 20%;
  padding: 0 10px 10px 0;
}

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

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;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  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 {
  margin-top: 15px;
}

.side_contactInfo ul li {
  margin-bottom: 15px;
}

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

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

.side_contactInfo ul li a b {
  display: block;
  overflow: hidden;
  font-weight: normal;
  padding-top: 7px;
}
.side_contactInfo ul li a b:hover {
  text-decoration: underline;
}

/*側邊_房型*/
.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 {
  background: #fff;
  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: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  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: -ms-linear-gradient(-45deg, #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 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+);
  background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* 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+ */
  background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* 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+);
  background: -moz-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* 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+ */
  background: -ms-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* 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 {
  margin-bottom: 25px;
}

.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 .Txt {
  overflow: hidden;
}

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

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

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

/*--button--*/
.btnStyle01 {
  margin-top: 60px;
  text-align: center;
}
.btnStyle01 a {
  display: inline-block;
  border: 1px solid #7a78e6;
  color: #051b27;
  font-size: 13px;
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 700;
  padding: 20px 75px;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.btnStyle01 a:hover {
  background: #7a78e6;
  color: #fff;
  letter-spacing: .3em;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .fixedBooking {
    /*display: none;*/
  }
  .outerWrap {
    padding-top: 60px;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  header {
    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 {
    /*background: #FFF;*/
    background-image: url('../images/header_bg.jpg');
    position: relative;
    height: 60px;
    z-index: 99;
  }

  .m_menu .controlBox a.main {
    position: absolute;
    display: block;
    margin: 0 0 0 12px;
    width: 26px;
    height: 60px;
    overflow: hidden;
  }
  .m_menu .controlBox a.main:before, .m_menu .controlBox a.main:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
  }
  .m_menu .controlBox a.main:before {
    top: 22px;
  }
  .m_menu .controlBox a.main:after {
    bottom: 22px;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
  }

  .m_menu .controlBox a.on:before, .m_menu .controlBox a.on:after {
    top: 29.5px;
  }
  .m_menu .controlBox a.on:before {
    transform: rotate(-45deg);
  }
  .m_menu .controlBox a.on:after {
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.on span {
    width: 0;
  }

  .m_menu .controlBox .m_logo {
    float: left;
    margin: 5px 0 0 50px;
  }
  .m_menu .controlBox .m_logo img {
    max-width: 100%;
    height: 45px;
  }

  .mBooking, .mBooking02 {
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
    height: 60px;
  }
  .mBooking a, .mBooking02 a {
    display: block;
    padding-top: 17px;
    text-align: center;
  }
  .mBooking img, .mBooking02 img {
    width: 100%;
    max-height: 100%;
  }

  .mBookingArea .wrap {
    padding-top: 40px;
  }
  .mBookingArea ul li {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  .mBookingArea ul li i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding-left: 10px;
    border-left: 1px solid #cfcfcf;
  }
  .mBookingArea ul li i img {
    display: block;
    width: 100%;
  }
  .mBookingArea .arrows {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid #cfcfcf;
  }
  .mBookingArea .arrows:after {
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 16px;
    color: #7a78e6;
  }
  .mBookingArea input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .mBookingArea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9fa0;
  }
  .mBookingArea ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9fa0;
  }
  .mBookingArea :-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9fa0;
  }
  .mBookingArea :-moz-placeholder {
    /* Firefox 18- */
    color: #9f9fa0;
  }
  .mBookingArea select {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    background: #fff !important;
    color: #9f9fa0;
    padding: 0 13px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .mBookingArea .btn {
    text-align: center;
  }
  .mBookingArea input[type="button"] {
    display: inline-block;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    background: none;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0;
  }

  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }

  .m_menu .hideBox, .mBookingArea {
    /*手機menu內容*/
    display: none;
    background: #b9d2f7;
    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;
  }

  .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 .hideBox .m_trans {
    text-align: center;
    padding-top: 30px;
  }

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

  .m_menu .hideBox .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 a {
    margin: 0 3px;
    display: inline-block;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #779ed5;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #779ed5;
  }

  .m_menu ul.nav li {
    box-shadow: 0 1px #7a78e6, 0 2px #f7eef0;
  }

  .m_menu ul.nav li a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    letter-spacing: .08em;
    color: #7a78e6;
    text-align: center;
    position: relative;
  }

  .m_menu ul.nav li a:hover {
    background: #7a78e6;
    color: #fff;
  }

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

  .bookingArea {
    display: none;
  }

  footer .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .leftBox, footer .rightBox {
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {

.pc {display: none;}
.mo {display: block;}
  
  footer:before {
    left: 0;
    width: 385px;
    height: 270px;
    width: 295px;
    height: 207px;
  }
  footer:after {
    right: 0;
    width: 370px;
    height: 320px;
    width: 280px;
    height: 242px;
  }

  /*bread*/
  .mainArea .titleBox .bread {
    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 {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
  }

  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 10px;
    background: #7a78e6;
  }

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

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

  footer:after {
    display: 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 a {
    display: inline-block;
    float: left;
    width: calc(100% / 3);
    padding: 12px 5px;
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
  }

  footer .leftBox .box {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    box-sizing: border-box;
  }
}
/***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;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-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;
  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;
  -webkit-transition: all 0.4s ease;
  -moz-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;
  transform: scale(1.05);
}

.imh_more {
  background: #7a78e6;
}
.imh_more:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0.7);
  opacity: 0;
  transition: all .7s ease;
}
.imh_more:after {
  content: 'view more';
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
  transition: all .7s ease;
}
.imh_more img {
  transition: all .7s ease;
}
.imh_more:hover:before {
  opacity: 1;
  transform: scale(1);
}
.imh_more:hover:after {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.imh_more:hover img {
  opacity: .12;
  transform: scale(1.1);
}

.imh_logo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #7a78e6;
}
.imh_logo:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #7a78e6;
  opacity: 0;
  transition: all .8s;
}
.imh_logo:after {
  content: '';
  position: absolute;
  z-index: 3;
  left: 45%;
  top: 60%;
  margin-left: -125px;
  margin-top: -40px;
  width: 120px;
  height: 70px;
  background: url("../images/icon_logo.png") no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 1.5s;
}
.imh_logo img {
  transition: all .8s;
}
.imh_logo:hover img {
  opacity: .3;
  transform: scale(1.1);
}
.imh_logo:hover:before {
  width: 100%;
  opacity: 1;
}
.imh_logo:hover:after {
  opacity: 1;
  margin-left: -40px;
}
