/* CSS Document */
nav ul li:nth-child(5) a
{
	color: var(--link-color);
	pointer-events:none;
}

#sp_navi ul li:nth-child(5) a
{
	color: var(--link-color) !important;
}


#head
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#head h2
{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}

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

#head .head_comment p
{
	text-align: center;
}

#head .comment_box
{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#head .comment_box h3
{
	font-size: 21px;
	line-height: 1;
	background-color: #909090;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#head .comment_box .box
{
	padding: 20px;
	border: 1px solid #000;
}

#head .comment_box .box p
{
	margin: 0px;
}

#head .comment_box .box ul,
#head .comment_box .box ol
{
	padding-top: 0px;
	margin-top: 0px;
}



#contact_form
{
	padding-top: 80px;
}

article section .pad
{
	margin-bottom: 20px;
}

#mail_form,
article .wak_box
{

}

#mail_form
{
	padding: 0px;
}







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

#contact_form  section h3
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mail_form
{
	padding: 20px;
	border: 1px solid #000;
}


#mail_form th small strong
{
	font-weight: normal;
	color: #ff1d25;
}


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





}

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

#head .head_comment p
{
	text-align: justify;
}


#head .comment_box
{
	width: auto;
	margin-right: auto;
	margin-left: auto;
}





}

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




}

/* 印刷用の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;
}




}