@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

article h2{
	margin: 25px auto;
	width: 200px;
	height: auto;
}
article h2 img{
	margin: 50px 0;
	padding: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	article h2{
		margin: 25px auto;
		width: 50%;
		height: auto;
	}
}


section.shopList {
	clear: both;
	margin: 0px 50px;
	padding: 0;
}
section.shopList ul {
    display: flex;
  	align-items: stretch;
  	justify-content: center;
	justify-content: space-between;
    height: auto;
	margin: 0 0 70px 0;
	padding: 0;
	list-style: none;
	vertical-align: inherit;
}
section.shopList ul li.pic {
	display: inline-block;
	text-align: left;
	width: 300px;
	height: auto;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
section.shopList ul li.text {
	display: inline-block;
	text-align: left;
	width: 600px;
	height: auto;
	font-size: 14px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
section.shopList ul li img {
	width: 280px;
	height: auto;
}
section.shopList ul li h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
section.shopList ul li h4 span.fc {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #7C6C5B;
	border-radius: 5px;
	border-bottom-color: #7C6C5B;
	padding: 1px 10px 2px 10px;
	margin: 0px 0px 0px 15px;
	text-align: center;
	display: inline-block;
	line-height: 1.5em;	
	width: auto;
}
section.shopList ul li span {
	background-color: #996633;
	color: #ffffff;
	border-radius: 5px;
	padding: 2px 5px 4px 5px;
	margin: 15px 0 15px 5px;
	text-align: center;
	width: 130px;
	display: block;
	font-size: 14px;
	font-weight: 600;
}
section.shopList ul li span a {
	color: #ffffff;
	text-decoration: none;
}
section.shopList ul li span a:hover {
	color: #ffffcc;
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	section.shopList {
		clear: both;
		margin: 0px 25px;
		padding: 0;
	}
	section.shopList ul {
    	display: block;
    	height: auto;
		margin: 0px 0 70px 0;
		padding: 0;
		list-style: none;
	}
	section.shopList ul li.pic {
		display: block;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 0;
		width: 100%;
		height: auto;
	}
	section.shopList ul li.pic img {
		width: 100%;
	}
	section.shopList ul li.text {
		display: block;
		text-align: left;
		width: 100%;
		font-size: 14px;
		height: auto;
	}
}