@charset "UTF-8";

/* *******************************************************************************************
* 
*	アクセス
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.aboutSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.aboutSubHeader_main_layer{
	background: url(../img/main_img_blur_pc.jpg) center center no-repeat;
	background-size: cover;
}
.ie .aboutSubHeader_main_layer{
	background: none;
}
.aboutSubHeader_main_ttl{
	width: 141px;
}

@media screen and (max-width : 768px){
	.aboutSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.aboutSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.aboutSubHeader_main_cat{
		width: 115px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツエリア 
*
* ----------------------------------------------------------------------------------------- */

.aboutContainer{
	min-width: 1280px;
}
.about_inner{
	margin: 0 auto;
	padding: 64px 0 56px 0;
	width: 926px;
	background: url(../../img/ic_ttl_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.about_subTtl{
	margin: 0 auto 30px auto;
	width: 196px;
}
.about_info{
	color: #40211d;
	font-size: 16px;
	line-height: 36px;
}
.about_info_label{
	float: left;
	font-weight: 600;
}
.about_info_data{
	padding-left: 80px;
	margin-left: 1.4em;
	text-indent: -1.4em;
}
.about_map{
	margin: 0 auto 40px auto;
	width: 926px;
}
#gmap{
	width: 100%;
	height: 524px;
	overflow: hidden;
}
.about_inner-btm{
	margin: 0 auto;
	padding-bottom: 64px;
	width: 926px;
}
.about_img{
	margin-right: -40px;
	width: 966px;
}
.about_img_clm{
	float: left;
	margin-right: 40px;
	width: 282px;
}

@media screen and (max-width : 768px){
	.aboutContainer{
		min-width: 320px;
	}
	.about_inner{
		padding: 50px 16px 43px 16px;
		width: 100%;
		background-size: 15px auto;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.about_subTtl{
		margin: 0 auto 23px auto;
		width: 137px;
	}
	.about_info{
		font-size: 12px;
		line-height: 27px;
	}
	.about_info_data{
		padding-left: 24%;
		margin-left: 1.4em;
		text-indent: -1.4em;
	}
	.about_map{
		margin: 0 auto 50px auto;
		width: 100%;
	}
	#gmap{
		height: 262px;
	}
	.about_inner-btm{
		padding: 0 16px 34px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.about_img{
		margin: 0 auto;
		width: 75%;
	}
	.about_img_clm{
		float: none;
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
	}
}



















