@charset "UTF-8";

.visual-top {
    background-image: url("../image/topimage/facilities.jpg");
    background-position: 50% 40%;
}

.contents-title-headline {
    color: rgba(255, 255, 255, 1);
}

.main-area-top {
    position: relative;
    width: 100%;
    font-size: 90%;
    background: rgba(255, 255, 255, 1);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -2em;
    padding-top: 4em;
    padding-bottom: 10px;
    border-top-left-radius: 4000px 200px;
    border-top-right-radius: 4000px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 230px;
    overflow: hidden;
    z-index: 2;
}

.main-area {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

@media (max-width: 769px) {
    .faci-category-area {
        position: relative;
        width: 90%;
        text-align: left;
        margin: 2em auto;
        margin-bottom: 4em;
    }
}
@media (min-width: 770px) {
    .faci-category-area {
        position: relative;
        width: 70%;
        text-align: left;
        margin: 2em auto;
        margin-bottom: 4em;
    }
}

    .faci-category-title {
    }

    .faci-category-flexbox {
        display: flex;
        justify-content: left;
        align-items: start;
        flex-wrap: wrap;
        width: 100%;
        margin: 2%;
    }

@media (max-width: 769px) {
    .faci-item-flexbox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 28%;
        margin: 0.3em;
        margin-bottom: 5em;
        padding: 0;
    }
}

@media (min-width: 770px) {
    .faci-item-flexbox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 16%;
        margin: 0.3em;
        margin-bottom: 5em;
        padding: 0;
    }
}

    .faci-item-name {
        font-size: 90%;
        color: rgba(128, 128, 128, 1);
    }
