@charset "UTF-8";

/*MV調整*/
#mv{
    width: 100%;
}
#mv:before {
    content: none;
}

/*------------------診療時間テーブル調整------------------*/
.access_table {
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .access_table {
        overflow-x: auto;
        white-space: normal;
    }
    .access_table table {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .access_table {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .access_table table {
        width: 550px;
    }
}

table th {
font-weight: normal;