@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{padding-top: 50px;}
footer p, footer li{color: white;}
.footer-contact{
	color: white;
	font-size: 1.250vw;
	padding-top: 15px;
	padding-bottom: 20px;}
	@media (max-width: 992px){
		.footer-contact{
			font-size: 14px;
			padding-top: 30px;
			padding-bottom: 20px;}
	}
.list-footer{
	padding-top: 75px;
	padding-bottom: 60px;
	line-height: 2;
}	
.list-footer a{color: white;}
.list-footer li:hover, .list-footer li a:hover{color: #F2DF83;}
	@media (max-width: 1400px){
		.list-footer a{font-size: 12px;}
		}

#yt-link{
    display: block;
	text-align: left;
	padding: 40px 0 100px 0;
}

.sp-footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	width: 90%;
	margin: auto;
	justify-content: space-evenly;
	padding: 40px 0 100px 0;
	}
.sp-footer-link {padding: 10px 15px 0 15px;}	
	.sp-footer-link a{color: white;}	
	.sp-yt{margin: 30px 0 20px 0;}
.footer-brand img{max-width: 250px;}