@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-green: #54b658;
  --basic-fonts: 15px / 1.6 arial, 微軟正黑體;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.gap10 {
  gap: 10px;
}

html {
  background: #FED9C6;
}
@media (min-width: 769px) {
  html {
    scroll-behavior: auto;
  }
}

h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

.discList {
  margin-left: 25px;
}
.discList > li {
  list-style: disc;
}

.respond {
  display: block !important;
}
@media (min-width: 768px) {
  .respond {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
}

.container {
  color: var(--color-black);
  font: var(--basic-fonts);
  background: url(../img/bg.webp) center top no-repeat;
  padding-bottom: 100px;
}
.container a, .container a:hover, .container a:active, .container a:visited {
  transition: all 0.3s;
  color: var(--color-black);
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .heading {
    min-height: 500px;
  }
}
@media (min-width: 1000px) {
  .heading {
    min-height: 460px;
  }
}
.heading .respond {
  width: 60%;
  max-width: 360px;
}
.heading .respond-img {
  aspect-ratio: 149/125;
}

.heading__title.respond {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .heading__title.desktop {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}

.heading__air-img {
  aspect-ratio: 214/121;
}

.heading__photo01,
.heading__photo02 {
  position: absolute;
}

.heading__photo01 {
  top: 0;
  right: 0;
}
@media (min-width: 1000px) {
  .heading__photo01 {
    right: -10%;
    top: -13%;
  }
}

.heading__photo02 {
  top: 0;
  left: 0;
}
@media (min-width: 1000px) {
  .heading__photo02 {
    left: -10%;
  }
}

@media (min-width: 768px) {
  .maintitle.desktop {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 3%;
    left: -3%;
  }
}

.heading__title,
.heading__air,
.heading__light {
  position: relative;
  z-index: 5;
}

.heading__air {
  max-width: 214px;
}

.heading__light {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .heading__light {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

main {
  box-sizing: border-box;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 10px;
}
@media (min-width: 1000px) {
  main {
    padding: 0;
    margin: 0 auto;
  }
}

.mainNav {
  display: none;
}
@media (min-width: 768px) {
  .mainNav {
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    height: 101px;
    background: url(../img/menu-bg.webp) center no-repeat;
    padding: 25px 45px;
    position: sticky;
    top: 40px;
  }
}
.mainNav .link-01 a {
  background: url(../img/m3.webp) no-repeat;
}
.mainNav .link-01 a:hover, .mainNav .link-01 a.active {
  background: url(../img/m3h.webp) no-repeat;
}
.mainNav .link-02 a {
  background: url(../img/m4.webp) no-repeat;
}
.mainNav .link-02 a:hover, .mainNav .link-02 a.active {
  background: url(../img/m4h.webp) no-repeat;
}
.mainNav .link-03 a {
  background: url(../img/m1.webp) no-repeat;
}
.mainNav .link-03 a:hover, .mainNav .link-03 a.active {
  background: url(../img/m1h.webp) no-repeat;
}
.mainNav .link-04 a {
  background: url(../img/m2.webp) no-repeat;
}
.mainNav .link-04 a:hover, .mainNav .link-04 a.active {
  background: url(../img/m2h.webp) no-repeat;
}
.mainNav .link-05 a {
  background: url(../img/m5.webp) no-repeat;
}
.mainNav .link-05 a:hover, .mainNav .link-05 a.active {
  background: url(../img/m5h.webp) no-repeat;
}
.mainNav .block {
  gap: 40px;
  align-items: center;
}

.mainNav__logo img {
  aspect-ratio: 146/39;
}

.mainNav_item {
  border-right: 1px solid #646464;
  padding-right: 40px;
}
.mainNav_item a {
  display: block;
  width: 49px;
  height: 36px;
}
.mainNav_item p {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

section {
  border-radius: 20px;
  background: url(../img/tour-bg.webp) center;
  padding: 30px 0;
}
@media (min-width: 769px) {
  section {
    padding: 60px 0;
  }
}

.product h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid var(--color-white);
  padding-bottom: 5px;
}
.product .style-line {
  background: url(../img/line.webp) right;
  width: 95%;
  height: 5px;
  margin: 0 auto;
}
.product .textContents {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border-top: 1px var(--color-black) solid;
  border-bottom: 1px var(--color-black) solid;
}

.product__block {
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .product__block {
    padding: 25px 56px;
  }
}

@media (min-width: 768px) {
  .product__title {
    display: flex;
    align-items: center;
    background: url(../img/airplane-icon.webp) center right no-repeat;
    height: 45px;
  }
}
.product__title img {
  max-width: 320px;
}

.product__link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.product__link a.textLink {
  border-radius: 5px;
  display: block;
  color: var(--color-white);
  background: var(--color-green);
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .product__content {
    grid-template-columns: 1.3fr 1fr;
  }
}
.product__content .col-02 {
  border-radius: 20px;
  background: #efefef;
  padding: 10px;
  display: grid;
  gap: 10px;
}
.product__content .product__total {
  border-radius: 50px;
  background: var(--color-white);
  text-align: center;
  color: var(--color-green);
}
@media (min-width: 768px) {
  .product__content .product__total {
    width: 70%;
    margin: 0 auto;
  }
}
.product__content .product__total strong {
  font-size: 40px;
  font-weight: bold;
}

.product__tourlist {
  font-size: 16px;
}
.product__tourlist h4 {
  color: #D1A248;
  font-weight: bold;
  margin-bottom: 10px;
}
.product__tourlist strong {
  flex: 0 0 auto;
}
.product__tourlist .textLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product__tourlist .textLink {
    flex-direction: row;
    align-items: center;
  }
}
.product__tourlist .col-01 {
  gap: 5px;
  align-items: flex-start;
}
.product__tourlist .col-01 strong {
  border-radius: 5px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 14px;
  padding: 0 5px;
}
.product__tourlist .product__tourlist__item {
  display: grid;
  gap: 10px;
}
.product__tourlist .product__tourlist__item:empty {
  display: none;
}
.product__tourlist .product__total {
  color: #FFA92F;
  line-height: normal;
  text-align: right;
}
.product__tourlist .product__total strong {
  font-size: 20px;
  font-weight: bold;
}

#colapez-header {
  position: relative;
  z-index: 10;
}