@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600&family=Permanent+Marker&display=swap");
body {
  background: #F0F0F0;
  overflow-x: hidden;
  font-family: 'Noto Sans TC',sans-serif;
}

figure {
  margin: 0;
}

.col-md-6 {
  padding: 0;
}

.tac {
  text-align: center;
}

.row {
  margin: 0;
}

header .navbar-light {
  background: #fff100;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 5px 20px;
}

header .fixed-top {
  -webkit-transition: .9s;
  transition: .9s;
}

.hideUp header .fixed-top {
  top: -100px;
}

header .fixed-top a.navbar-brand img {
  width: 150px;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav {
    margin-top: 20px;
  }
}

header .fixed-top .navbar-nav .nav-link {
  padding: 8px 15px;
  color: #000;
  font-size: 18px;
  margin: 0 5px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

header .fixed-top .navbar-nav .nav-link:hover {
  color: #585858;
}

header .fixed-top .navbar-nav .nav-link:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}

header .fixed-top .navbar-nav .nav-link.active:hover {
  background: transparent;
  color: #585858 !important;
}

@media (max-width: 992px) {
  header .fixed-top .navbar-nav .nav-link.active {
    margin: 10px 5px;
  }
}

.big-bg {
  max-width: 100vw;
  height: 100vh;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.big-bg .vegas-slide, .big-bg .vegas-slide-inner {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.big-bg .text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 768px) {
  .big-bg .text {
    bottom: 35%;
  }
}

.big-bg .text h1 {
  font-size: 60px;
  color: #F1D00A;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px #21325E;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .big-bg .text h1 {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .big-bg .text h1 {
    font-size: 35px;
  }
}

@media (max-width: 420px) {
  .big-bg .text h1 {
    letter-spacing: normal;
  }
}

.big-bg .text p {
  font-size: 20px;
  color: #fff;
  background: #ffffff8c;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  letter-spacing: 5px;
}

@media (max-width: 420px) {
  .big-bg .text p {
    font-size: 16px;
  }
}

section.section_2 {
  padding-top: 180px;
}

section.section_2 h2 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 400;
  letter-spacing: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

section.section_2 h2::before {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F1D00A;
  width: 30%;
  height: 8px;
}

section.section_2 .wrapper {
  padding: 0 100px;
}

@media (max-width: 1200px) {
  section.section_2 .wrapper {
    padding: 0 20px;
  }
}

section.section_2 .wrapper figure {
  padding: 20px;
}

section.section_2 .wrapper figure img {
  width: 100%;
  border-radius: 10px;
}

section.section_2 .text {
  padding: 50px;
}

section.section_2 .text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}

section.section_2 .text .ask a {
  color: #21325E;
  background: #F1D00A;
  border: 2px solid #21325E;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px 50px;
  margin-top: 30px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 5px 1px #21325E;
          box-shadow: 0px 5px 1px #21325E;
  -webkit-transition: .5s;
  transition: .5s;
}

section.section_2 .text .ask a:hover {
  -webkit-box-shadow: 0px 0px 0px #F1D00A;
          box-shadow: 0px 0px 0px #F1D00A;
  background: #21325E;
  color: #F1D00A;
}

section.section_3 {
  margin-top: 180px;
  padding: 80px 0;
  background: #ffffff;
}

section.section_3 h2 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 400;
  letter-spacing: 15px;
  position: relative;
  display: inline-block;
}

section.section_3 h2::before {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F1D00A;
  width: 30%;
  height: 8px;
}

section.section_3 .wrapper {
  padding: 0 20px;
}

@media (max-width: 576px) {
  section.section_3 .wrapper {
    padding: 0;
  }
}

section.section_3 .wrapper .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}

section.section_3 .wrapper .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc( 20% - 20px);
  margin: 20px 10px;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}

@media (max-width: 1500px) {
  section.section_3 .wrapper .list ul li {
    width: calc(33% - 20px);
  }
}

@media (max-width: 1500px) {
  section.section_3 .wrapper .list ul li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  section.section_3 .wrapper .list ul li {
    width: 100%;
    margin: 10px;
  }
}

section.section_3 .wrapper .list ul li figure img {
  width: 80px;
  height: 80px;
}

section.section_3 .wrapper .list ul li h3 {
  margin-top: 20px;
  font-weight: 300;
}

section.section_3 .wrapper .list ul li h3 i {
  margin-right: 10px;
  font-size: 10px;
}

section.section_3 .wrapper .list ul li p {
  text-align: justify;
  font-weight: 200;
  line-height: 2;
  font-size: 16px;
}

