/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2025 | 13:17:55 */
body{
	background-color: #F6F6F1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.wid-all{
	max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
.c-gnav a:hover{
	opacity: 0.8;
}

.sp_contact-links{
	display: none;
}

@media screen and (max-width: 580px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
	.sp_contact-links{
		display: flex;
		position: fixed;
		bottom: 0px;
        background: #fff;
	}
	.sp_contact-links div{
		flex: 1;
		padding: 0 6px;
	}
	.sp_contact-links a:hover{
		opacity: 0.7;
	}
	
}