@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.
 */
body {
  background-color: #000;
  font-family: "Noto Serif TC", sans-serif;
}

.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,
span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

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

/*---kv---*/
.header {
  display: flex;
  width: 100%;
  position: absolute;
  padding: 0.5% 0;
  margin-top: 8%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
  background-color: #000;
}
@media (max-width: 767px) {
  .header {
    padding: 1% 0%;
    margin-top: 16%;
  }
}
.header .logo {
  width: 4%;
  margin-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 8%;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 12%;
    margin-left: 1.8%;
  }
}
.header nav {
  display: block;
  position: absolute;
  right: 1%;
}
@media (max-width: 767px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
}
.header nav ul li {
  display: block;
  width: auto;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0% 1vw;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #fff;
}
.header nav ul li:last-child {
  border-right: none;
}
.header nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 600;
}
@media (max-width: 992px) {
  .header nav ul li a {
    font-size: 1.6vw;
  }
}
.header nav ul li a:hover {
  color: #be9869;
}

button.menu_m {
  position: fixed;
  top: 1%;
  right: 0%;
  width: 13%;
  border: none;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}

.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;
  margin-top: -8%;
}
@media (max-width: 767px) {
  .yt_box {
    margin-top: -15%;
  }
}
.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;
}

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: 5.5%;
  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: 12%;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*---s02 星悅航空---*/
