/* f-contact */

.f-contact {
	background: rgba(221, 237, 187, 0.3019607843);
	padding-block: 67px 80px;
}

.f-contact__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.f-contact__desc {
	font-size: 18px;
	font-weight: 500;
	margin-top: 40px;
}

.f-contact__buttons {
	display: flex;
	flex-direction: column;
	gap: 57px;
	margin-top: 55px;
}

.f-contact__text {
	font-size: 18px;
}

.f-contact__button {
	align-items: center;
	background: #006835;
	border-radius: 40px;
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	height: 80px;
	justify-content: center;
	margin-top: 17px;
	width: 320px;
}

.f-contact__button.--tel {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.f-contact__note {
	font-size: 16px;
	margin-top: 19px;
}

/* footer */

.footer {
	background: #ddedbb;
}

.footer__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 43px;
	padding-block: 81px;
}

.footer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.footer__logo {
	display: block;
	width: 80px;
}

.footer__title {
	font-size: 24px;
	font-weight: bold;
}

.footer__info {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.footer__info-text {
	font-size: 18px;
	line-height: 1.7222222222;
}

.footer__map {
	aspect-ratio: 480/279;
	width: 480px;
}

.footer__map iframe {
	height: 100%;
	width: 100%;
}

.footer__nav {
	background: #f7f7f7;
}

.footer__nav.--pc {
	display: none;
}

.footer__list {
	border-top: 1px solid #d8d8d8;
}

.footer__link {
	display: block;
	font-size: 18px;
	padding: 26px 87px;
}

.footer__bottom {
	background: #006835;
	display: flex;
	justify-content: center;
	padding-block: 30px;
}

.footer__copy {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 1080px) {

.f-contact {
	padding-block: 111px 121px;
}

.f-contact__desc {
	margin-top: 52px;
}

.f-contact__buttons {
	flex-direction: row;
	gap: 120px;
	justify-content: center;
	margin-top: 32px;
}

.footer__container {
	align-items: start;
	flex-direction: row;
	justify-content: space-between;
	padding-block: 120px 113px;
}

.footer__content {
	align-items: start;
	gap: 16px;
}

.footer__head {
	flex-direction: row;
}

.footer__title {
	font-size: 32px;
}

.footer__info {
	align-items: start;
	gap: 10px;
}

.footer__nav {
	background: transparent;
	margin-top: 20px;
}

.footer__nav.--sp {
	display: none;
}

.footer__nav.--pc {
	display: flex;
}

.footer__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 43px;
	max-width: 570px;
}

.footer__list {
	border: none;
}

.footer__link {
	color: #006835;
	padding: 0;
}

.footer__bottom {
	padding-block: 20px;
}

}

