@charset "UTF-8";

/*子テーマ用「base.css」*/




/*  # 1カラムのレイアウト 幅を2000pxに	*/

	.col1 .keni-header_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto;
	}


/* ヘッダーの背景色を変更する */

 .keni-header_wrap{
	background-color: #c5eafa;
}


/* ヘッダーに背景画像を入れる　

 .keni-header {
    background: url(https://layline.co.jp/wp-content/uploads/2020/08/20_0805_graundPhoto_144626642_1200-500.png);
} */




/* グローバルメニューの背景色を変更する */
.keni-gnav_wrap{
	background-color: #c5eafa;
}


/*記事タイトルのボーダーを非表示*/
.keni-section h1{
	background-size: 0px 0px;
}



/* お問い合わせフォーム　*/

.mw_wp_form{
	width: 100%;
	color: #333;
}
 
.mw_wp_form table.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}
 
.mw_wp_form table tr{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 30px 0;
	font-weight: normal;
}
 
.mw_wp_form table tr:first-child{
	border-top: 1px dotted #ccc;
}
 
.mw_wp_form table th{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 30%;
	float: left;
}
 
.mw_wp_form table th .attention{
	font-size: 80%;
	margin-left: 10px;
	color: red;
	padding: 3px;
}
 
.mw_wp_form table td{
	padding: 20px 0;
	width: 70%;
	float: left;
}
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 50%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 80%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 textarea{
	width: 80%;
	box-sizing: border-box;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
}
 
@media (max-width: 768px) {
/* small devices */
 
.mw_wp_form table td.w50 input,.mw_wp_form table td.w50 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 input,.mw_wp_form table td.w80 select{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form table td.w80 textarea{
	width: 100%;
	box-sizing: border-box;
}
 
.mw_wp_form #submit-button input {
   margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
}
 
}

