@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  line-height: normal;
}

.container {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #6E4257;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}

h1 {
  position: relative;
  text-align: center;
}

.button_container {
  position: fixed;
  top: 2%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #6E4257;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 1;
}
.overlay.open {
  opacity: 5;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  width: 10%;
  padding: 0;
  display: flex;
  margin: 0 auto;
  position: relative;
  height: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.overlay li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
  border: #f5f5f5 1px solid;
  padding: 1rem;
  margin: 1rem;
  border-radius: 50px;
  text-align: center;
}
.overlay li a {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
}
.overlay li a:hover:after, .overlay li a:focus:after, .overlay li a:active:after {
  width: 100%;
}
.overlay li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 確保圖示在點擊後不變色 */
}
.social-icons .i-facebook-2 {
  color: #f5f0f0;
}
.social-icons .i-line1 {
  color: #ffffff;
}
.social-icons .social-icons a:active,
.social-icons .social-icons a:focus,
.social-icons .social-icons a:visited {
  color: inherit; /* 繼承父元素的顏色 */
  text-decoration: none; /* 移除下劃線 */
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.section1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #DDABA6;
}
.section1 .banner1 {
  width: 100%;
  overflow: hidden;
}
.section1 .banner1 img {
  width: 100%;
}
.section1 .banner1 .logo1 {
  position: absolute;
  top: 1%;
  left: 18%;
  width: 100%;
  max-width: 50px; /* 設定最大寬度 */
  min-width: 25px; /* 設定最小寬度 */
}
.section1 .banner1 .logo2 {
  position: absolute;
  top: 1%;
  left: 23%;
  width: 100%;
  max-width: 25px; /* 設定最大寬度 */
  min-width: 20px; /* 設定最小寬度 */
}

.textbox {
  display: flex;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 25px;
  width: 65%;
  height: 100%;
  margin: -15rem 0 2rem 0;
  opacity: 0.9;
}

.textbox1-1 {
  margin: 0 3.5rem 3.5rem 3.5rem;
}
.textbox1-1-1 {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.textbox1-1-1 h1 {
  margin: 2rem 0;
  color: #6E4257;
  font-size: 22px;
}
.textbox1-1-1 h1::before {
  content: " ";
  display: inline-flex;
  width: 8px;
  height: 24px;
  padding-bottom: 3px;
  background-color: #6E4257;
  margin-right: 10px;
}
.textbox1-1-2 {
  display: flex;
  width: 100%;
}
.textbox1-1-2-1 {
  width: 40%;
  margin: 1rem 0 0 0;
}
.textbox1-1-2-1 img {
  width: 100%;
}
.textbox1-1-3 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.textbox1-1-3 p {
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.45px;
  margin: 1rem 1rem;
}
.textbox1-1-6 {
  display: flex;
  width: 100%;
}
.textbox1-1-6 select {
  width: 50%;
  border-radius: 5px;
  padding: 1rem;
  font-size: 18px;
  color: #6E4257;
  margin: 1rem 0.5rem;
  border: 1px solid #dddddd;
}
.textbox1-1-6 select:nth-child(1) {
  margin-left: 3rem;
}
.textbox1-1-6 .hidden {
  display: none !important;
}
.textbox1-1-6 option {
  font-size: 18px;
  border: 1px solid #dddddd;
}
.textbox1-1-7 {
  display: flex;
}
.textbox1-1-7 button {
  border-radius: 20px;
  background-color: #E54408;
  color: white;
  width: 90px;
  height: 40px;
  font-size: 18px;
  margin: 1rem 3rem;
}

.textbox2 {
  display: flex;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 30px;
  width: 65%;
  height: 100%;
  margin: 1rem 0;
}
.textbox2-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 0 0;
}
.textbox2-1 img {
  width: 80%;
  border-radius: 50%;
}
.textbox2-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 1rem 1rem 0 0;
}
.textbox2-2-1 {
  width: 100%;
  display: flex;
  margin: 1rem 1rem 0 0;
  border-bottom: 1px solid #dddddd;
  color: #6E4257;
}
.textbox2-2-1 h1 {
  font-size: 28px;
}
.textbox2-2-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.textbox2-2-2 p {
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.45px;
  margin: 1rem 1rem 1rem 0;
}

.textbox2-2-2 p a,a:visited{
	color:#6E4257;
}

