@charset "UTF-8";

.menu-cat-lists {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.menu-cat-lists li {
	margin-bottom: 1rem;
	padding: 0 3rem 0 1rem;
	font-family: "角新行書 L", "Kakushin Gyousho Light";
	font-size: 2rem;
	text-align: center;
}
.menu-cat-lists li::before {
	content: "";
	display: inline-block;
	background-image: url("./images/menu-list_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	margin-right: 0.5rem;
}
