@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
  font-size: clamp(12px, 0.8333333333vw, 16px);
  color: #fff;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

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

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

#kv,
#s01,
#s02,
#s03,
#s04,
#s05,
#s06,
#s07,
#s08,
#s09,
#s10,
#s11,
#s12,
#s13,
#s14 {
  position: relative;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

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

div {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

/*---kv---*/
.kv_w {
  width: 100%;
  position: relative;
  margin-top: -6%;
}
@media (max-width: 768px) {
  .kv_w {
    margin-top: -16%;
  }
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header {
  width: 96%;
  position: absolute;
  left: 2%;
  top: 12%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  header {
    top: 11%;
  }
}
header .logo_box {
  width: 11.1%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 36%;
    left: 2%;
  }
}
header .logo2_box {
  width: 4%;
  position: absolute;
  left: 13.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo2_box {
    width: 14%;
    left: 44%;
  }
}
header nav {
  position: relative;
  width: auto;
  margin: -3.8% 2% 0;
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
  line-height: 1;
}
header nav ul li:last-child {
  border-right: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-family: "openhuninn", "Noto Sans TC";
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.15;
  color: #333;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
header nav ul li a div:hover {
  transform: scale(1.1);
}

.yt_box {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
}

button.menu_m {
  display: block;
  width: 3.2%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 992px) {
  button.menu_m {
    width: 6.2%;
  }
}
@media (max-width: 768px) {
  button.menu_m {
    width: 13.2%;
  }
}

main {
  overflow: hidden;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

.btn_buy {
  display: block;
  width: 6%;
  position: fixed;
  right: 0.5%;
  bottom: 3%;
  z-index: 999;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 18%;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*---s02 航班---*/
.content {
  position: absolute;
  z-index: 2;
  width: 100%;
}

#s02 h2 {
  width: 34.7%;
  margin: 6% auto 0;
}
@media (max-width: 768px) {
  #s02 h2 {
    width: 85.5%;
  }
}
#s02 .map {
  width: 24.7%;
  margin: 2% auto;
}
@media (max-width: 768px) {
  #s02 .map {
    width: 50.5%;
  }
}
#s02 .flight {
  width: 44%;
  margin: 3% auto 1%;
}
@media (max-width: 768px) {
  #s02 .flight {
    width: 90%;
  }
}
#s02 .fly {
  position: absolute;
  width: 9.7%;
  top: 23%;
  right: 19%;
  z-index: 3;
}
@media (max-width: 768px) {
  #s02 .fly {
    width: 15%;
    top: 33%;
    right: 46%;
  }
}
#s02 p {
  font-size: 1vw;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #999999;
  text-align: center;
}
@media (max-width: 768px) {
  #s02 p {
    font-size: 2vw;
  }
}

/*---s03 親子同遊沖繩---*/
#s03 .content {
  position: absolute;
  z-index: 2;
  width: 38%;
  top: 14%;
  left: 46.5%;
}
@media (max-width: 768px) {
  #s03 .content {
    width: 100%;
    top: 3%;
    left: 0;
  }
}
#s03 h2 {
  width: 53%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #s03 h2 {
    width: 40%;
  }
}
#s03 h3 {
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #fcee21;
  text-align: center;
}
@media (max-width: 768px) {
  #s03 h3 {
    font-size: 6vw;
  }
}
#s03 p {
  font-size: 1.3vw;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  color: #fff;
  text-align: center;
  margin: 6% auto;
}
@media (max-width: 768px) {
  #s03 p {
    font-size: 3.5vw;
    margin: 3% auto;
  }
}
#s03 p span {
  color: #fcee21;
  font-size: 2vw;
}
@media (max-width: 768px) {
  #s03 p span {
    font-size: 3.5vw;
  }
}

/*---s04 台中沖繩開航---*/
#s04 {
  margin-bottom: 5%;
}
#s04 .content {
  position: relative;
  width: 100%;
}
#s04 h3 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #85c4ef;
  text-align: center;
  margin-top: 3%;
}
#s04 h2 {
  width: 23.9%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #s04 h2 {
    width: 51%;
  }
}

.highlight_box {
  width: 69%;
  margin: 3% auto 0;
  display: flex;
  justify-content: space-between;
}
.highlight_box li {
  width: 29%;
}

