/* CSS Document */
body
{
	background-image: url(images/back_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#h1_area
{
	background-image: url(images/h1_bg.jpg);

}

#contact_form
{
	padding-top: 80px;
}

article section .body
{
	overflow: visible;
}

#mail_form,
article .wak_box
{

}

#mail_form
{
	padding: 30px;
}


#tel .wak_box,
#tel .wak_box p
{
	text-align: center;
}

#tel .wak_box a
{
	font-size: 76px;
	line-height: 120%;
	color: #b60005;
}

#contact_form .head_comment p
{
	margin-bottom: 60px;
}


#contact_form .head_comment .box ul li::marker
{
	color: #0CAB66;
}

#contact_form .head_comment .box ul li a
{
	color: #079659;
}

#contact_form section .box
{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 40px;
	border: 2px solid #C0B591;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}





#contact_form  section
{
	padding-top: 0px;
}

#contact_form .wak_box
{
	padding: 20px;
	margin-bottom: 60px;
	text-align: center;
	background-color: #F5F5F5;
}

#contact_form .wak_box h4
{
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

#contact_form .wak_box h4 span
{
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}

#contact_form .center p
{
	text-align: center;
}


#contact_form section .tel
{
	background-color: #fff;
	text-align: center;
	padding: 20px;
}

#contact_form section .tel h4
{
	font-size: 21px;
	line-height: 120%;
	text-align: center;
}

#contact_form section  .tel p
{
	text-align: center;
	margin: 0px;
}


#contact_form section .tel a
{
	font-size: 50px;
	line-height: 120%;
}

#contact_form section  .tel small
{
	font-size: 36px;
}



#contact_form section .box p
{
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 10px;
	text-align: justify;
}

#contact_form section .box ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	padding-left: 80px;
	display: block;
}

#contact_form section .box ul li 
{
	line-height: 120%;
	margin-bottom: 10px;
}

#contact_form section .box ul li a
{
	color: #33726A;
}


.form_table table
{
}

.form_table th
{
	width: 160px !important;

}

.form_table td:nth-child(2)
{
	width: 80px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	vertical-align: middle;
}

.form_table td:nth-child(2) .ind
{
	margin: 0px !important;
}

#end h2
{
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1921px)
{
	body
	{
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{

#tel .wak_box a
{
	pointer-events:none;
}

#contact_form .body
{
}


#contact_form .head_comment
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#contact_form section .box
{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

#contact_form section .tel small
{
	margin-right: 10px;
}


#contact_form section .tel a
{
	pointer-events: none;
	color: #000;
}

#mail_form table
{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}




}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#tel .wak_box a
{
	font-size: 24px;
	line-height: 120%;
}

#tel a
{
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	display: block;
	color: #FFF !important;
	background-color: #3fa9f5;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#tel a:hover
{
	color: #FFF !important;
}

#tel a:before
{
	transform: none;
	transform-origin: unset;
	width: auto;
	height: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	font-family: "Font Awesome 6 Free";
	content: '\f095';
	font-weight: 900;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: top;
}

#tel p span
{
	text-align: justify;
	display: block;
	font-size: 16px;
	line-height: 140%;
}

#contact_form #h1_area
{
	margin-bottom: 20px;
}


#contact_form .head_comment h2
{
	padding-left: 30px;
	text-align: justify;
}


#contact_form section .box
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}

#contact_form section .box ul
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#contact_form section .box ul li
{
	text-align: justify;
}


#contact_form section .tel p
{
	text-align: center;
}

#contact_form section .tel a
{
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	display: block;
	color: #FFF;
	background-color: #3fa9f5;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact_form section .tel a:hover
{
	color: #FFF !important;
}

#contact_form section .tel a:before
{
	transform: none;
	transform-origin: unset;
	width: auto;
	height: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	font-family: "Font Awesome 6 Free";
	content: '\f095';
	font-weight: 900;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: top;
}

#contact_form section .tel small
{
	font-size: 18px;
	line-height: 120%;
	pointer-events: none;
	text-align: center;
	display: none;
}

#contact_form section .tel p span
{
	text-align: justify;
	display: block;
	font-size: 16px;
	line-height: 140%;
}

#contact_form section .box
{
	padding: 20px;
}

.form_table th
{
	width: auto !important;
	display: inline-block !important;

}

.form_table td:nth-child(2)
{
	width: auto !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	display: inline-block !important;
	padding-bottom: 0px !important;
	border-bottom-style: none !important;
}

}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#mail_form #contens label
{
	display: block;
}

}

/* 印刷用のCSS */
@media print 
{
article .body
{
	padding-right: 20px;
	padding-left: 20px;
}
	
#tel
{
	margin-bottom: 20px;
}

#contact_form .ind,
#contact_form .any
{
	font-size: 12px !important;
	display: inline-block;
	color: #FFF !important;
	background-color: #F00 !important;
	margin-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 12px;
	font-weight: bold;
}


}