@charset "utf-8";
/*
Theme Name: Lightning Child Custom
Theme URI: 
Template: lightning
Description:  LightningテーマのカスタムCSSです。お問合わせフォームのカスタムなど。
Author: 
Tags: 
Version: 0.1.2
*/
/*お問合わせフォーム関連*/
.mw_wp_form table th{
	font-weight: bold;
	font-weight: 700;
}

.el_label {
	display: inline-block;	
	padding: 0.1em 0.4em;
	font-size: 0.8em;
	margin-left: 0.4em;
	text-align: center;
}

.el_label.el_label__ghostRed {
	color: #e50000;
	border: solid 1px currentColor;
	border-radius: 4px;
}
/*お問合わせフォーム内注意事項*/
.ly_contactNotice {
	display: block;
	width: 80%;
	margin: 24px auto;
}
.bl_contactNotice {
	display: block;
	width: 100%;
	background-color: #F8F8F8;
	padding: 16px 24px;
}
.bl_contactNoticeList {
	margin-top: 0.5em;
}
.bl_contactNotice_title {
	margin-bottom: 0;
	font-weight: bold;
	font-weight: 700;
}
.bl_contactNoticeList li {
	list-style: none;
	font-size: 0.875em;
	text-indent: -1em;
	margin-bottom: .2em;
}


/*お問合わせフォームのボタンレイアウト*/
.ly_submitBtn {
	display: block;
	width: 50%;
	margin: 48px auto;
	text-align: center;
}
.bl_submit {
	width: 100%;
	padding: 20px;
	font-size: 1.5em;
}
.bl_back {
	width: 30%;
	margin-top: 32px;
	padding: 8px;
	background-color: transparent;
	color: #999;
	border: solid 1px currentColor;
}

/*フッター*/
.siteFooter{
	background-color: #ECF0E9;
	border-top-style: none;		
}
.siteFooter .menu .nav li,
.siteFooter .footerCopyright {
	color: #333;	
}
/*ヘッダー背景*/
.siteHeader {
	background-color: #151515;
}

/*ヘッダー最大*/
.bl_header_contact {
	float: right;	
}
.bl_header_phone {
	float: right;	
}
.bl_header_phone a {
	pointer-events: none;
}
/*コーヒーヘッダーgnavi*/
.gMenu  {
	width: 100%;
}
.gMenu li {
	width: 100%;
}
/*ヘッダー中サイズ上書き*/
@media (max-width: 1199.98px){
	.siteHeader_logo{
		width: 20%;	
	}
	.bl_header_phone a {
		pointer-events: auto;
	}
}
/*ヘッダーSサイズ上書き*/
@media(max-width: 991.98px){
	.siteHeader_logo{
		width: 100%;	
	}
	.bl_header_contact {
		display: none;	
	}
	.bl_header_phone {
		display: none;
	}

}

/*お問合せボックス*/
/*ブロックエディタの追加CSSで指定しています*/
.el_contact_box figure,
.el_contact_box .wp-block-image {
	margin: 0 0 0rem;
}
/*料金表調整CSS*/
/*ブロックエディタの追加CSSで指定しています*/
.el_table thead tr:first-of-type {
	background-color: #FFFBEF;
}
.el_table.el_table__1col tbody tr:first-of-type {
	background-color: #fff;
}

/*特定のページでヘッダ系のメニュー非表示*/
/*お問合せページ*/
.page-id-221 .bl_header_contact,
.page-id-226 .bl_header_contact,
.page-id-229 .bl_header_contact{
	display: none !important;
}

