@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#cboxOverlay {
  background: rgba(58, 58, 58, 0.95) !important;
}

#cboxLoadedContent {
  border: 0 !important;
}

#cboxContent {
  margin-top: 0 !important;
}

.mCS-dark .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #000000;
}
.mCS-dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background-color: #000000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body {
  width: 100%;
  height: 100%;
}

a,
.link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
}
a:hover,
.link:hover {
  color: #8b8a8f;
}
a:active,
.link:active {
  color: #eea904;
}

img {
  object-fit: cover;
}

button,
.btn {
  font-family: "Bell-Med", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial";
  font-size: 15px;
  display: block;
  text-align: center;
  border: 1px solid;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  padding: 7px 0 7px 0;
  letter-spacing: 0.1em;
  -moz-transition: background-color, 0.4s, color, 0.4s, border, 0.4s;
  -o-transition: background-color, 0.4s, color, 0.4s, border, 0.4s;
  -webkit-transition: background-color, 0.4s, color, 0.4s, border, 0.4s;
  transition: background-color, 0.4s, color, 0.4s, border, 0.4s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button:hover,
.btn:hover {
  background-color: #d0d3d4;
  color: #000000;
}
button:focus, button:active, button.active,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #e4a32d;
  color: #000000;
  outline: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  button,
  .btn {
    padding: 11px 0;
  }
}
.via {
  padding-top: 327px;
  min-height: 100vh;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 256px;
  position: relative;
}

