@charset "UTF-8";
/* CSS Document */


a[href^="tel:"] { pointer-events: none; }

.page_header_bg{
	background-image: url("../img/header_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.company_h2{
	padding-top: 8px;
	font-size: 38px;
	text-align: left;
	color:#E9546B;
}
.mitsumori_h2{
	padding-top: 8px;
	font-size: 38px;
	text-align:center;
	color:#E9546B;
}
dt {
	margin-bottom:0em;
	border-bottom:none;
	font-weight: bold;
}
dd {
	margin-bottom:0em;
	padding-left: 0.5em;
}
.border_blackbox{
	border: solid 3px black;
	border-radius: 15px;
	margin-top: 100px;
	padding: 3%;
}
.contact_h4{text-align: center;font-weight: bold;font-size: 1.6em;margin-bottom: 0;}
.contact_h3{text-align: center;font-weight: bold;font-size: 1.6em;margin-bottom: 0;}
.contact_h2{
	padding-top: 5px;
	font-size: 3.2em;
	text-align:center;
	color:#E9546B;
	margin-bottom: 0em;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



@media screen and (max-width:560px)  {

a[href^="tel:"] { pointer-events: auto; }

.company_h2{
	padding-top: 8px;
	font-size: 24px;
	text-align: left;
	color:#E9546B;
}
.mitsumori_h2{
	padding-top: 8px;
	font-size: 24px;
	text-align:left;
	color:#E9546B;
}
.border_blackbox{
	border: solid 2px black;
	border-radius: 15px;
	margin-top: 50px;
	padding: 3%;
	margin-bottom: 50px;
}
.contact_h4{text-align: center;font-weight: bold;font-size: 1.2em;}
.contact_h3{text-align: center;font-weight: bold;font-size: 1.3em;margin-bottom: 0;}
.contact_h2{
	padding-top: 0px;
	font-size: 2em;
	text-align:center;
	color:#E9546B;
}
}


