/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 05:25:01 */
/* ystandardコピーライト */
p#footer-poweredby {
    display: none;
}

.footer-sub {
    padding-top: 0;
    padding-bottom: 0;
}

/*SNSb非表示*/
.sns-share{
	display:none;
}

.contact-bg{
	opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100vw;
    margin: 0;
    z-index: -1;
}

ul.footer-link {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    font-weight: 600;
}

@media screen and (max-width:599px) {
	ul.footer-link {
    flex-wrap: wrap;
		gap:16px;
}
	
}