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

main {
	margin-top: 90px;
}
/*サブ画像エリア*/
.subImgArea {
	background-image: url(../img/common/head.jpg);
	background-repeat: no-repeat;
  background-size: cover;
	background-position: center center;
	height: 150px;
	display: flex;
  align-items: flex-end;
}

.subImgArea .inner .subMainBox {
	padding: 20px;
	display: none;
}

.subImgArea .inner .subMainBox ul {
	display: flex;
}

.subImgArea .inner .subMainBox ul li {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	letter-spacing: 0.6em;
	text-align: center;
	margin: 0px 60px;
}

.subImgArea .inner .subMainBox ul li span {
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	letter-spacing: 0.2em;
	display: block;
}

/*パンくずエリア*/
.breadArea,
.breadArea02 {
	padding: 30px 0;
}

.breadArea .inner,
.breadArea02 .inner {
	display: flex;
    justify-content: flex-start;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.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;
}
/*サブh1タイトルエリア*/
.h1Box {
	width: 100%;
	min-height: 230px;
	margin-bottom: 50px;
		background-image: url("../img/common/sub_h1_tit.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.h1Box::before {
	content: url("../img/common/stripe01.png");
	position: absolute;
	top: 3vh;
	right: 90%;
}
.h1Box::after {
	content: url("../img/common/stripe02.png");
	position: absolute;
	top: -3vh;
	left: 90%;
}

.h1Box h1 {
	padding-top: 60px;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: 0.2em;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-shadow: 0 0 7px #ffe, 0 0 7px #fff, 0 0 7px #ffe, 0 0 7px #fff;
}

.h1Box h1 span {
	display: block;
	font-size: 19px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-shadow: none;
}

.h1Box .h1Txt {
	padding: 0 10vw 20px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
	text-shadow: 0 0 7px #ffe, 0 0 7px #fff, 0 0 7px #ffe, 0 0 7px #fff;
}

@media screen and (max-width: 1000px) {
main {
    margin-top: 0;
}
.subImgArea .inner .subMainBox ul li {
    font-size: 22px;
    margin: 0px 30px;
}

.subImgArea .inner .subMainBox ul li span {
    font-size: 16px;
}
}

@media screen and (max-width: 767px) {
/*h1エリア*/
	.subImgArea .inner .subMainBox {
    padding: 20px 0;
}
.subImgArea .inner .subMainBox ul {
    display: flex;
    justify-content: space-between;
}
.subImgArea .inner .subMainBox ul li {
		margin: 0px 10px;
		font-size: 3vw;
		letter-spacing: .05em;
}
.subImgArea .inner .subMainBox ul li span {
    font-size: 2vw;
}
.h1Box {
		background-image: url("../img/common/sub_h1_tit_sp.jpg");
	margin-top: 30px;
}
.h1Box::before,
.h1Box::after {
	display: none;
}
.h1Box .h1Txt {
    font-size: 13px;
	text-align: left;
	padding: 0 6vw 20px;
}

}







