@charset "utf-8";

/* footer */

body {
	position: relative;
}

#footer {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 200px;
}

#footer .footer-logo img {
	width: 250px;
	margin: 30px 0 30px;
}

#footer p.copyright {
	font-size: 1.6rem;
}

/* スマホ用メディアクエリ */
@media screen and (max-width: 767px) {
	/* スクリーンサイズが767px以下の場合に適用 */

	/* 767～360の間のデザインを調整 */

	#footer {
		bottom: 10px;
	}
}