/* about */
header .nav .menu .about{
	border-bottom:solid 3px #FFFF00;
	}
.main_img{
	width:100%;
	display:block;
	}
.main_img figure img{
    width: 100%;
	display:block;
	/*position:static;*/
	/*z-index:1;*/
    /*height: auto;*/
	/*vertical-align:top;*/
	}
.block_about_box{
	width:1000px;
	height:6px;
	margin:0 auto;
	margin-top:-106px;
	text-align:center;
    background: url(../i/common/deco_br.png);
    background-size: 20px;
	background-repeat:no-repeat;
	background-position:center;
    position:relative;
    z-index: 3;
	}
.about_box{
	width:1000px;
	height:270px;
	text-align:center;
	margin:0 auto;
	/*margin-top:-100px;*/
	background:#6A5237;
	z-index:3;
	position:relative;
	}
.about_box h1{
	padding-top:30px;
	}
.about_box p{
	margin:0 auto;
	margin-top:20px;
	width:600px;
	text-align:center;
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:1px;
	line-height:250%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

.block_feature{
	width:1000px;
	height:6px;
	margin:0 auto;
	margin-top:-6px;
	text-align:center;
    background: url(../i/common/deco_be.png);
    background-size: 20px;
	background-repeat:no-repeat;
	background-position:center;
    position:relative;
    z-index: 3;
	}
.about_feature{
	height:370px;
	padding-top:25px;
	background:#E4D9CD;
	padding-bottom:70px
	}
.about_feature h1{
	height:40px;
	padding-top:20px;
	text-align:center;
	background-image:url(../i/page/index/feature.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.about_feature .section{
	height:5px;
	text-align:center;
	background-image:url(../i/common/dot3.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.about_feature ul{
	width:830px;
	height:300px;
	display: table;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	}
.about_feature li{
	width:350px;
	height:300px;
	display: table-cell;
    vertical-align: middle;
	/*background:#FFFFFF;*/
	}
.about_feature li h2{
	width:350px;
	height:35px;
	margin:0 auto;
	margin-top:15px;
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
	color:#6A5237;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom:solid 1px #FFFF00;
	}
.about_feature li p{
	width:350px;
	font-size:11px;	
	margin:0 auto;
	margin-top:30px;
	text-align:left;
	letter-spacing:1px;
	line-height:180%;
	color:#6A5237;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
	}