@charset "utf-8";
html {
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
  font-family: 'Noto Serif TC', serif;
}
html.ie7 {
  overflow-x: hidden;
}
html.ie7 body {
  overflow-x: visible;
}
html.ie7 em {
  font-style: normal;
}
body {
  max-width: 100vw;
  margin: 0;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Noto Serif TC', serif;
}
* {
  box-sizing: border-box;
  font-family: 'Noto Serif TC', serif;
}
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
header {
  z-index: 5;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 30px;
  background-repeat: repeat;
  background-image: url('../images/header-bg.jpg');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header {
    height: 55px;
  }
}
header .logo {
  float: left;
}
@media (max-width: 1200px) {
  header .logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  header .logo {
    width: 110px;
  }
}
header .logo a {
  display: block;
}
header .logo a img {
  width: 100%;
}
header .right-box {
  display: flex;
  height: 100%;
  align-items: center;
}
header ul {
  float: right;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  header ul {
    display: none;
  }
}
header ul li {
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 32px 0px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul li:hover {
  color: #f08300;
}
header ul li span {
  padding: 0 15px;
  border-right: solid 1px #d8d8d8;
}
header ul li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul li a:hover {
  color: #f08300;
}
header ul li:last-child span {
  border-right: none;
}
header .btn-online-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 100%;
  background-color: #332825;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .btn-online-booking {
    width: auto;
    margin-right: 20px;
    background-color: transparent;
  }
}
header .btn-online-booking:hover {
  opacity: 0.9;
}
header .btn-online-booking a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  header .btn-online-booking a {
    font-size: 12px;
    color: #333;
  }
}
header .btn-online-booking .img-box {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  header .btn-online-booking .img-box .for-desktop {
    display: none;
  }
}
header .btn-online-booking .img-box .for-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .btn-online-booking .img-box .for-mobile {
    display: block;
    width: 14px;
    height: 14px;
  }
}
header .btn-online-order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 100%;
  background-color: #f28301;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .btn-online-order {
    width: auto;
    margin-right: 20px;
    background-color: transparent;
  }
}
header .btn-online-order:hover {
  opacity: 0.9;
}
header .btn-online-order a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  header .btn-online-order a {
    font-size: 12px;
    color: #333;
  }
}
header .btn-online-order .img-box {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  header .btn-online-order .img-box .for-desktop {
    display: none;
  }
}
header .btn-online-order .img-box .for-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .btn-online-order .img-box .for-mobile {
    display: block;
    width: 14px;
    height: 14px;
  }
}
header .menu-btn-mobile {
  display: none;
  cursor: pointer;
  float: right;
  font-size: 26px;
}
header .menu-btn-mobile i {
  display: block;
  width: 23px;
  height: 18px;
  background-image: url('../images/icon-bar.png');
}
@media (max-width: 1024px) {
  header .menu-btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 100%;
    background-color: #000;
  }
  header .menu-btn-mobile i {
    color: #fff;
  }
}
header.active {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
header.active ul li {
  color: #000;
  text-shadow: none;
}
.header-menu-for-mobile {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 150px;
  height: 100vh;
  background-color: #332825;
  z-index: 10;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-menu-for-mobile .close-btn {
  cursor: pointer;
  padding: 20px;
  font-size: 24px;
  text-align: right;
  color: #fff;
}
.header-menu-for-mobile .header-menu {
  height: calc(100% - 120px);
  overflow: scroll;
  overflow-x: hidden;
}
.header-menu-for-mobile .header-menu li {
  font-size: 16px;
  padding-bottom: 10px;
  padding: 15px 30px 15px 30px;
  text-align: center;
  color: #fff;
}
.header-menu-for-mobile .header-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.header-menu-for-mobile .logo-box {
  text-align: center;
}
.header-menu-for-mobile .logo-box img {
  width: 150px;
}
.header-menu-for-mobile.active {
  transform: translateX(0%);
}
section {
  position: relative;
  z-index: 2;
  max-width: 100%;
  background-repeat: repeat;
  background-image: url('../images/body-bg.jpg');
}
section .section-title {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  section .section-title {
    margin-bottom: 45px;
  }
}
section .section-title .flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .section-title .title {
  font-size: 42px;
  color: #203567;
  margin: 0 5px;
  letter-spacing: 8.4px;
  font-weight: 300;
}
@media (max-width: 768px) {
  section .section-title .title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  section .section-title .title {
    font-size: 26px;
    margin: 0 -5px 0 0px;
  }
}
.section1 {
  z-index: 3;
  width: 100%;
  padding: 90px 0 110px;
}
@media (max-width: 1024px) {
  .section1 {
    padding: 50px 0 110px;
  }
}
.section1 .kv-box {
  z-index: 1;
  position: relative;
}
.section1 .kv-box .bg {
  width: 100%;
  height: 650px;
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../images/page/kv-contact-us.png');
}
.section1 .kv-box .kv-title {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 233px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/page/kv-title-contact-us.png');
}
@media (max-width: 768px) {
  .section1 .kv-box .kv-title {
    width: 150px;
    height: 70px;
  }
}
.section1 .kv-box .kv-dec {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 250px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../images/page/kv-dec.png');
}
.section1 .notice-text {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  color: #C33B3B;
  line-height: 1.5;
  margin-bottom: 45px;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .section1 .notice-text {
    width: 80%;
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.section1 .main-box {
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .section1 .main-box {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .section1 .main-box {
    width: 90%;
  }
}
.section1 .main-box .box {
  flex: 0 0 48%;
  padding: 50px;
  min-height: 270px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url('../images/page/box-dec.png');
}
@media (max-width: 1024px) {
  .section1 .main-box .box {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section1 .main-box .box {
    padding: 30px;
    min-height: auto;
  }
}
.section1 .main-box .box img {
  max-width: 100%;
}
.section1 .main-box .box .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section1 .main-box .box .title {
    font-size: 26px;
  }
}
.section1 .main-box .box .text1 {
  font-size: 17px;
  color: #7B552A;
  padding-bottom: 20px;
  border-bottom: dashed 2px #D8D8D8;
}
@media (max-width: 768px) {
  .section1 .main-box .box .text1 {
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #D8D8D8;
  }
}
.section1 .main-box .box .text2 {
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section1 .main-box .box .text2 {
    font-size: 14px;
    margin-top: 15px;
  }
}
.section1 .main-box .box .text2 .line {
  display: inline-block;
  vertical-align: top;
}
.section1 .main-box .box .text2 .line span:nth-child(2) {
  width: calc(100% - 90px);
}
.section1 .main-box .box .text2 a {
  display: inline-block;
  color: #333;
}
.section1 .main-box .box .text2 a:hover {
  opacity: 0.9;
}
.section1 .main-box .box .text3 {
  font-size: 17px;
  line-height: 1.5;
  color: #7B552A;
}
@media (max-width: 768px) {
  .section1 .main-box .box .text3 {
    font-size: 14px;
  }
}
.section1 .main-box .box .text3 a {
  display: inline-block;
  color: #7B552A;
}
.section1 .main-box .box .text3 a:hover {
  opacity: 0.9;
}
.section1 .main-box .box1,
.section1 .main-box .box3 {
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .section1 .main-box .box1,
  .section1 .main-box .box3 {
    margin-right: 0;
  }
}
.section1 .main-box .box1,
.section1 .main-box .box2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section1 .main-box .box1,
  .section1 .main-box .box2 {
    margin-bottom: 30px;
  }
}
.section1 .flower1 {
  z-index: 1;
  position: relative;
}
.section1 .flower1 .content {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50vw);
  width: 243px;
  height: 308px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/bg-flower-01.png');
}
@media (max-width: 1200px) {
  .section1 .flower1 .content {
    top: -150px;
    width: 150px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .section1 .flower1 .content {
    top: -16%;
    width: 100px;
    height: 130px;
  }
}
.section1 .flower2 {
  position: relative;
}
.section1 .flower2 .content {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  bottom: 4%;
  right: 50%;
  transform: translateX(50vw);
  width: 249px;
  height: 335px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/bg-flower-02.png');
}
@media (max-width: 1600px) {
  .section1 .flower2 .content {
    bottom: -180px;
    width: 200px;
    height: 270px;
  }
}
@media (max-width: 1200px) {
  .section1 .flower2 .content {
    bottom: -300px;
  }
}
@media (max-width: 768px) {
  .section1 .flower2 .content {
    width: 120px;
    height: 170px;
    bottom: -11%;
  }
}
.section1 .bg-line1 {
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50vw);
  width: 45%;
  padding-bottom: 41%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/page/page-bg-line-01.png');
}
@media (max-width: 768px) {
  .section1 .bg-line1 {
    display: none;
  }
}
.section1 .bg-line2 {
  pointer-events: none;
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translateX(50vw);
  width: 38%;
  padding-bottom: 36%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/page/page-bg-line-02.png');
}
@media (max-width: 768px) {
  .section1 .bg-line2 {
    display: none;
  }
}
.footer-section {
  overflow: hidden;
}
footer {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  padding: 0 100px;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url('../images/footer-bg.png');
}
@media (max-width: 1200px) {
  footer {
    padding: 0 40px;
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 0px;
    padding-top: 100px;
    height: auto;
    background-position: top;
    background-size: cover;
    background-image: url('../images/footer-bg-m.png');
  }
}
footer .bg-flower {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 180px;
  width: 700px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/footer-flower.png');
}
@media (max-width: 768px) {
  footer .bg-flower {
    position: static;
    width: 115%;
    padding-bottom: 27%;
    height: auto;
    margin: 0;
    margin-left: -5%;
  }
}
footer .top-box {
  display: block;
}
@media (max-width: 1024px) {
  footer .top-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .top-box {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: solid 1px #f29f32;
  }
}
footer .top-box .logo {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 1400px) {
  footer .top-box .logo {
    margin-right: 50px;
  }
}
footer .top-box .logo img {
  width: 100px;
}
@media (max-width: 400px) {
  footer .top-box .logo img {
    width: 80px;
  }
}
footer .top-box > ul {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
footer .top-box > ul li {
  float: left;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .top-box > ul li {
    margin-right: 17px;
  }
}
footer .top-box > ul li a {
  display: block;
  width: 20px;
  text-decoration: none;
  font-size: 18px;
  color: #342A26;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .top-box > ul li a {
    font-size: 14px;
    width: 14px;
  }
}
footer .top-box > ul li a i {
  opacity: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .top-box > ul li a i {
    margin-bottom: 5px;
  }
}
footer .top-box > ul li:hover {
  opacity: 0.8;
}
footer .top-box > ul li:hover a i {
  opacity: 1;
}
footer .bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  footer .bottom-box {
    margin-bottom: 30px;
  }
}
footer .bottom-box .flex-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  footer .bottom-box .flex-box {
    align-items: center;
  }
}
footer .bottom-box .flex-box .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
footer .bottom-box .flex-box .icon-box li {
  float: left;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .bottom-box .flex-box .icon-box li:hover {
  opacity: 0.8;
}
footer .bottom-box .flex-box .icon-box li:nth-child(3) a {
  display: block;
  width: 64px;
  height: 32px;
}
footer .bottom-box .flex-box .icon-box li:nth-child(3) a img {
  width: 100%;
}
footer .bottom-box .flex-box .copyright {
  cursor: default;
  font-size: 12px;
  color: #fff;
}
.to-top {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 60px;
  z-index: 5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(-30px);
}
@media (max-width: 768px) {
  .to-top {
    right: 20px;
    width: 50px;
  }
}
.to-top img {
  display: block;
  width: 100%;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.to-top.active:hover {
  opacity: 0.9;
}
.lightbox {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lightbox .bg {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0,0.4);
}
.lightbox .btn-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lightbox .btn-close:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .lightbox .btn-close {
    top: -40px;
    right: -20px;
  }
}
.lightbox .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 620px;
  max-width: 1060px;
  padding: 0 10% 0% 14%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/lightbox-bg.png');
}
@media (max-width: 768px) {
  .lightbox .content {
    width: 90%;
    height: auto;
    padding: 0px 10% 13% 14%;
  }
}
@media (max-width: 1300px) {
  .lightbox .content img {
    width: 70%;
  }
}
.lightbox .content .swiper-container-lightbox {
  text-align: center;
  padding-top: 14%;
}
@media (max-width: 768px) {
  .lightbox .content .swiper-container-lightbox {
    padding-top: 10%;
  }
}
.lightbox .content .swiper-container-lightbox .swiper-slide {
  opacity: 0!important;
}
.lightbox .content .swiper-container-lightbox .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