.textbox2-2-2 p a:hover{
	color:#E54408;
}

.textbox3 {
  background-color: #f8f9fa;
  border-radius: 30px;
  width: 65%;
  height: 100%;
  margin: 2rem 1rem;
}
.textbox3-1 {
  margin: 5rem 5rem;
}
.textbox3-1-1 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 2.2px;
  line-height: 24px;
  margin: 2rem 0;
  color: #6E4257;
}
.textbox3-1-1 h1 {
  text-align: left;
  margin: 2rem 0;
}
.textbox3-1-1 ::before {
  content: " ";
  display: inline-flex;
  width: 8px;
  height: 26px;
  background-color: #6E4257;
  margin-right: 10px;
}
.textbox3-1-2 {
  font-size: 20px;
}
.textbox3-1-2 h1 {
  text-align: left;
  margin: 2rem 0;
}
.textbox3-1-3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.45px;
}
.textbox3-1-3 p {
  text-align: left;
  margin: 2rem 0;
}
.textbox3-1-4 {
  display: flex;
  justify-content: center;
}
.textbox3-1-4 button {
  border-radius: 20px;
  background-color: #6E4257;
  color: white;
  width: 30%;
  height: 40px;
  font-size: 14px;
  margin: 0 auto;
  border: none;
}
.textbox3-1-4 button a {
  text-decoration: none;
  color: white;
}
.textbox3-2 {
  display: flex;
  flex-direction: column;
  margin: 1rem 5rem;
}
.textbox3-2-1 {
  border-bottom: solid 1px #dddddd;
}
.textbox3-2-1 h1 {
  text-align: left;
  font-size: 22px;
  letter-spacing: 2.2px;
  line-height: 24px;
  margin: 2rem 0;
  color: #6E4257;
}
.textbox3-2-1 ::before {
  content: " ";
  display: inline-flex;
  width: 8px;
  height: 26px;
  padding-bottom: 5px;
  background-color: #6E4257;
  margin-right: 10px;
}
.textbox3-2-2 {
  display: flex;
  justify-content: center;
}
.textbox3-2-2 h1 {
  margin: 3rem 0 0 0;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #6E4257;
}
.textbox3-2-3 {
  display: block;
  width: 100%;
}
.textbox3-2-3 .slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
}
.textbox3-2-3 .slider .slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}
.textbox3-2-3 .slider .slick-center {
  transform: scale(0.9);
}
.textbox3-4 {
  margin: 5rem 0;
  opacity: 0; /* 初始透明度 */
  transition: opacity 0.5s ease; /* 添加過渡效果 */
  display: none; /* 初始狀態為隱藏 */
}
.textbox34.show {
  display: block; /* 當顯示時設置為塊級元素 */
  opacity: 1; /* 完全不透明 */
  transition: opacity 0.5s ease; /* 添加過渡效果 */
}
.textbox3-2 p {
  font-size: 18px;
  text-align: center;
  margin: 0.5rem 0;
  font-weight: bold;
}
.textbox3-2 a {
  text-decoration: none;
  color: #000000;
}
.textbox3-2 a:hover {
  color: #E54408;
}

.textbox3-2-4-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.onebook {
  display: flex;
  justify-content: center;
}
.onebook img {
  width: 100%;
  margin: 1rem 0 0 0;
}
.onebook .onlyonetext {
  display: flex;
  justify-content: center;
}

