@charset "UTF-8";
body{
	background: url(../image/bg.png) repeat;
	width: 100%;
	min-width: 1200px;
}
.cont-box{
	width: 1200px;
	margin: 0 auto;
}
.cont-900-box{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
header{
	position: relative;
	width: 100%;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.6);
	padding: 45px 0px 17px;
	z-index: 999999;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
header .top_logo{
	float: left;
}
header .top_logo2{
	float: right;
}
header .top_logo.off,header .top_logo2.off{
	opacity: 0.4;
   filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
}
header a{
	display: inline-block;
}
header::before{
	content: "";
	background: url(../image/bg-line.png) repeat-x;
	height: 23px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
header .cont-box{
	position: relative;
}
header nav {
	position: absolute;
	right:0px;
	bottom: 10px;
	width: calc(100% - 250px);
}
header nav ul{
	text-align: center;
}
header nav ul li{
	display: inline-block;
	margin: 0 20px;
	
}
header nav ul li.active{
	position: relative;
	
}
header nav ul li.active::before{
	content: "";
	width: 71px;
	height: 76px;
	position: absolute;
	
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../image/btn_bg.png) no-repeat;
}
header nav ul li.about_sawa.active::before{
	background: url(../image/btn_bg.png) no-repeat bottom center;
}
header nav ul li.news.active::before{
	background: url(../image/news_bg.png) no-repeat bottom center;
}
header nav ul li.access.active::before{
	background: url(../image/access_bg.png) no-repeat bottom center;
}
header nav ul li.sawa_meal.active::before{
	background: url(../image/sawa/meal_bg.png) no-repeat bottom center;
}
header nav ul li.wood_about.active::before{
	background: url(../image/wood/works_bg.png) no-repeat bottom center;
}
header nav ul li.wood_factry.active::before{
	background: url(../image/wood/factry_bg.png) no-repeat bottom center;
	height: 82px;
}
header nav ul li a{
	color: #7f4f21; 
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	border-bottom: 1px solid #7f4f21; 
	text-align: center;
	padding: 5px 10px;
	
	font-size: 24px;
	line-height: 1;
	position: relative;
	z-index: 99;
	    font-weight: 500;
}
#main .slider{
	background: url(../image/bg2.png) repeat ;
	width: 100%;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;

}
#main .slider .fade{
	position: absolute;
	top: 0;
	z-index: 999;
}
#main .slider .fade img{
	display: block;
}
#main .slider .fadeL{
	left: 0;
}
#main .slider .fadeR{
	right: 0;
}
#main .movie {
	text-align: center;
}
#main .movie h3{
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 500px;
	color: #7f4f21;
}
#main .movie a{
	display: inline-block;
}
#main .about img{
	display: inline-block;
}
#main .cont-900-box h2{
	margin-bottom: 40px;
	text-align: center;
}
#main .cont-900-box h2 img{
	display: inline-block;
}
#main .about p{
	line-height: 2.0;
	margin-left: 20px;
}
#main .meal .abso1{
	top: 180px;
	left: -120px;
}
#main .meal .abso2{
	top: 420px;
	left: -60px;
}
#main .fact .abso2{
	top: 350px;
	left: -60px;
}
#main .news .left{
	background: #fff;
	padding: 20px ; 
	height: 600px;
	box-sizing: border-box;
	overflow: scroll;
	box-shadow:5px 5px 16px -2px #7f4f21 inset;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
#main .news .left ul li{
	margin-bottom: 10px;
	color: #7f4f21;
	border-bottom: 1px dotted #7f4f21;
	padding-bottom: 5px;
}
#main .news .left ul li span{
	display: block;
	font-size: 12px;
}

#main .news .left ul li a{
	color: #7f4f21;
	text-decoration: none;
}
#main.bg-fff{
	background: #fff;
}
#main .news_list{
	padding-bottom: 40px;
}
#main .news_list h2{
	border-bottom: 1px solid #7f4f21;
	padding-bottom: 20px;
}
#main .news_list li{
	border-bottom: 1px dotted #7f4f21;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .news_list li .left{
	width: 50%;
}
#main .news_list li .right{
	width: 48%;
	margin-left: 2%;;
	
}
#main .news_list li .right img{
	display: inline-block;
	
}
#main .access h4 {
	font-size:20px;
}
#main .access h4 span{
	font-size: 14px;
	font-weight: normal;
}
#main .access table {
	margin-top: 10px;
	font-size: 14px;
}
#main .access table th{
	text-align: left;

}
#main .access table th,#main .access table td{
	padding: 5px 0;
}
footer{
	text-align: center;
	padding-top: 80px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}
footer .bg-box{
	width: 100%;
	background: #7f4f21;
	padding: 10px 0;
}
footer .bg-box ul li{
	display: inline-block;
	margin: 0px 20px;
}
footer .bg-box a{
	color: #fff;
	text-decoration: none;
	line-height: 1;
	
}
footer .bg-box .cont-box{
	position: relative;
	
}
footer .bg-box .cont-box .abso{
	top: -80px;
}
footer .bg-box .cont-box .abso.imgL{
	left: 0;
}
footer .bg-box .cont-box .abso.imgR{
	right: 0;
}
footer p{
	padding: 40px 0;
	color: #7f4f21;
}
footer.bg-fff{
	background: #fff;
}
#slider{
	display: none;
}
#slider img{
	display: inline-block;
}
#slider ul,#slider li{
	margin: 0;
		padding: 0;
	list-style: none;
}