/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 00:40:41 */
/* スマホメニュー内 */
#sp_menu .ctaBtnWrap {
	width: min(70%, 200px);
	margin: 0 auto;
}
#sp_menu .ctaBtn {
	font-size: 15px;
	padding: .5em 1.5em;
	display: block;
	margin-top: 3px;
	background-color: var(--color_deep02);
	border: solid  var(--color_deep02) 1px;
	color: #ffffff;
	transition: .3s;
	text-align: center;
}
#sp_menu .ctaBtn i {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
#sp_menu .ctatBtn:hover {
	background: #ffffff;
	color: var(--color_deep01) ;
}
#sp_menu .p-spMenu__inner {
	padding-bottom: 100px;
}
#sp_menu .menu-item-527 > a {
	pointer-events: none;
}