@charset "UTF-8";

header{
	background: #FBF7F2 url(../img/bg_body.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

#contents .ttl-block{
	padding: 50px 0 0;
	text-align: center;
}

#contents .ttl-block h2{
	font-size: 4rem;
}
#contents .ttl-block p{
	font-size: 2rem;
	font-weight: 600;
	color: #DC461E;
}

#contents .contact,
#contents .privacy{
	margin: 0 auto;
	width: 80%;
}

#contents .privacy h2{
	margin: 1.5em 0;
	font-size: 2.6rem;
	text-align: center;
}



@media only screen and (max-width: 640px) {
	body {
		min-width: 100%;
	}
	header{
		background: none;
	}

	#contents .ttl-block{
		margin: 30px 0 20px;
		padding: 0;
		text-align: center;
	}

	#contents .ttl-block h2{
		font-size: 3.2rem;
	}
	#contents .ttl-block p{
		font-size: 1.5rem;
		font-weight: 600;
		color: #DC461E;
	}
	#contents #contact,
	#contents .privacy{
		margin: 0 auto;
		width: 100%;
	}

	#contents .privacy h2{
		margin: 1em 0;
		font-size: 2.6rem;
		text-align: center;
	}
}
