@charset "utf-8";
/* CSS Document */

#store {margin-top: 4em;}
#store > div {border: 1px solid rgba(255,255,255,0.5);padding: 1em;}
#store h5 {font-size: 8.5vw;}
#store span {display: block;line-height:1.5em;}
#store span a {display: inline-block;}
#store span a:hover {color: #fc0;}
#store > div > div {float:none; width: 100%;}
#store > div > a.map {float: none;width: 100%;margin-top: 1em;}
#store > div > a.map img {width: 100%;}


/**/
@media screen and (min-width: 600px) {
	#store > div > div {float:left; width: 65%;}
	#store > div > a.map {float: right;width: 30%;}
	#store h5 {font-size: 2.5em;}
}

@media screen and (min-width: 750px) {
}

@media screen and (min-width: 920px) {
}