body #wrap .content_area {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", Avenir, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    padding-bottom: 0;
}
.bg-white-to-grey {
    background-image: linear-gradient(0deg, #dde9f5, #ffffff);
}
.bg-grey-to-white {
    background-image: linear-gradient(0deg, #ffffff, #dde9f5);
    height: 30px;
}
#map .title-img {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
#map .title-img img {
    max-width: 740px;
    width: 100%;
}
#map .tel {
    text-align: center;
    padding-bottom: 50px;
}
#map .tel img {
    max-width: 300px;
    width: 70%;
}
#map .point {
    text-align: center;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}
#map .point img {
    max-width: 740px;
    width: 100%;
}
#map .point {
    text-align: center;
}
#map .map-image img {
    width: 100%;
}

section.park .section-title {
    font-size: clamp(34px, 7vw, 55px);
    font-weight: 700;
    padding: 50px 0 40px;
}
section.park p {
    font-size: clamp(15px, 4.5vw, 22px);
    line-height: 1.6;
    text-align: center;
    padding-bottom: 30px;
}
.feature-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.feature-list .item {
    max-width: 190px;
}
.feature-list .item img {
    width: 100%;
}
.feature-list .item.multiple {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3px;
}
.feature-list .item.multiple .sub-item {
    width: calc(50% - 2.5px);
}
.photo-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 35px;
    padding-bottom: 60px;
}
.photo-list .item img {
    width: 100%;
}

@media screen and (max-width: 767px)
{
    .content_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #map .title-img {
        padding-top: 7vw;
        padding-bottom: 6vw;
    }
    #map .tel {
        padding-bottom: 9vw;
    }
    #map .point {
        margin-bottom: -6vw;
    }
    #map .point img {
        width: 94%;
    }
    section.park .section-title {
        padding: 8vw 0 7vw;
    }
    section.park p {
        text-align: left;
        padding-bottom: 5vw;
    }
    .feature-list {
        flex-wrap: wrap;
        margin-bottom: 5vw;
    }
    .feature-list .item {
        width: calc(33% - 15px);
    }
    .feature-list .item.multiple {
        width: 100%;
        max-width: 100%;
        justify-content: start;
        padding-top: 4vw;
        gap: 0;
    }
    .feature-list .item.multiple .sub-item {
        width: 16vw;
    }
    .feature-list .item.multiple .sub-item:not(:last-child){
        margin-right: 2vw;
    }
    .photo-list {
        padding-bottom: 10vw;
    }
}

@media screen and (max-width: 428px)
{
    .photo-list {
        display: block;
    }
    .photo-list .item:not(:last-child) {
        margin-bottom: 3vw;
    }
}