@charset "utf-8";

main .inner {
	max-width: 84rem;
	margin: 0 auto;
	padding: 0 1rem;
}
main .goods {
	padding: 10rem 0 3rem;
}
main h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #4a773c;
	line-height: 1.75;
}
@media (max-width: 768px) {
	main .inner {
		padding: 0 4rem;
	}
	main .goods {
		padding: 3rem 0;
	}
	main h2 {
		font-size: 4rem;
	}
}

/* item */
.item {
	margin-top: 4rem;
}
.item + .item {
	margin-top: 6rem;
}
.item .itemName {
	margin-top: 2.5rem;
	font-size: 1.8rem;
}
.item .itemList {
	margin-top: 1rem;
	line-height: 1.6;
}
.item .itemList span {
	font-size: 1.4rem;
}
.item .place {
	margin-top: 1.5rem;
	line-height: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
}
.item .place span:nth-child(1) {
	flex-shrink: 0;
	padding: 0.1rem 1.2rem;
	color: #fff;
	background-color: #4a773c;
}
.itemWrap {
	display: flex;
	justify-content: space-between;
	gap: 0 2rem;
}
.itemWrap .item {
	margin-top: 6rem;
	width: 40rem;
}
.note {
	margin-top: 7.5rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.item {
		margin-top: 4rem;
	}
	.item + .item {
		margin-top: 8rem;
	}
	.item .itemName {
		margin-top: 2rem;
		font-size: 3rem;
	}
	.item .itemList {
		margin-top: 2rem;
	}
	.item .itemList li + li {
		margin-top: 1rem;
	}
	.item .itemList span {
		font-size: 2.2rem;
	}
	.item .place {
		margin-top: 4rem;
		line-height: 3rem;
		gap: 0 2rem;
	}
	.item .place span:nth-child(1) {
		padding: 0.4rem 1.2rem 0.6rem 1.2rem;
	}
	.itemWrap {
		flex-direction: column;
		gap: 0;
	}
	.itemWrap .item {
		margin-top: 8rem;
		width: 100%;
	}
	.note {
		margin-top: 7rem;
		font-size: 2.2rem;
	}
}
