@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
.pagebody{
	width:1000px;
	margin:auto;
	overflow:hidden;
	clear:both;
}
.m0{
	margin:0 !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
a img {
	transition:all 0.3s ;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:link,
a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover,
a:active{
	color:#FFF;
	text-decoration:underline;
}
body{
	background:url(../images/common/bg.jpg) repeat;
}
/* ----------------------------------------
head
---------------------------------------- */
#topimg{
	ackground:url(../images/top/topimg_01.jpg) no-repeat center top;
	height:890px;
	z-index:1;
}
#head{
	width:1000px;
	margin:0 auto 34px;
	overflow:hidden;
}
#head-left{
	width:600px;
	float:left;
}
#head-right{
	width:280px;
	float:right;
}
#head-right dt{
	margin-bottom:13px;
}
#head-right dd{
	width:135px;
	margin-right:10px;
	float:left;
}
#navi{
	clear:both;
	background-color:rgba(0,0,0,0.3);
	height:71px;
}
#navi ul{
	width:1000px;
	margin:auto;
}
#navi ul li{
	width:167px;
	float:left;
}
#navi ul li:first-child{
	width:165px;
}
h1{
	color:#FFFFFF;
	font-weight:normal;
	margin-top:18px;
	margin-bottom:13px;
	font-size:13px;
	letter-spacing:1px;
}
/* ----------------------------------------
concept
---------------------------------------- */
#concept_body{
	background:url(../images/top/bg01.png) no-repeat center 	0px;
	margin-top:-160px;
	padding-top:50px;
	margin-bottom:50px;
	position:relative;
	z-index:100;
}
#concept_body dl{
	width:1000px;
	margin:auto;
	overflow:hidden;
}
#concept_body dt{
	width:416px;
	float:left;
	padding-top:100px;
	margin-bottom:50px;
}
#concept_body dd{
	width:503px;
	float:right;
	text-align:center;
}
#concept_body h2{
	margin-bottom:36px;
}
#concept_body p.title{
	margin-bottom:38px;
}
#concept_body p.text{
	color:#a5955d;
	font-size:14px;
	line-height:30px;
}
/* ----------------------------------------
main menu
---------------------------------------- */
#main_menu h2{
	background:url(../images/common/line01.png) no-repeat 262px 23px;
	margin-bottom:40px;
}
#main_menu li{
	width:300px;
	float:left;
	margin-right:50px;
	margin-bottom:60px;
}
#main_menu li:last-child{
	margin-right:0;
}
#main_menu li a{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
#main_menu li img{
	margin-bottom:15px;
}
/* ----------------------------------------
slide
---------------------------------------- */
#loopSlide{
	padding:30px 0;
	background:#000;
	margin-bottom:60px;
}
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 360px;
	height: 250px;
}
.simply-scroll-list li img {
	display: block;
}
/* ----------------------------------------
news
---------------------------------------- */
#news_body h2{
	background:url(../images/common/line01.png) no-repeat 262px 23px;
	margin-bottom:40px;
}
#news_body ul{
	letter-spacing:-.40em;
	clear:both;
	overflow:hidden;
}
#news_body li{
	letter-spacing: normal;
	display:inline-block;
	width:300px;
	vertical-align:top;
	margin-bottom:20px;
	margin-right:50px;
	margin-bottom:30px;
}
#news_body li:nth-child(3n){
	margin-right:0;
}
news_body li:last-child{
	display:none;
}
#news_body li a,
#news_body li p{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
#news_body li img{
	margin-bottom:7px;
	width:100%;
}
#news_body li p{
	margin:0;
	color:#FFFFFF;
	font-size:14px;
}
#news_body li p a{
	font-size:16px;
	color:#a5955d;
	text-decoration:underline;
	margin-bottom:7px;
	display:inline-block;
	vertical-align:top;
}
.button{
	text-align:center;
	margin-bottom:60px;
	clear:both;
}
/* ----------------------------------------
pickup_menu
---------------------------------------- */
#pickup_menu{
	width:100%;
	max-width:1600px;
	margin:0 auto 60px;
	overflow:hidden;
}
#pickup_menu dt{
	width:50%;
	float:left;
}
#pickup_menu dd{
	width:50%;
	float:right;
}
#pickup_menu dt img,
#pickup_menu dd img{
	width:100%;
}
/* ----------------------------------------
contact
---------------------------------------- */
#contact{
	width:1000px;
	overflow:hidden;
	margin:0 auto 60px;
	background-color:#FFFFFF;
	background-image:url(../images/common/line02.jpg), url(../images/common/icon_contact.gif);
	background-repeat:no-repeat, no-repeat;
	background-position:center center, right 15px;
	box-sizing: border-box;
	padding:20px 0;
	height:140px;
}
#contact dt{
	width:500px;
	text-align:center;
	float:left;
	padding-top:10px;
}
#contact dt p{
	margin-bottom:10px;
}
#contact dd{
	width:500px;
	text-align:center;
	float:right;
	padding-top:10px;
}
#contact dd p{
	margin-bottom:10px;
}
/* ----------------------------------------
foot
---------------------------------------- */
#foot{
	background:url(../images/common/wood.jpg) no-repeat center top;
	width:100%;
	min-width:1000px;
	max-width:1600px;
	padding-top:40px;
	text-align:center;
	padding-bottom:40px;
}
#foot p{
	color:#FFFFFF;
	font-size:13px;
	margin:0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
#foot span{
	display:inline-block;
	margin-right:10px;
}
#foot p#flogo{
	margin-bottom:30px;
}
.fb-like{
	margin-bottom:10px;
	display:inline-block;
}
.ig {
	display:inline-block;
	vertical-align: top;
}
.ig img{
	width:21px;
	height:auto;
	margin-bottom:10px;
	margin-right:5px;
}
#foot #address{
	margin-bottom:30px;
}
#foot #address p{
	margin-bottom:0;
}
	
/* ----------------------------------------
pagetop
---------------------------------------- */
.page-top{
	margin: 0 ;
	padding: 0 ;
	display: none ;
} 
.page-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
} 
.move-page-top{
	display: block ;
	width: 78px ;
	height: 78px ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover{
	opacity: 0.85 ;
}
.sp{
	display:none;
}