@charset "shift_jis";


/* top
--------------------------------------*/

html{
	overflow: auto;
}
body{
	position:relative;
	overflow:hidden;
}

.top_content *{
	color: #000;
	font-size: 15px;
	font-family:"Yu Gothic", YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 500;
	line-height: 2;
	letter-spacing:-.01em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#slider{
	position:relative;
	width:860px;
	height:450px;
	overflow:hidden;
}
	#slider div img{
		display:block;
		width:100%;
		height:100%;
	}
	#slider:after{
		content:'';
		position:absolute;
		display:block;
		left:0;
		top:0;
		width:100%;
		height:450px;
		background-image:url(../images/sd_top_shadow.png),url(../images/sd_side_gradation.png);
		background-repeat:repeat-x, no-repeat;
		background-position:0 0, 0 0;
		z-index:100;
	}

.top_concept{
	position:relative;
	padding:40px 0 0;
	text-align:center;
	margin:0 0 120px;
}
	.top_concept p{
		margin:30px auto 22px;
	}
	.top_concept:before{
		content:'';
		position:absolute;
		display:block;
		left:-63px;
		top:26px;
		width:945px;
		height:428px;
		background:url(../images/bg_leaf.jpg) no-repeat;
		z-index:-1;
	}


.top_access{
	position:relative;
	width:100%;
	padding:50px 1000px;
	background:#f4f5e9;
	margin:0 -1000px 120px;
}
	.top_access p strong{
		display:block;
		margin:30px 0 35px;
	}
	.top_access h2,
	.top_access p,
	.top_access dl{
		margin:0 0 0 40px;
	}
	.top_access dt{
		font-size: 18px;
		font-weight:bold;
	}
	.top_access dd{
		font-size: 14px;
		line-height:1.6;
	}
	.top_access dd b{
		font-size: 18px;
	}
	.top_access .img{
		position:absolute;
		left:1380px;
		top:40px;
		width:459px;
		height:353px;
		text-align:center;
		font-size:13px;
	}
	.top_access .img img{
		display:block;
		margin:0 0 5px;
	}


.top_privilege{
	float:left;
	position:relative;
	left:-10px;
	width:409px;
	height:235px;
	background:url(../images/rm_tokuten.jpg) no-repeat;
	border-radius:15px;
	margin:0 0 70px 40px;
}
.top_feelings{
	float:right;
	position:relative;
	right:-10px;
	width:345px;
	height:235px;
	background:url(../images/rm_feelings.jpg) no-repeat;
	border-radius:15px;
	margin:0 40px 70px 0;
}
	.top_privilege h2,
	.top_feelings h2{
		display:none;
	}
	.top_privilege a,
	.top_feelings a{
		display:block;
		width:100%;
		height:100%;
		transition:.6s;
	}
	.top_privilege a:hover,
	.top_feelings a:hover{
		background:#fff;
		opacity:.4;
	}
	.top_privilege p,
	.top_feelings p{
		position:absolute;
		left:20px;
		top:128px;
		font-size:13px;
		line-height:1.7;
	}

.top_staff{
	position:relative;
	width:800px;
	height:177px;
	background:url(../images/bn_staff4.jpg) no-repeat;
	margin:0 auto 120px;
}
	.top_staff a{
		display:block;
		width:100%;
		height:100%;
		transition:.6s;
	}
	.top_staff a:hover{
		background:#fff;
		opacity:.3;
	}
	.top_staff h2{
		display:none;
	}
	.top_staff p{
		position:absolute;
		left:20px;
		top:86px;
		font-size:13px;
		line-height:1.7;
	}

.hr_clear{
	clear:both;
	width:100%;
	height:1px;
	opacity:0;
}












