@charset "UTF-8";

#footer {
	background: #000;
	padding: 0 0 25px 0;
	position: relative;
	z-index: 8;
	color: #999;
}

#footer .footer-container {
	padding: 40px 15px;
}

#footer .footer-logo {
	display: inline-block;
	margin: 0 0 15px 0;
}

#footer .footer-logo-img {
	width: 265px;
	height: 31px;
}

#footer .footer-description {
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 140%;
	color: #666;
	margin: 0 0 40px 0;
}

/* サイトマップ */

#footer .footer-sections .other-list {
	width: auto;
	height: auto;
	border-bottom: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#footer .footer-sections .other-list:last-of-type {
	margin: 0 0 40px 0;
}

#footer .content-title {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 150%;
	margin: 0 0 15px 0;
}

#footer .footer-sections ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-sections li {
	display: inline-block;
	margin: 0;
	line-height: 130%;
}

#footer .footer-sections li a {
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 130%;
	color: #666;
	text-decoration: none;
	display: inline-block;
}

#footer .footer-sections li a:hover {
	text-decoration: underline;
	color: #666;
}

/* SNS */

#footer .sns-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

#footer .sns-box li {
	margin: 0 10px;
	display: inline-block;
	text-align: center;
}

#footer .sns-box li a {
	display: block;
	padding: 0;
}

#footer .sns-box li a img {
	width: 30px;
	height: 35px;
}

#footer .copy {
	font-family: var(--font-inter, Inter, sans-serif);
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 130%;
	color: #999;
	text-align: center;
	margin: 0;
}

#footer-type-2 .copy {
	font-size: 1rem;
	color: #999;
	text-align: center;
	line-height: 15px;
}

#footer-type-2 {
	border-top: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 20px 0 0 0;
}

#footer-type-2.no-mt {
	margin: 0;
}

#footer-type-2.free-listing{
	margin: 0 0 110px 0;
}
