@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

#main-contents-about {
	height: calc(2000px * 0.3995);
}

#gallery-bg {
	width: 100%;
	height: 354px;
	background: #8292a0;
}

.header-gallery {
	margin-top: -24px;
	height: 354px;
	background: url(../../img/about/top.jpg) no-repeat top center;
}

.header-gallery h1.page-title {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 150px;
	background: #307aba;
	opacity: .85;
	color: #fff;
	font-size: 2rem;
	padding: 15px 0;
	font-weight: lighter;
	font-family: 'Sawarabi Mincho';
}

#multi-service h1 {
	padding-top: 1.5rem;
	background: url(../../img/heading-top.png) center bottom no-repeat;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 0.1;
}

@media only screen and (max-width: 768px) {
	#gallery-bg {
		height: 250px;
}
	
	.header-gallery {
	margin-top: -24px;
	height: 250px;
	background: url(../../img/about/top_sp.jpg) no-repeat top center;
}
	
	.header-gallery h1.page-title {
	position: absolute;
	top: 100px;
	font-size: 1.5rem;
	font-weight: lighter;
}
}

@media screen and (max-width: 680px) {
	#multi-service h1 {
		font-size: 1rem;
}
}
	
@media screen and (max-width: 480px) {
	#multi-service h1 {
		font-size: 0.7rem;
}
}

	#multi-service h1 + p {
		margin-top: 0.3rem;
		margin-bottom: 2rem;
	}