@charset "UTF-8";
/* CSS Document */

/*ぱんくず*/
.second {
	position: relative;
}

.second div.pancz {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.second div.pancz ol {
	width: 1280px;
	margin: 0 auto;
	padding: 20px 0 0;
	display: flex;
	justify-content: flex-end;
}

div.pancz ol li {
	font-size: 14px;
	line-height: 1.3em;
}

div.pancz ol li::after {
	content: ">";
	display: inline-block;
	padding: 0 4px;
}

div.pancz ol li:last-child::after {
	display: none;
}

div.pancz ol li a {
	text-decoration: none;
	color: #555;
}

div.pancz ol li a:hover {
	text-decoration: underline;
}


/*h1*/
.h_cont {
	background-color: #f8f7f4;
	width: 100%;
	height: 370px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.h_cont p {
	font-size: 20px;
	color: #a0522b;
	text-align: center;
	font-family: 'Noto Serif JP', sans-serif;
	margin-bottom: 25px;
}

.h_cont p span {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
}

.h_cont p span::after {
	content: "";
	width: calc(100% + 40px);
	height: 1px;
	border-bottom: 1px solid #a0522b;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.h_cont h1 {
	font-size: 32px;
	font-family: 'Noto Serif JP', sans-serif;
}

.h_cont h1 span {
	font-size: 24px;
	display: block;
}