footer {
	background-color: #FBF1C0;
}

.footer_top {
	display: flex;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin-left: 16.4rem;
}

.footer_top img {
	width: 25.7rem;
	margin-top: -3.6rem;
}

.footer_top div {
	display: flex;
	margin-top: 8rem;
	font-size: 1.6rem;
	margin-left: 0.2rem;
	color: #707070;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.footer_top .footer_tel {
	margin: auto 0;
	height: fit-content;
	margin: 7.2rem 0 0 6.6rem;
	font-size: 2rem;
	font-weight: 700;
	color: #F4736A;
	letter-spacing: 0.1rem;
}

.footer_nav {
	display: flex;
	gap: 3.4rem;
	margin-left: 16rem;
	margin-top: -9rem;
}

.footer_link {
	background-image: url('../img/footer_link_back.png');
	background-size: cover;
	height: 10.7rem;
	width: 10.8rem;
	padding-top: 1.6rem;
}

.footer_link img {
	width: 4.2rem;
	height: 4.2rem;
	margin: 0 auto;
	display: block;
}

.footer_link p {
	font-size: 1.4rem;
	color: #707070;
	font-weight: 700;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.footer_link:nth-of-type(1),
.footer_link:nth-of-type(2),
.footer_link:nth-of-type(7){
	line-height: 1.6rem;
}

.footer_link:nth-of-type(3) p,
.footer_link:nth-of-type(4) p,
.footer_link:nth-of-type(5) p,
.footer_link:nth-of-type(6) p {
	margin-top: 0.6rem;
}

.footer_copyright {
	margin-top: 1.6rem;
	color: #707070;
	font-size: 1.2rem;
	margin-left: 16rem;
	padding-bottom: 4rem;
}

@media screen and (max-width: 699.98px) {
	.footer_sp {
		padding-left: 2rem;
		padding-bottom: 2.6rem;
	}

	.footer_logo_sp {
		width: 28.8rem;
		display: block;
		margin: 0 auto;
		margin-left: 2.5rem;
	}

	.footer_logo_sp img {
		margin-top: -8rem;
	}

	.footer_sp_address {
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-size: 1.6rem;
		font-weight: 700;
		color: #707070;
		margin-top: -9.4rem;
		margin-left: 0.2rem;
		letter-spacing: 0.1rem;
	}

	.footer_sp_tel {
		font-size: 2rem;
		color: #F4736A;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		margin-top: 0.9rem;
		margin-left: 0.2rem;
		display: block;
		letter-spacing: 0.1rem;
	}

	.footer_sp_nav {
		display: flex;
		flex-flow: column;
		font-size: 1.6rem;
		color: #707070;
		font-weight: 500;
		font-family: "M PLUS Rounded 1c", sans-serif;
		gap: 1.6rem;
		margin-top: 2.8rem;
		margin-left: 0.2rem;
	}

	.footer_sp_nav a{
		display: flex;
	}

	.footer_sp_nav a::before {
		content: "";
		width: 13px;
		height: 13px;
		border-radius: 50%;
		filter: blur(0.1rem);
		opacity: 0.4;
		margin-right: 0.7rem;
		margin-top: 6px;
	}

	.footer_sp_nav a:nth-child(1)::before {
		background-color: #FC8D8EC7;
		opacity: 1;
	}

	.footer_sp_nav a:nth-child(2)::before {
		background-color: #F39303;
	}

	.footer_sp_nav a:nth-child(3)::before {
		background-color: #FCF600;
	}

	.footer_sp_nav a:nth-child(4)::before {
		background-color: #2BF700;
	}

	.footer_sp_nav a:nth-child(5)::before {
		background-color: #01D7EA;
	}

	.footer_sp_nav a:nth-child(6)::before {
		background-color: #2C02F9;
	}

	.footer_sp_nav a:nth-child(7)::before {
		background-color: #C502F4;
	}

	.footer_copyright_sp{
		font-size: 1.2rem;
		color: #707070;
		margin-top: 2.7rem;
	}
}