@charset "UTF-8";
/* Scss Document */

h1 {
    background: url(../../store/images/title.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
}
.store-list {
    margin-bottom: 2rem;
}
.store-list li {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    border: 1px solid #333;
    width: 16rem;
    margin: 2rem auto;
    padding: 0.5rem 0;
    background: #fff;
}
.store-list li a {
    display: block;
}




/* for smart phone & tablet*/
@media screen and (max-width: 768px) {
   
}
/* smartphone */
@media screen and (max-width: 480px) {
   
}
