@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
main > nav {
  display: none;
  margin-block: 30px;
  color: #4189a3;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  main > nav {
    display: block;
  }
}
main > nav > div {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
main > nav li {
  border-top: 4px dotted #b5deec;
  font-weight: 600;
}
main > nav li a {
  display: flex;
  position: relative;
  padding: 6px 34px 8px 0;
}
main > nav li a::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 12px;
  width: 10px;
  height: 10px;
  background: #4189a3;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(-50%);
}
main > nav li:last-child {
  border-bottom: 4px dotted #b5deec;
}
main .sub-title {
  position: absolute;
  top: 5px;
  right: 0;
  color: #ebf5ff;
  font-family: "Coiny";
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}
@media all and (max-width: 896px) {
  main .sub-title {
    top: -7px;
  }
}
main .ttl-lv2 {
  position: relative;
  padding: 60px 0 35px 115px;
  background: url(../images/common/bg_title.webp) no-repeat center/100% auto;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  main .ttl-lv2 {
    padding: 12vw 0 4vw 20vw;
  }
}
main .ttl-lv3 {
  position: relative;
  margin-block: 18px 8px;
  padding-left: 70px;
  border-bottom: 4px dotted #f29120;
  color: #fe8900;
  font-size: 2rem;
  font-weight: 700;
}
main .ttl-lv3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 42px;
  height: 43px;
  background: url(../images/common/plumeria.webp) no-repeat center/cover;
  transform: translateY(-50%);
}

.swiper {
  clear: both;
  padding-bottom: 30px;
}
.swiper-slide {
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide h4 {
  margin-block: 10px;
  padding-bottom: 10px;
  border-bottom: 4px dotted #4189a3;
  color: #4189a3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.swiper-slide h4 span {
  font-size: 1.4rem;
}
.swiper-slide p {
  line-height: 1.86;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 15px);
  width: 10px;
  height: 12px;
  margin-top: -6px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.swiper-button-next {
  right: 70px;
}
@media all and (max-width: 896px) {
  .swiper-button-next {
    right: calc(50% - 38.13vw - 5px);
  }
}
.swiper-button-prev {
  left: 70px;
  transform: scaleX(-1);
}
@media all and (max-width: 896px) {
  .swiper-button-prev {
    left: calc(50% - 38.13vw - 5px);
  }
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #f29120;
}

.fr {
  float: right;
  margin: 7px 0 10px 16px;
}

.mv {
  display: none;
}
@media all and (max-width: 896px) {
  .mv {
    display: block;
  }
}
.mv h1, .mv p {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.mv figure img {
  width: 100%;
}

.partner {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  gap: 30px;
  background: #ff0;
}
.partner h2 {
  color: #0052c4;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
}
.partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.partner ul li {
  width: calc((100% - 45px) / 3);
}
.partner ul:first-of-type {
  flex-direction: column;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .partner ul:first-of-type {
    gap: 20px;
  }
}
.partner ul:first-of-type li {
  width: 100%;
  text-align: center;
}
.partner ul:first-of-type li img {
  height: 50px;
}
@media all and (max-width: 896px) {
  .partner ul:first-of-type li img {
    height: 30px;
  }
}
.partner ul:nth-of-type(3) {
  gap: 10px;
  margin-block: -25px;
}
.partner ul:nth-of-type(3) li {
  width: calc((100% - 30px) / 4);
}
.partner ul:nth-of-type(3) li img {
  transform: scale(0.5);
}
@media all and (max-width: 896px) {
  .partner ul:nth-of-type(3) li img {
    transform: scale(0.7);
  }
}

.about {
  position: relative;
  margin-top: 20px;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .about {
    margin-top: 0;
  }
}
.about-inner {
  margin-top: -22px;
  padding-block: 20px;
  background: url(../images/top/bg_about.webp) no-repeat center 0/100% auto;
}
@media all and (max-width: 896px) {
  .about-inner {
    margin-top: -6vw;
    padding-block: 6vw;
  }
}
.about .inner p {
  letter-spacing: 2px;
}
.about .inner p.place {
  min-height: 300px;
  padding-right: 130px;
  background: url(../images/top/bg_cebu.webp) no-repeat right center/195px auto;
}
.about .inner h3 {
  margin-top: 20px;
  color: #4189a3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}
.about .inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.spot {
  position: relative;
  width: 100%;
  margin-bottom: -75px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .spot {
    margin-bottom: -14vw;
  }
}
.spot-inner {
  margin-top: -22px;
  padding-block: 100px 65px;
  background: #00c5d3 url(../images/top/bg_spot.webp) no-repeat center 0/100% auto;
}
.spot-inner .intro {
  width: 250px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.4);
  text-align: justify;
  line-height: 1.86;
}
.spot-inner section {
  margin-top: 13px;
  overflow: hidden;
}
.spot-inner h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 106px;
  margin-bottom: -10px;
  padding-inline: 28px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0.8;
}
.spot-inner h3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1500px;
  height: 1500px;
  margin-left: 80px;
  border-radius: 50%;
  border: 80px solid #00a5ca;
  transform: translateX(-50%);
}
.spot-inner h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 85px;
  height: 85px;
  margin-top: -5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.spot-inner h3 i {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 0 #f29120;
  font-family: "Coiny";
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 400;
}
.spot-inner h3 span {
  flex: none;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  letter-spacing: 1px;
}

