@charset "utf-8";



.komoku {
    width: 100%;
    font-size: 1em;
    margin-left: -5%;
}


.notice,li,.access {
    font-size: 0.9em;
    line-height: normal;
    
}


.outer-box img {
    width: 100%;
}

/* 駐車場表 */
.ichiran table {
    width: 100%;
    table-layout: fixed;
}

.ichiran td {
    font-size: 0.7rem;
    
}



/* 駐車場地図 */
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    
}