/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 08:03:26 */
/* 共通 */

/* フォント */
html, body, p, a, li, dt, dd, span, input, textarea, button, select, table, th, td, button, input[type="submit"], strong, b, nav, label, small, caption, figcaption {
	font-family: "YakuHanJP_Noto", "Noto Sans JP", "Roboto Condensed", sans-serif!important;
}

/* ヘッダー */ 
@media (max-width: 1050px) {
	#header {
		position: absolute!important;
		background-color: transparent!important;
	}
}
@media (max-width: 1050px) {
	#index_header_content {
		height: 100svh!important;
	}
}
#header_logo a img {
	width: 160px!important;
	object-fit: contain!important;
}
@media (max-width: 1050px) {
	#header_logo a img {
		padding-top: 10px!important;
		width: 80px!important;
	}
}

/* ドロワーメニュー */
#menu_button::before {
	color: #fff!important;
}
#mobile_menu li a {
	color: #333;
	background-color: #fff!important;
	border-bottom: 1px solid #f2f2f2;
}
#mobile_menu li.menu-item-home a {
	color: #333!important;
	background-color: #ddd!important;
}
#mobile_menu li.menu-item-66 a {
	color: #fff!important;
	background-color: #232584!important;
}