/* MV */
.page__mv {
    background: url(../image/facility-mv_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* MVスマホ画面用（幅768px以下） */
@media (max-width: 768px) {
    .page__mv {
        background-image: url(../image/facility-mv_img__sp.jpg);
        min-height: 338px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .page__title {
        font-size: 28px;
        max-width: 302px;
        text-align: center;
    }
}

/* タイトル */
.title {
    margin-top: 0px;
    padding-top: 0;
}

.title h3 {
    margin-top: 0px;
}

/* 全体共通 */
.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

@media screen and (min-width: 768px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

.bg__shape {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 施設案内 */
.facility__container {
    background-color: #F2F0E9;
}

.title__text {
    margin-top: 10px;
}


.facility__container .title {
    line-height: 1;
}

.rental__container .title__english {
    width: 150px;
}

.facility__card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    max-width: 1080px;
    margin: 50px auto 0;
    /* grid-auto-rows: 1fr; */
}

.card {
    background-color: transparent;
    overflow: hidden;
    max-width: 490px;
    margin: 0 auto;
    height: 100%;
}

.card img {
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card__body {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    max-height: 300px;
}

.card img,
.card__body {
    max-width: 490px;
    min-width: 383px;
}

.card__body p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
}

.card__body .card__text {
    padding-top: 14px;
    min-height: 125px;
}

.card__body {
    padding: 35px 65px;
}

.card__title {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
    gap: 20px;
}

.card__title h4 {
    color: #DA832C;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

.card__text {
    min-height: 200px;
}

.text-nowrap {
    white-space: nowrap;
}

.bg__facility-bottom {
    background-image: url(../image/facility__bg-buttom.svg);
    height: 317px;
}

@media (max-width: 1344px) {
    .card__body {
        padding: 10px 35px;
        height: 400px;
    }

    .card__title {
        gap: 10px;
    }

    .card__title h4 {
        font-size: 24px;
    }
}

/* 施設案内レスポンシブ */
@media (max-width: 768px) {
    .facility__card-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        margin: 40px auto 0;
    }

    .bg__facility-bottom {
        background-image: url(../image/facility__bg-bottom__sp.svg);
        height: 117px;
    }

    .card {
        margin: 0 auto 50px;
        width: 100%;
        max-width: 300px;
    }

    .card img,
    .card__body {
        min-width: 300px;
        height: auto;
    }

    .card__body {
        padding: 20px 35px;
    }

    .card__body h4 {
        font-size: 20px;
        line-height: 1.8;
        font-weight: 700;
    }

    .card__body p {
        font-size: 13px;
    }

    .card__body .card__text {
        font-size: 16px;
    }

    .card__text {
        min-height: 136px;
    }

    .card__title {
        gap: 4px;
    }
}

/* レンタル */

.rental__container {
    background-color: #DCE8D0;
}

.rental__container .title__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    padding: 0;
}

.rental__card-grid {
    display: flex;
    gap: 60px;
    max-width: 1080px;
    width: 100%;
    margin: 80px auto 0;
    box-sizing: border-box;
}

.rental__card-grid .card__body {
    padding: 15px 30px;
    text-align: center;
}

.rental__card-grid img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.rental__card-grid .card img,
.rental__card-grid .card__body {
    min-width: unset;
    height: auto;
    width: 100%;
}

.rental__card__title {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.rental__card__title h4 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
}

.rental__card-grid .card__body .number {
    font-size: 30px;
    font-weight: 400;
}


/* アイコン */
.rental__icon-box {
    background-color: transparent;
    overflow: hidden;
    min-width: 100px;
}

.rental__icon-box img {
    height: 130px;
    /* object-fit: cover; */
    display: block;
}

.rental__icon-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    max-width: 1080px;
    margin: 80px auto 0px;

}

.rental__icon-textbody {
    display: flex !important;
    box-sizing: border-box;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
    gap: 20px;
    justify-content: space-between;
    min-height: 100px;
}

.bg__rental-bottom {
    background-image: url(../image/rental__bg-buttom.svg);
    height: 303px;
}

/* レンタルレスポンシブ */
@media (max-width: 768px) {
    .rental__card-grid {
        display: flex;
        flex-direction: column;
        gap: 50px;
        max-width: 90%;
        margin: 70px auto 0;
        padding: 0px;
    }

    .rental__card-grid .card {
        max-width: 300px;
        margin: 0 auto;
    }

    .rental__icon-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
        max-width: 90%;
        margin: 50px auto 0;
        padding: 0;
    }

    .rental__card-grid .card img,
    .rental__card-grid .card__body {
        min-width: auto;
    }

    .rental__icon-textbody {
        min-height: 130px;
        justify-content: initial;
    }

    .rental__icon-title {
        font-size: 20px;
    }


    .rental__card__title h4 {
        font-size: 25px;
    }

    .rental__card__title h4 {
        font-size: 25px;
        line-height: 1.5;
        font-weight: 800;
    }

    .rental__card-grid .card__body .number {
        font-size: 25px;
        font-weight: 400;
    }

    .bg__rental-bottom {
        background-image: url(../image/rental__bg-bottom__sp.svg);
        height: 108px;
    }
}

/* 売店情報 */
.title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.title__english {
    width: 120px;
}

.title__text {
    padding-top: 6px;
}

.shop__time-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.shop__time-box {
    padding: 14px 20px;
    border: 1px solid #8AB262;
    border-radius: 10px;
    width: 220px;
    text-align: center;
    margin-bottom: 60px;
}

.shop__time-box span {
    padding-left: 10px;
}

.shop__list {
    list-style: none;
    margin: auto;
    padding-top: 15px;
}

.shop__item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.info__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    min-width: 120px;
    line-height: 1.8;
    /* flex-shrink: 0; */
}

