.l-footer {
	position: relative;
	padding: 40px 20px;
	background-color: #f8f3ee;
	z-index: 1;
}

.l-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.l-footer__contact p {
	margin: 4px 0;
	line-height: 1.6;
	color: #5a4530;
}

.l-footer__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.l-footer__sns a {
	font-size: 1.4rem;
	line-height: 1;
}

@media (any-hover: hover) {
	.l-footer__sns a:hover {
		color: #8c6b50;
	}
}

.l-footer__copy {
	font-size: 0.75rem;
	color: #8c6b50;
}