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


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

.page_header_bg{
	background-color: #EE7800;
}
.page_header_bg01{
	background-image: url("../img/header_back_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page_header_bg02{
	background-image: url("../img/header_back_02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page_header_bg03{
	background-image: url("../img/header_back_03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page_header_bg04{
	background-image: url("../img/header_back_04.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.kodawari_h2{
	padding-top: 8px;
	font-size: 38px;
	text-align: left;
	color:#0C3388;
}
.kodawari_fu{
	font-size: 24px;
	font-weight: bold;
}
.kodawari_fu02{
	font-size: 24px;
	line-height: 1.8;
}
.orange_back{
	background-color: #F39800;
}
.onlyone_back{
	background-image: url("../img/kodawari_02_ttl_03.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;	
	padding-top: 300px;
	padding-right: 420px;
	padding-bottom: 100px;
}
.kodawari03_border{
	border: solid 8px #71BB48;
	border-radius: 20px;
	padding: 5%;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



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

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

.kodawari_h2{
	padding-top: 8px;
	font-size: 24px;
	text-align: left;
	color:#0C3388;
}
.kodawari_fu , .kodawari_fu02{
	font-size: 18px;
	font-weight: normal;
}
	
}


