@charset "UTF-8";
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url("https://fonts.googleapis.com/css?family=Carrois+Gothic|Philosopher|Yellowtail");
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
header, .menuBtn, .bookingBox .btn, .adArea, .arrows, ul.classLink li a {
  box-sizing: border-box;
}

a, header, header .rightBox, .menuBtn span, .menuBtn::before, .menuBtn::after, .menuBtn span::before, .menuBtn span::after, ul.menu li > a:after, .arrows span, .arrows::before, .arrows::after {
  transition: all .5s ease-out;
}

body {
  font-family: 'Carrois Gothic', Helvetica, Arial, Heiti TC, "メイリオ", sans-serif, "微軟正黑體";
  font-size: 14px;
  color: #4e4e4e;
}

a {
  cursor: pointer;
  color: #666;
}

a:hover {
  color: #ee7316;
}

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

.b-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 {
  background: #f3bd39;
  color: #fff;
}

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

a.btn_color2 {
  background: #A0A0A0;
  color: #FFF;
}

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

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

.wrap {
  max-width: 1500px;
  margin: 0 auto;
}

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

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

.cartArea {
  display: none;
  width: 360px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
}

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

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

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

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

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

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

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

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

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

.loginArea {
  display: none;
  width: 300px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
}

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

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

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

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

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 40px;
  z-index: 99;
}

header.slideUp {
  top: -100%;
}

header.scroll {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

header.scroll .rightBox {
  margin-top: 15px;
}

header .wrap {
  position: relative;
  max-width: 1650px;
}

header .leftBox {
  position: relative;
  float: left;
  z-index: 2;
}

header .rightBox {
  position: relative;
  float: right;
  margin-right: 30px;
  z-index: 2;
}

header .logo {
  display: inline-block;
  margin: 0 auto;
}

header .logo a {
  display: block;
}

header .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header .logo img:first-child {
  width: 56px;
  margin-right: 5px;
}

header .logo img:last-child {
  width: 124px;
}

header .socialBox {
  padding-top: 15px;
}

header .socialBox span {
  font-size: 13px;
  color: #000;
}

header .socialBox span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  vertical-align: middle;
  background-color: #b2b2b2;
}

header .socialBox a {
  display: inline-block;
  margin-left: 15px;
  color: #000;
  font-size: 17px;
}

header .socialBox a:hover {
  color: #f3bd39;
}

.menuBtn {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 25px;
  border: none;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  background: #ecb526;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecb526 0%, #e79a26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb526', endColorstr='#e79a26',GradientType=0 );
  /* IE6-9 */
}

.menuBtn span, .menuBtn::before, .menuBtn::after {
  position: absolute;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.menuBtn span {
  top: 35%;
  width: 20px;
}

.menuBtn span::before, .menuBtn span::after {
  position: absolute;
  bottom: -30px;
  font-size: 12px;
}

.menuBtn span::before {
  content: attr(data-title);
  left: -5px;
  color: #fff;
}

.menuBtn span::after {
  content: attr(data-open);
  left: -10px;
  color: transparent;
}

.menuBtn::before {
  content: '';
  width: 20px;
  top: 25%;
}

.menuBtn::after {
  content: '';
  width: 10px;
  top: 45%;
}

.menuBtn:hover span, .menuBtn:hover::before, .menuBtn:hover::after {
  background-color: #fff;
}

.menuBtn:hover::after {
  width: 20px;
}

.menuBtn.open span {
  background-color: transparent;
}

.menuBtn.open span::before {
  color: transparent;
}

.menuBtn.open span::after {
  color: #fff;
}

.menuBtn.open::before, .menuBtn.open::after {
  width: 22px;
  left: 52%;
  transition-delay: .3s;
}

.menuBtn.open::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.menuBtn.open::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  visibility: hidden;
  z-index: -1;
  transition: all .5s ease;
}

.mask.show {
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
  z-index: 90;
}

.slideDownBox {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  padding: 220px 0 150px;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.slideDownBox.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-delay: .3s;
}

.slideDownBox.show .menu li {
  opacity: 0;
  -webkit-animation: 1s fsIn forwards cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: 1s fsIn forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slideDownBox.show .menu li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.slideDownBox.show .menu li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.slideDownBox.show .menu li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.slideDownBox.show .menu li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.slideDownBox.show .menu li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slideDownBox.show .menu li:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slideDownBox.show .menu li:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.slideDownBox.show .subBox {
  opacity: 0;
  -webkit-animation: 1s fsIn forwards cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
          animation: 1s fsIn forwards cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}

@-webkit-keyframes fsIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fsIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menuBox, .subBox {
  text-align: left;
}

ul.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 280px;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
}

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

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: #516190;
  color: #fff;
}

