/* ===================================================================
toppage-css
=================================================================== */

/*	maincolumn
----------------------------------------------------*/


.section01 {
margin-bottom:20px;
}

.section01 table {
width:95%;
margin:10px auto 0 auto;
border:1px solid #999;
}

.section01 th {
width: 145px;
padding:10px;
font-size:12px;
text-align:center;
color:#fff;
border-bottom:1px solid #fff;
background:#894A83;
}

.section01 td {
padding:10px;
font-size:12px;
border-bottom:1px solid #999;
}

.section02 .map {
margin:10px 0 20px 0;
}

@media screen and (max-width: 768px) {
    .section01 table {
        width: initial;
    }
    .section01 th {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    .section01 td {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }
    .store-img {
        width: 100%;
        height: auto;
    }
}