@charset "UTF-8";
/* CSS Document */
/* titleArea */
.titleArea {
	display: flex;
	align-content: center;
	align-items: flex-end;
	width: 100%;
	height: 300px;
	background-image: url("../img/sub/sub_main-bg.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: left;
}
.titleArea .inner {
    width: 100%;
	padding: 0 20px;
	text-align: left;
}
.titleArea .inner h1 {
    font-size: 13px;
	padding: 50px 0 80px;
	position: relative;
}
.titleArea .inner h1:before {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0;
    font-family: adobe-caslon-pro,serif;
	font-weight: 400;
	font-style: italic;
	font-size: 60px;
	line-height: 1;
	color: #9e8361;
}
/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 20px;
}
.breadArea03 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 20px;
	margin-top: 80px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1),
.breadArea03 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after,
.breadArea03 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2),
.breadArea03 .inner li:nth-of-type(2),
.breadArea03 .inner li:nth-of-type(3) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3),
.breadArea03 .inner li:nth-of-type(4) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before,
.breadArea03 .inner li:nth-of-type(3):before,
.breadArea03 .inner li:nth-of-type(4):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a,  
.breadArea03 .inner li, 
.breadArea03 .inner li a {
	font-size: 13px;
	color: #9e8361;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover,
.breadArea03 .inner li a:hover {
	color: #777;
}
@media screen and (max-width: 1000px) {
/* breadArea */
.breadArea,
.breadArea02,
.breadArea03 {
	display: none;
}
}	

@media screen and (max-width: 767px) {
.titleArea .inner h1 {
    font-size: 14px;
}
.titleArea .inner h1:before {
    font-size: 12vw;
}
.titleArea {
    height: 180px;
}
.titleArea .inner h1:before {
    bottom: 25px;
}
}

@media screen and (max-height: 650px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
}

	