@charset "UTF-8";

/* =======================================
Article__header
======================================= */
.article__header {
  display: flex;
  padding: 40px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: Lato;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 88.889% */
  letter-spacing: 0.36px;
}

.page_title p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
} 

.page_MV_SP {
  width: 100%;
}

.page_MV_PC {
  display: none;
}


/* Article__header-PC */
@media screen and (min-width:769px) {
    .article {
        max-width: 1440px;
        margin: 0 auto;
    }

  .article__header {
    padding: 60px 15.2% 120px;
    gap: 32px;
  }

  .page_title {
    font-size: 4.8rem;
    line-height: 32px; /* 66.667% */
    letter-spacing: 0.48px;
    gap: 8px;
    }

    .page_title p {
      font-size: 2rem;
      line-height: 32px; /* 160% */
      letter-spacing: 0.2px;
    }

    .page_MV_SP {
      display: none;
    }

    .page_MV_PC {
      display: block;
      width: 100%;
      max-width: 1000px;
    }

}/* pc 769px */

/* =======================================
About tour
======================================= */
.sake {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5.3%;
    gap: 40px;
}

.sake__txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.sake__title {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.66px;
}

.sake__note {
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}

/* btn共通 */
.btn-tourism__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0px 44px 0px 24px;
    background-color: var(--primary-green);
    color: var(--primary-white);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    transition: all 0.3s ease;
}

.btn-tourism__info:hover {
    background-color: var(--primary-lightBrown);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn-tourism__info::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_arrow_btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.btn-tourism__info:hover::after {
    right: 6px;
}


.tourism__img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.4%;
    padding: 0 5.3%;
    margin: 120px 0 40px;
}


.other {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 5.3%;
    gap: 40px;
}

.private,
.collaboration {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.private__title,
.collaboration__title {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.66px;
}

.private__note,
.collaboration__note {
    font-size: 1.6rem;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
}


/* About tour-PC */
@media screen and (min-width:769px) {
    .sake {
        display: flex;
        padding: 100px 15.27% 0;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 60px;
    }

    .sake__title {
        font-size: 2.6rem;
        letter-spacing: 0.78px;
    }

    .sake__note {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
    }

    .tourism__info {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .tourism__img {
        gap: 1.9%;
        padding: 0 11.1%;
        margin: 170px 0 80px;
    }

    .other {
        padding: 0 15.27%;
        gap: 80px;
    }

    .private,
    .collaboration {
        gap: 32px;
    }

    .private__title,
    .collaboration__title {
        font-size: 2.6rem;
        letter-spacing: 0.78px;
    }

    .private__note,
    .collaboration__note {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
    }
}/* pc 769px */

/* =======================================
Policy
======================================= */
.policy {
    display: flex;
    padding: 0 5.3%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 140px 0 90px;
}

.hidden-title {
    display: none;
}

.policy__txt {
    font-size: 1.4rem;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.14px;
}

.policy__pdf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.policy__pdf a {
    color: var(--primary-green);
    font-size: 1.4rem;
    line-height: 32px; /* 246.154% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.policy__pdf a:hover {
    color: var(--primary-lightBrown);
}

/* Policy-PC */
@media screen and (min-width:769px) {
    .policy {
        display: inline-flex;
        padding: 0 15.27%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin: 140px 0 120px;
    }

    .policy__txt {
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        letter-spacing: 0.18px;
    }

    .policy__pdf {
        gap: 4px;
    }

    .policy__pdf a {
        font-size: 1.8rem;
    }
}/* pc 769px */