@charset "utf-8";




.facility_common .box02 dl {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.facility_common .box02 dt {
    width: 8em;
}

.facility_common .box02 dd {
    width: calc(100% - 8em);
}


section .txt_area {
    width: 45%;
}

section .img_area {
    width: 50%;
}

section .txt_area p {
    font-size: 1.125rem;
}



#sec01 .gmap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 36%;
    overflow: hidden;
}



@media (max-width: 799px) {



    section .txt_area {
        width: 100%;
        margin-bottom: 2em;
    }

    section .img_area {
        width: 90%;
        max-width: 460px;
        margin: auto;
    }

}


@media (max-width: 599px) {


    .facility_common .box02 dl {
        width: 100%;
    }

}


.jyuyo {
    text-align: center;
    margin: 1.5rem auto;
    max-width: 600px;
}

.jyuyo a {
    background-color: #fff;
    display: block;
    padding: 0.5em;
    border-radius: 3em;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}

.otayoroi {
    text-align: center;
    margin: 1.5rem auto;
    max-width: 600px;
}

.otayoroi a {
    background-color: #fff;
    display: block;
    padding: 0.5em;
    border-radius: 3em;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
}