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


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


.page_head{
	background-image: url(../img/head_img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 400px;
}



.a_blue{
	color: #3B7FC9;
}
.back_base01{
	background-image: url("../img/back_base01.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

.section03{
	background-image: url(../img/page_ttl_back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 140px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {


}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



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

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

.page_head{
	background-image: url(../img/head_img_sp.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	min-height: 234px;
	}
.back_base01{
	background-image: url("../img/back_base01_sp.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
	
}


