@charset "UTF-8";

/*---------------------------------------------------------
教室情報
---------------------------------------------------------*/
.site-class-pct img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
@media screen and (max-width: 640px) {
.site-class-pct img{
    width: 100%;
    height: auto;
}
}
