@charset "UTF-8";

html {
    font-size: 62.5%;
}
body {
    font-family: 'Montserrat','Noto Sans JP', sans-serif;
    font-family: 'Zen Maru Gothic';
    font-size: 1.6rem;
    color: #171717;
    letter-spacing: 0.05em;
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #141414;
}

.wrapper {
    padding: 100px 0 70px;
}

.location-map {
    text-align: center;
    padding-bottom: 80px;
}

.free-store {
    text-align: center;
}
.table {
    margin: 0 auto 20px;
    line-height: 2em;
    border: 1px solid #ecb02c;
}
.table tr, th {
    border: 1px solid #ecb02c;
    padding: 5px 10px;
}
.table td {
    padding: 0 100px;
}

.footer {
    background-color: #f3ce9efd;
}

/*-------------    sp    --------------*/

@media screen and (max-width: 768px),print {

    .location-map {
        padding-bottom: 10px;
    }

    .free-store {
        padding-top: 30px;
    }
    
    .table {
        margin: 0 auto 10px;
        line-height: 2em;
    }
    .table tr, th {
        padding: 3px 7px;
    }
    .table td {
        padding: 0 30px;
    }

}