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

.mainimg {
	margin-top:40px;
	display:block;
	position:relative;
	width:1020px;
	height:	500px;
	background-image:url(../img/top/mainimg_nt.png);
}
.mainimg .contact {
	display:block;
	position:absolute;
	right:30px;
	bottom:30px;
}
.mainimg .catchcopy p{
	display:block;
	position:absolute;
	left:40px;
	top:15px;
	font-size:21px;
	color:#ffffff;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing:0.08em;
}
.mainimg .contact p {
	font-size:17px;
	margin:0;
}
.mainimg .contact p.tel {
	font-size:32px;
	font-weight:bold;
	line-height:2;
	text-align:right;
	text-shadow:0 0 3px #fff;
}

/* ３ボタンメニュー */

.three-menu {
	width:1020px;
	height:245px;
	margin-top:50px;
}
.three-menu div {
	display:inline-block;
	width:340px;
	height:245px;
	float:left;
	text-align:center;
}
.three-menu div a {
	display:block;
	width:320px;
	height:245px;
	color:#000;
	text-decoration:none;
	font-size:16px;
	padding-top:217px;
}
.three-menu div a i {
	color:#1daa3d;
	font-size:18px;
}

.three-menu div.menu_1 a {
	background-image:url(../img/top/menu1.png);
	background-repeat:no-repeat;
}
.three-menu div.menu_2 a {
	background-image:url(../img/top/menu2.png);
	background-repeat:no-repeat;
	margin:0 10px;
}
.three-menu div.menu_3 a {
	background-image:url(../img/top/menu3.png);
	background-repeat:no-repeat;
	margin-left:20px;
}

/* バナー */

.two-banner {
	width:1020px;
	height:100px;
	margin-top:60px;
	margin-bottom:90px;
}
.two-banner div {
	display:inline-block;
	width:493px;
	height:100px;
	background-position:left;
	background-repeat:no-repeat;
}
.two-banner div.banner_1 {
	float:left;
	background-image:url(../img/top/banner1.png);
}
.two-banner div.banner_2 {
	float:right;
	background-image:url(../img/top/banner2.png);
}

.two-banner div a {
	display:block;
	width:493px;
	height:100px;
	border:3px solid #cccccc;
	text-decoration:none;
	font-size:16px;
	color:#000;
	line-height:1.5;
	padding-left:210px;
	padding-top:22px;
	
}
.two-banner div a i {
	color:#1daa3d;
	font-size:18px;
}
.two-banner div a span {
	font-size:14px;
}