@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black", sans-serif;
  text-align: justify;
}

* {
  max-height: 99999px;
}

/* header */
.navbar-nav {
  flex-grow: 1;
  justify-content: end;
}

/* root */
:root {
  --swiper-theme-color: #198754;
  --rwd-60px: 60px;
  --rwd-75px: 75px;
  --img-200: 200px;
}

@media (max-width: 1399px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
    --img-200: 75%;
  }
}
@media (max-width: 1024px) {
  :root {
    --rwd-60px: 4.166vw;
    --rwd-75px: 5.2vw;
  }
}
@media (max-width: 768px) {
  :root {
    --rwd-60px: 36px;
    --rwd-75px: 48px;
  }
}
@media (max-width: 575px) {
  :root {
    --rwd-75px: 40px;
    --rwd-60px: 32px;
  }
}
/*
@media (max-width: 480px) {
    :root{

    }
} */
@media (max-width: 320px) {
  :root {
    --rwd-75px: 11.12vw;
    --rwd-60px: 5.6vw;
  }
}
/* 通用 */
.hover-img {
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul.ul-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.img {
  max-width: 100%;
}

.hover-bigger:hover {
  transform: scale(1.1);
}

.hover-smaller:hover {
  transform: scale(0.95);
}

.tr-1 {
  transition: all 1s ease;
}

.tr-5 {
  transition: all 0.5s ease;
}

/* fixed */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #f1f2f3;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

#go-top {
  border: 0;
  background: none;
  bottom: 3vw;
  right: 30px;
  z-index: 999;
}

#go-top img {
  width: 5vw;
  height: auto;
}
@media (max-width: 1440px) {
  #go-top img {
    width: 5vw;
  }
}
@media (max-width: 991px) {
  #go-top img {
    width: 7vw;
  }
}
@media (max-width: 767px) {
  #go-top img {
    width: 12vw;
  }
}
@media (max-width: 576px) {
  #go-top img {
    width: 15vw;
  }
}

