@charset "UTF-8";
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.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(0.97, 0.97);
  transition: all 0.2s ease-out;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

/* p02 大分航班資訊&優惠票價 */
#p02 .item_b {
  width: 15.7%;
  top: 8%;
  left: 8.1%;
}
@media (max-width: 767px) {
  #p02 .item_b {
    width: 25%;
    top: 19%;
    left: 3%;
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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%;	*/
  margin: 2% 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/tab_btn01_on.png");
  background-size: cover;
}

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

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

/*--------------*/
.tabs_box {
  display: block;
  width: 57%;
  left: 21.5%;
  top: 50%;
  position: absolute;
  z-index: 20;
}
@media (max-width: 767px) {
  .tabs_box {
    width: 90%;
    left: 5%;
    top: 48%;
  }
}

.tab_btn01 {
  width: 23%;
  background: url("../images/tab_btn01.png");
}
@media (max-width: 767px) {
  .tab_btn01 {
    width: 30%;
  }
}

.tab_btn02 {
  width: 23%;
  background: url("../images/tab_btn02.png");
}
@media (max-width: 767px) {
  .tab_btn02 {
    width: 30%;
  }
}

/* p03 走進大分 日本第一溫泉鄉 */
/* p04 大分 必訪溫泉 */
.swiper_a {
  position: absolute;
  width: 82%;
  top: 46%;
  left: 9%;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper_a {
    width: 71%;
    top: 46%;
    left: 14.5%;
  }
}

.sw1 {
  top: 62%;
}

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

/* p05 虎將 秘境指南 */
#p05 .item_b {
  width: 9.9%;
  top: 10.8%;
  left: 21.4%;
}
@media (max-width: 767px) {
  #p05 .item_b {
    width: 15.3%;
    top: 8%;
    left: 1%;
  }
}

.swiper_b {
  position: absolute;
  width: 82%;
  top: 35.5%;
  left: 9%;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper_b {
    width: 64%;
    top: 29%;
    left: 18%;
  }
}

.sw2 {
  top: 54%;
}
@media (max-width: 767px) {
  .sw2 {
    top: 50%;
  }
}

/* p06 大分 吃喝玩藝  */
.swiper_c {
  position: absolute;
  width: 82%;
  top: 35%;
  left: 9%;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper_c {
    width: 64%;
    top: 29%;
    left: 18%;
  }
}

.sw3 {
  top: 54%;
}
@media (max-width: 767px) {
  .sw3 {
    top: 50%;
  }
}

/* p07 機場對外交通 */
.swiper_d {
  position: absolute;
  width: 78%;
  top: 26.8%;
  left: 11%;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper_d {
    width: 60%;
    top: 20%;
    left: 20%;
  }
}

.sw4 {
  top: 59%;
}
@media (max-width: 767px) {
  .sw4 {
    top: 51%;
  }
}

.traffic {
  display: block;
  position: relative;
}
.traffic .btn_more {
  position: absolute;
  width: 40%;
  top: 87%;
  left: 30%;
  z-index: 11;
}

/* p08 別府周遊券 */
#p08 .item_b {
  width: 13%;
  top: 14%;
  right: 19%;
}
@media (max-width: 767px) {
  #p08 .item_b {
    width: 22%;
    top: 11%;
    right: -2%;
  }
}

.btn_more2 {
  position: absolute;
  width: 10%;
  top: 92%;
  left: 45%;
  z-index: 11;
}
@media (max-width: 767px) {
  .btn_more2 {
    width: 26%;
    top: 87%;
    left: 37%;
  }
}

/* p09 Youme Town購物券 */
#p09 a img:hover {
  transform: scale(1, 1);
}/*# sourceMappingURL=full.css.map */