@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,
#s01,
#s02,
#s03,
#s04,
#s05,
#s06,
#s07,
#s08,
#s09,
#s10 {
  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;
}

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

p {
  position: relative;
  width: 90%;
  margin: 0 auto;
  font-size: 1.4vw;
  line-height: 2;
  letter-spacing: 0.2vw;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  p {
    font-size: 3.5vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.1vw;
  }
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

.item_d {
  z-index: 5;
}

.item_e {
  z-index: 6;
}

/*---kv---*/
main {
  overflow: hidden;
}

/*---s01 船隻規格---*/
/*---s02 七大主題區域---*/
#s02 .item_a {
  top: 14.7%;
}
#s02 .item_b {
  top: 35.8%;
}
#s02 .item_c {
  top: 56.9%;
}
#s02 .item_d {
  top: 77.9%;
}

.disney_a {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 38%;
  overflow: hidden;
  z-index: 3;
}

/*---s03 美食饗宴---*/
#s03 .item_a {
  top: 15.9%;
}
#s03 .item_b {
  top: 43%;
}
#s03 .item_c {
  top: 70.4%;
}

.disney_b {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 38%;
  overflow: hidden;
  z-index: 3;
}

/*---s04 艙房介紹 - 奢華禮賓房---*/
#s04 .item_a {
  top: 32.6%;
}
#s04 .item_b {
  top: 65%;
}
#s04 .item_c {
  top: 64%;
}

.disney_c {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 31%;
  overflow: hidden;
  z-index: 3;
}

/*---s05 雲頂夢號海上假期 想玩就出發!---*/
#s05 .item_a {
  top: 17.3%;
}
#s05 .item_b {
  top: 58%;
}

.disney_d {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 33%;
  overflow: hidden;
  z-index: 3;
}

/*---s06 迪士尼探險號 帶你歡樂出發---*/
ul.route_g {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 27%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.route_g li {
  width: 30%;
  margin: 2% 1%;
  position: relative;
}

.disney_e {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 32%;
  overflow: hidden;
  z-index: 3;
}

.btn_order {
  position: absolute;
  width: 51%;
  bottom: 3%;
  left: 25%;
  z-index: 9;
}/*# sourceMappingURL=disney.css.map */