@charset "utf-8";
/* CSS Document */
.h2Area {
	height: inherit;
	margin-top: 100px;
	padding: 120px 0;
	text-align: center;
	background-image: url("../img/sub/h2_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h2Area .h2Box h2 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	text-shadow: #61a4bf 1px 1px 10px, #61a4bf -1px 1px 10px, #61a4bf 1px -1px 10px, #61a4bf -1px -1px 10px;
}
.h2Area .h2Box .h2txt {
	font-size: 17px;
	line-height: 1;
	color: #fff;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.15em;
	padding-top: 15px;
	text-shadow: #61a4bf 1px 1px 10px, #61a4bf -1px 1px 10px, #61a4bf 1px -1px 10px, #61a4bf -1px -1px 10px;
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 20px;
}
.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) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .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) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #0092d0;
}

/*subコンテンツ共通背景*/
.subArea {
	background-image: url(../img/top/back02.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/*サブページ*/
footer .f_top {
    height: auto;
    margin-top: 0px;
}

@media screen and (max-width: 1000px) {
	.h2Area {
		margin-top: 80px;
		padding: 60px 0px;
	}
}

@media screen and (max-width: 767px) {
	.h2Area .h2Box h2 {
		font-size: 20px;
	}
	.h2Area .h2Box .h2txt {
		font-size: 14px;
		padding-top: 10px;
	}
	.breadArea,
	.breadArea02 {
		display: none;
	}

}