.feature-card {
  width: 100%;
  border: 1px solid #8dc9f7;
  border-radius: 4vw;
  padding: 5% 7% 15%;
  box-sizing: border-box;
}

.feature-title {
  margin: 0;
  text-align: center;
  color: #8dc9f7;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .feature-title {
    font-size: 7vw;
    line-height: 1.2;
  }
}

.feature-subtitle {
  text-align: center;
  color: #8dc9f7;
  margin-top: 2%;
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .feature-subtitle {
    font-size: 5vw;
  }
}

.feature-image {
  margin-top: 8%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-image {
    margin-top: 4%;
  }
}

.feature-image img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-desc {
  margin-top: 6%;
  color: #9d9d9d;
  font-size: 1vw;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .feature-desc {
    font-size: 3.5vw;
    margin-top: 3%;
  }
}

.swiper_e {
  position: relative;
  width: 67%;
  margin: 13% auto 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .swiper_e {
    width: 70%;
    margin: 13% auto 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper_e {
    width: 75%;
    margin: 13% auto 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .swiper_e {
    width: 78%;
    margin: 13% auto 0;
  }
}
@media (max-width: 768px) {
  .swiper_e {
    width: 80%;
    margin: 5% auto 0;
  }
}

/*---s05 親子時光---*/
.title_box {
  position: absolute;
  z-index: 5;
  height: auto;
}

.title_w, .title_bg {
  position: relative;
}

#s05 {
  margin-bottom: 5%;
}
#s05 h2 {
  width: 15%;
  margin: 17% auto 0;
}
@media (max-width: 768px) {
  #s05 h2 {
    width: 35%;
    margin: 29% auto 0;
  }
}
#s05 h3 {
  font-size: 2.1vw;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #85c4ef;
  text-align: center;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s05 h3 {
    font-size: 4.7vw;
  }
}
#s05 .title_p {
  text-align: center;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #85c4ef;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s05 .title_p {
    font-size: 3.5vw;
  }
}

.swiper_a {
  position: relative;
  width: 67%;
  margin: 13% auto 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .swiper_a {
    width: 70%;
    margin: 13% auto 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper_a {
    width: 75%;
    margin: 13% auto 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .swiper_a {
    width: 78%;
    margin: 13% auto 0;
  }
}
@media (max-width: 768px) {
  .swiper_a {
    width: 80%;
    margin: 42% auto 0;
  }
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 -10%;
  --swiper-navigation-color: #85c4ef; /* 单独设置按钮颜色 */
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    margin: 0 -12%;
  }
}

.attraction-card {
  position: relative;
}
.attraction-card .card-title {
  position: absolute;
  text-align: center;
  top: 63%;
  font-size: 1.8vw;
  letter-spacing: 0.3rem;
  font-weight: 600;
  color: #85c4ef;
  z-index: 3;
}
@media (max-width: 768px) {
  .attraction-card .card-title {
    font-size: 2.5rem;
  }
}
.attraction-card .card-title-0 {
  letter-spacing: 0;
}
.attraction-card .card-title-2 {
  top: 60%;
  line-height: 1.1;
}
.attraction-card .card-text {
  position: absolute;
  text-align: justify;
  top: 68%;
  padding: 6%;
  width: 88%;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #999999;
  z-index: 3;
}
@media (max-width: 768px) {
  .attraction-card .card-text {
    font-size: 1.5rem;
  }
}

/*---s06 自駕時光---*/
#s06 {
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  #s06 {
    margin-bottom: 10%;
  }
}
#s06 h2 {
  width: 15%;
  margin: 17% auto 0;
}
@media (max-width: 768px) {
  #s06 h2 {
    width: 35%;
    margin: 29% auto 0;
  }
}
#s06 h3 {
  font-size: 2.1vw;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #85c4ef;
  text-align: center;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s06 h3 {
    font-size: 4.7vw;
  }
}
#s06 .title_p {
  text-align: center;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #85c4ef;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s06 .title_p {
    font-size: 3.5vw;
  }
}

.swiper_b {
  position: relative;
  width: 67%;
  margin: 13% auto 0;
}
@media (max-width: 768px) {
  .swiper_b {
    width: 80%;
    margin: 42% auto 0;
    flex-wrap: wrap;
  }
}