#hotel {
  margin-bottom: 0;
}
#hotel .spot-inner {
  margin-block: 0;
  padding-block: 10px 30px;
  background-image: none;
}

#islands {
  margin-bottom: 0;
}
#islands .spot-inner {
  padding-block: 220px 30px;
  background-image: url(../images/top/bg_islands.webp);
}
@media all and (max-width: 896px) {
  #islands .spot-inner {
    padding-top: 130px;
  }
}

.healing {
  position: relative;
}
.healing-inner {
  margin-top: -22px;
  padding-bottom: 100px;
  background: #fff0a7;
}
@media all and (max-width: 896px) {
  .healing-inner {
    padding-bottom: 60px;
  }
}
.healing-inner figure img {
  width: 100%;
}
.healing-inner .ttl-lv3 {
  clear: both;
  border-color: #4189a3;
  color: #4189a3;
}
.healing-inner .inner {
  padding-top: 15px;
}
.healing-inner p {
  text-align: justify;
  line-height: 1.86;
}
.healing-inner .swiper {
  margin-top: 16px;
}
.healing-inner .swiper-button-next::after, .healing-inner .swiper-button-prev::after {
  background: #4189a3;
}

.access {
  position: relative;
  padding-bottom: 25px;
}
.access-inner {
  margin-top: -22px;
}
.access-inner ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.86;
}
.access-inner ol strong {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
.access-inner .thum {
  margin-bottom: 15px;
}
.access-inner .thum img {
  width: 100%;
}
.access-inner .ttl-lv3 {
  margin-block: 24px 20px;
  padding: 5px 0 5px 60px;
}
.access-inner .ttl-lv3::before {
  left: 18px;
  width: 35px;
  height: 35px;
  background-image: url(../images/common/ico_plane_orange.svg);
}
.access-inner p {
  text-align: justify;
  line-height: 1.86;
}
.access-inner .airlines h4 {
  position: relative;
  margin-block: 3px 8px;
  padding: 2px 0 3px 8px;
  background: #4189a3;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.access-inner .airlines ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 27px;
}
.access-inner .airlines ul li h4::after {
  content: "";
  position: absolute;
  right: 0;
  width: 145px;
}
.access-inner .airlines ul li:nth-child(1) h4::after {
  bottom: -2px;
  height: 61px;
  background: url(../images/top/fig_philippine-airlines.webp) no-repeat center/cover;
}
.access-inner .airlines ul li:nth-child(2) h4::after {
  bottom: -4px;
  height: 74px;
  background: url(../images/top/fig_cebu-pacific.webp) no-repeat center/cover;
}
.access-inner .airlines ul li:nth-child(3) h4::after {
  bottom: 12px;
  height: 37px;
  background: url(../images/top/fig_united-airlines.webp) no-repeat center/cover;
}
.access-inner .airlines ul li a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 135px;
  margin: 8px auto 0;
  padding: 5px 20px 8px 8px;
  border-radius: 5px;
  background: #f29120;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.access-inner .airlines ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}
.access-inner .airlines hr {
  margin-block: 16px;
  border-top: 1px solid #ededed;
}
.access-inner .airlines table {
  width: 100%;
  margin-top: 16px;
}
.access-inner .airlines table caption {
  padding-bottom: 4px;
  font-size: 1.3rem;
  font-weight: 700;
}
.access-inner .airlines table th, .access-inner .airlines table td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.2rem;
}
.access-inner .airlines table th {
  font-weight: 700;
}
.access-inner .airlines table td:last-child {
  text-align: left;
}
.access-inner .airlines .update {
  margin-top: 2px;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 700;
}
.access-inner .info .inner > ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.access-inner .info .inner > ul li h4 {
  position: relative;
  margin-bottom: 10px;
  padding: 2px 0 2px 26px;
  border-bottom: 1px dotted #4189a3;
  font-size: 1.6rem;
  font-weight: 700;
}
.access-inner .info .inner > ul li h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_plane_blue.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.access-inner .info .inner > ul li .exp figure {
  float: right;
  width: 160px;
  margin: 7px 0 3px 16px;
}
.access-inner .info .inner > ul li .exp ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.access-inner .info .inner > ul li .exp ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 20px;
  padding-bottom: 3px;
  border-radius: 5px;
  background: #f29120;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
.access-inner .tour ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 1.6rem;
}
.access-inner .tour ul li {
  width: calc((100% - 32px) / 2);
}
.access-inner .tour ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.access-inner .tour ul li a figure {
  margin-bottom: 10px;
}
.access-inner .tour ul li a figure img {
  width: 50%;
}
@media all and (max-width: 896px) {
  .access-inner .tour ul li a figure img {
    width: 80%;
  }
}

#tour .access-inner {
  margin-top: 0;
}

.bnr {
  padding-block: 32px;
}
.bnr .inner > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.bnr .inner > a img {
  width: 100%;
}
.bnr ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.bnr ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 20px;
  padding-bottom: 3px;
  border-radius: 5px;
  background: #f29120;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.course {
  position: relative;
  padding-bottom: 20px;
}

/*# sourceMappingURL=top.css.map */
