@charset "UTF-8";

/* ----------
    共通
------------ */
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pane-contents {
    padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    .pane-contents {
        padding-bottom: 5rem;
    }
}

.commonn-free_title {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .commonn-free_title {
        margin-bottom: 1.8rem;
    }
}

.commonn-free_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media screen and (max-width: 767px) {
    .commonn-free_items {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.commonn-free_item.is-active {
    border: 1px solid #E60012;
    color: #E60012;
    pointer-events: none;
}

.commonn-free_item {
    text-align: center;
    padding: 1.7rem 0;
    border-radius: 1rem;
    border: 1px solid #939393;
    color: #939393;
    transition: all .3s;
    font-size: 1.6rem;
}

.commonn-free_item:hover {
    text-decoration: none;
    border-color: #E60012;
    color: #E60012;
}

@media screen and (max-width: 767px) {
    .commonn-free_item {
        padding: 1.3rem 0;
        font-size: 1.4rem;

    }
}

.list-header_title {
    font-size: 3rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .list-header_title {
        font-size: 2.8rem;
    }
}

.list-header_en {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .list-header_en {
        font-size: 1.4rem;
    }
}

/* オフィシャルショップの場合の画像の高さ */
.offical-sotre .card-block_img{
    height: calc(100vw * 379 / 1320);
    max-height: 37.9rem;
}

@media screen and (max-width: 767px) {
    .offical-sotre .card-block_img{
        height: 21.6rem;
    }
}

/* その他の画像の高さ */
.facility-list .card-block_img,
.shop-list-sotre .card-block_img{
    height: calc(100vw * 188 / 1320);
    max-height: 18.8rem;
}

@media screen and (max-width: 767px) {
    .facility-list .card-block_img,
    .shop-list-sotre .card-block_img{
        height: 21.6rem;
    }
}

.card-block_title {
    font-size: 1.8rem;
    margin-top: 1rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .card-block_title {
        font-size: 1.6rem;
    }
}

.card-block_time {
    margin-top: 1rem;
    font-size: 1.6rem;
}

.card-block_title+.card-block_time {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .card-block_time {
        font-size: 1.4rem;
    }
}

.card-block_postcode {
    font-size: 1.6rem;
}

.card-block_title+.card-block_postcode {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .card-block_postcode {
        font-size: 1.4rem;
    }
}

.card-block_address {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .card-block_address {
        font-size: 1.4rem;
    }
}

.card-block_tel {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .card-block_tel {
        font-size: 1.4rem;
    }
}

.card-block_other {
    margin-top: 1rem;
}

.card-block_btn {
    width: 20rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    color: #fff;
    background-color: #333333;
}

@media screen and (max-width: 767px) {
    .card-block_btn {
        width: 15rem;
        min-height: 3rem;
        font-size: 1.4rem;
    }
}

.card-block_btn::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../../common/img/icon_placeholder.png) center / contain no-repeat;
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .card-block_btn::before {
        width: 2rem;
        height: 2rem;
    }
}