section.section_3 .ask a {
  color: #21325E;
  background: #F1D00A;
  border: 2px solid #21325E;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px 50px;
  margin-top: 30px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 5px 1px #21325E;
          box-shadow: 0px 5px 1px #21325E;
  -webkit-transition: .5s;
  transition: .5s;
}

section.section_3 .ask a:hover {
  -webkit-box-shadow: 0px 0px 0px #F1D00A;
          box-shadow: 0px 0px 0px #F1D00A;
  background: #21325E;
  color: #F1D00A;
}

section.section_4 {
  padding-top: 180px;
}

section.section_4 h2 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 400;
  letter-spacing: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}

section.section_4 h2::before {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F1D00A;
  width: 30%;
  height: 8px;
}

section.section_4 figure img {
  width: 100%;
}

section.section_4 .ask {
  margin-top: 50px;
}

section.section_4 .ask a {
  color: #21325E;
  background: #F1D00A;
  border: 2px solid #21325E;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px 50px;
  margin-top: 30px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0px 5px 1px #21325E;
          box-shadow: 0px 5px 1px #21325E;
  -webkit-transition: .5s;
  transition: .5s;
}

section.section_4 .ask a:hover {
  -webkit-box-shadow: 0px 0px 0px #F1D00A;
          box-shadow: 0px 0px 0px #F1D00A;
  background: #21325E;
  color: #F1D00A;
}

section.section_5 {
  padding-top: 180px;
}

section.section_5 h2 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 400;
  letter-spacing: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}

section.section_5 h2::before {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F1D00A;
  width: 30%;
  height: 8px;
}

section.section_5 .wrapper {
  padding: 0 100px;
}

@media (max-width: 768px) {
  section.section_5 .wrapper {
    padding: 0 20px;
  }
}

section.section_5 .wrapper img.img-fluid {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1500px) {
  section.section_5 .wrapper img.img-fluid {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 576px) {
  section.section_5 .wrapper img.img-fluid {
    width: 400px;
    height: 400px;
  }
}

section.section_6 {
  margin-top: 180px;
  background: #F1D00A;
}

section.section_6 .contact {
  background: #F1D00A;
}

section.section_6 .contact .jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  padding: 20px;
}

@media (max-width: 420px) {
  section.section_6 .contact .jcc {
    padding: 20px 0;
  }
}

section.section_6 .contact .jcc .tac h2 {
  font-size: 40px;
  color: #4f4f4f;
  font-weight: 400;
  letter-spacing: 15px;
  position: relative;
  display: inline-block;
  color: #000;
  margin-bottom: 20px;
}

section.section_6 .contact .jcc .tac h2::before {
  position: absolute;
  content: "";
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F1D00A;
  width: 30%;
  height: 8px;
}

section.section_6 .contact .jcc .list a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

section.section_6 .contact .jcc .list a i {
  margin-right: 8px;
}

section.section_6 .contact .jcc .list p, section.section_6 .contact .jcc .list a {
  color: #000;
  font-size: 20px;
  font-weight: 200;
}

section.section_6 .contact .jcc .list p.add, section.section_6 .contact .jcc .list p.phone, section.section_6 .contact .jcc .list p.store {
  margin-top: 30px;
  font-weight: 400;
}

section.section_6 .contact .jcc .icon {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.section_6 .contact .jcc .icon a {
  text-decoration: none;
  background: #fff;
  display: block;
  color: #000;
  padding: 10px;
  margin: 0 20px;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

section.section_6 .contact .jcc .icon a i {
  width: 40px;
  height: 40px;
  font-size: 35px;
  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;
}

section.section_6 .contact .jcc .icon a:hover {
  background: #21325E;
  color: #fff;
}

footer {
  background: #21325E;
  color: #F0F0F0;
}

.sidebar {
  position: fixed;
  bottom: 0%;
  right: 0;
  z-index: 1000;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul a {
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#283048), to(#859398));
  background: linear-gradient(to right, #283048, #859398);
  color: #fff;
  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;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
  border-radius: 5px 0 0 5px;
}

.sidebar ul a:hover {
  opacity: 1;
}

.sidebar ul a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

.sidebar ul li.phone a {
  background: #BF9270;
}

@media (max-width: 1400px) {
  header nav.window_nav .nav_center.is-up h1 {
    left: 13%;
  }
  header nav.window_nav .reservation {
    right: -4%;
  }
}

@media (max-width: 1200px) {
  header nav.window_nav {
    display: none;
  }
  header nav.mobile_nav {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */