/* mv
-------------------------*/
.mv {
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mv__title {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
@media print, screen and (min-width: 769px) {
    .mv {
        min-width: 1144px;
        min-height: 250px;
        background-image: url("../images/airport/mv_pc.jpg");
    }
    .mv__title {
        font-size: 2.5rem;
        line-height: 1.2;
        padding-top: 40px;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    }
}
@media not all and (min-width: 769px) {
    .mv {
        align-items: center;
        min-height: 120px;
        background-image: url("../images/airport/mv_sp.jpg");
    }
    .mv__title {
        font-size: 2rem;
        line-height: 1.312;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }
}

/* base
-------------------------*/
@media not all and (min-width: 769px) {
    .base {
        margin-bottom: 96px;
    }
}
@media print, screen and (min-width: 769px) {
    .base {
        margin-top: 64px;
        margin-bottom: 120px;
    }
}

/* fair
-------------------------*/
.fair__big-fair {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s;
}
@media (hover: hover) {
    .fair__big-fair:not(.is-disabled-hover):hover {
        opacity: 0.7;
    }
}
@media not all and (min-width: 769px) {
    .fair__big-fair {
        margin-top: 24px;
    }
}
.fair__big-fair-images {
    display: block;
    width: 100%;
}
.fair__big-fair-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {
    .fair__big-fair-image {
        aspect-ratio: 960/100;
    }
}
@media not all and (min-width: 769px) {
    .fair__big-fair-image {
        aspect-ratio: 335/137;
    }
}

/* airport-page-anchor
-------------------------*/
@media print, screen and (min-width: 769px) {
    .airport-page-anchor {
      width: -moz-fit-content;
      width: fit-content;
      margin: 90px auto -80px;
    }
  }
  @media not all and (min-width: 769px) {
    .airport-page-anchor {
      margin-top: 50px;
      margin-bottom: -26px;
    }
  }
  
/* airport-information
-------------------------*/
@media print, screen and (min-width: 769px) {
    .airport-information + .airport-information {
        margin-top: 64px;
    }
}
@media not all and (min-width: 769px) {
    .airport-information + .airport-information {
        margin-top: 40px;
    }
}
@media print, screen and (min-width: 769px) {
    .airport-information__heading {
        font-size: 1.625rem;
    }
}
@media not all and (min-width: 769px) {
    .airport-information__heading {
        font-weight: bold;
        font-size: 1.125rem;
    }
}
@media print, screen and (min-width: 769px) {
    .airport-information__contents {
        margin-top: 24px;
    }
}
@media not all and (min-width: 769px) {
    .airport-information__contents {
        margin-top: 16px;
    }
}

/* airport-detail
-------------------------*/
.airport-detail {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
@media print, screen and (min-width: 769px) {
    .airport-detail {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media not all and (min-width: 769px) {
    .airport-detail {
        flex-direction: column;
        row-gap: 8px;
    }
}
.airport-detail__image {
    flex-shrink: 0;
}
@media print, screen and (min-width: 769px) {
    .airport-detail__image {
        width: 352px;
    }
}
@media not all and (min-width: 769px) {
    .airport-detail__image {
        width: 100%;
    }
}
.airport-detail__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {
    .airport-detail__image img {
        aspect-ratio: 352/235;
    }
}
@media not all and (min-width: 769px) {
    .airport-detail__image img {
        aspect-ratio: 335/223;
    }
}
.airport-detail__text {
    font-size: 0.875rem;
}
.airport-detail__location {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 0.75rem;
    color: #697180;
    margin-top: 8px;
}
.airport-detail__location::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #697180;
    -webkit-mask-image: url("../images/icon/pin_black.svg");
    mask-image: url("../images/icon/pin_black.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.airport-detail__button {
    width: 144px;
    margin-top: 8px;
}

/* facility-information
-------------------------*/
.facility-information {
    display: flex;
}
@media print, screen and (min-width: 769px) {
    .facility-information {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media not all and (min-width: 769px) {
    .facility-information {
        flex-direction: column;
        row-gap: 24px;
    }
}

@media print, screen and (min-width: 769px) {
    .facility-information-item {
        width: calc((100% - 48px) / 3);
    }
}
@media not all and (min-width: 769px) {
    .facility-information-item {
        width: 100%;
    }
}
.facility-information-item__heading {
    position: relative;
    font-weight: bold;
    padding-left: 48px;
}
@media print, screen and (min-width: 769px) {
    .facility-information-item__heading {
        font-size: 1.25rem;
    }
}
@media not all and (min-width: 769px) {
    .facility-information-item__heading {
        font-size: 1rem;
    }
}
.facility-information-item__heading::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #99c4fd;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.facility-information-item__heading--gourmet::before {
    -webkit-mask-image: url("../images/icon/restaurant_blue.svg");
    mask-image: url("../images/icon/restaurant_blue.svg");
}
.facility-information-item__heading--active::before {
    -webkit-mask-image: url("../images/icon/active_blue.svg");
    mask-image: url("../images/icon/active_blue.svg");
}
.facility-information-item__heading--museum::before {
    -webkit-mask-image: url("../images/icon/museum_blue.svg");
    mask-image: url("../images/icon/museum_blue.svg");
}
.facility-information-item__heading--hot-spring::before {
    -webkit-mask-image: url("../images/icon/hot-spring_blue.svg");
    mask-image: url("../images/icon/hot-spring_blue.svg");
}
.facility-information-item__heading--amusement-park::before {
    -webkit-mask-image: url("../images/icon/amusement-park_blue.svg");
    mask-image: url("../images/icon/amusement-park_blue.svg");
}
.facility-information-item__heading--park::before {
    -webkit-mask-image: url("../images/icon/tree_blue.svg");
    mask-image: url("../images/icon/tree_blue.svg");
}
.facility-information-item__heading--pin::before {
    -webkit-mask-image: url("../images/icon/pin_black.svg");
    mask-image: url("../images/icon/pin_black.svg");
}
.facility-information-item__heading--event::before {
    -webkit-mask-image: url("../images/icon/present_blue.svg");
    mask-image: url("../images/icon/present_blue.svg");
}
.facility-information-item__contents {
    font-size: 0.875rem;
    margin-top: 16px;
}

/* airport-access
-------------------------*/
.airport-access {
    display: flex;
}
@media print, screen and (min-width: 769px) {
    .airport-access {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media not all and (min-width: 769px) {
    .airport-access {
        flex-direction: column;
        row-gap: 24px;
    }
}

@media print, screen and (min-width: 769px) {
    .airport-access-item {
        width: calc((100% - 48px) / 3);
    }
}
@media not all and (min-width: 769px) {
    .airport-access-item {
        width: 100%;
    }
}
.airport-access-item__heading {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 1.25rem;
    font-weight: bold;
}
@media print, screen and (min-width: 769px) {
    .airport-access-item__heading {
        font-size: 1.25rem;
    }
}
@media not all and (min-width: 769px) {
    .airport-access-item__heading {
        font-size: 1rem;
    }
}
.airport-access-item__heading::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #697180;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.airport-access-item__heading--bus::before {
    -webkit-mask-image: url("../images/icon/bus-tour_black.svg");
    mask-image: url("../images/icon/bus-tour_black.svg");
}
.airport-access-item__heading--train::before {
    -webkit-mask-image: url("../images/icon/train_black.svg");
    mask-image: url("../images/icon/train_black.svg");
}
.airport-access-item__heading--taxi::before {
    -webkit-mask-image: url("../images/icon/taxi_black.svg");
    mask-image: url("../images/icon/taxi_black.svg");
}
.airport-access-item__contents {
    font-size: 0.875rem;
    margin-top: 8px;
}

/* airplane-line
-------------------------*/
.airplane-line {
    display: flex;
    flex-direction: column;
    margin-top: 43px;
}
@media print, screen and (min-width: 769px) {
    .airplane-line {
        margin-top: 43px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-line {
        margin-top: 24px;
    }
}
.airplane-line__note {
    font-size: 0.75rem;
    color: #697180;
    text-align: right;
}
@media not all and (min-width: 769px) {
    .airplane-line__note {
        order: 1;
        margin-top: 24px;
    }
}
.airplane-line__switchers {
    display: flex;
    justify-content: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
@media print, screen and (min-width: 769px) {
    .airplane-line__switchers {
        margin-top: 8px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-line__switchers {
        order: 0;
    }
}
@media print, screen and (min-width: 769px) {
    .airplane-line__switcher {
        width: 334px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-line__switcher {
        width: calc((100% - 4px) / 2);
    }
}
.airplane-line__switcher label {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
    justify-content: center;
}
.airplane-line__switcher label span:first-child {
    font-size: 0.75rem;
}
.airplane-line__switcher label span:last-child {
    font-size: 1rem;
    font-weight: bold;
}
@media print, screen and (min-width: 769px) {
    .airplane-line__contents {
        margin-top: 16px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-line__contents {
        order: 2;
    }
}

.airplane-lines-wrap {
    display: none;
}
.airplane-lines-wrap.is-show {
    display: block;
}

@media print, screen and (min-width: 769px) {
    .airplane-lines + .airplane-lines {
        margin-top: 40px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-lines:not(.is-no-accordion) + .airplane-lines:not(.is-no-accordion)::before {
        display: block;
        content: "";
        border-top: 1px solid #c0c5cc;
        margin-inline: -20px;
    }
}
.airplane-lines__heading {
    font-weight: bold;
}
@media print, screen and (min-width: 769px) {
    .airplane-lines__heading {
        font-size: 1.25rem;
    }
}
@media not all and (min-width: 769px) {
    .airplane-lines__heading {
        font-size: 0.875rem;
    }
    .airplane-lines__heading:not(.is-no-accordion) {
        display: flex;
        gap: 4px;
        justify-content: space-between;
        align-items: center;
        padding-block: 16px;
    }
    .airplane-lines__heading:not(.is-no-accordion)::after {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background-color: #697180;
        -webkit-mask-image: url("../images/icon/arrow-down_black.svg");
        mask-image: url("../images/icon/arrow-down_black.svg");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }
    .airplane-lines__heading:not(.is-no-accordion).is-opened::after {
        transform: rotate(180deg);
    }
}
.airplane-lines__contents {
    flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
    .airplane-lines__contents {
        display: flex !important;
        gap: 24px;
        margin-top: 16px;
    }
}
@media not all and (min-width: 769px) {
    .airplane-lines__contents.is-no-accordion {
        display: flex;
        row-gap: 16px;
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .airplane-lines__contents:not(.is-no-accordion) {
        display: none;
        padding-block: 20px;
        padding-inline: 20px;
        background-color: #f5f7fa;
        margin-inline: -20px;
    }
    .airplane-lines__contents:not(.is-no-accordion) .airplane-lines__item + .airplane-lines__item {
        margin-top: 16px;
    }
}
.airplane-lines__item {
    background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
    .airplane-lines__item {
        width: calc((100% - 48px) / 3);
    }
}
@media not all and (min-width: 769px) {
    .airplane-lines__item {
        width: 100%;
    }
    .airplane-lines__item.c-lowest-price-card--wide .c-lowest-price-card__contents {
        align-items: center;
    }
    .airplane-lines__item.c-lowest-price-card--wide .c-lowest-price-card__price {
        flex-shrink: 0;
    }
}

/* airport-access-detail
-------------------------*/
.airport-access-detail {
    display: flex;
    flex-direction: column;
}
@media print, screen and (min-width: 769px) {
    .airport-access-detail {
        row-gap: 24px;
    }
}
@media not all and (min-width: 769px) {
    .airport-access-detail {
        row-gap: 16px;
    }
}

.airport-access-detail-item__text {
    font-size: 0.875rem;
}
.airport-access-detail-item__text + .airport-access-detail-item__text {
    margin-top: 8px;
}
.airport-access-detail-item__list {
    font-size: 0.875rem;
    list-style-type: disc;
    padding-left: 7px;
    margin-left: 14px;
}
.airport-access-detail-item__button {
    width: auto;
    margin-top: 8px;
}

/* tourist-spot
-------------------------*/
.tourist-spot {
    display: flex;
    justify-content: center;
}
@media print, screen and (min-width: 769px) {
    .tourist-spot {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}
@media not all and (min-width: 769px) {
    .tourist-spot {
        flex-direction: column;
        row-gap: 24px;
    }
}

@media print, screen and (min-width: 769px) {
    .tourist-spot-item {
        width: calc((100% - 48px) / 3);
    }
}
@media not all and (min-width: 769px) {
    .tourist-spot-item {
        width: 100%;
    }
}
.tourist-spot-item__image {
    width: 100%;
    aspect-ratio: 352/235;
}
.tourist-spot-item__image img {
    width: 100%;
}
.tourist-spot-item__heading {
    position: relative;
    font-weight: bold;
    padding-left: 32px;
    margin-top: 8px;
}
@media print, screen and (min-width: 769px) {
    .tourist-spot-item__heading {
        font-size: 1.25rem;
    }
}
@media not all and (min-width: 769px) {
    .tourist-spot-item__heading {
        font-size: 1rem;
    }
}
.tourist-spot-item__heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #99c4fd;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
@media print, screen and (min-width: 769px) {
    .tourist-spot-item__heading::before {
        top: 3px;
        left: 3px;
    }
}
@media not all and (min-width: 769px) {
    .tourist-spot-item__heading::before {
        top: 0;
        left: 0;
    }
}
.tourist-spot-item__heading--gourmet::before {
    -webkit-mask-image: url("../images/icon/restaurant_blue.svg");
    mask-image: url("../images/icon/restaurant_blue.svg");
}
.tourist-spot-item__heading--active::before {
    -webkit-mask-image: url("../images/icon/active_blue.svg");
    mask-image: url("../images/icon/active_blue.svg");
}
.tourist-spot-item__heading--museum::before {
    -webkit-mask-image: url("../images/icon/museum_blue.svg");
    mask-image: url("../images/icon/museum_blue.svg");
}
.tourist-spot-item__heading--hot-spring::before {
    -webkit-mask-image: url("../images/icon/hot-spring_blue.svg");
    mask-image: url("../images/icon/hot-spring_blue.svg");
}
.tourist-spot-item__heading--amusement-park::before {
    -webkit-mask-image: url("../images/icon/amusement-park_blue.svg");
    mask-image: url("../images/icon/amusement-park_blue.svg");
}
.tourist-spot-item__heading--park::before {
    -webkit-mask-image: url("../images/icon/tree_blue.svg");
    mask-image: url("../images/icon/tree_blue.svg");
}
.tourist-spot-item__heading--pin::before {
    -webkit-mask-image: url("../images/icon/pin_black.svg");
    mask-image: url("../images/icon/pin_black.svg");
}
.tourist-spot-item__heading--event::before {
    -webkit-mask-image: url("../images/icon/present_blue.svg");
    mask-image: url("../images/icon/present_blue.svg");
}
.tourist-spot-item__contents {
    font-size: 0.875rem;
    margin-top: 8px;
}
.tourist-spot-item__button {
    width: auto;
    margin-top: 8px;
}
.tourist-spot-item__button .c-pill-button__text_small {
    font-size: 12px;
}
  
/* airline-list
-------------------------*/
.airline-list-text {
    font-size: 0.875rem;
    margin-top: 24px;
}
