@charset "UTF-8";
/* CSS Document */
/* titleArea */
.titleArea .inner h1:before {
	content: "System";
}
.systemArea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 3vw 150px;
}
.systemArea .inner h2 {
	margin: 50px .5em 20px;
	font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: 1;
    color: #FFF;
}
.systemArea .inner p.staff-txt {
	text-align: center;
	color: #9e8361;
}
.systemArea .inner .recruit-list {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.shop-list {
	margin-bottom: 55px;
}
.systemArea .inner dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.systemArea .inner dl dt {
	width: 70%;
    padding: 15px 1em 10px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #FFF;
	border-bottom: 1px solid #9e8361;
}
.systemArea .inner dl dt span {
	display: block;
	font-size: .7em;
	line-height: 1;
	color: #766264;
}
.systemArea .inner dl dd {
	width: 30%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #9e8361;
    padding: 15px 1em 10px 2em;
	text-align: right;
	border-bottom: 1px solid #9e8361;
}
.systemArea .inner dl dd span {
	font-size: .8em;
}
.systemArea .inner dl dd a {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #FFF;
}
.systemArea .inner dl dd a:hover {
	color: #dcdddd;
}
.systemArea .inner .img-list {
	display: flex;
	flex-wrap: wrap;
}
.systemArea .inner .img-list li {
	width: calc(100% / 3);
	padding: 0 5px;
}
.systemArea .inner .img-list li img {
	width: 100%;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
.systemArea .inner h2 {
    font-size: 8vw;
}
.systemArea .inner dl dt {
	width: 100%;
    padding: 15px 2em 5px;
	border-bottom: none;
}
.systemArea .inner dl dd {
	width: 100%;
    padding: 5px 2em 15px;
}
}
@media screen and (max-width: 450px) {
	.systemArea .inner dl {
		margin-top: 10px;
	}
	.systemArea .inner dl dt {
		padding: 15px 2em 0;
	}
	.systemArea .inner dl dt {
		padding: 5px 2em 0;
	}
}