ul.menu li > a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 2px 10px;
  margin-bottom: 35px;
  margin-right: 60px;
  color: #666;
  letter-spacing: 2px;
}

ul.menu li > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  top: 50%;
  left: -30px;
  background: #b2b2b2;
}

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

ul.menu li > a:hover:after, ul.menu li > a.current:after {
  width: 35px;
}

.subBox {
  padding-top: 5px;
  padding-left: 130px;
  border-left: 1px solid #dcdcdc;
  font-size: 13px;
}

.subBox > p {
  line-height: 2.3;
  color: #ee7316;
  letter-spacing: 1px;
}

.language {
  position: relative;
  padding: 7px 0;
  margin-bottom: 10px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  text-align: right;
}

.language::before {
  content: 'language';
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 10px;
  color: #000;
  text-transform: uppercase;
}

.language li {
  display: inline-block;
}

.language a {
  display: block;
  padding: 3px 5px;
  color: #666;
}

.language a:hover {
  color: #fff;
  background-color: #f3bd39;
}

.info {
  margin: 30px 0;
}

.info span {
  position: relative;
  display: inline-block;
  width: 55px;
  margin-right: 35px;
  text-transform: uppercase;
}

.info span::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  top: 50%;
  right: -15px;
  background-color: #d1d1d1;
}

.info li {
  margin: 10px 0;
  letter-spacing: 1px;
}

.m_menu {
  display: none;
}

.bannerArea {
  padding-top: 115px;
}

.bannerArea .wrap {
  padding: 0;
}

.bannerArea .bx-wrapper .bx-pager {
  bottom: 20px;
}

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

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

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

.bannerBox {
  position: relative;
}

.bannerBox .bannerSlogan {
  position: absolute;
  margin-top: -50px;
  color: #fff;
  text-align: center;
}

.bannerBox .bannerSlogan h1, .bannerBox .bannerSlogan h2, .bannerBox .bannerSlogan div {
  overflow: hidden;
  color: transparent;
  transition: all .7s ease-out;
}

.bannerBox .bannerSlogan h1.textUp, .bannerBox .bannerSlogan h2.textUp, .bannerBox .bannerSlogan div.textUp {
  text-shadow: 0 0 0 #fff;
}

.bannerBox .bannerSlogan h1, .bannerBox .bannerSlogan h2 {
  padding: 0 10px;
  text-shadow: 0 90px 0 #fff;
  font-weight: 500;
  font-size: 76px;
  font-family: 'Yellowtail', '新細明體', sans-serif;
}

.bannerBox .bannerSlogan div {
  letter-spacing: 5px;
  text-indent: 5px;
  font-size: 24px;
  word-spacing: 10px;
  text-transform: uppercase;
  text-shadow: 0 80px 0 #fff;
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.bannerBox .bannerSlogan div.textUp {
  transition-delay: .3s;
}

.bookingBox {
  background-color: #f8f8f8;
}

.bookingBox .list > div {
  position: relative;
  float: left;
  width: 330px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  text-transform: uppercase;
  background: #ecb526;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ecb526 0%, #e79a26 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb526', endColorstr='#e79a26',GradientType=0 );
  /* IE6-9 */
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.bookingBox .list > div::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 120%;
  right: -15px;
  bottom: 0;
  background-color: #f8f8f8;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.bookingBox .list > div span {
  margin-left: 10px;
}

.bookingBox .list input, .bookingBox .list select {
  padding: 5px;
  color: #777;
  border: none;
  outline: none;
  text-align: center;
  background: transparent url("../images/arrow.png") right 10px center no-repeat;
  font-family: 'Carrois Gothic', Helvetica, Arial, Heiti TC, "メイリオ", sans-serif, "微軟正黑體";
}

.bookingBox .list select {
  width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bookingBox .list select::-ms-expand {
  display: none;
}

.bookingBox .list ul {
  float: left;
  line-height: 75px;
  margin-left: 50px;
}

.bookingBox .list ul li {
  float: left;
}

.bookingBox .list ul li + li {
  margin-left: 70px;
}

.bookingBox .item {
  font-size: 14px;
}

.bookingBox .item span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-right: 10px;
  vertical-align: middle;
  color: #000;
}

.bookingBox .item span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  top: 48%;
  right: 0;
  background-color: #b2b2b2;
}

.bookingBox .btn {
  float: right;
  position: relative;
  padding: 15px 30px 15px 60px;
  margin-right: 40px;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 7px 0 7px 0;
  background-color: #f2c233;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2c233 1%, #eda733 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c233', endColorstr='#eda733',GradientType=0 );
  /* IE6-9 */
}