ul.drive_w {
  width: 80%;
  margin: 3% auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  ul.drive_w {
    width: 90%;
    flex-wrap: wrap;
  }
}
ul.drive_w li {
  width: 49%;
  padding-bottom: 1.5%;
  position: relative;
}
@media (max-width: 768px) {
  ul.drive_w li {
    width: 100%;
    margin-bottom: 4%;
  }
}

.drive_box {
  width: 100%;
  position: relative;
}
.drive_box .drive_g {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.drive_box .drive_g .drive_h2 {
  font-size: 1.7vw;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #fcee21;
  text-align: center;
  margin: 3% auto 1%;
}
@media (max-width: 768px) {
  .drive_box .drive_g .drive_h2 {
    font-size: 5.5vw;
    margin: 3% auto 1%;
  }
}
.drive_box .drive_g .drive_p {
  font-size: 1.1vw;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #fff;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .drive_box .drive_g .drive_p {
    font-size: 3.5vw;
  }
}

.btn_drive {
  position: absolute;
  z-index: 5;
  width: 30%;
  left: 35%;
  bottom: 0;
}
@media (max-width: 768px) {
  .btn_drive {
    width: 40%;
    left: 30%;
    bottom: -5%;
  }
}

/*---s07 放空時光---*/
#s07 {
  margin-bottom: 5%;
}
#s07 h2 {
  width: 15%;
  margin: 17% auto 0;
}
@media (max-width: 768px) {
  #s07 h2 {
    width: 35%;
    margin: 29% auto 0;
  }
}
#s07 h3 {
  font-size: 2.1vw;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  font-weight: 600;
  color: #85c4ef;
  text-align: center;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s07 h3 {
    font-size: 4.7vw;
  }
}
#s07 .title_p {
  text-align: center;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #85c4ef;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s07 .title_p {
    font-size: 3.5vw;
  }
}

.swiper_c {
  position: relative;
  width: 67%;
  margin: 13% auto 0;
}
@media (max-width: 768px) {
  .swiper_c {
    width: 80%;
    margin: 42% auto 0;
  }
}

/*---s08 機場對外交通---*/
#s08 {
  margin-bottom: 15%;
}
#s08 h2 {
  width: 23%;
  margin: 17% auto 0;
}
@media (max-width: 768px) {
  #s08 h2 {
    width: 51%;
    margin: 29% auto 0;
  }
}
#s08 .title_p {
  text-align: center;
  font-size: 1vw;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2rem;
  color: #85c4ef;
  margin-top: 1%;
}
@media (max-width: 768px) {
  #s08 .title_p {
    font-size: 3.5vw;
  }
}

.swiper_d {
  position: relative;
  width: 90%;
  margin: 13% auto 0;
}
@media (max-width: 768px) {
  .swiper_d {
    width: 84%;
    margin: 45% auto 0;
  }
}

.overlay {
  width: 17%;
  background: rgba(133, 196, 239, 0.85);
  background-size: 100%;
}
@media (max-width: 767px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 100vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  height: 90%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 5% 10%;
}
@media (max-width: 768px) {
  .overlay nav ul {
    width: 80%;
  }
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
}
.overlay nav ul a li span {
  display: inline-block;
  width: auto;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
@media (max-width: 767px) {
  .overlay nav ul a li span {
    font-size: 5vw;
  }
}
.overlay nav ul a li span::before {
  display: inline-block;
  content: "";
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 1vw;
  background: #fff;
  position: relative;
  margin-right: 1vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .overlay nav ul a li span::before {
    width: 5vw;
    height: 5vw;
    margin-right: 5vw;
    border-radius: 5vw;
  }
}
.overlay nav ul a:hover li span {
  color: #fcee21;
}

.overlay .overlay-close {
  top: 3%;
}

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

/*---popup---*/
.modally {
  width: 90%;
  padding: 4px;
  background: none;
  box-shadow: none;
}

.modally-content {
  background: #f2fafc;
  padding-top: 5%;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 5vw;
  color: #3e3a39;
  top: 2%;
  right: 1%;
  z-index: 999;
}

.modally-wrap .modally-underlay {
  background: rgba(133, 196, 239, 0.8);
}

/*popup*/
.pop-w {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3%;
}/*# sourceMappingURL=full.css.map */