/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 16:48:21 */
/* ▼ ハンバーガーメニュー 2025-09-11 */
/* なぜかテキストが透明になるので強制的に着色 */
@media (max-width: 999px) {
	#js-nav a {
		color: #fff !important;
	}
}





/* ▼ フローティングバナー：SP時段差回避 */
@media (max-width: 768px) {
	.button01.button01--up a {
		transform: translateY(20%) !important
	}
}
@media (max-width: 767px) {
	.button01.button01--up a {
		transform: translateY(25%) !important
	}
}

/* ▼ Contact Form 7 */
/* Turunstileウィジェット表示位置 */
.wpcf7-turnstile.cf-turnstile div {
	display: grid;
	place-items: end;
}






