@charset "UTF-8";
html,
body,
select,
option,
.modal,
input {
  font-family: "Heiti TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑",
 "WenQuanYi Zen Hei", "微軟正黑體", "Microsoft JhengHei", "新細明體",
 sans-serif, Arial, Helvetica, "Montserrat";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #4d4d4d;
  background: #f9f4f0;
}

body.noscroll {
  overflow: hidden;
}

.maxW {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.path {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

.path.hidePath span:nth-child(2) {
  display: none;
}

.path span {
  position: absolute;
  font-size: 13px;
  line-height: 20px;
  width: 150px;
  height: 20px;
  text-align: center;
  white-space: nowrap;
  left: -30px;
  top: calc(50% - 10px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.path span:nth-child(1) {
  left: auto;
  right: -30px;
}

@media screen and (max-width: 1280px) {
  .path span {
    left: -50px;
  }
}

@media screen and (max-width: 900px) {
  .path {
    display: none !important;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 998;
  pointer-events: none;
}

.header > * {
  pointer-events: auto;
}

.header .side-reserve {
  position: absolute;
  left: 0;
  bottom: 40px;
  margin-left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.header .side-reserve > a {
  display: block;
  width: 20px;
  height: 100px;
  text-align: center;
  background: #f9f4f0;
  color: #9f9691;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 20px;
  margin-top: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .header .side-reserve > a {
    font-size: 15px;
    width: 18px;
    padding: 15px 10px;
    height: 80px;
  }
}

.header.atIndex.atTop .mmb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
}

.header.atIndex.atTop .mmb:hover .menu span {
  background: #4d4d4d;
}

@media screen and (max-width: 900px) {
  .header.atIndex.atTop .mmb:hover .menu span {
    background: #fff;
  }
}

.header.atIndex.atTop .mmb::after {
  background: rgba(255, 255, 255, 0.5);
}

.header.atTop .side-reserve {
  margin-left: -100px;
}

@media screen and (max-width: 900px) {
  .header.atTop .side-reserve {
    margin-left: -50px;
  }
}

.header .mmb {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}

.header .mmb.active .menu span {
  background: #000 !important;
}

.header .mmb.active .menu span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .mmb.active .menu span:nth-child(2) {
  width: 0;
}

.header .mmb.active .menu span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .mmb.active::after {
  background: rgba(0, 0, 0, 0.3) !important;
}

.header .mmb .menu {
  width: 36px;
  height: 30px;
  left: 32px;
  top: 32px;
  position: relative;
}

.header .mmb .menu span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #9f9691;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header .mmb .menu span:nth-child(2) {
  top: 15px;
}

.header .mmb .menu span:nth-child(3) {
  top: 30px;
}

@media screen and (max-width: 900px) {
  .header .mmb .menu {
    left: 12px;
    top: 12px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-fill-mode: forwards;
  }
}

.header .mmb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.header .mmb:hover {
  background: #eee;
}

.header .mmb:hover .menu span {
  background: #4d4d4d;
}

@media screen and (max-width: 900px) {
  .header .mmb {
    width: 60px;
    background: none !important;
  }
}

.header .navigation {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #4d4d4d;
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
  -webkit-animation-fill-mode: forwards;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .navigation.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation-fill-mode: forwards;
}

.header .navigation.active > div {
  -webkit-animation: navFadeIn 1s 1 linear;
          animation: navFadeIn 1s 1 linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header .navigation > div {
  max-height: 100vh;
  overflow: auto;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 50px 50px;
  padding-right: 150px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .header .navigation > div {
    padding-right: 60px;
    padding: 20px 20px 50px;
    padding-right: 80px;
  }
}

@-webkit-keyframes navFadeIn {
  50% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes navFadeIn {
  50% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
}

.header .navigation h2 {
  font-size: 19px;
  font-weight: bold;
}

.header .navigation h2 a {
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.header .navigation h2 a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

@media screen and (max-width: 900px) {
  .header .navigation h2 {
    font-size: 16px;
    text-align: right;
  }
}

.header .navigation .nav-reserve {
  display: block;
  background: #eee;
  color: #4d4d4d;
  font-size: 18px;
  padding: 30px;
  border: 1px solid #eee;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-bottom: 30px;
}

.header .navigation .nav-reserve::before {
  font-weight: normal;
  content: "\f133";
  font-family: "fontawesome";
  margin-right: 0.5em;
}

.header .navigation .nav-reserve:hover {
  border-color: #4d4d4d;
  background: #fff;
}

.header .navigation .nav {
  margin: 50px auto;
}

.header .navigation .nav li {
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.header .navigation .nav li a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #4d4d4d;
  text-decoration: none;
}

.header .navigation .nav li a::before {
  font-weight: normal;
  display: inline-block;
  content: "\f138";
  font-family: "fontawesome";
  margin-right: 0.5em;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-animation-fill-mode: forwards;
}

.header .navigation .nav li:hover, .header .navigation .nav li.selected {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

.header .navigation .notice {
  font-size: 13px;
}

.header .navigation .notice span {
  vertical-align: middle;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .header .navigation .notice span {
    display: block;
  }
}

.header .navigation::after {
  content: "MENU";
  position: absolute;
  z-index: 99;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 20px;
  width: 150px;
  height: 20px;
  text-align: center;
  white-space: nowrap;
  left: -30px;
  top: calc(50% - 10px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1280px) {
  .header .navigation::after {
    left: -50px;
  }
}

@media screen and (max-width: 900px) {
  .header .navigation::after {
    display: none;
  }
}

.logo {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: auto;
  height: 33px;
}

@media screen and (max-width: 900px) {
  .logo {
    height: 60px;
  }
}

section {
  overflow: hidden;
}

.section-intro {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px;
  color: #4d4d4d;
}

.section-intro h3 {
  font-size: 22px;
  line-height: 1.1;
  width: auto;
  font-weight: bold;
  display: inline-block;
  
  margin-bottom: 20px;
}

.section-intro p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .section-intro h3 {
    font-size: 18px;
  }
  .section-intro p {
    font-size: 13px;
  }
}

.swiper-container,
.swiper-container-single2 {
  width: 100%;
  height: 300px;
  padding-bottom: 80px;
  position: relative;
}

.swiper-container.lgSwiper, .swiper-container.singleSwiper,
.swiper-container-single2.lgSwiper,
.swiper-container-single2.singleSwiper {
  background: transparent;
  height: 500px;
}

.swiper-container.lgSwiper .swiper-slide, .swiper-container.singleSwiper .swiper-slide,
.swiper-container-single2.lgSwiper .swiper-slide,
.swiper-container-single2.singleSwiper .swiper-slide {
  background: transparent;
  opacity: 0.3;
}

.swiper-container.lgSwiper .swiper-slide img, .swiper-container.singleSwiper .swiper-slide img,
.swiper-container-single2.lgSwiper .swiper-slide img,
.swiper-container-single2.singleSwiper .swiper-slide img {
  height: 500px;
  width: auto;
}

.swiper-container.lgSwiper .swiper-slide.swiper-slide-active, .swiper-container.singleSwiper .swiper-slide.swiper-slide-active,
.swiper-container-single2.lgSwiper .swiper-slide.swiper-slide-active,
.swiper-container-single2.singleSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container .swiper-slide,
.swiper-container-single2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  opacity: 0.3;
  /* Center slide text vertically */
  width: auto;
}

.swiper-container .swiper-slide.swiper-slide-active,
.swiper-container-single2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container .swiper-slide img,
.swiper-container-single2 .swiper-slide img {
  height: 300px;
  width: auto;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet,
.swiper-container-single2 .swiper-pagination .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  background: transparent;
  border-bottom: 1px solid #4d4d4d;
  margin: 0;
  border-radius: 0;
}

@media screen and (max-width: 900px) {
  .swiper-container,
  .swiper-container-single2 {
    padding-bottom: 50px;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet,
  .swiper-container-single2 .swiper-pagination .swiper-pagination-bullet {
    width: 10%;
  }
}

@media screen and (max-width: 600px) {
  .swiper-container,
  .swiper-container-single2 {
    height: auto !important;
  }
  .swiper-container .swiper-slide,
  .swiper-container-single2 .swiper-slide {
    opacity: 1 !important;
    width: calc(100vw - 50px);
  }
  .swiper-container .swiper-slide img,
  .swiper-container-single2 .swiper-slide img {
    height: auto !important;
    width: 100% !important;
  }
}

.swiper-container.lgSwiper {
  padding-top: 20px;
}

.swiper-container.lgSwiper .swiper-slide img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

@media screen and (max-width: 900px) {
  .swiper-container.lgSwiper .swiper-slide img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-container.lgSwiper .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 900px) {
  .swiper-container.lgSwiper .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.index-reserve {
  height: 50px;
  width: 900px;
  position: fixed;
  z-index: 3;
  left:50%;
	margin-left: -450px;
  bottom: -60px;
  background: #fff;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.index-reserve.active {
  bottom: 0;
}

.index-reserve > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin: 10px auto 0;
  width: calc(100% - 300px);
}

.index-reserve > form > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7%;
}

.index-reserve > form > div.autoWidth {
  width: auto;
}

.index-reserve > form > div:first-child {
  margin-left: 0;
}

.index-reserve label {
  white-space: nowrap;
  line-height: 30px;
  color: #4d4d4d;
  margin-right: 15px;
}

.index-reserve input[type="text"],
.index-reserve input[type="date"],
.index-reserve input[type="number"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  line-height: 20px;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #4d4d4d;
  display: inline-block;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #9f9691;
}

.index-reserve input[type="number"] {
  min-width: 120px;
}

.index-reserve input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  line-height: 30px;
  height: 35px;
  width: 90px;
  border: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #4d4d4d;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 900px) {
  .index-reserve {
    display: none !important;
  }
  .index-reserve > form {
    width: calc(100% - 50px);
  }
  .index-reserve > form > div {
    margin-left: 2%;
  }
  .index-reserve > form input[type="number"] {
    min-width: 50px;
  }
}

.top {
  height: calc(100vh - 100px);
  width: calc(100% - 200px);
  margin-left: 100px;
  position: relative;
}

.top.mode2 {
  width: calc(100% - 100px);
}

@media screen and (max-width: 900px) {
  .top {
    height: calc(100vh - 60px);
    width: 100% !important;
    margin-left: 0;
  }
}

.top .banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top .banner .swiper-container-banner {
  width: 100%;
  height: 100%;
}

.top .banner .swiper-container-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.top .banner .bgImg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes zoomIn {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-fill-mode: forwards;
  }
}

@keyframes zoomIn {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-fill-mode: forwards;
  }
}

.top .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10%;
}

.top .title .sample {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-family: "新細明體", sans-serif, Arial, Helvetica, "Montserrat";
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
  .top .title .sample {
    font-size: 28px;
  }
}

.content {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  padding-left: 150px;
}

@media screen and (max-width: 900px) {
  .content {
    padding: 25px;
    padding-left: 85px;
  }
}

.full_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  clear: both;
}

@media screen and (max-width: 900px) {
  .full_content {
    padding: 50px 0;
  }
}

.footer {
  background: #313332;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  color: #fff;
  clear: both;
}

.footer .links {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .info {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .info span {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.footer .info span a {
  color: #fff;
  text-decoration: none;
}

.footer .info span a:hover {
  text-decoration: underline;
}

.footer .copyright {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.footer .footer_logo a img {
  width: auto;
  height: 25px;
}

.footer .quicklinks li {
  display: inline-block;
}

.footer .quicklinks li:last-child a {
  border: none;
}

.footer .quicklinks a {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .socialmedia li {
  display: inline-block;
}

.footer .socialmedia a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  margin-left: 8px;
  display: inline-block;
}

.footer .socialmedia a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .footer {
    padding: 25px;
    text-align: center;
  }
  .footer .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer_logo {
    margin-bottom: 20px;
  }
  .footer .quicklinks {
    margin-bottom: 20px;
  }
  .footer .quicklinks li {
    display: block;
  }
  .footer .quicklinks li a {
    border: none;
    line-height: 1.8em;
    height: 1.8em;
  }
  .footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .info span {
    line-height: 1.8em;
  }
}
