@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;}
dt {
	border-bottom:none;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@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;}
}