@charset "utf-8";

#contact-mainvisual {
	clear: both;
	background: url(../../image/contact/bg-main.jpg) no-repeat center center / cover;
	background-attachment: fixed;
	padding: 70px 0 30px;
	box-sizing: border-box;
	text-align: center;
}
#contact-mainvisual h2 {
	font-size: 54px;
	margin-bottom: 60px;
	color: #fff;
	line-height: 1.3;
}

.bg-01{
	background: #f1f0e9;
	position: relative;
	z-index: 0;
	padding: 50px 0;
	margin-bottom: 40px;
}
#contact{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
#contact p{
	font-size: 23px;
	line-height: 1.5;
}
