@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
/*==================
footer
==================*/
footer{
	text-align: center;
	letter-spacing: 0.1em;
	color:  #fff;
	background-color: #000;
	font-size: 80%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer a{
	color:  #fff;
}

footer a:hover{
	opacity:0.7;
}

footer p{
	padding: 1em;
	vertical-align: middle;
	border-bottom: 1px solid #a2a2a2;
}
footer .footerBanner{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .footerBanner img{
	margin-bottom: 5px;
	max-width: 200px;
    width: 100%;
}

footer .footerCopy{
	border: none;
}

@media screen and (max-width: 768px) {
    footer{
        padding-bottom: 15%;
    }
}
@media screen and (max-width: 480px) {
    footer{
        padding-bottom: 20%;
    }
}