/*---s03 航班時刻表---*/
/*---s04 地圖---*/
/*---s05 北九州市---*/
/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  background-size: cover;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width:33.2%;
  margin-right: 0.1%;	*/
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 { /*background: #fafafa;*/
  background: url("../images/tabs/tabs_01on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn02 { /*background: #fafafa;*/
  background: url("../images/tabs/tabs_02on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}

/*--------------*/
.tabs_box {
  display: block;
  width: 84%;
  left: 8%;
  top: 18.5%;
  position: absolute;
  z-index: 20;
}

.tab_btn01 {
  width: 8%;
  background: url("../images/tabs/tabs_01.png");
  margin-left: 7%;
}

.tab_btn02 {
  width: 8%;
  background: url("../images/tabs/tabs_02.png");
  margin-left: 1%;
}

ul.travel_w {
  width: 100%;
  display: flex;
  margin-top: 4%;
  justify-content: space-between;
}
ul.travel_w li {
  width: 32%;
  position: relative;
}

.travel_box {
  position: relative;
}
.travel_box a {
  display: block;
  width: 100%;
  height: 100%;
  text-shadow: 0 0 3px #000;
}
.travel_box a h2 {
  width: 100%;
  font-size: 2.2vw;
  color: #fff;
  font-weight: 800;
  text-align: center;
  position: absolute;
  bottom: 12%;
  letter-spacing: 0.3vw;
  z-index: 9;
}
.travel_box a h3 {
  width: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 5%;
  z-index: 9;
}
.travel_box a .travel_content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.travel_box a .travel_content:hover {
  opacity: 1;
}
.travel_box a .travel_content p {
  font-size: 1.2vw;
  color: #fff;
  line-height: 1.5;
  padding: 0 6%;
}

.swiper_b {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 12.5%;
  left: 19%;
}

.swiper_c {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 47.3%;
  left: 19%;
}

.swiper_j {
  position: absolute;
  z-index: 3;
  width: 74%;
  top: 84.7%;
  left: 13%;
}

.sp10 {
  margin-top: 0.5%;
}

.swiper-pagination-bullet {
  width: 1.8em;
  height: 0.5em;
  opacity: 1;
  border-radius: 3em;
  margin: 0.5em 0.3em;
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  z-index: 2;
}

.travel_box2 {
  position: relative;
  padding-bottom: 26%;
}
.travel_box2 h2 {
  width: 100%;
  font-size: 5vw;
  color: #fff;
  font-weight: 800;
  text-align: center;
  position: absolute;
  bottom: 31%;
  letter-spacing: 0.3vw;
  z-index: 9;
}
.travel_box2 h3 {
  width: 100%;
  font-size: 3.2vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 25%;
  z-index: 9;
}
.travel_box2 .travel_content2 {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  bottom: 1%;
}
.travel_box2 .travel_content2 p {
  font-size: 3vw;
  letter-spacing: 0.2vw;
  color: #fff;
  line-height: 1.5;
}

/*---s06 山口縣---*/
.tabs_box2 {
  display: block;
  width: 84%;
  left: 8%;
  top: 22%;
  position: absolute;
  z-index: 20;
}

.tabs input[type=radio]:checked + label.tab_btn03 {
  background: url("../images/tabs/tabs_01on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn04 {
  background: url("../images/tabs/tabs_02on.png");
  background-size: cover;
}

.tab_btn03 {
  width: 8%;
  background: url("../images/tabs/tabs_01.png");
  margin-left: 7%;
}

.tab_btn04 {
  width: 8%;
  background: url("../images/tabs/tabs_02.png");
  margin-left: 1%;
}

.swiper_d {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 15%;
  left: 19%;
}

.swiper_e {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 58%;
  left: 19%;
}

/*---s07 大分縣---*/
.tabs_box3 {
  display: block;
  width: 84%;
  left: 8%;
  top: 22%;
  position: absolute;
  z-index: 20;
}

.tabs input[type=radio]:checked + label.tab_btn05 {
  background: url("../images/tabs/tabs_01on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn06 {
  background: url("../images/tabs/tabs_02on.png");
  background-size: cover;
}

.tab_btn05 {
  width: 8%;
  background: url("../images/tabs/tabs_01.png");
  margin-left: 7%;
}

.tab_btn06 {
  width: 8%;
  background: url("../images/tabs/tabs_02.png");
  margin-left: 1%;
}

.swiper_f {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 15%;
  left: 19%;
}

.swiper_g {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 58%;
  left: 19%;
}

/*---s08 福岡縣---*/
.tabs_box4 {
  display: block;
  width: 84%;
  left: 8%;
  top: 21%;
  position: absolute;
  z-index: 20;
}

.tabs input[type=radio]:checked + label.tab_btn07 {
  background: url("../images/tabs/tabs_01on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn08 {
  background: url("../images/tabs/tabs_02on.png");
  background-size: cover;
}

.tab_btn07 {
  width: 8%;
  background: url("../images/tabs/tabs_01.png");
  margin-left: 7%;
}

.tab_btn08 {
  width: 8%;
  background: url("../images/tabs/tabs_02.png");
  margin-left: 1%;
}

.swiper_h {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 14%;
  left: 19%;
}

.swiper_i {
  position: absolute;
  z-index: 3;
  width: 63%;
  top: 57.5%;
  left: 19%;
}

/*---s09 自由行---*/
#s09 h2 {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 6%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #s09 h2 {
    top: 10%;
  }
}
#s09 h2 img {
  width: 16%;
  text-align: center;
}
@media (max-width: 767px) {
  #s09 h2 img {
    width: 36%;
  }
}

.swiper_a {
  position: absolute;
  z-index: 3;
  width: 86%;
  top: 18%;
  left: 7%;
}
@media (max-width: 767px) {
  .swiper_a {
    top: 21%;
    left: 21%;
    width: 59%;
  }
}

/*---s10 團體行程---*/
#s10 h2 {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 6%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #s10 h2 {
    top: 4%;
  }
}
#s10 h2 img {
  width: 16%;
  text-align: center;
}
@media (max-width: 767px) {
  #s10 h2 img {
    width: 36%;
  }
}

.git_w {
  width: 86%;
  position: absolute;
  top: 16%;
  left: 7%;
  z-index: 3;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .git_w {
    width: 59%;
    left: 21%;
  }
}
.git_w li {
  width: 30.4%;
}
@media (max-width: 767px) {
  .git_w li {
    width: 100%;
  }
}

.swiper_k {
  position: absolute;
  z-index: 3;
  width: 59%;
  top: 14%;
  left: 21%;
}/*# sourceMappingURL=full.css.map */