@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Serif TC", "Noto Sans TC", serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #555;
  letter-spacing: 1px;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.5vw;
  line-height: 1.8;
  color: #707070;
  font-weight: 300;
}
@media (max-width: 992px) {
  p {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

/*---kv---*/
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper header {
  width: 98%;
  position: relative;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.25% 1%;
}
@media (max-width: 768px) {
  .wrapper header {
    padding: 1% 1%;
  }
}
.wrapper header::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/main_bg.png) repeat top left;
  background-size: 100%;
}
@media (max-width: 992px) {
  .wrapper header::before {
    background-size: 150%;
  }
}
@media (max-width: 768px) {
  .wrapper header::before {
    background-size: 250%;
  }
}
.wrapper header .logo01 {
  width: 13.7%;
  order: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  .wrapper header .logo01 {
    width: 27%;
  }
}
.wrapper header .logo_jp_box {
  display: flex;
  width: 22.3%;
  order: 3;
  z-index: 2;
}
@media (max-width: 768px) {
  .wrapper header .logo_jp_box {
    width: 52.3%;
  }
}
.wrapper header .logo_jp_box .logo_jp {
  width: 50%;
}

@keyframes btn_strategy {
  0% {
    transform: scale(0.15);
    opacity: 0;
  }
  60% {
    transform: scale(1.5);
    opacity: 0.9;
  }
  90% {
    transform: scale(3);
    opacity: 0.9;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes talk {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.arrow_box {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.swiper-button-prev {
  background-image: url(../images/kv/arrow_prv.svg);
}

.swiper-button-next {
  background-image: url(../images/kv/arrow_next.svg);
}

.swiper-button {
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: relative;
  margin: 20px;
  left: 0;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.btn_buy {
  display: block;
  width: 7%;
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_buy {
    width: 15%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
/*---main---*/
main {
  position: relative;
  background: #9bbac6;
  margin-top: -2px;
  z-index: 2;
}

section {
  position: relative;
  background: url(../images/main_bg.png) repeat top left;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  section {
    background-size: 150%;
  }
}
@media (max-width: 768px) {
  section {
    background-size: 250%;
  }
}

#section_space {
  height: 80px;
}

.pg_topbanner_w {
  position: relative;
}
.pg_topbanner_w h1 {
  width: 32.7%;
  position: absolute;
  left: 33.6%;
  top: 25.8%;
  z-index: 2;
}
@media (max-width: 992px) {
  .pg_topbanner_w h1 {
    width: 40%;
    left: 30%;
    top: 25.8%;
  }
}
@media (max-width: 768px) {
  .pg_topbanner_w h1 {
    width: 50%;
    left: 25%;
    top: 15.8%;
  }
}
.pg_topbanner_w h1 span {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 2% 0;
}
@media (max-width: 992px) {
  .pg_topbanner_w h1 span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .pg_topbanner_w h1 span {
    font-size: 3vw;
  }
}
.pg_topbanner_w span.pg_topbanner_black {
  position: relative;
}

.pg_topbanner01 {
  background: url(../images/page/pg01/topbanner.png) no-repeat center;
  background-size: 100%;
}

.pg_topbanner03 {
  background: url(../images/page/pg03/topbanner.png) no-repeat center;
  background-size: 100%;
}

.pg_topbanner04 {
  background: url(../images/page/pg04/topbanner.png) no-repeat center;
  background-size: 100%;
}

.pg_topbanner05 {
  background: url(../images/page/pg05/topbanner.png) no-repeat center;
  background-size: 100%;
}

.pg_topbanner06 {
  background: url(../images/page/pg06/topbanner.png) no-repeat center;
  background-size: 100%;
}

.pg_box01_w {
  position: relative;
  background: #efefef;
  padding: 5% 0;
}
.pg_box01_w::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/main_bg.png) repeat top left;
  background-size: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .pg_box01_w::before {
    background-size: 150%;
  }
}
@media (max-width: 768px) {
  .pg_box01_w::before {
    background-size: 250%;
  }
}

.map_box {
  width: 84.375%;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .map_box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .map_box {
    width: 95%;
  }
}
.map_box .pg_tiger {
  position: absolute;
  z-index: 2;
}

.pg_tiger01 {
  width: 26.5%;
  left: 59.5%;
  top: 65.8%;
}

.pg_tiger03 {
  width: 13.9%;
  left: 42.5%;
  top: 47.8%;
}

.pg_tiger04 {
  width: 18.5%;
  left: 36.3%;
  top: 26.5%;
}

.pg_tiger05 {
  width: 13.4%;
  left: 65.9%;
  top: 62.1%;
}

.pg_tiger06 {
  width: 11.7%;
  left: 52%;
  top: 43.9%;
}

.time_w {
  width: 56.7%;
  position: relative;
  margin: 5% auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .time_w {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .time_w {
    width: 90%;
  }
}
.time_w .time_title {
  width: 32.7%;
  margin: 0 auto;
}
.time_w .pg_timetable {
  width: 100%;
  position: relative;
  margin: 2% auto 0%;
}
.time_w .pg_timetable span {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 1.15vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .time_w .pg_timetable span {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .time_w .pg_timetable span {
    font-size: 3vw;
  }
}
.time_w .btn_timetable {
  width: 32.7%;
  position: relative;
  margin: 5% auto 0;
}
.time_w .btn_timetable span {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .time_w .btn_timetable span {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .time_w .btn_timetable span {
    font-size: 2vw;
  }
}

.pg_tour_w {
  width: 56.8%;
  position: relative;
  padding: 5% 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .pg_tour_w {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .pg_tour_w {
    width: 90%;
  }
}

.pg_itinerary_w {
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .pg_itinerary_w {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .pg_itinerary_w {
    width: 90%;
  }
}
.pg_itinerary_w .itinerary_title_box {
  position: relative;
}
.pg_itinerary_w .itinerary_title_box span.itinerary_tiger01 {
  width: 33%;
  position: absolute;
  right: -11.2%;
  top: 10%;
  z-index: 2;
}
.pg_itinerary_w .itinerary_title_box span.itinerary_tiger03 {
  width: 44.8%;
  position: absolute;
  right: -11.3%;
  top: -2%;
  z-index: 2;
}

.train_w {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.train_w .train_box {
  position: relative;
}
.train_w .train_box .train {
  width: 24.2%;
  position: relative;
  z-index: 2;
  margin-left: 0;
  animation: train_ani 5s linear infinite;
}
@media (max-width: 768px) {
  .train_w .train_box .train {
    width: 45%;
  }
}
.train_w .train_box .train_content {
  position: relative;
  font-family: "Noto Sans TC", "微軟正黑體";
  display: inline-block;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
  padding: 5% 0;
}
@media (max-width: 992px) {
  .train_w .train_box .train_content {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .train_w .train_box .train_content {
    font-size: 3.5vw;
  }
}
.train_w .train_box .train_content span {
  display: inline;
  font-size: 1.25vw;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 992px) {
  .train_w .train_box .train_content span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .train_w .train_box .train_content span {
    font-size: 3.5vw;
  }
}
.train_w .train_box .train_content::before, .train_w .train_box .train_content::after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background: url(../images/page/train_line.png);
  position: absolute;
  left: 0;
  z-index: 2;
}
.train_w .train_box .train_content::before {
  top: 0;
}
.train_w .train_box .train_content::after {
  bottom: 0;
}

@keyframes train_ani {
  0% {
    margin-left: -100%;
  }
  90% {
    margin-left: 150%;
  }
  100% {
    margin-left: 150%;
  }
}
.pg_view_list {
  position: relative;
  margin: 5% auto;
  overflow: hidden;
}

.pg_view_box {
  width: 95%;
  position: relative;
}
.pg_view_box .pg_view_photo {
  position: relative;
  box-shadow: 5px 5px 5px #666;
}
.pg_view_box .pg_view_info {
  position: relative;
  padding: 5% 0;
}
.pg_view_box .pg_view_info h4 {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 992px) {
  .pg_view_box .pg_view_info h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .pg_view_box .pg_view_info h4 {
    font-size: 4vw;
  }
}
.pg_view_box .pg_view_info h4 span {
  display: inline;
  font-size: 1.15vw;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 992px) {
  .pg_view_box .pg_view_info h4 span {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .pg_view_box .pg_view_info h4 span {
    font-size: 3vw;
  }
}
.pg_view_box .pg_view_info p {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: justify;
}
@media (max-width: 992px) {
  .pg_view_box .pg_view_info p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .pg_view_box .pg_view_info p {
    font-size: 3.5vw;
  }
}

/*---看大圖元件---*/
.sl-wrapper {
  background: rgba(255, 255, 255, 0.75);
}

.sl-wrapper .sl-counter {
  width: auto;
}

.sl-wrapper * {
  box-sizing: border-box;
  display: inline;
}

/*---------------*/
.pg_line_box {
  width: 75.7%;
  margin: 5% auto;
}/*# sourceMappingURL=page.css.map */