footer {
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
footer h2 {
  color: #000000;
  margin: 1rem 0;
  font-size: 14px;
  line-height: 1.6;
}
footer .scrolltop {
  position: fixed;
  width: 30px;
  height: 30px;
  padding: 8px;
  bottom: 3.5%;
  right: 1.5%;
  cursor: pointer;
  border-radius: 100%;
}
footer .scrolltop img {
  background: #6E4257;
}

@media screen and (max-width: 1440px) {
  .textbox {
    margin: -20% 0 2rem 0;
  }
  .textbox3-1-4 button {
    width: 50%;
  }
  .textbox3-1-4 button a {
    font-size: 14px;
  }
  .textbox1-1-6 select {
    width: 100%;
  }
  .textbox2-2 {
    margin: 0 auto;
  }
  .textbox2-2 p {
    margin: 1rem;
  }
  .textbox2-2 p-2 {
    margin: 1rem;
  }
  .textbox2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .textbox2-1 {
    width: 50%;
    margin: 1rem 0;
  }
  .textbox2-1 img {
    width: 50%;
  }
  .textbox2-2-1 {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .textbox {
    margin: -10rem 0 2rem 0;
  }
  .textbox .textbox1-1-2 {
    flex-direction: column;
    align-items: center;
  }
  .textbox .textbox1-1-3 {
    flex-direction: column;
    align-items: center;
  }
  .textbox .textbox1-1-6 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
  .textbox .textbox1-1 .textbox1-1-6 select {
    width: 100%;
  }
  .textbox .textbox1-1 .textbox1-1-6 select:nth-child(1) {
    margin: 1rem 0;
  }
  .textbox .textbox1-1-7 {
    flex-direction: column;
    align-items: center;
  }
  .textbox .textbox3-1-4 button {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .textbox1-1-2-1 {
    width: 80%;
  }
  .textbox2-2 {
    margin: 2rem 2rem;
  }
  .textbox2-2-2 p {
    margin: 1rem;
  }
  .textbox2-2-2 {
    margin: 0 auto;
  }
  .textbox2-2-1 {
    justify-content: center;
  }
  .textbox3-2-4-2 {
    font-size: 12px;
  }
  .textbox3-1 {
    margin: 5rem 1.5rem;
  }
  .textbox3-2 {
    margin: 5rem 1.5rem;
  }
  .textbox2-1 img {
    width: 80%;
  }
  .section1 .banner1 .logo .logo1 {
    left: 10%;
  }
  .section1 .banner1 .logo .logo2 {
    left: 18%;
  }
}
@media screen and (max-width: 800px) {
  .overlay ul {
    width: 30%;
  }
  .textbox3-1-2 h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .textbox {
    margin: -5rem 0 2rem 0;
  }
  .textbox1-1 {
    margin: 1.5rem 0.5rem;
  }
  .textbox1-1-1 h1 {
    font-size: 20px;
    margin: 1rem 0.5rem;
  }
  .textbox3-1-4 button {
    width: 80%;
  }
  .textbox3-1 {
    margin: 5rem 1rem;
  }
  footer h2 {
    font-size: 14px;
  }
  .section1 .banner1 .logo .logo2 {
    left: 20%;
  }
}
@media screen and (max-width: 576px) {
  .banner1 .header {
    content: url(../img/header_mobile.jpg);
  }
  .textbox {
    width: 90%;
    margin: -20% 0 2rem 0;
  }
  .textbox2 {
    width: 90%;
  }
  .textbox2-2 {
    margin: 0 0.5rem;
  }
  .textbox2-2-1 {
    width: 90%;
  }
  .textbox3 {
    width: 90%;
  }
  .textbox3-2 {
    margin: 0 2rem;
  }
  .textbox3-1-4 button {
    width: 100%;
  }
  .textbox3-2-2 h1 {
    margin: 0rem 0;
  }
  .textbox3-2-3 .slider .slick-slide {
    padding: 0;
  }
  footer h2 {
    font-size: 14px;
  }
  .section1 .banner1 .logo .logo2 {
    left: 24%;
  }
  .scrolltop {
    right: 1%;
  }
}
@media screen and (max-width: 425px) {
  .textbox1-1 {
    margin: 1rem 0;
  }
  .textbox1-1-3 p {
    margin: 1rem 1rem;
  }
  .textbox1-1-1 h1 {
    font-size: 18px;
    margin: 1rem 0.5rem;
  }
  .section1 h1 {
    font-size: 24px;
  }
  .section1 p {
    font-size: 18px;
  }
  .section1 button {
    font-size: 12px;
  }
  .section1 select {
    font-size: 12px;
  }
  .section1 a {
    font-size: 12px;
  }
  .textbox3-1-4 button a {
    font-size: 14px;
  }
  .textbox2-2 {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 375px) {
  .textbox1-1-1 h1 {
    margin: 1rem 0.5rem;
  }
  .textbox2-2 {
    margin: 0 1rem;
  }
  .section1 .banner1 .logo .logo2 {
    left: 18%;
  }
  .section1 .banner1 .logo .logo1 {
    left: 2%;
  }
}
@media screen and (max-width: 340px) {
  .section1 h1 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */

.slick-prev:before,
.slick-next:before {
  color: #fc881c;
}