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

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

h3 {
    padding:5px 10px;
    font-size:16px;
    color:#fff;
    background:#e83356;
    }

.section01 {
margin-bottom:20px;
}

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

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

.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;
    }
}