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

.shoplist_page202605 {
	padding: 100px 0 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
h2.shoplist_h2 {
	padding-bottom: 15px;
	border-bottom: 0.5px solid #414141;
	width: 90%;
	margin: 0 auto 60px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
}
.store {
	width: 90%;
	margin: 0 auto;
}
.store h3 {
	margin-bottom: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
}
.store_image, .store_image02 {
	background: #fff;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
	width: 100%;
}
.store_image img {
	max-width: 150px;
}
.store_image02 {
	background: #fff;
	padding: 30px 20px;
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}
.store_image02 img {
	max-width: 150px;
}
@media screen and (max-width:768px){
	h2.shoplist_h2 {
		margin: 0 auto 30px;
	}
	.store_image, .store_image02 {
		background: #fff;
		padding: 30px 20px 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 10%;
		margin-bottom: 30px;
	}
	.store_image img {
		width: 45%;
		margin-bottom: 20px;
	}
	.store_image02 a {
		width: 45%;
		margin-bottom: 20px;
	}
	.store_image02 a img {
		width: 100%;
	}
}
.p-page_content__inner {
	max-width: 100%!important;
	background: #f5f7fa!important;
}
.u-margin__bottom--100 {
	margin-bottom: 0!important;
    background: #f5f7fa !important;
}