@charset "UTF-8";

/* 画像レイアウト
===================================*/

.header_img{
	position: relative;
	background: url("img/header_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 790px;
	margin:0px auto;
}
.title{font-size: 44px;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; font-weight:bold;margin: 0;line-height: 1.2;padding-bottom: 20px;}

.tel_btn{width: 90%; margin: 0 auto;}

.flow{width: 100%;}
.w330{width: 330px;}
.w670{width: 640px;border-left: solid 2px #F39800;padding-left: 27px;padding-top: 20px}
.yajirushi{width: 50px;margin: 0px auto; padding: 3% 0;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.header_img{
	position: relative;
	background: url("img/header_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 280px;
	margin:0px auto;
}
.title{font-size: 18px;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; font-weight:bold;margin: 0;line-height: 1.2;padding-bottom: 10px;}

.tel_btn{width: 100%; margin: 0 auto;}
	
.w330{width: 270px;}
.w670{width: 96%;border-left: none;border-top: solid 1px #F39800;padding-left: 15px;padding-top: 10px;padding-right: 15px;}
}