@charset "UTF-8";
/*
======================
	TOP
======================
*/

h2 {
	color: var(--base-color);
	font-size: initial;
	font-weight: initial;
	position: initial;
	width: initial;
	text-align: initial;
	top: initial;
}

.branding {
	width: 1000px;
	margin: 0 auto;
}

.shop-list {
	background-image: url(https://zaruya.info/wp/wp-content/themes/hp20/assets/images/top/shop-list-back.1700×1134.png);
	background-size: cover;
	background-repeat:  no-repeat;
	padding-bottom: 50px;
	width: 100%;
	margin: 30px auto;
}
.shops-box {
 	width: 100%;
	padding: 150px 0 0;
}
.shops {
	width: 700px;
	margin: 0 auto;
}
.shops tr td {
	width: 700px;
	margin: 0 auto;
	padding: 0.5em 0;
}

