@charset "UTF-8";

#company #contents{
	position: relative;
	background-image: url(../img/company_header_bg.jpg);
}

/* summary ----------------------------------------*/
#summary{
	margin-top: 50px;
}
#summary > header{
	text-align: center;
}
#summary > header h1{
}
#summary > header p{
	margin-top: 15px;
	font-size: 15px;
	padding: 0 15px;
}
#summary > header p span{
	display: inline-block;
	line-height: 1.6;
}
#summary table{
	margin: 24px auto 0;
	color: #060000;
	line-height: 24px;
}
#summary th{
	width: 7em;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	background: #B9BB9B;
}
#summary tr:first-child th{
	border-top: 1px solid #B9BB9B;
}
#summary tr:not(:first-child) th{
	border-top: 1px solid #ffffff;
}
#summary tr:last-child th{
	border-bottom: 1px solid #B9BB9B;
}
#summary td{
	padding: 5px 1em;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #B9BB9B;
	border-left: none;
	background: #ffffff;
}

/* access----------------------------------------*/
#access{
	margin-top: 35px;
}
#access > header{
	text-align: center;
}
#access > header h1{
}
#access > header p{
	margin-top: 15px;
	font-size: 15px;
	padding: 0 15px;
}
#access{

	padding:10px 30px;
	background: #f4dda7;
}
#access .gmap{
	margin: 15px 0 40px;
}
#access .gmap iframe{
	display: block;
	margin: 0 auto;
}

/* about ----------------------------------------*/
#about{
	margin-top: 35px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 200px;
	background-size: auto 200px;
	position: relative;
	background-image: url(../img/about_header_bg.jpg);
}
#about:before{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 200px;
	z-index: -10;
	background: url(../img/body_bg.jpg) repeat-x center top;
	-webkit-background-size: auto 200px;
	background-size: auto 200px;
}
#about > h1{
	height: 110px;
	padding-top: 90px;
	text-align: center;
}

/* establishment ----------------------------------------*/
#establishment{
	margin-top: 65px;
	background: #dcddcd;
}
#establishment h1{
	text-align: center;
	padding-bottom: 28px;
	background: #ffffff;
}
#establishment .inner{
	max-width: 320px;
	margin: 0 auto;
	padding: 35px 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/about_est_bg.png) no-repeat right bottom;
	-webkit-background-size: 140px auto;
	background-size: 140px auto;
}
#establishment .inner p{
	padding-bottom: 35px;
	line-height: 2;
	color: #595757;
}

/* intro ----------------------------------------*/
#intro{
	width: 100%;
	overflow: hidden;
}
#intro h1{
	padding: 130px 0;
	text-align: center;
	background: url(../img/bg_ptn01.png) no-repeat center top;
	-webkit-background-size: contain;
	background-size: contain;
}
#intro .inner{
	margin: 0 auto;
	padding-left: 40%;
	position: relative;
}
#intro .inner:after{
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	right: 60%;
	margin-right: 15px;
	background: url(../img/about_intro_image.jpg) no-repeat right center;
	-webkit-background-size: contain;
	background-size: contain;
}
#intro .inner p{
	line-height: 1.5;
	color: #f29600;
	margin-top: 14px;
}
#intro .inner p:first-child{
	padding-top: 30px;
}
#intro .inner p:nth-child(2),
#intro .inner p:nth-child(5){
	margin-top: 30px;
}
#intro .inner p:last-child{
	padding-bottom: 30px;
}
/* mind ----------------------------------------*/
#mind{
	margin-top: 40px;
}
#mind h1{
	text-align: center;
}
#mind .inner{
	max-width: 320px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mind .inner p{
	margin-top: 20px;
	line-height: 2;
	color: #474545;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mind .insert{
	margin-top: 30px;
	height: 215px;
	background: url(../img/about_mind_bg.jpg) no-repeat center center #F4E0B8;
	-webkit-background-size: cover;
	background-size: cover;
}
#mind .insert p{
	padding-top: 100px;
	text-align: center;
}
/* greeting ----------------------------------------*/

#greeting{
	margin-top: 20px;
	padding: 50px 0 30px;
	text-align: center;
	color: #474545;
	background: url(../img/about_greeting_bg.jpg) repeat-x center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
#greeting p{
	margin-top: 25px;
}
#greeting p:last-child{
	margin-top: 34px;
}

/* etc ----------------------------------------*/
#cnav01{
	margin-top: 50px;
}
#cnav03{
	margin-top: 70px;
}