.bookingBox .btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 19px;
  top: 17px;
  left: 20px;
  background: url("../images/bell.png") 0 0 no-repeat;
  z-index: 1;
}

.bookingBox .btn:hover::before {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: 1s swing ease-out .3s;
          animation: 1s swing ease-out .3s;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  45% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  30% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  45% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  90% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.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 {
  line-height: 20px;
}

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

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

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

footer {
  padding: 50px 0;
  background-color: #fe9e1a;
}

footer .downLogo {
  padding-bottom: 40px;
  margin-bottom: 80px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

footer .fbBox {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

footer .leftBox {
  float: left;
}

.copyright {
  float: left;
  position: relative;
  padding-left: 30px;
  margin-right: 80px;
}

.copyright::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: 10px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}

.copyright ul {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  font-family: '微軟正黑體';
}

.copyright li {
  margin-bottom: 10px;
}

.copyright span {
  display: inline-block;
  width: 80px;
  text-transform: uppercase;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}

.copyright + div {
  position: relative;
  float: left;
  margin-top: -5px;
  padding-left: 30px;
  line-height: 2.2;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  font-family: '微軟正黑體';
}

.copyright + div::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: 10px;
  top: 13px;
  background-color: rgba(255, 255, 255, 0.4);
}

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

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

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

.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  margin-top: 2px;
}

.translateIbest .design span {
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #FFF;
}

.translateIbest .design a {
  color: rgba(255, 255, 255, 0.3);
}

.translateIbest .design a:hover {
  color: #fff;
}

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

.bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.mainArea {
  padding: 50px 0 100px;
}

.mainArea .titleBox h2 {
  margin-bottom: 50px;
  text-align: center;
}

.mainArea .titleBox h2 strong {
  font-size: 18px;
  font-weight: 500;
  color: #595959;
}

.mainArea .titleBox h2 strong span + span::before {
  content: '/';
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.mainArea .titleBox h2 em {
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.mainArea .titleBox h2 em span {
  display: inline-block;
}

.mainArea .titleBox h2 em span:first-letter {
  font-size: 77px;
  color: #ee7316;
}

.mainArea .titleBox h2 em span + span {
  margin-left: 15px;
}

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

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

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

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

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox h1.articleTitle {
  clear: both;
  padding-top: 50px;
  margin-bottom: 50px;
  border-bottom: double #b2b2b2;
  font-size: 24px;
  font-weight: normal;
}

.title-box {
  text-align: center;
}

.title-box h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.title-box h2 span {
  display: inline-block;
}

.title-box h2 span:first-letter {
  font-size: 77px;
}

.title-box p {
  font-size: 18px;
  color: #595959;
}

.title-box p span + span::before {
  content: '/';
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}

.bLineSlider {
  position: relative;
  color: #77553c;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 8px;
  overflow: hidden;
}

.bLineSlider::before, .bLineSlider::after {
  content: '';
  position: absolute;
  height: 60%;
  bottom: -3px;
  left: 0;
  margin: auto;
  background-color: #f3bd39;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.bLineSlider::before {
  width: 100%;
}

.bLineSlider::after {
  width: 0;
}

.bLineSlider:hover {
  color: #77553c;
}

.bLineSlider:hover::before {
  width: 0;
  left: 100%;
}

.bLineSlider:hover::after {
  width: 100%;
  transition-delay: .3s;
}

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

.hGradient a {
  display: block;
}

.hGradient a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f3bd39 0%, rgba(243, 189, 57, 0) 100%) 0 100%;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bd39', endColorstr='#00f3bd39',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.hGradient:hover a::before {
  background-position-y: 0;
  opacity: 1;
}

.linkBox {
  margin-top: 50px;
  text-align: center;
}

.linkBox .bLineSlider {
  padding-left: 20px;
  padding-right: 20px;
}

.adArea {
  float: right;
  width: calc(100% - 600px);
  padding: 0 100px;
  margin-top: 20px;
}

.adArea li {
  outline: none;
}

.adArea .Img img {
  display: block;
  margin: auto;
}

.adArea h4 {
  display: none;
}

.arrows {
  position: absolute;
  display: block;
  width: 50px;
  height: 18px;
  padding: 0;
  top: 50%;
  margin-top: -9px;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}

.arrows span {
  display: block;
  height: 1px;
  line-height: 18px;
  background-color: #fecb85;
}

.arrows::before, .arrows::after {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #fecb85;
}

