@charset "utf-8";

/*==========================================
File name: header-pc.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */

#header{
	width:1200px;
	margin:0 auto;
}

.header_bg{
	height:85px;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 15px solid rgba(141,194,31,0.9);
}
/*各メイン画像*/
.pc_h_top{
	height:750px;
	background:url(../../images/top/h_top.jpg) no-repeat top center;
	}

.pc_h_profile{
	height:580px;
	background:url(../../images/profile/h_profile.jpg) no-repeat top center;
	}

.pc_h_space_plan{
	height:580px;
	background:url(../../images/space_plan/h_space_plan.jpg) no-repeat top center;
	}

.pc_h_company{
	height:300px;
	background:url(../../images/company/h_company.jpg) no-repeat top center;
	}

.pc_h_contact_us{
	height:300px;
	background:url(../../images/contact_us/h_contact_us.jpg) no-repeat top center;
	}



#header_inner_pc {
	width: 1080px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-top:15px;
}

.logo{
	float:left;
	width:285px;
}

.logo img{
	width: 100%;
	height: auto;
}


#gnav{
	width:760PX;
	float:right;
}

#gnav ul{
}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}
#gnav_mm{
 display: none!important;
}


#header_inner_smp,
.menu-text,
.sub_title{
	display:none!important;
}