.buy-now {
  width: 7.5vw;
  position: fixed;
  z-index: 999;
  bottom: 120px;
  right: 30px;
  transition: all 0.5s ease-in-out;
  animation: buy-now 2s infinite;
}
@media (max-width: 1440px) {
  .buy-now {
    width: 9vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .buy-now {
    width: 12vw;
    bottom: 100px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .buy-now {
    width: 15vw;
    bottom: 90px;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .buy-now {
    width: 21vw;
    bottom: 60px;
    right: 30px;
  }
}

@keyframes buy-now {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
@media (max-width: 320px) {

    #menu{

    }
}
*/
/* 內容區塊通用 */
.section-block {
  padding: var(--rwd-75px) 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1440px) {
  .section-block {
    padding: var(--rwd-60px) 0;
  }
}
/* menu */
.menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 1.5vw;
}
@media (max-width: 991px) {
  .menu {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .menu.show-menu {
    position: fixed;
  }
}
@media (max-width: 575px) {
  .menu > div {
    padding-top: 0.5vw;
  }
}

.nav-link {
  font-weight: bold;
  font-size: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item a {
  color: #8e6134;
  font-weight: bold;
  font-size: 1.5vw;
  text-align: center;
  margin: 0 8px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}
.nav-item a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #8e6134;
}
@media (max-width: 1440px) {
  .nav-item a {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .nav-item a {
    font-size: 16px;
    margin: 0 8px;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .nav-item a {
    font-size: 18px;
    margin: 0 8px;
    padding: 0 2px;
  }
}

.logos {
  display: flex;
  align-items: center;
}
.logos a {
  display: block;
}

.logos img {
  width: auto;
  height: 2vw;
  margin-left: 0vw;
}
@media (max-width: 991px) {
  .logos img {
    width: auto;
    height: 3.5vw;
    margin-left: 0vw;
  }
}
@media (max-width: 575px) {
  .logos img {
    height: 7.5vw;
    margin-left: 1vw;
  }
}

@media (max-width: 767px) {
  .menu-nav > ul {
    border-radius: 36px;
    padding: 7vw 0.35vw;
  }
}

@media (max-width: 991px) {
  .nav-item:not(:last-child) {
    border-bottom: none;
  }
}

.menu-btn img {
  display: block;
  padding: 0.5vw;
  width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .menu-btn img {
    width: 7.5vw;
  }
}
@media (max-width: 575px) {
  .menu-btn img {
    width: 11vw;
  }
}
.menu-btn div {
  background-image: url("../images/menu-icon.png?1104");
  background-size: cover;
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1.5vw;
}
@media (max-width: 575px) {
  .menu-btn div {
    width: 8vw;
    height: 8vw;
    margin-right: 1vw;
  }
}

.show-menu .menu-btn div {
  background-image: url("../images/menu-close.png");
}

.menu-link ul {
  display: flex;
  align-items: center;
}

/* TODO: MENU RWD */
.menu.menu-add-bg {
  top: 0px;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item {
  width: 100%;
  text-align: center;
}

.nav-item a {
  padding: 8px;
}

.menu-link {
  position: fixed;
  top: 0px;
  right: 0;
  width: 27%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7019607843);
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .menu-link {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .menu-link {
    width: 100%;
    padding-top: 12vw;
  }
}

.show-menu .menu-link {
  transform: translateX(0%);
}

.menu-link ul {
  flex-direction: column;
  padding-top: 108px;
  padding-bottom: 16px;
}

.sw-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-add-arrows {
  position: relative;
  width: 64%;
  margin: auto;
}

.swiper-add-arrows .swiper-button-next, .swiper-add-arrows .swiper-button-prev {
  opacity: 0;
  z-index: -99;
}

.arr-left, .arr-right {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 4vw;
  height: 4vw;
  top: 40%;
  background: url(../images/arr.png) center center no-repeat;
  background-size: 100% auto;
}

.arr-left:hover, .arr-right:hover {
  opacity: 0.5;
}

.arr-left {
  left: -4vw;
}

.arr-right {
  right: -4vw;
  transform: rotate(180deg);
}

.hide-3-items .arr-left, .hide-3-items .arr-right {
  display: none;
}

@media (max-width: 575px) {
  .arr-left {
    left: -10vw;
  }
  .arr-right {
    right: -10vw;
  }
  .arr-left, .arr-right {
    width: 8vw;
    height: 8vw;
    background-size: 100%;
  }
}
.kv {
  height: 47.18vw;
}
@media (max-width: 575px) {
  .kv {
    height: auto;
    padding-top: 16px;
    background-color: #fff;
  }
}

.kv-svg {
  width: 100%;
  height: 47.18vw;
}

.kv-eye {
  animation: eyes 0.25s ease-in-out infinite;
  width: 5.4%;
  top: 69%;
  z-index: 10;
}
.kv-eye.kv-eye-l {
  left: 40.5%;
}
.kv-eye.kv-eye-r {
  left: 53.75%;
}
@media (max-width: 575px) {
  .kv-eye {
    width: 11.4%;
    top: 80%;
  }
  .kv-eye.kv-eye-l {
    left: 31%;
  }
  .kv-eye.kv-eye-r {
    left: 57%;
  }
}

@keyframes eyes {
  0%, 100% {
    rotate: 0deg;
  }
  50% {
    rotate: 5deg;
  }
}
.kv-eye .eye-op {
  animation: eyes-close 2.5s steps(1) infinite;
}

@keyframes eyes-close {
  0%, 70%, 80%, 90%, 100% {
    opacity: 1;
  }
  75%, 95% {
    opacity: 0;
  }
}
body {
  margin: 0;
  /* overflow: hidden;  隱藏滾動條 */
  background-image: url("../images/bg-body-100.jpg");
  background-size: 100% auto;
}

.swiper-slide {
  position: relative;
}
.swiper-slide .w-fit {
  bottom: 0;
  left: 25%;
}
@media (max-width: 1199px) {
  .swiper-slide .w-fit {
    left: 30%;
  }
}

.wrap {
  position: relative;
}
.wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/wrap-ab.png");
  background-size: 100% auto;
  background-position: left top;
  pointer-events: none;
  z-index: 4;
  animation: wrapBG 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .wrap::before {
    content: none;
  }
}
.wrap > section {
  position: relative;
  z-index: 1;
}

@keyframes wrapBG {
  0%, 100% {
    background-position: 0 0%;
  }
  50% {
    background-position: 0 1%;
  }
}
.img-table {
  width: 58.75vw;
  display: block;
}
@media (max-width: 1199px) {
  .img-table {
    width: 66vw;
  }
}
@media (max-width: 575px) {
  .img-table {
    width: 85%;
  }
}

.table-block {
  padding: 2vw 0;
}

.table-btns {
  gap: 1vw;
  top: 28%;
}
.table-btns img {
  display: block;
  height: 2.6vw;
  width: auto;
}
@media (max-width: 1199px) {
  .table-btns img {
    height: 3.5vw;
  }
}
@media (max-width: 575px) {
  .table-btns img {
    height: 5vw;
  }
}

.trafic-block {
  padding-top: 1vw;
  padding-bottom: 13vw;
}
.trafic-block::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 13vw;
  background-image: url(../images/trafic/bg-trafic.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  bottom: 0;
  background-size: 100% auto;
}

.trafic-btn-box {
  top: 77%;
}

.img-title {
  display: block;
  width: 56.25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
}
@media (max-width: 1199px) {
  .img-title {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .img-title {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .img-title {
    width: 95%;
    margin-bottom: 3.5vw;
  }
}

.img-bus {
  width: 53.4%;
  height: auto;
}
@media (max-width: 1199px) {
  .img-bus {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .img-bus {
    width: 95%;
  }
}

.bus-btns {
  left: 61%;
  top: 0%;
  gap: 0.5vw;
}
@media (max-width: 575px) {
  .bus-btns {
    left: 65%;
    top: 0%;
    gap: 1.5vw;
  }
}

.bus-block {
  background-color: #ffe7bb;
  padding-bottom: 6vw;
}
.bus-block > * {
  transform: translateY(-3vw);
}
@media (max-width: 767px) {
  .bus-block {
    padding-bottom: 10vw;
  }
}

section.ski-block {
  z-index: 5;
  background-color: #abd6ff;
}
section.ski-block .bg-ski-see {
  position: absolute;
  transform: translateY(-11.5vw);
}
section.ski-block > *:not(.bg-ski-see) {
  position: relative;
  z-index: 6;
}
section.ski-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.2vw;
  background-image: url("../images/map/wrap-blue-top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  bottom: -3.1vw;
}

.ski-info {
  width: 67.18%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .ski-info {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .ski-info {
    width: 95%;
  }
}

.map-block {
  padding: 5vw 0 2vw 0;
}

.img-map {
  width: 68.75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7.5vw;
}
@media (max-width: 1199px) {
  .img-map {
    width: 100%;
    margin-top: -12vw;
  }
}
@media (max-width: 575px) {
  .img-map {
    margin-top: -27vw;
    position: relative;
    z-index: -1;
  }
}

.ski-place-block {
  padding-top: 5vw;
  padding-bottom: 2.5vw;
}
@media (max-width: 575px) {
  .ski-place-block {
    padding-top: 10vw;
  }
}

.swiper-add-arrows.swiper-add-arrows-ski {
  width: 41.5%;
}
@media (max-width: 1199px) {
  .swiper-add-arrows.swiper-add-arrows-ski {
    width: 66%;
  }
}

.swiper-add-arrows.swiper-add-arrows-bus,
.swiper-add-arrows.swiper-add-arrows-food,
.swiper-add-arrows.swiper-add-arrows-spring {
  width: 55%;
}
@media (max-width: 1199px) {
  .swiper-add-arrows.swiper-add-arrows-bus,
  .swiper-add-arrows.swiper-add-arrows-food,
  .swiper-add-arrows.swiper-add-arrows-spring {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .swiper-add-arrows.swiper-add-arrows-bus,
  .swiper-add-arrows.swiper-add-arrows-food,
  .swiper-add-arrows.swiper-add-arrows-spring {
    width: 56%;
  }
}

.spring-block,
.food-block,
.snow-block,
.low-block {
  padding: 2.5vw 0;
}
@media (max-width: 575px) {
  .spring-block,
  .food-block,
  .snow-block,
  .low-block {
    padding: 5vw 0;
  }
}

.skiSwiper .swiper-slide {
  display: flex;
}
.skiSwiper .swiper-slide .ski-img {
  width: 55%;
}
.skiSwiper .swiper-slide .ski-img > img {
  width: 100%;
  display: block;
}
.skiSwiper .swiper-slide .ski-text {
  width: 45%;
}
.skiSwiper .swiper-slide .ski-text > img {
  width: 100%;
  display: block;
}
@media (max-width: 575px) {
  .skiSwiper .swiper-slide {
    flex-direction: column;
  }
  .skiSwiper .swiper-slide .ski-img {
    width: 100%;
  }
  .skiSwiper .swiper-slide .ski-text {
    width: 100%;
    margin-top: -3vw;
    pointer-events: none;
  }
}

.sw-ski-btn {
  height: 3.1vw;
}
.sw-ski-btn:hover {
  transform: scale(0.97);
}
@media (max-width: 1199px) {
  .sw-ski-btn {
    height: 3.5vw;
  }
}
@media (max-width: 575px) {
  .sw-ski-btn {
    height: 6.5vw;
  }
}

.swiperSnowMin .swiper-slide img,
.swiperSnow .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-add-arrows-snow {
  width: 60%;
}
@media (max-width: 1199px) {
  .swiper-add-arrows-snow {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .swiper-add-arrows-snow {
    width: 96%;
  }
}
.swiper-add-arrows-snow .arr-right,
.swiper-add-arrows-snow .arr-left {
  background-image: url("../images/snow/arr-snow.png");
  top: 84%;
  z-index: 9;
}
.swiper-add-arrows-snow .arr-right {
  right: 3%;
}
.swiper-add-arrows-snow .arr-left {
  left: 3%;
}
@media (max-width: 575px) {
  .swiper-add-arrows-snow .arr-right,
  .swiper-add-arrows-snow .arr-left {
    top: 92%;
  }
  .swiper-add-arrows-snow .arr-right {
    right: 3%;
  }
  .swiper-add-arrows-snow .arr-left {
    left: 3%;
  }
}

.low-tool-flex {
  padding-bottom: 2vw;
}
.low-tool-flex img {
  display: block;
  width: 40vw;
  height: auto;
}
@media (max-width: 575px) {
  .low-tool-flex {
    flex-direction: column;
    gap: 2vw;
  }
  .low-tool-flex img {
    width: 80vw;
  }
}

section.low-block {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
}

.low-btn {
  height: 2.75vw;
}
@media (max-width: 575px) {
  .low-btn {
    height: 6vw;
  }
}

.low-btn-p {
  font-size: 0.7vw;
}
@media (max-width: 575px) {
  .low-btn-p {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=all.css.map */