@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.
 */
.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,
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10 {
  position: relative;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

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

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

*:focus {
  outline: none;
}

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

a img:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.2s ease-out;
}

header {
  position: relative;
  margin: 0 auto;
}

/*---kv---*/
.kv_w {
  width: 100%;
  position: relative;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

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

header {
  width: 95%;
  position: absolute;
  left: 2%;
  top: 1%;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1vw 0.5vw;
}
header .logo_box {
  width: 8%;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header .logo_box {
    width: 24%;
  }
}
header nav {
  position: relative;
  width: 90%;
  float: right;
}
header nav ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #333;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  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 {
  margin-top: -0.5%;
  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: 7.3%;
  position: fixed;
  right: 1%;
  bottom: 2%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 18%;
    right: 0;
  }
}

@keyframes buy_ani {
  0% {
    bottom: 2%;
  }
  40% {
    bottom: 2%;
  }
  70% {
    bottom: 3%;
  }
  90% {
    bottom: 2%;
  }
  100% {
    bottom: 2%;
  }
}
/*--- p02.航班表 ---*/
#p02 .item_b {
  top: 55%;
}
@media (max-width: 767px) {
  #p02 .item_b {
    top: 65.5%;
  }
}

.fly {
  position: absolute;
  width: 13.8%;
  top: 22%;
  left: 21%;
  z-index: 10;
}
@media (max-width: 767px) {
  .fly {
    width: 33.5%;
    top: 30.5%;
    left: 21%;
  }
}

.btn_time {
  position: absolute;
  width: 10%;
  bottom: 5.3%;
  left: 45%;
  z-index: 5;
}
@media (max-width: 767px) {
  .btn_time {
    width: 30%;
    left: 35%;
    bottom: 5.5%;
  }
}

.tips {
  position: absolute;
  bottom: 3%;
  font-size: 0.8vw;
  color: #000;
  text-align: center;
  margin-top: 0.5rem;
  z-index: 3;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tips {
    font-size: 3vw;
  }
}

/*--- p03.沖繩5大玩法 ---*/
.swiper_a {
  position: absolute;
  width: 70%;
  top: 32%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_a {
    width: 100%;
    top: 31%;
    left: 0;
  }
}

.sw1 {
  top: 56%;
  padding: 0 5%;
}
@media (max-width: 767px) {
  .sw1 {
    padding: 0;
    top: 47%;
  }
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 2%;
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}

/*--- p04.沖繩親子攻略 ---*/
.swiper_b {
  position: absolute;
  width: 70%;
  top: 38%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_b {
    width: 100%;
    top: 32%;
    left: 0;
  }
}

.sw2 {
  top: 62%;
  padding: 0 5%;
  --swiper-navigation-color: #000; /* 单独设置按钮颜色 */
  top: 65%;
}
@media (max-width: 767px) {
  .sw2 {
    padding: 0;
    top: 47%;
  }
}

/*--- p05.機場對外交通 ---*/
#p05 .item_a {
  top: 51%;
}
@media (max-width: 767px) {
  #p05 .item_a {
    top: 23%;
  }
}

/*--- p06.虎迷優惠 ---*/
.tiger {
  position: absolute;
  width: 22%;
  top: 52%;
  left: 15%;
  z-index: 10;
}
@media (max-width: 767px) {
  .tiger {
    width: 54%;
    top: 38%;
    left: 24%;
  }
}

#p06 .item_a {
  width: 30%;
  top: 24%;
  left: 35%;
}
@media (max-width: 767px) {
  #p06 .item_a {
    width: 96%;
    top: 12%;
    left: 2%;
  }
}
#p06 .item_b {
  top: 59.3%;
}
@media (max-width: 767px) {
  #p06 .item_b {
    top: 61%;
  }
}/*# sourceMappingURL=full.css.map */