@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	font-family:"ＭＳ ゴシック", "MS Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000;
	background-image: url(../img/body_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-color: #fff;
}
img{
	vertical-align:bottom;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
	width: 1280px;
	margin: 0 auto;
}
/*ヘッダー*/
header{}
header #header{
	background-color: #fff;
	font-size: 21px;
	padding: 10px 0;
}
header #header #logo{
	width: 30%;
	margin-right: 10%;
	float: left;
}
header #header #header_right{
	width:auto;
	float: right;
}
header #header #header_right #top_link{
	text-align: right;	
}
header #header #header_right #top_link p{
	display: inline-block;
	margin: 10px;
	font-size: 24px;
}
header #header #header_right #top_link p a{
	color: #000;
	font-weight: bold;
}
header #header #header_right #top_link p a:hover{
	border-bottom:1px solid #000;
}
header #header #header_right #top_txt{
	line-height: 1.3;
	padding-right: 10px;
}
header #header #header_right #top_txt a{
	color: #000;
}
/*ヘッダーEND*/
/*メニュー*/
nav{
	background-color: #000;
}
nav #pc_menu{
}
nav #pc_menu li{
	width: 16%;
	float: left;
}
nav #pc_menu li:first-child{
	margin-left: 2%;
}
nav #pc_menu li a{
	display: block;
	padding: 30px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100% ;
	border: 1px solid #000;
}
nav #pc_menu li a:hover{
	border: 1px solid #fff;
}
nav #pc_menu li:nth-child(1) a{
	background-image: url(../img/menu1-1.jpg);
}
nav #pc_menu li:nth-child(2) a{
	background-image: url(../img/menu2-2.jpg);
}
nav #pc_menu li:nth-child(3) a{
	background-image: url(../img/menu3-3.jpg);
}
nav #pc_menu li:nth-child(4) a{
	background-image: url(../img/menu4-4.jpg);
}
nav #pc_menu li:nth-child(5) a{
	background-image: url(../img/menu5-5.jpg);
}
nav #pc_menu li:nth-child(6) a{
	background-image: url(../img/menu6-6.jpg);
}
nav #menu{
	height: 0;
}
/*メニューEND*/

/*メイン*/
article {
	background-color: #fff;
	padding-top: 100px;
}
/*バナーMENU*/
article #banner_menu{
	text-align: center;
	margin-bottom: 100px;
}
article #banner_menu img{
	border: 1px solid #000;
	border-radius: 10px;
}
article #banner_menu a{
	display: inline-block;
	width: 30%;
	margin: 1%;
}
article #banner_menu a:hover{
	opacity: 0.5;
}
/*対応地域*/
article #area{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
article #area div{
	margin: 0 15%;
	padding: 3%;
	padding-top: 0;
	border: 4px solid #808080;
}
article #area div h3{
	margin: 0 20%;
	margin-top: -6%;
	margin-bottom: 10%;
	font-size: 24px;
	background-color: #808080;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
article #area h4{
	width: 30%;
	font-size: 21px;
	float: left;
	text-align: center;
}
article #area p{
	width: 60%;
	font-size: 18px;
	line-height: 1.5;
	float: right;
	margin-bottom: 10px;
}
article #area hr{
	clear: both;
	margin-bottom: 10px;
}
/*対応地域END*/
/*バナー*/
article #banner{
	width: 50%;
	margin: 0 auto;
	float: left;
}
article #banner ul{
	margin: 0 20%;
}
article #banner ul li{
	margin-bottom: 20px;
}
/*バナー END*/
/*メインEND*/

/*フッター*/
footer{
	margin-top: 50px;
}
#footer{
	background-color: #000;
	color: #fff;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 5px;
}
#footer p{
	line-height: 1.3;
	font-size: 18px;
}
#footer p:last-child{
	text-align: center;
	margin-top: 10px;
}
#page-top {
    position: fixed;
   	bottom: 20px;
    right: 20px;
}
#page-top a {
}
#page-top a:hover {
}

/*フッターEND*/
.clearfix:after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clr{
	clear:both;
}
.pchide{
	display: none;
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
	body{
		background-image: none;
	}
	.sphide{
		display: none;
	}
	.pchide{
		display: block;
	}
#wrap{
	width: 100%;
}
/*ヘッダー*/
header{}
header #header{
	font-size: 14px;
	padding-top: 30px;
	margin-bottom: 10px;
}
header #header #logo{
	width: 40%;
	height: 50px;
	margin-right: 0;
	float: none;
	position: absolute;
	top: 5px;
	left: 5px;
}
header #header #logo img{
	width: auto;
	height: 100%;
}
header #header #header_right{
	width:auto;
	float: none;
}
header #header #header_right #top_txt{
	text-align: center;
}
header #header #header_right #top_txt a{
	color: #fff;
}
header #header #header_right #top_txt p:last-child{
	width: 60%;
	margin: 10px auto;
}
header #header #header_right #top_txt p tel a{
	display: block;
	background-color: #000;
	padding: 10px 0;
	border-radius: 10px;
}
/*ヘッダーEND*/
/*メイン*/
article {
	padding-top: 30px;
}
/*対応地域*/
article #area{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
article #area div{
	margin: 0 5%;
	padding: 3%;
	padding-top: 0;
	border: 2px solid #808080;
}
article #area div h3{
	margin: 0 20%;
	margin-top: -6%;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 10px 0;
}
article #area h4{
	width: 80%;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 10px;
	float: none;
}
article #area p{
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
/*対応地域END*/
/*バナー*/
article #banner{
	width:80%;
	float: none;
	margin: 0 auto
}
article #banner ul{
	margin: 0 0;
}
article #banner ul li{
	margin-bottom: 20px;
}
/*バナー END*/
/*メインEND*/

/*フッター*/
footer{
	margin-top: 20px;
}
#footer{
	background-color: #000;
	color: #fff;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#footer p{
	line-height: 1.3;
	font-size: 14px;
}
#footer p:last-child{
	text-align: center;
	margin-top: 10px;
}
#page-top {
    position: fixed;
   	bottom: 20px;
    right: 20px;
}
#page-top img{
	width: 90px;
	height: 35px;
}
#page-top a {
}
#page-top a:hover {
}

}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
}