.arrows::before {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.arrows::after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.arrows.prev {
  left: -50px;
}

.arrows.prev::before, .arrows.prev::after {
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.arrows.prev::after {
  width: 0;
}

.arrows.prev:hover::after {
  width: 15px;
}

.arrows.next {
  right: -50px;
}

.arrows.next::before, .arrows.next::after {
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.arrows.next::before {
  width: 0;
}

.arrows.next:hover::before {
  width: 15px;
}

.arrows:hover span, .arrows:hover::before, .arrows:hover::after {
  background-color: #fff;
}

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

.m_classLink, .closeBtn {
  display: none;
}

.classBox {
  padding: 20px 0;
}

ul.classLink {
  text-align: center;
}

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

ul.classLink li a {
  display: block;
  height: 30px;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #f3bd39;
  position: relative;
}

ul.classLink li a:hover {
  background: #f3bd39;
  color: #FFF;
}

ul.classLink li a.current {
  background: #f3bd39;
  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: #f3bd39 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

.sideMenu h3 {
  display: none;
}

.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 {
  background: #51649A;
  color: #FFF;
}

.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: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.sectionTitle strong {
  color: #061540;
  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 18px;
  font-size: 15px;
  color: #333;
}

.tab a.current {
  background-color: #f3bd39;
  color: #fff;
  box-shadow: none;
}

ul.tabContent {
  margin: -1px;
  padding: 20px 5px;
  border-top: 1px solid #f3bd39;
}

ul.tabContent > li {
  display: none;
}

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

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

.side_menu {
  margin-bottom: 50px;
}

.side_menu .sectionTitle {
  display: none;
}

.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 b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

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

.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;
  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;
  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 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #ee7316;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #ee7316;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  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 i {
  padding-right: 5px;
  font-size: 18px;
}

.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;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 );
}

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 );
}

.side_news {
  margin-top: 5px;
}

.side_news .newsDate div {
  display: none;
}

.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;
  line-height: 0;
  overflow: hidden;
}

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

.side_news ul li .Txt {
  overflow: hidden;
  padding-top: 4px;
}

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

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

.newIcon {
  padding: 3px 5px;
  padding: 5px 5px 2px 5px\9;
  margin-right: 3px;
  display: inline-block;
  font-family: 新細明體;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  border-radius: 3px;
}

.newIcon_green {
  background: #abd85d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJkODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(135deg, #abd85d 0%, #81b625 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd85d', endColorstr='#81b625',GradientType=1 );
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1600px) {
  .mainArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1450px) {
  .bookingBox .list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: calc(100% - 330px - 50px - 170px - 40px);
    line-height: 1;
  }
  .bookingBox .item span {
    display: block;
    padding-top: 20px;
    padding-left: 5px;
  }
  .bookingBox .item span::after {
    display: none;
  }
  .bookingBox .item input {
    width: 130px;
    text-align: left;
  }
}

@media (max-width: 1350px) {
  footer .leftBox {
    float: none;
    width: 100%;
    text-align: center;
  }
  footer .copyright, footer .copyright + div {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: middle;
  }
  .adArea {
    clear: both;
    float: none;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-top: 50px;
  }
}

