#ft {
	font-size: 14px;
	color: #fff;
	background: #5a6b64;
	margin: 100px 50px 0;
	border-radius: 150px 150px 0 0;
	padding: 150px 0 200px 0;
}
#ft .ft__container {
	width: 1500px;
	margin: 0 auto;
}
#ft .ft__container h6 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	width: 100%;
	margin-bottom: 1.8em;
}
#ft .ft__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 120px;
}
#ft .ft__contact .--opacity {
	opacity: 0.5;
}
#ft .ft__contact .contact__container {
	line-height: 1;
}
#ft .ft__contact .contact__container.--call strong {
	font-size: 60px;
}
#ft .ft__contact .contact__container.--call p {
	margin-top: 1.5em;
	line-height: 1.5;
}
#ft .ft__contact .contact__container.--hours {
	width: 20em;
}
#ft .ft__contact .contact__container.--hours dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ft .ft__contact .contact__container.--hours li,
#ft .ft__contact .contact__container.--hours dt,
#ft .ft__contact .contact__container.--hours dd {
	margin-bottom: 1em;
}
#ft .ft__contact .contact__container.--hours dt {
	width: 7em;
}
#ft .ft__contact .contact__container.--hours dd {
	width: calc(100% - 7em);
}
#ft .ft__contact .contact__container.--hours ul {
	padding-top: 1em;
}
#ft .ft__contact .contact__container.--addr address {
	line-height: 2;
	margin-top: -0.5em;
}
#ft .ft__contact .contact__container.--way {
	width: 36em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
#ft .ft__contact .contact__container.--way h6 {
	width: 100%;
}
#ft .ft__contact .contact__container.--way dl + dl {
	margin-left: 2em;
}
#ft .ft__contact .contact__container.--way dt {
	font-weight: bold;
}
#ft .ft__contact .contact__container.--way dd {
	margin-top: 1em;
}
#ft .ft__contact .contact__container.--way strong {
	font-weight: normal;
}
#ft .ft__info {
	font-size: 14px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#ft .ft__info .ft__logo {
	display: block;
	width: 274px;
	aspect-ratio: 100/19;
	opacity: 0.7;
	-webkit-filter: brightness(10);
	filter: brightness(10);
	background: url(/img/logo/logo.svg) left center/100% auto no-repeat;
}
#ft .ft__info .ft__wrapper {
	width: calc(100% - 320px);
}
#ft .ft__info nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}
#ft .ft__info nav a + a {
	margin-left: 54px;
}
#ft .ft__info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5em;
	opacity: 0.5;
}
#ft .ft__info ul li:nth-child(-n + 2) {
	margin-bottom: 1em;
}
#ft .ft__info ul li:nth-child(2) {
	width: calc(100% - 12em);
}
#ft .ft__info ul li:nth-child(2)::after {
	display: none;
}
#ft .ft__info ul li:nth-last-child(2)::after {
	display: none;
}
#ft .ft__info ul li:nth-child(-n + 5)::after {
	content: "|";
	font-size: 0.85em;
	padding: 0 0.7em;
	position: relative;
	top: -0.05em;
}
#ft .ft__info ul li:last-child {
	width: 100%;
	margin-top: 2em;
}
@media screen and (max-width: 1600px) {
	#ft .ft__container {
		width: 1200px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ft .ft__contact .contact__container.--way {
		width: 100%;
		padding-top: 5em;
	}
}
@media screen and (max-width: 1400px) {
	#ft .ft__container {
		width: 90%;
	}
}
@media screen and (max-width: 1280px) {
	#ft {
		width: 95%;
		margin: 100px auto 0;
		border-radius: 100px 100px 0 0;
		padding: 100px 0 150px 0;
	}
	#ft .ft__contact {
		padding-bottom: 90px;
	}
	#ft .ft__contact .contact__container.--call strong {
		font-size: 50px;
	}
	#ft .ft__info nav {
		font-size: 16px;
	}
	#ft .ft__info nav a + a {
		margin-left: 2em;
	}
	#ft .ft__info ul li:nth-child(2) {
		width: 100%;
	}
	#ft .ft__info ul li:nth-child(1)::after {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	#ft .ft__contact .contact__container.--call strong {
		font-size: 40px;
	}
	#ft .ft__contact .contact__container.--call,
	#ft .ft__contact .contact__container.--addr {
		width: 36.5%;
	}
	#ft .ft__contact .contact__container.--addr {
		padding-top: 5em;
	}
	#ft .ft__contact .contact__container.--hours,
	#ft .ft__contact .contact__container.--way {
		width: 63.5%;
	}
	#ft {
		padding-bottom: 100px;
	}
	#ft .ft__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#ft .ft__info .ft__wrapper {
		width: 100%;
		padding-top: 3em;
	}
}
@media screen and (max-width: 900px) {
	#ft {
		font-size: 18px;
	}
	#ft .ft__container h6 {
		font-size: 28px;
		margin-bottom: 1em;
	}
	#ft .ft__contact .contact__container.--call {
		width: 100%;
		padding-bottom: 5em;
	}
	#ft .ft__contact .contact__container.--call strong {
		font-size: 80px;
	}
	#ft .ft__contact .contact__container.--hours {
		width: 55%;
	}
	#ft .ft__contact .contact__container.--addr {
		width: 45%;
		padding: 0;
	}
	#ft .ft__contact .contact__container.--way {
		width: 100%;
	}
	#ft .ft__contact .contact__container.--way dl {
		width: 55%;
	}
	#ft .ft__contact .contact__container.--way dl + dl {
		width: 45%;
		margin-left: 0;
	}
	#ft .ft__info .ft__logo {
		width: 330px;
		height: 40px;
	}
	#ft .ft__info nav {
		font-size: 18px;
	}
	#ft .ft__info {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	#ft {
		font-size: calc(var(--unit) * 2.19);
		height: 95dvh;
		margin-top: 5dvh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: calc(var(--unit) * 15.63) calc(var(--unit) * 15.63)
			calc(var(--unit) * 0) calc(var(--unit) * 0);
	}
	#ft .ft__container h6 {
		font-size: calc(var(--unit) * 3.44);
	}
	#ft,
	#ft .ft__contact,
	#ft .ft__contact .contact__container.--way,
	#ft .ft__contact .contact__container.--call {
		padding: 0;
	}
	#ft .ft__contact .contact__container.--call,
	#ft .ft__contact .contact__container.--way {
		padding: 3em 0;
	}
	#ft .ft__contact .contact__container.--call {
		padding-top: 0;
	}
	#ft .ft__contact .contact__container.--call strong {
		font-size: calc(var(--unit) * 9.38);
	}
	#ft .ft__info {
		font-size: calc(var(--unit) * 1.88);
	}
	#ft .ft__info .ft__logo {
		width: calc(var(--unit) * 40);
		height: calc(var(--unit) * 5);
	}
	#ft .ft__info nav {
		font-size: calc(var(--unit) * 2.19);
	}
}
@media screen and (max-width: 768px) and (min-width: 601px) {
	#ft {
		height: auto;
		padding: 4em 0 8em;
	}
	#ft .contact__container.--way.--ft--main {
		display: none;
	}
}
@media (max-width: 480px) {
	#ft .fp-tableCell {
		margin-top: -5dvh;
	}
}
@media screen and (orientation: portrait) {
	#ft .ft__contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ft .ft__contact .contact__container.--call {
		width: 100%;
	}
} /*# sourceMappingURL=ft.min.css.map */
