@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


.commonContact {
	margin-top: 0;
}

/*************************************************

 commonPageImage

*************************************************/
#about .commonPageImage_a {
	height: 550px;
	background-image: url(../images/about/page_image.jpg);
}
#about .commonPageImageWrap .commonPageImageTexts .inner {
	max-width: 600px;
	margin-left: 37%;
}
#about .commonPageImageWrap .commonPageImageTexts .inner p {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 100;
	line-height: 1.4;
	text-align: right;
}
#about .commonPageImageWrap .commonPageImageTexts .inner figure {
	margin-top: 40px;
	text-align: right;
	line-height: 0;
}
#about .commonPageImageWrap .commonPageImageTexts .inner figure img {
	width: 142px;
}
@media only screen and (max-width:767px) {
	#about .commonPageImage_a {
		height: 300px;
		background-image: url(../images/about/page_image_sp.jpg);
	}
	#about .commonPageImageWrap .commonPageImageTexts .inner {
		max-width: 90%;
    width: auto;
    margin: 20px auto 0;
	}
	#about .commonPageImageWrap .commonPageImageTexts .inner p {
		font-size: 24.1px;
	}
	#about .commonPageImageWrap .commonPageImageTexts .inner figure {
		margin-top: 20px;
	}
	#about .commonPageImageWrap .commonPageImageTexts .inner figure img {
		width: 100px;
	}
	#about .commonPageImage_a {
		height: 300px;
	}
}





/*************************************************

 message

*************************************************/
#message {
	margin: 100px 0;
}
#message .commonwrap {
	position: relative;
	max-width: 980px;
	padding-bottom: 60px;
}
#message .title {
	margin-bottom: 45px;
	line-height: 1;
}
#message .title strong {
	display: inline-block;
	margin-right: 20px;
	font-size: 35px;
}
#message .title small {
	display: inline-block;
	font-size: 15px;
	font-weight: 100;
}
#message .texts {
	margin-right: 120px;
	padding: 60px 80px 110px 80px;
	border: #000 solid 2px;
}
#message .texts p {
	margin-top: 1.5em;
	font-weight: 100;
}
#message .photo {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.fl{
	float: right;
	text-align: right;
}
@media only screen and (max-width:767px) {
	#message {
		margin: 50px 0;
	}
	#message .commonwrap {
		padding-bottom: 0;
	}
	#message .title {
		margin-bottom: 30px;
	}
	#message .title strong {
		margin-right: 15px;
		font-size: 26px;
	}
	#message .title small {
		font-size: 14px;
	}
	#message .texts {
		margin-right: 10px;
		padding: 32px 20px 80px 30px;
		border-width: 1px;
	}
	#message .photo {
		position: static;
		margin-top: 40px;
		text-align: center;
	}
}



/*************************************************

 outline

*************************************************/
#outline {
	padding: 75px 0 90px;
	background-color: #f5f5f5;
}
#outline .commonwrap {
	max-width: 720px;
}
#outline .title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	letter-spacing: 0.2em;
}
#outline .table > dl {
	box-sizing: border-box;
	display: table;
	width: 100%;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 1px;
	table-layout: fixed;
}
#outline .table > dl:first-child {
	border-top: #ccc solid 1px;
}
#outline .table > dl > * {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding: 20px 30px;
	border-right: #ccc solid 1px;
	line-height: 1.4;
}
#outline .table > dl > dt {
	width: 170px;
	background-color: #ededed;
}
#outline .table > dl > dd {
	background-color: #fff;
}
@media only screen and (max-width:767px) {
	#outline {
		padding: 40px 0 50px;
	}
	#outline .title {
		font-size: 22px;
	}
	#outline .table > dl > * {
		padding: 13px;
	}
	#outline .table > dl > dt {
		width: 95px;
	}
}



/*************************************************

 maparea

*************************************************/
#maparea {
	position: relative;
	width: 100%;
	height: 500px;
	line-height: 0;
}
#maparea iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:767px) {
	#maparea {
		height: 250px;
	}
}

