body {
	background: url(../img/bg_din_sakura.png) no-repeat center top, url(../img/bg_02.jpg) repeat 0 0, #03aff6;
}
h1 a {
	background: url(../img/logo_sakura.svgz) no-repeat center bottom;
	background-size: contain;
}
@media screen and (max-width: 999px) {
	body {
		padding: 120px 0 0 0;
		background:  url(../img/bg_din_sakura.png) no-repeat center top, url(../img/bg_02.jpg) repeat 0 0, #03aff6;
		background-size: auto, 960px auto;
	}
	h1 a {
		background: url(../img/logo_sakura_sp.svgz) no-repeat center bottom;
		background-size: contain;
	}
}
@media screen and (max-width: 600px) {
	body {
		padding: 100px 0 0 0;
        background: #03aff6 url(../img/bg_02.jpg) repeat 0 0;
		background-size: 960px auto;
		letter-spacing: 0.02em;
	}
}
.store-info {
	text-shadow: 0 0 1px #05a6f4, 0 0 4px #05a6f4, 0 0 4px #05a6f4;
}
.store-info-h {
	text-shadow: none;
}