/* カスタムフッター全体 */
.custom-footer {
	background-color: #555151;
	color: #fff;
	padding: 30px 15px;
	text-align: center;
}

/* テキストリンクの色を白に統一 */
.custom-footer a {
	color: #fff;
	text-decoration: none;
}
.custom-footer a:hover {
	text-decoration: underline;
}

/* コピーライト */
.footer-copy {
	margin-bottom: 10px;
	font-size: 14px;
}

/* 住所・電話番号 */
.footer-address {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
}

/* SNSアイコン */
.footer-sns {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.footer-sns img {
	width: 28px;
	height: 28px;
	display: block;
}
.footer-links {
  margin-top: 10px;
  font-size: 0.85em;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