@media (max-width: 1180px) {
  .bookingBtn {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    padding: 15px 20px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px 0 5px 0;
    box-shadow: -4px 3px 10px -5px rgba(0, 0, 0, 0.3);
    font-family: '微軟正黑體';
    transition: all .5s ease-out;
    background: #ecb526;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecb526 0%, #e79a26 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb526', endColorstr='#e79a26',GradientType=0 );
    /* IE6-9 */
  }
  .bookingBtn:hover {
    opacity: .7;
  }
  .closeBtn {
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    border: none;
    background-color: transparent;
    color: #ee7316;
    font-size: 30px;
    cursor: pointer;
  }
  .bookingArea {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    padding: 75px 0;
    top: 0;
    left: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    z-index: 98;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .bookingArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .bookingArea.open {
    left: 0;
  }
  .bookingArea .list > div {
    float: none;
  }
  .bookingArea .list > div::before {
    bottom: -16px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .bookingArea .list ul {
    float: none;
    display: block;
    width: 250px;
    margin: 50px auto;
  }
  .bookingArea .list ul li {
    float: none;
    margin-left: 50px;
  }
  .bookingArea .list ul li + li {
    margin-top: 10px;
    margin-left: 50px;
  }
  .bookingArea .item span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 48%;
    right: 0;
    background-color: #b2b2b2;
  }
  .bookingArea .btn {
    float: none;
    clear: both;
    display: block;
    width: 170px;
    margin: auto;
  }
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  .mask, .mask.show {
    z-index: -1;
    visibility: hidden;
  }
  footer .downLogo {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .bannerArea {
    padding-top: 15px;
  }
  .m_menu {
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    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.active .controlBox a.main span {
    background-color: transparent;
  }
  .m_menu.active .controlBox a.main span::before {
    color: transparent;
  }
  .m_menu.active .controlBox a.main span::after {
    color: #fff;
  }
  .m_menu.active .controlBox a.main::before, .m_menu.active .controlBox a.main::after {
    width: 22px;
    left: 52%;
    transition-delay: .3s;
  }
  .m_menu.active .controlBox a.main::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
  .m_menu.active .controlBox a.main::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .m_menu .controlBox {
    background: #FFF;
    position: relative;
    z-index: 99;
  }
  .m_menu .controlBox a.main {
    position: relative;
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 25px;
    border: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    background: #ecb526;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecb526 0%, #e79a26 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb526', endColorstr='#e79a26',GradientType=0 );
    /* IE6-9 */
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span, .m_menu .controlBox a.main::before, .m_menu .controlBox a.main::after {
    position: absolute;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease-out;
  }
  .m_menu .controlBox a.main span {
    top: 35%;
    width: 20px;
  }
  .m_menu .controlBox a.main span::before, .m_menu .controlBox a.main span::after {
    position: absolute;
    bottom: -30px;
    font-size: 12px;
    transition: all .5s ease-out;
  }
  .m_menu .controlBox a.main span::before {
    content: attr(data-title);
    left: -5px;
    color: #fff;
  }
  .m_menu .controlBox a.main span::after {
    content: attr(data-open);
    left: -10px;
    color: transparent;
  }
  .m_menu .controlBox a.main::before {
    content: '';
    width: 20px;
    top: 25%;
  }
  .m_menu .controlBox a.main::after {
    content: '';
    width: 10px;
    top: 45%;
  }
  .m_menu .controlBox .m_logo {
    float: left;
    display: block;
    margin: auto;
    padding: 10px 0;
  }
  .m_menu .controlBox .m_logo a {
    display: block;
    margin: auto;
    white-space: nowrap;
  }
  .m_menu .controlBox .m_logo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m_menu .controlBox .m_logo img:first-child {
    width: 60px;
  }
  .m_menu .controlBox .m_logo img:last-child {
    width: 120px;
  }
  .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 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 .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .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 {
    display: none;
    background: #ecb526;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecb526 0%, #e79a26 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb526', endColorstr='#e79a26',GradientType=0 );
    /* 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;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .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: 60px 0 30px;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 1px;
    display: inline-block;
    font-size: 20px;
    background: #ee7316;
    color: #FFF;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu ul.nav li {
    border-top: 1px solid #f3d082;
  }
  .m_menu ul.nav li a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
  }
  .m_menu ul.nav li a:hover {
    background: #ee7316;
  }
  .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;
  }
  .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;
  }
  .socialBox {
    margin-top: 30px;
    text-align: center;
  }
  .socialBox span {
    display: block;
    margin-bottom: 20px;
  }
  .socialBox a {
    padding: 12px;
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .translateIbest {
    float: none;
  }
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .adArea {
    padding-left: 20px;
    padding-right: 20px;
  }
  .adArea .arrows {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #CCC;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #eeeeee;
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
  }
  .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-radius: 5px;
    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;
  }
}

@media (max-width: 600px) {
  footer .copyright, footer .copyright + div {
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 0;
  }
  footer .copyright::before, footer .copyright + div::before {
    display: none;
  }
  footer .copyright + div {
    margin-top: 25px;
  }
}

@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%;
  }
  .bookingArea .list > div {
    display: none;
  }
  .m_menu .controlBox .m_logo {
    padding-top: 20px;
  }
  .m_menu .controlBox .m_logo img:first-child {
    width: 40px;
  }
  .m_menu .controlBox .m_logo img:last-child {
    width: 100px;
  }
  .bookingArea .list {
    margin-top: 50px;
  }
  .bookingArea .list > div {
    display: none;
  }
  .bookingArea .list ul li {
    margin-left: 20px !important;
  }
  .closeBtn {
    margin-top: -30px;
  }
  .mainArea .titleBox h2 em {
    font-size: 35px;
  }
  .mainArea .titleBox h2 em span:first-letter {
    font-size: 50px;
  }
  .mainArea .title-box h2 {
    font-size: 35px;
  }
  .mainArea .title-box h2 span:first-letter {
    font-size: 50px;
  }
  .bookingBtn {
    margin-right: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .m_menu .controlBox a.main {
    margin-right: 5px;
  }
}
