@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	margin-top: 70px;
	background-image: url("../img/sub/main_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainArea .inner {
	padding: 0 100px;
	height: 400px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mainArea .inner h1 {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-size: 30px;
	font-style: normal;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
/* breadArea */
.breadArea,
.breadArea02 {
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 12px 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: 26px;
}
.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: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.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;
	font-weight: 500;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #c59b6d;
}

@media screen and (max-width: 1800px) {
	.mainArea .inner {
		padding: 0 10vw;
	}
}

@media screen and (max-width: 1600px) {
	.mainArea .inner {
		padding: 0 16vw;
	}
}

@media screen and (max-width: 1200px) {
	.mainArea .inner {
		padding: 0 12vw;
	}
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		margin-top: 60px;
		background-image: url("../img/sub/main_bg_sp.webp");
	}
	.mainArea .inner {
		height: 300px;
    padding: 0 8vw;
	}
	.mainArea .inner h1 {
		font-size: 26px;
	}	

/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
}	

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea .inner {
		height: 200px;
    padding: 0 6vw;
	}
	.mainArea .inner h1 {
		font-size: 22px;
	}	
	
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
}	
