@charset "utf-8";


.txtR{
	text-align: right;
}
.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}


/*ぱんくず*/
.breadcrumb {
	padding: 10px 0;
	background: #eaeddc;
}
	.breadcrumb li {
		float: left;
		font-size: 77%;
	}
	.breadcrumb li:before {
		content: "＞";
		margin: 0 10px 0 0;
	}
	.breadcrumb li:first-child:before {
		content: "";
		margin: 0;
	}
		.breadcrumb li a {
			display: inline-block;
			padding: 0 10px 0 0;
		}
}
@media only screen and (max-width: 740px) {	/*sp*/
.breadcrumb {
	display: none;
}
}


/*見出し*/
.tit01 {
	border-bottom: 9px solid #5a4632;
	background: #f3f5ec;
}
	.tit01 .headBtn {
		float: right;
		text-align: right;
	}
	.tit01 .headBtn span {
		display: inline-block;
		margin: 0 0 0 5px;
	}
	.tit01 .headBtn span a {
		display: block;
		border-radius: 6px;
		font-size: 139%;
		font-weight: bold;
		color: #fff;
		padding: 10px 35px;
		margin: 5px 0;
		line-height: 1;
	}
	#shc1023 {
		border-radius: 6px;
		font-size: 139%;
		font-weight: bold;
		color: #fff;
		padding: 10px 35px;
		margin: 5px 0;
		line-height: 1;
		background: #f3f5ec;

	}
	.tit01 .headBtn span a:hover {
		text-decoration: none;
	}
	.tit01 .headBtn p {
		margin: -5px 0 5px;
		font-size: 87%;
	}
	.tit01 h1 {
		float: left;
		line-height: 48px;
	}
	.tit01 h1 img {
		vertical-align: middle;
	}
	
	.fresh .tit01 .headBtn span a { background: #68860c; }
	.fresh .tit01 .headBtn span a:hover { background: #68860c; }
	
	.career .tit01 .headBtn span a { background: #3192aa; }
	.career .tit01 .headBtn span a:hover { background: #3192aa; }
	
	.fc .tit01 .headBtn span a { background: #f6c20c; }
	.fc .tit01 .headBtn span a:hover { background: #f6c20c; }

@media only screen and (min-width: 741px) and (max-width: 768px) {	/*tab*/
.tit01 .headBtn span a {
	padding: 10px 26px;
}
}
@media only screen and (max-width: 740px) {	/*sp*/
.tit01 {
	border-bottom: 4px solid #5a4632;
	background: #e6e8da;
}
	.tit01 .container {
		width: 100%;
		margin: 0;
	}
	.tit01 .headBtn {
		float: none;
		background: #f3f5ec;
		text-align: right;
	}
	.tit01 .headBtn span {
		margin: 0;
	}
		.tit01 .headBtn span a {
			display: inline-block;
			border-radius: 6px;
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			padding: 7px 13px;
			margin: 10px 5px 10px 0;
			line-height: 1;
		}
		.tit01 .headBtn span a:hover {
			text-decoration: none;
		}
	.tit01 .headBtn p {
		margin: -5px 0;
		padding-bottom: 5px;
		font-size: 9px;
	}
	.tit01 h1 {
		float: none;
		padding: 15px 7px 10px;
		line-height: 1;
	}
	.tit01 p {
		padding: 0 7px 15px;
	}
	
	.fresh .tit01 .headBtn span a { background: #68860c; }
	
	.career .tit01 .headBtn span a { background: #3192aa; }
	
	.fc .tit01 .headBtn span a { background: #f6c20c; }
}


/*エントリーボタン
-------------------------------------------------------------*/
.entry {
	padding: 90px 0;
	text-align: center;
}
	.entry a {
		display: inline-block;
		border-radius: 6px;
		font-size: 139%;
		font-weight: bold;
		color: #fff;
		background: #68860c;
		padding: 15px 55px;
	}
	.entry a:hover {
		text-decoration: none;
	}
	
	.fresh .entry a { background: #68860c; }
	
	.career .entry a { background: #3192aa; }
	
	.fc .entry a { background: #f6c20c; }

.anchor2 ul {
	width: 100%;
	display: table;
	margin: 15px 0 0px;
}
	.anchor2 li {
		width: 33%;
		display: table-cell;
		text-align: center;
	}

.anchor2 li img {
	max-width: 99%;
}
	
@media only screen and (max-width: 740px) {	/*sp*/
.entry {
	padding: 25px 0 60px;
	text-align: center;
}
	.entry a {
		width: 96%;
		font-size: 18px;
		padding: 12px 0;
	}

.anchor2 ul {
	margin: 10px 0 0px ;
}
	.anchor2 li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
	.anchor2 li a {
	text-align: center;
	display: block;
	border-radius: 5px;

	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	border: 2px solid #5A442E;
	bottom: 0px;
	}
	.mypage{
	border-radius: 5px;
	background-color: #f3f1df;
	}
	
}


/*ボタン*/
.listBtn {
	padding: 30px 0;
	text-align: center;
}
.career .listBtn {
	padding: 60px 0 90px;
}
	.listBtn a {
		display: inline-block;
		border-radius: 6px;
		font-size: 139%;
		font-weight: bold;
		color: #fff;
		background: #90784a;
		padding: 15px 25px;
		margin: 0 5px;
	}
	.listBtn a:hover {
		background: #90784a;
		text-decoration: none;
	}
.entry {
	padding: 0 0 90px;
}
@media only screen and (min-width: 741px) and (max-width: 768px) {	/*tab*/
.listBtn a {
	font-size: 131%;
	padding: 15px;
}
}
@media only screen and (max-width: 740px) {	/*sp*/
.listBtn {
	padding: 20px 0;
}
.career .listBtn {
	padding: 20px 0 50px;
}
.top .career .listBtn {
	padding: 20px 0 0;
}
	.listBtn a {
		border-radius: 4px;
		font-size: 12px;
		padding: 7px 0;
		margin: 0 2% 5px;
		width: 96%;
	}
.top .entry {
	padding: 40px 0 90px;
}
}