@charset "UTF-8";

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  background-color: #fff;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
}

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

.hero__image,
.hero__video {
  width: 100%;
  display: block;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero__video.is-loaded {
  opacity: 1;
}

.hero__sound-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}

.hero__sound-btn img {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Reservation Section
   ========================================================================== */
.reservation {
  padding: 60px 20px;
}

.reservation__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.reservation__title {
    background-color: #333333;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 10px 40px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.reservation__cards {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.reservation__card {
    flex: 1;
    text-align: center;
    padding: 20px;
    border: 1px solid #000000;
}

.reservation__airport {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.reservation__logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.reservation__logo img {
    max-height: 91px;
}

.reservation__btn {
    display: inline-block;
    background-color: #99CC33;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    width: 100%;
    border-radius: 3em;
    transition: opacity 0.3s ease;
}

.reservation__btn:hover {
  opacity: 0.8;
}

/* ==========================================================================
   Section Titles
   ========================================================================== */
.section-title {
    text-align: center;
}

.section-title--oyako {
    position: relative;
    background: url(/assets/images/008.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.section-title--oyako:before {
    content: "";
    background: #fffde6;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 1300px) {
  .section-title--oyako:before {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .section-title--oyako:before {
    height: 40%;
  }
}

.section-title--girls {
    position: relative;
    background: url(/assets/images/015.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.section-title--girls:before {
    content: "";
    background: #F1FAFB;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 1300px) {
  .section-title--girls:before {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .section-title--girls:before {
    height: 40%;
  }
}

.section-title__image {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Oyako (親子旅) Section
   ========================================================================== */
.oyako__background {
  background-color: #FFFDE5;
  padding: 80px 20px;
}

.oyako__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ==========================================================================
   Spot Component (親子旅)
   ========================================================================== */
.spot {
  margin-bottom: 80px;
}

.spot:last-child {
  margin-bottom: 0;
}

.spot__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.spot--green .spot__header {
    border: 3px solid #00967B;
}

.spot--blue .spot__header {
    border: 3px solid #0097CF;
}

.spot--purple .spot__header {
    border: 3px solid #B02686;
}

.spot__icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.spot__title-wrap {
  display: flex;
  flex-direction: column;
}

.spot__ruby {
  font-size: 14px;
}

.spot__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.spot--green .spot__header .spot__title {
    color: #00967B;
}

.spot--blue .spot__header .spot__title {
    color: #0097CF;
}

.spot--purple .spot__header .spot__title {
    color: #B02686;
}

.spot__title small {
  font-size: 16px;
  vertical-align: middle;
}

.spot__content {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.spot__text-area {
  flex: 1;
}

.spot__slider-area {
    width: 50%;
    flex-shrink: 0;
}

.spot__catch {
  margin-bottom: 20px;
}

.spot__catch span {
    display: block;
    width: fit-content;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 2px 15px;
    margin-bottom: 5px;
}

.spot__catch--blue span {
  background-color: #0097CF;
  color: #FFF100;
}

.spot__catch--cyan span {
  background-color: #FFF100;
  color: #0097CF;
}

.spot__catch--pink span {
  background-color: #FFF100;
  color: #B02686;
}

.spot__description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.spot__info {
    display: flex;
    gap: 30px;
    padding: 30px 40px;
    background: #fff;
    border-radius: 15px;
    font-family: Noto Sans JP;
}

.spot__info-list {
  flex: 1;
}

.spot__info-item {
  display: flex;
  margin-bottom: 15px;
}

.spot__info-item:last-child {
  margin-bottom: 0;
}

.spot__info-item dt {
  width: 80px;
  flex-shrink: 0;
  font-weight: 500;
  color: #00967B;
}

.spot--blue .spot__info-item dt {
  color: #0097CF;
}

.spot--purple .spot__info-item dt {
  color: #B02686;
}

.spot__info-item dd {
  flex: 1;
}

/* ==========================================================================
   Girls (女子旅) Section
   ========================================================================== */
.girls__background {
  background-color: #F1FAFB;
  padding: 80px 20px;
}

.girls__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.girls {
    padding: 80px 0 0;
}

/* ==========================================================================
   Place Component (女子旅)
   ========================================================================== */
.place {
  margin-bottom: 60px;
}

.place:last-child {
  margin-bottom: 0;
}

.place__content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

.place__text-area {
  flex: 1;
}

.place__slider-area {
    width: 50%;
    flex-shrink: 0;
}

.place__slider-area--sp {
    display: none;
}

.place__slider-area--pc {
    display: block;
}

.place__header {
    display: flex;
    align-items: end;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 14px solid #117C5D;
}

.place__number {
    width: auto;
    height: 70px;
}

.place__title-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.3em;
}

.place__title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #117C5D;
}

.place__ruby {
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Noto Sans JP';
}

.place__description {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}

.place__recommend {
    margin-bottom: 25px;
}

.place__recommend-title {
  font-size: 15px;
  font-weight: 700;
  color: #117C5D;
  margin-bottom: 5px;
}

.place__recommend-text {
  font-size: 13px;
  line-height: 1.8;
}

.place__recommend-text a {
    text-decoration: underline;
}

.place__sns-icon {
    height: 1em;
    vertical-align: baseline;
    margin: 0 3px 0;
}

.place__info {
  padding-top: 20px;
  border-top: 1px solid #000;
}

.place__info-list {
  width: 100%;
}

.place__info-item {
  display: flex;
  margin-bottom: 8px;
}
.place__info-item a {
    text-decoration: underline;
}
.place__info-item:last-child {
  margin-bottom: 0;
}

.place__info-item dt {
  width: 70px;
  flex-shrink: 0;
  font-weight: 500;
  color: #117C5D;
}

.place__info-item dd {
  flex: 1;
}

/* ==========================================================================
   Slider Component
   ========================================================================== */
.slider {
  position: relative;
  width: 100%;
}

.slider__container {
  overflow: hidden;
}

.slider__track {
  display: flex;
  transition: transform 0.4s ease;
}

.slider__slide {
    min-width: 100%;
    flex-shrink: 0;
    width: 100%;
}

.slider__slide img {
  width: 100%;
  height: auto;
}

.slider__caption {
    font-size: 12px;
    color: #707070;
    text-align: left;
    margin-top: 8px;
    min-height: 20px;
}

.slider__btn {
    position: absolute;
    top: calc(50% - 34px);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.slider__btn:hover {
  background: #fff;
}

.slider__btn--prev {
  left: 10px;
}

.slider__btn--next {
  right: 10px;
}

.slider__btn img {
  width: 34px;
  height: 34px;
}

/* ==========================================================================
   Access Section
   ========================================================================== */
.access {
  padding: 60px 20px;
  background-color: #fff;
}

.access__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.access__title {
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 15px 40px;
  border-radius: 50px;
  margin-bottom: 40px;
}

.access__map {
  text-align: center;
  margin-bottom: 60px;
}

.access__map img {
  max-width: 100%;
  height: auto;
}

.access__columns {
  display: flex;
  gap: 60px;
}

.access__column {
  flex: 1;
}

.access__subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.access__text {
  font-size: 14px;
  line-height: 1.8;
}

.access__text p {
  margin-bottom: 10px;
}

.access__area {
  font-weight: 700;
  margin-top: 15px;
}

.access__area:first-child {
  margin-top: 0;
}

.access__bus-image {
  margin-bottom: 15px;
}

.access__bus-image img {
  width: 100%;
  height: auto;
}

.access__link {
  font-size: 14px;
}

.access__link a {
  text-decoration: underline;
}

.access__link a:hover {
  text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background-color: #FFFDE5;
  border-top: 6px solid #99CC33;
  padding: 40px 20px;
  text-align: center;
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer__logo img {
    max-width: 100%;
    width: 340px;
    height: auto;
}

.footer__company {
  font-size: 14px;
}

.footer__copyright {
  font-size: 12px;
  color: #707070;
  margin-top: 3em;
}

/* ==========================================================================
   Page Top Button
   ========================================================================== */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.page-top img {
  width: 100%;
  height: 100%;
}

.page-top:hover {
  opacity: 0.8;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 768px) {
    .reservation {
        padding: 40px 20px;
    }
    .reservation__title {
        font-size: 18px;
        padding: 6px 0px;
        margin-bottom: 20px;
    }
    .reservation__airport {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .reservation__logo img {
        max-height: 70px;
    }
    .reservation__btn {
        font-size: 14px;
        padding: 4px 0px;
    }
    .oyako__background {
        padding: 30px 20px;
    }
    .spot {
        margin-bottom: 40px;
    }
    .spot__header {
        background: #fff;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .spot__icon {
        width: 60px;
    }
    .spot__title {
        font-size: 26px;
    }
    .spot__title-wrap {
        width: 100%;
    }
    .spot__catch span {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0px 10px;
        margin-bottom: 5px;
    }
    .spot__description {
        font-size: 12px;
        line-height: 2;
        margin-bottom: 0;
    }
    .reservation__cards {
        flex-direction: column;
        gap: 20px;
    }

    .spot__content {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
    }
    .spot__info {
        display: block;
        gap: 30px;
        padding: 30px 20px;
        border-radius: 15px;
    }
    .spot__info-list {
        margin-bottom: 15px;
    }

    .spot__slider-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .girls__background {
        padding: 40px 20px;
    }

    .place__title {
        font-size: 30px;
    }

    .place__header {
        display: flex;
        flex-wrap: wrap;
        border-bottom: unset;
        gap: 0;
    }

    .place__title-wrap {
        padding-bottom: 0;
        border-top: 14px solid #117C5D;
        width: 100%;
        padding-top: 0.5em;
    }

    .place__content {
        flex-direction: column;
    }

    .place__slider-area {
        width: 100%;
    }

    .place__slider-area--pc {
        display: none;
    }

    .place__slider-area--sp {
        display: block;
    }

    .access__columns {
        flex-direction: column;
        gap: 40px;
    }

    .slider__btn--prev {
        left: 10px;
    }

    .slider__btn--next {
        right: 10px;
    }

    .access {
        padding: 40px 20px;
    }

    .access__title {
        font-size: 18px;
        padding: 9px 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .access__map {
        margin-bottom: 30px;
    }

    .hero__sound-btn {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
    }

    .page-top {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}
