@charset "UTF-8";

/*-----------------------------------

	lower

-----------------------------------*/
#headline {
	background: #b2ad77;
	display: flex;
}
#headline h2{
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin: 20px auto;
}
#headline h2 span{
	display: block;
	font-size: 13px;
	letter-spacing: 0.25em;
	margin-top: 5px;
}
#breadcrumb ul li{
	float: left;
	line-height: 2em;
}
#breadcrumb ul li:after{
	content: ">";
	margin: 0 0.5em;
}
#breadcrumb ul li:last-child:after{
	content: "";
}
@media screen and (max-width: 840px) {
	#headline h2{
		font-size: 24px;
	}
}
