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




/* 
--------------------------------------*/
html,body{
height:100%;
}




#whole{
width: 100%;
position: relative;
height:auto !important; /*IE6対策*/
height:100%; /*IE6対策*/
min-height: 100%;
}



#wrap{
padding-bottom:350px; /*フッターの高さと同じ*/
overflow:hidden;

}

#wrap2{
padding-bottom:250px; /*フッターの高さと同じ*/
overflow:hidden;

}

header{
height:340px;
background-color:#788F58;
}

#header_inside{
width:960px;
margin-left:auto;
margin-right:auto;
}

#sns{
	padding-top:20px;
text-align:right;}

footer{
width:100%;
height:280px;
position:absolute;
left:0;
bottom:0;
background-color:#F6F6F6;
text-align:center;
}

#main_img{
	height:250px;
	background-color:#963;
background:url(../_images/index/01.jpg);
background-size:cover;}

#main_img2{
	height:250px;
	background-color:#963;
background:url(../_images/about/01.jpg);
background-size:cover;}

#main_img3{
	height:250px;
	background-color:#963;
background:url(../_images/rental/01.jpg);
background-size:cover;}

#main_img4{
	height:250px;
	background-color:#963;
background:url(../_images/travel/01.jpg);
background-size:cover;}

#main_img5{
	height:250px;
	background-color:#963;
background:url(../_images/favorite/01.jpg);
background-size:cover;}

#main_img6{
	height:250px;
	background-color:#963;
background:url(../_images/contact/01.jpg);
background-size:cover;}

/* common
--------------------------------------*/

section{
	margin-bottom:80px;}

nav{
height:75px;
}

nav ul{
}

nav li{
	float:left;
}

.top_menu{
	margin-top:60px;}

.logo{
	margin-top:50px;}
	
#menu2{
width:100%;
position:fixed;
top:0;
background-color:#788F58;
border-bottom:solid 1px rgba(234,231,231,1.00);}

#menu2 nav{
width:980px;
margin-left:auto;
margin-right:auto;
height:15px;
}
#menu2 nav ul{

}
#menu2 nav li{
float:left;
}



/* ▼上端に固定するCSS 
----------------------------------------------- */

#nav2{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index:3;

/* ▼バーの装飾 */
background-color:#788F58;  /* 背景色 */
/*box-shadow: 3px 3px 3px #ededed;  影 */
}

#nav2_in{
width:980px;
margin-left:auto;
margin-right:auto;
}

#nav2_in li{
float:left;
}




/*submenu*/


#submenu{
height:60px;
border-bottom:1px solid rgba(234,231,231,1.00);
border-top:1px solid rgba(234,231,231,1.00);
position:relative;
overflow:hidden;}

#submenu ul{
position:relative;
float:left;
left:50%;
padding-top:17px;
font-weight:bold;
}

#submenu li{
position:relative;
left:-50%;
margin:0 25px;
float:left;}



/*footer*/

#pagetop{
	position:fixed;
bottom:15px;
right:15px;
}

#fotter_info{
margin-top:40px;
margin-bottom:30px;}



