
main,
footer{	background: #faf6ef;}
.page_title{
	background: url(img/topimg.jpg) no-repeat top center;
	background-size: 100% 200px;
}


#about{
	padding: 0 0 30px 0;
}

/** corp **/

#corp{
	margin: 0 0 100px 0;
	padding: 0 15px;
}
#corp h3{	margin-bottom: 70px;}
#corp dl{
	display: table;
	width: 100%;
	max-width: 650px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#corp dt,
#corp dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 22px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#corp dt{
	width: 160px;
	color: #c09a5a;
	padding-left: 20px;
}
#corp dd{}


/** access **/

#access{
	position: relative;
}
#access .gmap{
	font-size: 0;
	line-height: 0;
}
#access .gmap iframe{
	 filter: saturate(70%) sepia(10%);
}

#access h3{
	margin-bottom: 30px;
}
#access h3 em,
#access h3 span{
	position: relative;
	z-index: 3;
}
#access .info{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 1100px;
	height: 80px;
	background: #faf6ef;
	box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: calc(50% - 550px);
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#access .info p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
#access .info p span{	color: #c09a5a;}
#access .info a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 210px;
	height: 45px;
	color: #000;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#access .info a em{
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px 0 0;
	background: url(img/bt.png) no-repeat 100% 50%;
	background-size: 16px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.page_title{
		background: url(img/topimg.jpg) no-repeat top center;
		background-size: 150% 100px;
		margin-bottom: 30px;
	}

	/** corp **/
	#corp{
		margin: 0 0 50px 0;
		padding: 0 20px;
	}
	#corp h3{	margin-bottom: 20px;}
	#corp dt,
	#corp dd{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		padding: 15px 0;
	}
	#corp dt{
		width: 90px;
		padding-left: 0;
	}
	#corp dd{}

	/** access **/

	#access h3{
		margin-bottom: 20px;
	}
	#access h3 em,
	#access h3 span{
		position: relative;
		z-index: 3;
	}

	#access .gmap iframe{	height: 480px;}
	#access .info{
		display: block;
		width: calc(100% - 30px);
		height: auto;
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 15px;
		padding: 15px 10px 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#access .info p{
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		margin: 0 0 10px 0;
	}
}