/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 00:13:43 */
/* ロゴ */
.c-logo img {
    width: 200px;
	height: calc(200px * 200/800);
}

@media (max-width: 768px) {
	.c-logo img {
		width: 160px;
		height: calc(200px * 160/800);
	}
}