.info__list-dot {
    width: 12px;
    height: 12px;
    background-color: #8AB262;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    /* margin-bottom: 30px; */
}

/* PC用 */
.shop-info__pc {
    display: block;
}

.shop-info__sp {
    display: none;
}

.shop-info__container {
    width: 100%;
    background-color: #F2F0E9;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    max-height: 299px;
    margin-bottom: 100px;
}

.shop__info__textbox {
    padding: 0px 30px 0px 80px;
}

/* .shop__info__textbox,
.shop-image__box {
    flex: 1;
} */

.shop-image__box img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100%;
    /* height: auto; */
    object-fit: cover;
    /* max-height: 299px; */
}

.shop__info__subtitle {
    font-size: 30px;
    font-weight: 800;
    padding-right: 10px;
}

.shop-info__box {
    display: flex;
    padding-top: 50px;
    align-items: center;
}


.moning .shop-image__box img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moning .shop__info__textbox {
    padding: 0px 80px 0px 30px;
}

.hot-sandwich__box {
    display: flex;
    align-items: center;
}

.info__title .info__list-dot {
    justify-content: start;
}

@media (max-width: 768px) {
    .shop__container-inner {
        width: 90%;
        margin: 0 auto;
    }

    .shop-info__pc {
        display: none;
    }

    .shop-info__sp {
        display: block;
    }



    .shop-info__container {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #F2F0E9;
        border-radius: 20px;
        max-height: 700px;
    }

    .shop-image__box img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
    }

    .shop__info__textbox {
        padding: 17px 38px 38px;
    }

    .moning .shop__info__textbox {
        padding: 17px 23px 38px 23px;
    }

    .moning .shop-image__box img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
    }

    .shop-info__box {
        text-align: left;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .shop-info__box {
        line-height: 2;
    }

    .shop__item {
        display: block;
    }
}

@media (min-width: 768px) {
    .title h3 {
        font-size: 35px;
    }
}

/* 売店追加情報 */
.shop__price-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    gap: 24px;
}

/* テーブル */
.shop__price-list__info {
    /* align-items: start; */
    align-items: flex-start;
    /* ← 左寄せ */
    justify-content: flex-start;
    /* ← 上寄せ */
}

.shop__price-list__table {
    overflow-x: auto;
}

.shop__price-list__table,
.shop__price-list__info {
    flex: 1 1 48%;
    min-width: 320px;
}

.shop__price-list__info .shop__list {
    padding-top: 0;

}

.shop__price-list__info .shop__item {
    padding-top: 0;
    padding-bottom: 15px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
    table-layout: fixed;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #b3b3b3;
    padding: 12px 16px;
    text-align: left;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 500;
}

.responsive-table th {
    width: 50%;
}

.responsive-table td.number {
    font-weight: 400;
}

.convenience-store__box {
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 2;
}

@media (max-width: 768px) {
    body .title h3 {
        font-size: 35px
    }
}