.c-facilities {
    background-color: #fff;
    color: #201817;
}

.c-facilities__container {
    font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    max-width: 1164px;
    padding: 110px 0;
    margin: 0 auto
}

@media screen and (min-width:961px) and (max-width:1164px) {
    .c-facilities__container {
        max-width: 100%;
        padding: 75px 10px
    }
}

@media only screen and (max-width:960px) {
    .c-facilities__container {
        max-width: 960px;
        padding: 75px 20px
    }
}

@media only screen and (max-width:767px) {
    .c-facilities__container {
        max-width: 100%
    }
}

.c-facilities__title h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.6;
    color: #68bbce;
    margin-bottom: 30px
}

.c-facilities__title p {
    font-size: 1.6rem;
    letter-spacing: .64px;
    line-height: 1.46
}

@media only screen and (max-width:1023px) {
    .c-facilities__title h2 {
        font-size: 2.2rem;
        letter-spacing: 0px;
        margin-bottom: 25px
    }

    .c-facilities__title p {
        font-size: 1.5rem;
        letter-spacing: 0
    }
}

.c-facilities__list {
    margin: 75px auto;
    width: 100%
}

.c-facilities__list h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .8px;
    margin-top: 10px
}

.c-facilities__grid,
.c-facilities__col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.c-facilities__grid.--special,
.c-facilities__col {
    grid-template-columns: repeat(2, 1fr)
}

.c-facilities__col {
    margin-bottom: 0
}

.c-facilities__group {
    position: relative
}

.c-facilities__flex {
    display: flex;
    gap: 4px
}

.c-facilities__flex .c-facilities__items:first-child .c-facilities__img img {
    border-radius: 0 0 0 10px
}

.c-facilities__flex .c-facilities__items:last-child .c-facilities__img img {
    border-radius: 0 0 10px 0
}

.c-facilities__box {
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #ededed;
    border-radius: 10px 10px 0 0;
    margin-bottom: 4px;
    color: #666
}

.c-facilities__box p {
    font-size: 1.5rem
}

.c-facilities__notgroup {
    margin-top: 48px
}

@media only screen and (max-width:1023px) {
    .c-facilities__list {
        margin: 43px auto 35px
    }

    .c-facilities__grid,
    .c-facilities__col {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 10px;
        margin-bottom: 30px
    }

    .c-facilities__grid.--special {
        display: block
    }

    .c-facilities__group {
        margin-bottom: 30px
    }

    .c-facilities__list h2 {
        font-size: 1.5rem
    }

    .c-facilities__box {
        line-height: 30px;
        height: 30px;
        margin-bottom: 4px;
        border-radius: 5px 5px 0 0
    }

    .c-facilities__box p {
        font-size: 1.3rem
    }

    .c-facilities__flex {
        gap: 4px
    }

    .c-facilities__flex .c-facilities__items:first-child .c-facilities__img img {
        border-radius: 0 0 0 5px
    }

    .c-facilities__flex .c-facilities__items:last-child .c-facilities__img img {
        border-radius: 0 0 5px 0
    }

    .c-facilities__notgroup {
        margin-top: 30px
    }
}

.c-facilities__img {
    position: relative
}

.c-facilities__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.c-facilities__img p {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.7px
}

@media only screen and (max-width:1023px) {
    .c-facilities__img img {
        border-radius: 5px
    }

    .c-facilities__img p {
        font-size: 1.4rem;
        top: 8px;
        left: 8px
    }
}

.c-facilities__text {
    margin-top: 12px
}

.c-facilities__text .sub {
    font-size: 1.4rem;
    line-height: 1.71;
    color: rgba(0, 0, 0, .5);
    display: none
}

.c-facilities__text .main {
    font-size: 1.6rem;
    line-height: 1.45;
    font-feature-settings: "palt"
}

.c-facilities__text .main.--special {
    margin-left: 0
}

.c-facilities__text .province {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 12px
}

@media only screen and (max-width:1023px) {
    .c-facilities__text {
        margin-top: 10px
    }

    .c-facilities__text .sub,
    .c-facilities__text .province {
        font-size: 1.1rem;
        margin-bottom: 3px;
        line-height: 1.3
    }

    .c-facilities__text .province {
        margin-top: 5px
    }

    .c-facilities__text .main {
        font-size: 1.3rem
    }
}

.color_red {
    color: #902f2f;
}