/*
Theme Name: Busokogyo Custom
Theme URI: https://busokogybo.com
Template: lightning
Author: I.T.A.Group
Author URI: https://ita.ne.jp
Description: love and peace
Tags: love and peace
Version: 15.32.1.1762845221
Updated: 2025-11-11 16:13:41

*/
/* グロナビ フォントカラー
.global-nav-list>li>a {
	color: #fff !important;
}
*/


/* ヘッダーロゴ */
.site-header-logo a:hover{
	opacity: .7 !important;
}



/* お問い合わせ */
.contact-form .must{
	color: #ffffff; 
	background-color: #dc3545; 
	padding: 6px;
	margin-left: 4px;
	border-radius: 5px;
	font-size: 12px;
}


.contact-form{
line-height:3;
}


.contact-form td{
	font-size:15px;
}

.contact-btn2 input[type=submit]{
	background-color: #05a1ea;
	border: none;
	border-radius: 0;
}

.contact-btn2 input[type=submit]:not(:disabled):hover{
	opacity:0.7 !important;
}
/* .contact-btn2 input[type=submit] :hover{
	 opacity:0.7 !important;
} */


@media screen and (max-width: 991px) {
.contact-form th, td{
display:block;
}
	.contact-form th{
		padding: 0 1rem;
	}
} 


/* トップに戻るボタン */
.page_top_btn:hover{
	opacity: .7 !important;
}

/* モバイルナビ */
.vk-menu-acc li a:hover{
	opacity: .6 !important;
}

/*ハンバーガー*/
.vk-mobile-nav-menu-btn {
	border: none;
	width: 36px !important;
	height: 36px !important;
}

.vk-mobile-nav-menu-btn.menu-open {
	border: none;
}

/*開閉時ハンバーガー*/
@media (max-width: 1200px) {
	.vk-menu-acc .acc-btn {
		border: none;
		background: var(--vk-menu-acc-icon-open-black-bg-src) right 50% no-repeat;
		width:100%;
		right: 0;
		top: 0;
		height: calc( 24px + 1.4em );
		background-size: 25px;
	}

.vk-menu-acc .acc-btn-close {
	background: var(--vk-menu-acc-icon-close-black-bg-src) right 50% no-repeat;
	background-size: 25px;
	}
}