/* CSS Document */




/*============================================================================

	footer

============================================================================*/
footer {
	position: relative;
	z-index: 2;
	margin-top: 100px;
	margin-left: clamp(260px, 20%, 300px);
	text-align: center;
}
footer .inner {
	max-width: 970px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	footer {
		margin-top: 60px;
		margin-left: 0; 
	}
}


/*------------------------------ コピーライト ------------------------------*/
.copy {
	margin-top: 15px;
	padding-bottom: 55px;
}
.copy small {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Quicksand', sans-serif;
}
@media screen and (max-width: 640px) {
	.copy {
		padding-bottom: 35px;
	}
}