@charset "utf-8";

.cover h1 {
	width: 50px;
	height: 252px;
	background-image: url(../../shop/images/pc/title.png);
}

#shopguide ul { margin-bottom: 60px; }

#shopguide ul li img { margin-bottom: 15px; }

#access h2 {
	margin: 0 auto 30px auto;
	width: 237px;
	height: 30px;
	background-image: url(../../shop/images/pc/access_hl.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#access p {
	margin-bottom: 30px;
	text-align: center;
}

#access #map_canvas {
	margin-bottom: 30px;
	border: solid 5px #E9E2D4;
	width: 1090px;
	height: 440px;
}

#access ul { margin-bottom: 60px; }

#access ul li img { margin-bottom: 15px; }

@media screen and (max-width: 640px){

#access #map_canvas {
	margin: 0 auto 30px auto;
	border: solid 5px #E9E2D4;
	width: 570px;
	height: 440px;
	box-sizing: border-box;
}
#access #map_canvas iframe {
	width: 100%;}

#access ul {
	margin: 0 30px 60px 30px;
}

#access ul li {
	margin-bottom: 30px;
	width: 100%;
}

#access ul li img {
	margin-right: 15px;
	float: left;
	width: 50%;
}

}
