.title {
    width: 100%;
    height: 140px;
    background-color: #14A17A;
    background-image: radial-gradient(#31b791 1px, rgba(0, 0, 0, 0) 1px);
    background-size: 20px 20px
}

@media screen and (max-width: 559px) {
    .title {
        height: 100px
    }
}

.title-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 42.5px 0 42.5px
}

@media screen and (max-width: 559px) {
    .title-inner {
        padding: 32.5px 0 32.5px
    }
}

.title-inner img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 559px) {
    .title-inner img {
        height: 35px;
        width: auto
    }
}

.school {
    width: 100%;
    margin-bottom: 50px
}

@media screen and (max-width: 559px) {
    .school {
        margin-bottom: 30px
    }
}

.school-inner {
    margin: 0 10px
}

.school-inner hr {
    margin: 20px 0
}

.school-heading {
    width: 40%;
    height: auto;
    margin-top: 40px
}

@media screen and (max-width: 559px) {
    .school-heading {
        width: 80%
    }
}

.school-heading img {
    width: 100%;
    height: auto
}

.school-map {
    width: 100%;
    height: auto;
    padding-bottom: 30px
}

.school-map .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 44.4%
}

.school-map .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.school-list:nth-child(1) {
    border-right: solid 1px #3B4043;
}

@media screen and (max-width: 768px) {
    .school-list:nth-child(1) {
        border-right: none
    }
}


.school-item:nth-child(-n+2) {
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .school-item {
        width: 100%;
        margin-bottom: 20px
    }
}

.school-item ._title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 2.6rem
}

@media screen and (max-width: 559px) {
    .school-item ._title {
        font-size: 1.4rem
    }
}

.school-item ._text {
    font-size: 1.4rem;
    line-height: 2.1rem
}

@media screen and (max-width: 559px) {
    .school-item ._text {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

.line-top {
    width: 100%;
    height: 30px;
    background-image: url(../../../images/color-line_top.png);
    background-size: contain;
    background-repeat: repeat-x
}

.line-bottom {
    width: 100%;
    height: 30px;
    background-image: url(../../../images/color-line_bottom.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: repeat-x
}

.bg-area {
    background-color: #FFF7E0;
    background-size: 80px 80px;
    background-image: linear-gradient(rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(90deg, rgba(246, 232, 190, 0.7) 1%, rgba(246, 232, 190, 0.7) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(246, 232, 190, 0.7) 99%, rgba(246, 232, 190, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(246, 232, 190, 0.4) 25%, rgba(246, 232, 190, 0.4) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(246, 232, 190, 0.4) 50%, rgba(246, 232, 190, 0.4) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(246, 232, 190, 0.4) 75%, rgba(246, 232, 190, 0.4) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%)
}

a.park-link {
    text-decoration: underline;
}

.school-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.school-list {
    width: calc(100%/2);
    padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
    .school-list {
        padding-left: 0
    }
}

.school-item {
    width: auto;
}

@media screen and (max-width: 768px) {
    .school-content {
        display: block;
    }

    .school-list {
        width: 100%;
    }
}

section.access-info::before {
    content: "";
    display: block;
    height: 3rem;
    margin-top: -3rem;
}