@charset 'UTF-8';
/*  Add Custom CSS here.  */

/*=========================
    topページ
=========================*/

.address li {
    font-size: 21px;
    line-height: 1.85;
}

.address li + li {
    margin-top: 10px;
}


/* ===============================================
    施設のご紹介
==================================================*/
.ob-fit-cover {
    aspect-ratio: 12/7;
}

@media screen and (max-width:767px){
    .ob-fit-cover {
        aspect-ratio: 1/1;
    }
}

.ob-fit-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}