@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html {
  font-size: 16px;
  color: #fff;
}

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

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  background-color: #000;
}

.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---*/
header {
  display: flex;
  width: 100%;
  height: 110px;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
  background-color: #000;
}
@media (max-width: 767px) {
  header {
    height: 80px;
  }
}
header .logo {
  width: 230px;
  margin-left: 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 15%;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 35%;
    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: 0.2rem;
  padding: 0% 1vw;
  transition: all 0.25s ease-in-out;
}
header nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 992px) {
  header nav ul li a {
    font-size: 1.6vw;
  }
}
header nav ul li a:hover {
  color: #d25e31;
}

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

#kv {
  margin-top: 110px;
}
@media (max-width: 767px) {
  #kv {
    margin-top: 80px;
  }
}

.kv_box {
  position: relative;
  width: 100%;
}

/* 橘色圓形容器 */
.countdown_w {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .countdown_w {
    height: 100%;
    justify-content: center;
    align-items: flex-end;
  }
}

.countdown-circle {
  width: clamp(150px, 20vw, 300px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e06d33; /* 經典質感橘色 */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  margin: 2%;
}

/* 標題：開賣倒數 */
.title {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 4px;
  margin: 0 auto;
  padding-bottom: 8px;
  width: 150px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 22px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 20px;
    width: 120px;
  }
}

/* 天數區塊 */
.days-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 12px; /* 微調對齊，平衡「天」字所佔的空間 */
}

.days-number {
  font-size: 96px; /* 超大天數 */
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .days-number {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .days-number {
    font-size: 70px;
  }
}

.days-label {
  font-size: 20px;
  margin-left: 6px;
  margin-bottom: 12px; /* 讓「天」字靠下對齊 */
  font-weight: normal;
}

/* 下方分隔線 */
.divider {
  width: 150px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
  margin: 0 auto 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .divider {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .divider {
    width: 120px;
  }
}

/* 時、分區塊 */
.time-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.time-digits {
  font-size: 38px; /* 時與分的數字大小 */
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin: 0 4px;
  letter-spacing: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-digits {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .time-digits {
    font-size: 20px;
  }
}

.time-unit {
  font-size: 20px;
  margin-right: 6px;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .time-unit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .time-unit {
    font-size: 16px;
  }
}

.time-unit:last-child {
  margin-right: 0;
}

/* 倒數結束提示 */
.ended-text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}

main {
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.btn_buy {
  display: block;
  width: 6%;
  position: fixed;
  right: 0.5%;
  top: 65%;
  z-index: 999;
  transform-origin: center;
  animation: buy_ani 1.5s 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 行程價錢---*/
#tour-price-a, #flight-info-a, #explore-more-a {
  position: absolute;
  margin-top: -110px;
}
@media (max-width: 767px) {
  #tour-price-a, #flight-info-a, #explore-more-a {
    margin-top: -80px;
  }
}

.price {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #fff;
  margin: 3% 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 1rem;
    line-height: 1.8;
    margin: 5% 0;
  }
}
.price span.currency {
  font-size: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price span.currency {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price span.currency {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .price span.currency {
    font-size: 0.7rem;
  }
}

/*---s03 航班資訊---*/
#flight-info {
  position: relative;
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 3%;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}

.article-inner {
  max-width: 1030px;
  width: 96%;
  margin: 0 auto;
  padding: 3% 1%;
  text-align: left;
}
@media (max-width: 767px) {
  .article-inner {
    width: 90%;
  }
}
.article-inner p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  margin: 3% 0;
}
@media (max-width: 767px) {
  .article-inner p {
    font-size: 1rem;
  }
}

.flight-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1030px;
  font-family: "Noto Sans TC", sans-serif;
  border: solid 2px #fff;
}

.flight-table th {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .flight-table th {
    font-size: 12px;
    padding: 2% 0;
  }
}
.flight-table th span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .flight-table th span {
    font-size: 12px;
    letter-spacing: 0;
    padding: 2% 0;
    line-height: 1.3;
  }
}

.flight-table td {
  background: #fff;
  border: 2px solid #979797;
  padding: 18px 10px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .flight-table td {
    font-size: 12px;
    letter-spacing: 0;
    padding: 2% 0;
  }
}
.flight-table td span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .flight-table td span {
    font-size: 12px;
    letter-spacing: 0;
    padding: 2% 0;
    line-height: 1.3;
  }
}

/*---s04 探索更多---*/
#flight-info {
  position: relative;
}

.explore-btn {
  max-width: 508px;
  width: 50%;
  padding: 2%;
  margin: 5% auto 2%;
  background: #d9672e;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans TC", sans-serif;
}
.explore-btn:hover {
  background: #ff511c;
}
@media (max-width: 767px) {
  .explore-btn {
    width: 42%;
    padding: 1.5%;
  }
}

.explore-btn .text {
  font-size: 28px;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  .explore-btn .text {
    font-size: 16px;
    letter-spacing: 5px;
  }
}

.explore-btn .arrow {
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
@media (max-width: 767px) {
  .explore-btn .arrow {
    right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
  }
}

/*---footer---*/
footer {
  background-color: #000;
  padding: 2% 0;
}

.footer-info {
  margin: 0 auto;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-info {
    font-size: 0.5rem;
  }
}

/*---s05 九州資訊---*/
main.kitakyushu {
  overflow: hidden;
  background-image: url(../images/bg2.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.info {
  width: 50%;
  margin: 3% auto;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .info {
    width: 82%;
    font-size: 1.1rem;
    margin: 8% auto 3%;
  }
}

/*---s06 九州景點---*/
ul.view_w {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.view_w li {
  width: 30%;
  color: #fff;
  margin-bottom: 5%;
}

.view_box {
  display: block;
}
.view_box h2 {
  margin-top: 3%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}
.view_box h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.view_box p {
  margin-top: 5%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}

.swiper_a, .swiper_b {
  position: relative;
  width: 80%;
  margin: 15% auto;
}/*# sourceMappingURL=full.css.map */