@charset "UTF-8";
/* CSS Document */
 /* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/* 共通 */

/* 共通 */

#shopWrapper {
	padding-top: 300px;
	border-bottom: solid thin #9F9F9F;
	width: 100%;

}

#shop {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}

#shopInfo {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#shop ul {
	margin-top: 30px;
}
#shop li {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#shop li img{
	width: 100%;
	margin-bottom: 20px;
}

#shop h1 {
	font-size: 25px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	margin-bottom: 20px;
}

#shop h2 {
	font-size: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
}

#shop p{
	font-size: 15px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#map {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