.footer {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer.branch {
  padding-top: 65px;
}
.footer.group {
  padding-top: 165px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .via {
    padding-bottom: 0;
  }

  .footer {
    position: relative;
  }
}
.header-mobile {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  display: none;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
}
.header-mobile .menu-logo {
  position: absolute;
  width: 61px;
}
.header-mobile .menu-logo .menu-logo-img {
  float: left;
  width: 61px;
  height: 50px;
  font-size: 0;
  background-image: url("/assets/img/icons/logo-branch.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-transition: background, 0.8s;
  -o-transition: background, 0.8s;
  -webkit-transition: background, 0.8s;
  transition: background, 0.8s;
}
.header-mobile .branch-booking {
  position: absolute;
  left: 61px;
}
.header-mobile .branch-name {
  display: inline-block;
  float: left;
  line-height: 50px;
  margin-right: 10px;
}
.header-mobile .btn-book-now {
  position: absolute;
  display: inline-block;
  width: 108px;
  font-size: 14px;
  margin-top: 10px;
  padding: 7px 0;
}
.header-mobile .hamburger {
  display: none;
  outline: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 10px;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  font-size: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -moz-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  -webkit-transition: background, 0.3s;
  transition: background, 0.3s;
}
.header-mobile .hamburger:focus {
  outline: none;
}
.header-mobile .hamburger span {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 4px;
  background: #ffffff;
}
.header-mobile .hamburger span::before, .header-mobile .hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  content: "";
}
.header-mobile .hamburger span::before {
  top: -9px;
}
.header-mobile .hamburger span::after {
  bottom: -9px;
}
.header-mobile .hamburger-effect {
  background-color: transparent;
}
.header-mobile .hamburger-effect span {
  transition: background 0s 0.3s;
}
.header-mobile .hamburger-effect span::before, .header-mobile .hamburger-effect span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.header-mobile .hamburger-effect span::before {
  transition-property: top, transform;
}
.header-mobile .hamburger-effect span::after {
  transition-property: bottom, transform;
}
.header-mobile .hamburger-effect.active span {
  background: none;
}
.header-mobile .hamburger-effect.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-mobile .hamburger-effect.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.header-mobile .hamburger-effect.active span::before, .header-mobile .hamburger-effect.active span::after {
  transition-delay: 0s, 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header-mobile {
    display: block;
  }
  .header-mobile .hamburger {
    display: block;
  }
}
.footer {
  padding-top: 65px;
  background-color: #ffffff;
}
.footer .border-side {
  height: 172px;
  border-left: 1px solid #404040;
}
.footer .padding-top {
  padding-top: 14px;
}
.footer .footer-bg {
  color: #ffffff;
  background-color: #000000;
}
.footer .footer-logo {
  width: 8%;
}
.footer .footer-logo .menu-logo-img {
  float: left;
  width: 61px;
  height: 32px;
  font-size: 0;
  background-image: url("/assets/img/icons/logo-footer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-transition: background, 0.8s;
  -o-transition: background, 0.8s;
  -webkit-transition: background, 0.8s;
  transition: background, 0.8s;
}
.footer .footer-copyright {
  font-size: 14px;
  line-height: 1.5em;
}
.footer .branch-footer {
  padding: 14px 4.03% 14px 4.17%;
}
.footer .branch-footer .footer-info {
  width: 69%;
}
.footer .branch-footer .footer-info .footer-info-warp {
  float: left;
  padding-left: 15px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .branch-footer .footer-info .footer-info-warp:first-child {
  width: 43%;
}
.footer .branch-footer .footer-info .footer-info-warp:nth-child(2) {
  width: 34%;
}
.footer .branch-footer .footer-info .footer-info-warp:last-child {
  width: 23%;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content {
  font-size: 14px;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content .footer-addr {
  padding: 10px 0;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content .item-title {
  float: left;
  width: 40%;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content .item-content {
  float: right;
  width: 60%;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content .footer-btn {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #404040;
}
.footer .branch-footer .footer-info .footer-info-warp .footer-content .footer-btn .fa {
  width: 40px;
  text-align: center;
}
.footer .branch-footer .footer-message {
  width: 23%;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  padding-top: 23px;
}
.footer .branch-footer .footer-message .footer-message-container {
  max-width: 258px;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list {
  margin-bottom: 19px;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li {
  float: left;
  max-width: 148px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .message-img {
  width: 100%;
  max-width: 50px;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .social-logo-list {
  height: 50px;
  width: 40%;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .social-logo-list .social-logo-list-bottom {
  padding-top: 10px;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .social-logo-list > li .logo-list-wechat-img {
  width: 30px;
  height: 28px;
  background-image: url("/assets/img/icons/wechat.png");
  margin: auto;
  background-size: contain;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .social-logo-list > li .logo-list-line-img {
  width: 26px;
  height: 28px;
  background-image: url("/assets/img/icons/line.png");
  margin: auto;
  background-size: contain;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .footer-btn {
  position: relative;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list > li .footer-btn-right {
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list .footer-message-line {
  width: 47%;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list .footer-message-line .footer-btn-right {
  width: 56%;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list .footer-message-wechat {
  width: 53%;
}
.footer .branch-footer .footer-message .footer-message-container .footer-message-list .footer-message-wechat .social-logo-list {
  width: 47px;
}
.footer .group-footer {
  font-size: 13px;
  padding: 14px 4.03% 14px 4.17%;
}
.footer .group-footer .footer-logo {
  padding: 14px 0;
}
.footer .group-footer .group-footer-message-list {
  width: auto;
  margin: 0 3px;
}
.footer .group-footer .group-footer-message-list > li {
  float: left;
  width: auto;
  padding-left: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.footer .group-footer .group-footer-message-list > li .message-img {
  max-width: 56px;
  padding-bottom: 5px;
  padding-left: 14px;
}
.footer .group-footer .group-footer-message-list > li .social-logo-list {
  height: 50px;
}
.footer .group-footer .group-footer-message-list > li .social-logo-list .social-logo-list-bottom {
  padding-top: 10px;
}
.footer .group-footer .group-footer-message-list > li .social-logo-list > li .common-bg-img {
  margin: auto;
  padding: 3px 0 0;
}
.footer .group-footer .group-footer-message-list > li .social-logo-list > li .logo-list-wechat-img {
  width: 33px;
  height: 26px;
  background-image: url("/assets/img/icons/wechat.png");
  margin: auto;
  background-size: contain;
}
.footer .group-footer .group-footer-message-list > li .social-logo-list > li .logo-list-line-img {
  width: 29px;
  height: 26px;
  background-image: url("/assets/img/icons/line.png");
  background-size: contain;
}
.footer .group-footer .group-footer-message-list .last {
  padding-top: 15px;
}
.footer .group-footer .group-footer-message-list .last .footer-copyright {
  line-height: 20px;
  font-size: 15px;
  width: 100%;
  margin-top: 4px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .branch-footer,
  .footer .group-footer {
    padding: 14px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .footer .footer-bg {
    padding: 0;
  }
  .footer .footer-bg .border-side {
    height: auto;
    border-left: 0;
  }
  .footer .footer-bg .branch-footer,
  .footer .footer-bg .group-footer {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
  }
  .footer .footer-bg .branch-footer .footer-logo,
  .footer .footer-bg .branch-footer .footer-info,
  .footer .footer-bg .branch-footer .footer-message,
  .footer .footer-bg .group-footer .footer-logo,
  .footer .footer-bg .group-footer .footer-info,
  .footer .footer-bg .group-footer .footer-message {
    margin-left: 0;
    width: 100%;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .footer-bg .branch-footer .footer-info .footer-info-warp,
  .footer .footer-bg .group-footer .footer-info .footer-info-warp {
    width: 100%;
    padding: 20px 0;
  }
  .footer .footer-bg .branch-footer .footer-info .footer-info-warp .footer-content .item-content,
  .footer .footer-bg .group-footer .footer-info .footer-info-warp .footer-content .item-content {
    text-align: right;
  }
  .footer .footer-bg .branch-footer .footer-message .footer-message-container,
  .footer .footer-bg .group-footer .footer-message .footer-message-container {
    float: left;
    width: 100%;
    max-width: none;
  }
  .footer .footer-bg .branch-footer .footer-message .footer-message-container .social-logo-list,
  .footer .footer-bg .group-footer .footer-message .footer-message-container .social-logo-list {
    padding-left: 10px;
  }
  .footer .footer-bg .branch-footer .footer-message .footer-message-container .footer-message-wechat,
  .footer .footer-bg .branch-footer .footer-message .footer-message-container .footer-message-line,
  .footer .footer-bg .group-footer .footer-message .footer-message-container .footer-message-wechat,
  .footer .footer-bg .group-footer .footer-message .footer-message-container .footer-message-line {
    width: 50%;
  }
  .footer .footer-bg .branch-footer .footer-message .footer-message-container .footer-message-wechat .footer-btn-right,
  .footer .footer-bg .branch-footer .footer-message .footer-message-container .footer-message-line .footer-btn-right,
  .footer .footer-bg .group-footer .footer-message .footer-message-container .footer-message-wechat .footer-btn-right,
  .footer .footer-bg .group-footer .footer-message .footer-message-container .footer-message-line .footer-btn-right {
    width: 50%;
  }
  .footer .footer-bg .branch-footer .group-footer-message-list,
  .footer .footer-bg .group-footer .group-footer-message-list {
    width: 100%;
  }
  .footer .footer-bg .branch-footer .group-footer-message-list > li,
  .footer .footer-bg .group-footer .group-footer-message-list > li {
    min-width: 118px;
    padding: 15px 0 0 12px;
  }
  .footer .footer-bg .branch-footer .group-footer-message-list > li .message-img,
  .footer .footer-bg .group-footer .group-footer-message-list > li .message-img {
    padding-left: 14px;
  }
  .footer .footer-bg .branch-footer .group-footer-message-list .last,
  .footer .footer-bg .group-footer .group-footer-message-list .last {
    width: 100%;
  }
  .footer .footer-bg .branch-footer .group-footer-message-list .last .footer-copyright,
  .footer .footer-bg .group-footer .group-footer-message-list .last .footer-copyright {
    margin-right: 0;
  }
  .footer .footer-copyright-container {
    text-align: center;
    padding-top: 17px;
  }
}
.menu-pc {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  min-height: 50px;
  background-color: #000000;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #ffffff;
  -moz-transition: height, 0.8s, color, 0.8s;
  -o-transition: height, 0.8s, color, 0.8s;
  -webkit-transition: height, 0.8s, color, 0.8s;
  transition: height, 0.8s, color, 0.8s;
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-pc .menu-warp {
  padding: 0 4.03% 0 4.17%;
}
.menu-pc .menu-logo {
  position: absolute;
  width: 175px;
}
.menu-pc .menu-logo .logo-img {
  float: left;
  height: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -moz-transition: background, 0.8s;
  -o-transition: background, 0.8s;
  -webkit-transition: background, 0.8s;
  transition: background, 0.8s;
}
.menu-pc .menu-logo .group-img {
  width: 184px;
  background-image: url("/assets/img/icons/logo.png");
}
.menu-pc .menu-logo .menu-img {
  width: 61px;
  background-image: url("/assets/img/icons/logo-branch.png");
}
.menu-pc .menu-logo .menu-branch-name {
  float: left;
  width: 105px;
  padding: 18px 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  -moz-transition: opacity, 0.8s;
  -o-transition: opacity, 0.8s;
  -webkit-transition: opacity, 0.8s;
  transition: opacity, 0.8s;
  margin-left: 3px;
}
.menu-pc .menu-logo .menu-branch-name .branch-switcher {
  padding-top: 20px;
  display: none;
  background-color: #000000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-pc .menu-logo .menu-branch-name .branch-switcher > li {
  padding-bottom: 20px;
}
.menu-pc .menu-logo .menu-branch-name .fa-angle-down {
  position: absolute;
  top: 30px;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-pc .menu-nav .menu-nav-tab {
  display: table;
  height: 50px;
  padding: 12px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-pc .menu-nav .menu-nav-tab > li {
  display: table-cell;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.menu-pc .menu-nav .menu-nav-tab > li .nav-tab {
  padding: 6px 0;
}
.menu-pc .menu-nav .menu-nav-tab > li:nth-child(even) .nav-tab {
  border-left: 2px solid #4f4f4f;
}
.menu-pc .menu-nav .menu-nav-tab > li:nth-child(odd) .nav-tab {
  border-left: 1px solid #7f7f7f;
}
.menu-pc .menu-main {
  width: 100%;
  padding-left: 175px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-pc .menu-main .menu-main-branch {
  width: calc(100% - 193px - 20px);
}
.menu-pc .menu-main .menu-main-branch > li {
  width: calc(100%/6);
  position: relative;
}
.menu-pc .menu-main .menu-main-branch .branch-submenu {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  letter-spacing: 0.03em;
}
.menu-pc .menu-main .menu-main-branch .branch-submenu .btn-sub {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 15px;
}
.menu-pc .menu-main .menu-main-social {
  margin-right: 20px;
}
.menu-pc .menu-main .menu-main-social > li {
  width: 48px;
}
.menu-pc .menu-main .menu-main-social > li:last-child .nav-tab {
  border-right: 1px solid #7f7f7f;
}
.menu-pc .menu-main .menu-main-social > li:nth-child(3) .nav-tab {
  border-right: 2px solid #4f4f4f;
}
.menu-pc .menu-main .menu-main-social > li.branch .nav-tab {
  border-left-width: 0;
}
.menu-pc .menu-main .menu-main-social .btn-social {
  font-size: 0;
}
.menu-pc .menu-main .menu-main-social .btn-social .fa {
  font-size: 14px;
  display: block;
}
.menu-pc .menu-main .menu-main-social .lang-li {
  position: relative;
  color: #ffffff;
  -moz-transition: opacity, 0.8s;
  -o-transition: opacity, 0.8s;
  -webkit-transition: opacity, 0.8s;
  transition: opacity, 0.8s;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.menu-pc .menu-main .menu-main-social .lang-li .lang-switcher {
  padding-top: 20px;
  display: none;
  background-color: #000000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-pc .menu-main .menu-main-social .lang-li .lang-switcher > li {
  padding-bottom: 20px;
}
.menu-pc .menu-main .menu-main-social .lang-li .fa-angle-down {
  position: absolute;
  top: 20px;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-pc .menu-main .icon-close {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}
.menu-pc .menu-main .icon-close:before, .menu-pc .menu-main .icon-close:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  -webkit-transition: background, 0.3s;
  transition: background, 0.3s;
}
.menu-pc .menu-main .icon-close:before {
  transform: rotate(45deg);
}
.menu-pc .menu-main .icon-close:after {
  transform: rotate(-45deg);
}
.menu-pc .menu-main .icon-close:hover:before, .menu-pc .menu-main .icon-close:hover:after {
  background-color: #8b8a8f;
}
.menu-pc.open-sub {
  height: 228px;
  background-color: #ffffff;
  color: #000000;
}
.menu-pc.open-sub .menu-logo .logo-img {
  background-image: url("/assets/img/icons/logo-branch_hover.png");
}
.menu-pc.open-sub .menu-logo .menu-branch-name {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.menu-pc.open-sub .menu-main .menu-main-social > li:nth-child(3) .nav-tab {
  border-right: 2px solid #b0b0b0;
}
.menu-pc.open-sub .menu-main .menu-main-social .lang-li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.menu-pc.open-sub .menu-nav .menu-nav-tab > li {
  font-weight: bold;
}
.menu-pc.open-sub .menu-nav .menu-nav-tab > li:nth-child(even) .nav-tab {
  border-left: 2px solid #b0b0b0;
}
.menu-pc.open-sub .menu-nav .menu-nav-tab > li:nth-child(odd) .nav-tab {
  border-left: 1px solid #808080;
}
.menu-pc.open-sub .menu-nav .menu-main-social > li:last-child .nav-tab {
  border-left-width: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #slideoutMenu.menu-pc .menu-warp {
    padding: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .menu-pc .menu-warp {
    padding: 0;
  }

  #slideoutMenu.menu-mobile {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 256px;
    height: auto;
    background-color: #000000;
    font-size: 16px;
    color: #000000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #slideoutMenu.menu-mobile .container-with-width {
    padding: 0;
  }
  #slideoutMenu.menu-mobile .menu-logo .logo-img {
    display: none;
  }
  #slideoutMenu.menu-mobile .menu-logo .menu-branch-name .branch-name {
    padding: 17px 10px;
    background-color: #000000;
    color: #ffffff;
  }
  #slideoutMenu.menu-mobile .menu-logo .menu-branch-name .fa-angle-down {
    width: 40px;
    text-align: center;
    display: none;
  }
  #slideoutMenu.menu-mobile .switcher-sub {
    background-color: #ffffff;
    display: none;
  }
  #slideoutMenu.menu-mobile .switcher-sub > li {
    padding: 14px 20px;
    font-size: 14px;
  }
  #slideoutMenu.menu-mobile .menu-nav .menu-nav-tab > li .nav-tab {
    padding: 17px 10px;
    background-color: #000000;
    color: #ffffff;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  #slideoutMenu.menu-mobile .menu-nav .menu-nav-tab > li + li .nav-tab {
    border-top-width: 0;
  }
  #slideoutMenu.menu-mobile .menu-nav .menu-nav-tab .fa {
    width: 40px;
    text-align: center;
    display: none;
  }
  #slideoutMenu.menu-mobile .menu-main {
    width: 100%;
  }
  #slideoutMenu.menu-mobile .menu-main .menu-main-branch,
  #slideoutMenu.menu-mobile .menu-main .menu-main-social {
    width: 100%;
  }
  #slideoutMenu.menu-mobile .menu-main .menu-main-branch .branch-submenu {
    background-color: #ffffff;
    display: none;
  }
  #slideoutMenu.menu-mobile .menu-main .menu-main-branch .branch-submenu .btn-sub {
    padding: 14px 20px;
    font-size: 14px;
  }
  #slideoutMenu.menu-mobile .menu-main .menu-main-social > li .nav-tab {
    border-top-width: 0;
  }

  #slideoutMenu {
    -moz-transform: translate3d(256px, 0px, 0px);
    -ms-transform: translate3d(256px, 0px, 0px);
    -webkit-transform: translate3d(256px, 0px, 0px);
    transform: translate3d(256px, 0px, 0px);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slideout-open body.via #slideoutMenu {
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slideout-close {
    opacity: 0;
  }

  .fixed-open {
    -moz-transform: translate3d(-256px, 0px, 0px);
    -ms-transform: translate3d(-256px, 0px, 0px);
    -webkit-transform: translate3d(-256px, 0px, 0px);
    transform: translate3d(-256px, 0px, 0px);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  body {
    width: 100%;
    height: 100%;
  }

  .slideout-panel {
    position: relative;
    z-index: 1;
  }

  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }

  .slideout-open .slideout-menu {
    display: block;
  }
}
.pager {
  width: 100%;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #ffffff;
}
.pager .pagination li {
  display: inline-block;
  border-radius: 2px;
  margin: 0 2px;
}
.pager .pagination li .page-num,
.pager .pagination li .page-prev,
.pager .pagination li .page-next {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.pager .pagination li .page-num {
  font-size: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.pager .pagination li .page-prev,
.pager .pagination li .page-next {
  position: relative;
}
.pager .pagination li .fa {
  position: absolute;
  font-size: 30px;
  color: #869791;
  top: -9px;
  left: 0;
}
.pager .pagination li:hover .page-num,
.pager .pagination li:hover .page-prev,
.pager .pagination li:hover .page-next, .pager .pagination li.active .page-num,
.pager .pagination li.active .page-prev,
.pager .pagination li.active .page-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.pager .pagination li:hover .disable, .pager .pagination li.active .disable {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.slider {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: -1;
}
.slider .slider-item .item {
  text-align: center;
  vertical-align: middle;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider .slider-item .item-content {
  position: relative;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: table;
}
.slider .slider-item .item-content .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.slider .slider-item .item-content .title {
  font-size: 26px;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}
.slider .slider-item .item-content .desc {
  font-size: 18px;
  letter-spacing: 0.09em;
  margin-bottom: 32px;
}
.slider .slider-item .item-content .fa-angle-down {
  position: absolute;
  font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .slider .slider-item .item {
    height: 240px;
  }
  .slider .slider-item .item-content .fa-angle-down {
    display: none;
  }
}
.rooms-list .room {
  width: 100%;
  height: auto;
}
.rooms-list .room .room-info,
.rooms-list .room .room-img {
  width: 50%;
  height: 300px;
}
.rooms-list .room:nth-child(odd) .room-info {
  float: left;
}
.rooms-list .room:nth-child(odd) .room-img {
  float: right;
}
.rooms-list .room:nth-child(even) .room-info {
  float: right;
}
.rooms-list .room:nth-child(even) .room-img {
  float: left;
}
.rooms-list .room .room-img {
  background-color: #000000;
}
.rooms-list .room .room-info {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 56px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rooms-list .room .room-info .room-title {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  height: 55px;
  overflow: hidden;
}
.rooms-list .room .room-info .room-desc {
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 1.2em;
  height: 60px;
  overflow: hidden;
}
.rooms-list .room .room-info .btn {
  width: 30%;
  max-width: 180px;
  margin: 0 auto;
}
.rooms-list .room .room-info .book-now {
  background-color: #ffffff;
  margin-bottom: 10px;
  color: #000000;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .rooms-list .room .room-info {
    width: 100%;
    min-height: 150px;
    height: auto;
  }
  .rooms-list .room .room-img {
    width: 100%;
    height: 240px;
  }
  .rooms-list .room .room-info {
    padding: 10px;
    text-align: left;
  }
  .rooms-list .room .room-info .room-title {
    min-height: 1.2em;
    height: auto;
  }
  .rooms-list .room .room-info .room-desc {
    min-height: 50px;
    height: auto;
    padding: 5px 0;
  }
  .rooms-list .room .room-info .btn {
    width: 48%;
    max-width: 48%;
  }
  .rooms-list .room .room-info .book-now {
    float: left;
  }
  .rooms-list .room .room-info .room-more {
    float: right;
  }
}
.articles-list .article:nth-child(odd) {
  background-color: #e9ebea;
}
.articles-list .article:nth-child(odd) .article-content {
  background-color: #e9ebea;
}
.articles-list .article:nth-child(even) {
  background-color: #d1d2d2;
}
.articles-list .article:nth-child(even) .article-content {
  background-color: #d1d2d2;
}
.articles-list .article-more {
  position: absolute;
  bottom: 14px;
  font-size: 15px;
  color: #000000;
  padding-left: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articles-list .article-more .icon-arrow-right {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #818181;
}
.articles-list .article-more .icon-arrow-right::before, .articles-list .article-more .icon-arrow-right::after {
  position: absolute;
  display: block;
  right: -4px;
  width: 7px;
  height: 1px;
  background-color: #818181;
  content: "";
}
.articles-list .article-more .icon-arrow-right::before {
  top: 2px;
  transform: rotate(-45deg);
}
.articles-list .article-more .icon-arrow-right::after {
  top: -2px;
  transform: rotate(45deg);
}
.articles-list .article-title {
  position: relative;
  float: left;
  width: 50%;
  height: 300px;
  background-color: #ffffff;
}
.articles-list .article-title .article-img {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articles-list .article-title .article-img .title {
  float: left;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #000000;
  width: 150px;
  height: 150px;
  padding-top: 59px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(224, 224, 224, 0.8);
}
.articles-list .article-title .article-img .title .icon-cross::before, .articles-list .article-title .article-img .title .icon-cross::after {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background-color: #000000;
  content: "";
}
.articles-list .article-title .article-img .title .icon-cross::before {
  bottom: 30px;
  transform: rotate(90deg);
}
.articles-list .article-title .article-img .title .icon-cross::after {
  bottom: 30px;
}
.articles-list .article-title .article-hover {
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(224, 224, 224, 0.8);
}
.articles-list .article-title .article-hover .desc {
  margin-left: 175px;
  margin-right: 60px;
  margin-top: 35px;
  margin-bottom: 40px;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
.articles-list .article-title .article-hover .desc p {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: justify;
  color: #000000;
  max-height: 210px;
  overflow: hidden;
}
.articles-list .article-title .article-hover .desc .article-more {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.articles-list .article-title:hover .article-hover, .articles-list .article-title:active .article-hover {
  opacity: 1;
}
.articles-list .article-content {
  position: relative;
  float: right;
  width: 50%;
  height: 300px;
  padding-top: 35px;
  padding-bottom: 28px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articles-list .article-content .content-left {
  float: left;
  width: 21%;
  height: 100%;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articles-list .article-content .content-left .title {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  text-align: center;
}
.articles-list .article-content .content-right {
  position: relative;
  float: right;
  width: 79%;
  height: 100%;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #807b79;
}
.articles-list .article-content .content-right .thumbnails-list {
  margin-bottom: 19px;
}
.articles-list .article-content .content-right .thumbnails-list .thumbnails-img {
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 10px;
}
.articles-list .article-content .content-right .content {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: justify;
  height: 7.2em;
  overflow: hidden;
  margin-bottom: 50px;
}
.articles-list .article-content .content-right .article-btn {
  width: 51%;
  position: absolute;
  right: 51px;
  bottom: 7px;
}
.articles-list .article-content .content-right .btn-review {
  width: 49%;
  float: left;
  font-size: 15px;
}
.articles-list .article-content .content-right .btn-download {
  width: 49%;
  float: right;
  font-size: 15px;
}
.articles-list .article-content .content-right .btn-booknow {
  width: 180px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.articles-list .article-content .content-right .btn-booknow:hover {
  background-color: #d0d3d4;
}
.articles-list .article-content .content-right .btn-booknow:active {
  background-color: #e4a32d;
}

.detail-list {
  height: 100%;
  overflow: hidden;
}
.detail-list .article {
  height: 100%;
  overflow: auto;
}
.detail-list .article-title {
  width: 100%;
  height: 300px;
}
.detail-list .article-content {
  width: 100%;
  height: auto;
  padding: 40px 30px;
}
.detail-list .article-content .content-left {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #807b79;
  position: relative;
}
.detail-list .article-content .content-left .title {
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-top: 4px;
  margin-bottom: 13px;
  width: 90%;
}
.detail-list .article-content .content-left .date {
  font-size: 13px;
  margin-bottom: 24px;
  width: 90%;
}
.detail-list .article-content .content-left .btn-close-colorbox {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.detail-list .article-content .content-left .btn-close-colorbox::before, .detail-list .article-content .content-left .btn-close-colorbox::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #818181;
  content: "";
  top: 15px;
}
.detail-list .article-content .content-left .btn-close-colorbox::before {
  transform: rotate(-45deg);
}
.detail-list .article-content .content-left .btn-close-colorbox::after {
  transform: rotate(45deg);
}
.detail-list .article-content .content-right {
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 21px;
  padding-bottom: 50px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detail-list .article-content .content-right .thumbnails-list {
  margin-bottom: 15px;
}
.detail-list .article-content .content-right .content {
  height: auto !important;
}

.detail {
  display: none;
}

.rule-list .article-content {
  width: 100%;
  padding: 30px 38px;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rule-list .article-content .content-left {
  padding-left: 110px;
  padding-right: 20px;
}
.rule-list .article-content .content-right {
  padding-right: 330px;
}
.rule-list .article-content .content-right .content {
  height: auto;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .articles-list .article-title {
    width: 100%;
    height: auto;
  }
  .articles-list .article-title .article-img {
    height: 240px;
  }
  .articles-list .article-title .article-hover {
    position: relative;
    height: 100px;
    opacity: 1;
  }
  .articles-list .article-title .article-hover .desc {
    float: left;
    margin: 0;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .articles-list .article-title .article-hover .desc p {
    height: 4.5em;
  }
  .articles-list .article-title .article-hover .desc .article-more {
    right: 10px;
    bottom: 10px;
  }
  .articles-list .article-content {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .articles-list .article-content .content-left {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #807b79;
    margin-bottom: 15px;
  }
  .articles-list .article-content .content-right {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .articles-list .article-content .content-right .article-more,
  .articles-list .article-content .content-right .article-btn {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    right: 0;
  }

  .detail-list .article-title {
    height: 240px;
  }

  .rule-list .article-content {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .rule-list .article-content .content-left {
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #807b79;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .rule-list .article-content .content-right {
    width: 100%;
    padding: 0;
    border: 0;
  }
}
.map {
  height: 600px;
  width: 100%;
}
.map .map-google {
  height: 100%;
}
.map .map-list {
  display: none;
}

.map-content {
  position: relative;
  width: 500px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  padding-bottom: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #000000;
  margin: 0 auto;
  display: none;
}
.map-content::before {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.map-content .content-left {
  float: left;
  width: 50%;
  height: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
}
.map-content .content-left img {
  width: 100%;
  height: 100%;
}
.map-content .content-left .title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 1em;
  overflow: hidden;
}
.map-content .content-right {
  float: right;
  width: 50%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
}
.map-content .content-right .content {
  height: 9em;
  line-height: 1.5em;
  overflow: hidden;
}
.map-content .content-right .content-more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 15px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .map .map-content {
    width: 75vw;
  }
}
.via {
  min-width: 960px;
}

#container {
  background-color: #ffffff;
  display: block;
  width: 100%;
}

.container-with-width {
  min-width: 960px;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  *zoom: 1;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.common-title {
  width: 100%;
  height: 110px;
  position: relative;
  background-color: #ffffff;
}
.common-title::before {
  position: absolute;
  display: block;
  margin: auto;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 69.5%;
  height: 1px;
  background-color: #c0c0c0;
  content: "";
}
.common-title .title {
  font-family: "Bell-Med", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  height: 1em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.common-title .title span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}

.common-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.common-more {
  position: relative;
  font-size: 20px;
  color: #000000;
  padding-left: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.common-more .icon-arrow-right {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #818181;
}
.common-more .icon-arrow-right::before, .common-more .icon-arrow-right::after {
  position: absolute;
  display: block;
  right: -4px;
  width: 7px;
  height: 1px;
  background-color: #818181;
  content: "";
}
.common-more .icon-arrow-right::before {
  top: 2px;
  transform: rotate(-45deg);
}
.common-more .icon-arrow-right::after {
  top: -2px;
  transform: rotate(45deg);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .via {
    min-width: 100%;
  }

  .container-with-width {
    width: 100%;
    min-width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #container {
    padding-top: 0;
    background-color: #fff;
  }
}
