@charset "UTF-8";

html {
}

body {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
}
a img {
    transition: all 0.4s ease;
}
a:hover img {
    opacity: 0.5;
}
h1 {
    text-align: center;
}
footer {
	color: #fff;
	padding: 50px 20px 10px;
}
footer .ban {
    font-size: 10px;
}
footer #copyright {
    font-size: 10px;
    text-align: center;
}
@media (min-width: 767px){
    body {
        font-size: 16px;
    }
    footer .footer_shop_list {
        max-width: 1000px;
        margin: 0 auto;
    }
    footer .ban {
        text-align: center;
    }
}