@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea {
	margin-top: 80px;
	padding: 0 20px 0;
}
.ttlArea h1 {
	padding: 20px 0 0;
	/*font-family: 'Lato', sans-serif;*/
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 5px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	color: #333;
}
.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 {
	color: #767D85;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #999;
}

@media screen and (max-width: 1000px) {
/* ttlArea */
	.ttlArea {
		margin-top: 80px;
	}
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
	.breadArea .inner li, 
	.breadArea .inner li a,
	.breadArea02 .inner li, 
	.breadArea02 .inner li a {
		font-size: 12px;
	}
}	

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

@media screen and (max-width: 600px) {
/* ttlArea */
	.ttlArea {
		padding: 0 8vw 0;
	}
	.ttlArea h1 {
		font-size: 16px;
	}
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
}	

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