@charset 'UTF-8';

.shop-menu .button a {
	background-image: url('/image/icon07.png');
	background-position: right 20px center;
	padding-left: 21px;
	padding-right: 45px;
	text-align: left;
}

.shop-menu .button a::after {
	display: none;
}

.shop-menu {
	margin-bottom: 50px;
	padding-top: 10px;
}
.shop-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop-menu ul li {
	width: 230px;
	margin: 20px 26.5px 0 0;
}
.shop-menu ul li:nth-child(4n) {
	margin-right: 0;
}

.shop-list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop-list .article {
	width: 230px;
	margin: 0 26.5px 30px 0;
}
.shop-list .article:nth-child(4n) {
	margin-right: 0;
}
.shop-list .title {
	margin: 15px 0 0;
}
.shop-list .price {
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.shop-list .price span {
	color: #EA3700;
}
