@charset "utf-8";
#top header {
	min-height: calc(100% - 94px);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 800px){
	#top header {
		height: 100%;
		display: flex;
		margin-bottom: -94px;
	}
}

#top h1#logo {
	z-index: 1;
	position: fixed;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 94px;
}
#top h1#logo img {
	width: auto;
}
.buildings {
	position: absolute;
	bottom:93px;	/**/
	z-index: 2;
}
@media screen and (min-width: 900px) {
.buildings {
	width: 80%;
	margin: 0 10%;
}
}
@media screen and (max-width: 900px) {
	.buildings {
		width: 100%;
		margin: 0;
	}
}

/*スクロールで消えるほう*/
body#top .main_logo{
	width: calc(100% - 20px);
	text-align: center;
	height: 93px;
	z-index: 999;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom:0;
}
/*TOP限定*/
body#top #menubar {
	width: 68%;
	padding-left:16%;
	padding-right:16%;
}

body#top #menubar ul{
	width: 20%;
}

body#top #menubar ul.nav_logo{
	display: none;
}


@media screen and (max-width: 800px){
	#top header {
		margin-bottom:0;
		display: flex;
		height: 100vh;
	}
	#top h1#logo {
		top: 30%;
		z-index: 1;
		position: fixed;
		width: 90%;
		text-align: center;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 38px;
	}
	.buildings {
		position: absolute;
		bottom:93px;
		z-index: 2;
	}
	.main_logo{
		width: calc( 100% - 20px);
		text-align: center;
		height: 93px;
		z-index: 99;
		background-color: #fff;
		position: absolute;
		padding-left: 10px;
		padding-right: 10px;
		bottom: 0px;
	}
}

#contents h2 {
	color: #555;
	clear: both;
	margin-bottom: 50px;
}
#contents h2::first-line{
	font-size: 33px;
}

/*TOPページの抜粋用*/
body#top #our_advantage{
	padding-top: 20px;
	background:url("/images/top/img_ouradvantage.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
#our_business p{
	font-size: 22px;
}

