header {
	height: 325px;
}

#headerBorder {
	bottom: -3px;
}

header >img {
	position: absolute;
	width: 100vw;
	height: auto;
	bottom: -60%;
}

header #title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #ffffff;
	background: rgba(29, 170, 123, .9);
	font-size: 3.2rem;
	z-index: 8;
}

header #logo {
	z-index: 8;
}

.box {
	margin: 0 auto 150px;
	max-width: 1000px;
	width: 90%;
}

.box p {
	margin: 0 auto;
	padding: 0 0 20px;
	max-width: 800px;
	width: 100%;
	letter-spacing: 0.2rem;
}

h2 {
	margin: 60px 0;
	font-size: 3.4rem;
	color: #1daa7b;
	text-align: center;
}

.menuBox {
	margin: 60px 0 0;
	width: 100%;
	height: 280px;
}

.menuBox img {
	margin: 0 45px 0 0;
	width: 420px;
	height: 280px;
	float: left;
}

.menuBox .menuName {
	margin: 0 0 30px;
	font-size: 2.8rem;
	color: #1daa7b;
	line-height: 1
}

.menuBox p {
	padding: 0;
	max-width: 100%;
	width: 100%;
	font-size: 1.4rem;
}

.menuBox2 {
	margin: 60px 0 0;
	width: 100%;
}

.menuBox2 img {
	margin: 0 45px 0 0;
	width: 100%;
	float: center;
}


/* sp style */

@media screen and (max-width: 600px) {
	header {
		height: 200px;
	}
	header >img {
		position: absolute;
		width: auto;
		height: 300px;
		min-height: 300px;
		right: -40px;
		bottom: 0;
	}
	header #title {
		width: 145px;
		height: 38px;
		line-height: 38px;
		font-size: 1.8rem;
	}
	.box {
		margin: 0 auto 50px;
		width: 90%;
	}
	.box p {
		padding: 0;
		letter-spacing: 0.12rem;
	}
	h2 {
		margin: 10px 0 30px;
		font-size: 2.4rem;
	}
	.menuBox {
		margin: 40px 0 0;
		width: 100%;
		height: auto;
	}
	.menuBox img {
		margin: 0 0 22px;
		width: 100%;
		height: auto;
		float: none;
	}
	.menuBox .menuName {
		margin: 0 0 10px;
		font-size: 1.8rem;
	}
	.menuBox p {
		font-size: 1.3rem;
	}
}
