/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding: 80px 0;}



/** cast **/

#cast{
	font-size: 0;
	line-height: 0;
	text-align: left;
}

#cast .cbox{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#cast .cbox:hover{
	text-decoration: none;
}

#cast .cbox .course{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

#cast .cbox .img_bg{
	position: relative;
	display: block;
	padding: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#cast .cbox .img{
	display: block;
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#cast .cbox .img > img{
	width: 200px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

#cast .cbox .img:hover > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#cast .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 10px;
	right: 10px;
}
#cast .cbox .img .icon img{ width: 50px; height: auto;}

#cast .cbox .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 0;
}
#cast .cbox .name a{	color: #333;}

#cast .cbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
#cast .cbox .size span{	color: #caaa55;}
#cast .cbox .size:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
}

#cast .cbox .txt{
	font-size: 14px;
	line-height: 20px;
}


.cate{
	text-align: center;
	margin: 50px 0 0 0;
	border-bottom: 1px solid #d8c173;
}

.cate h3{
	position: relative;
	font-family: "FontA";
	font-size: 22px;
	line-height: 30px;
	color: #caaa55;
}
.cate h3:before,
.cate h3:after{
	content: '';
	width: calc(50% - 130px);
	border-bottom: 1px solid #d8c173;
	position: absolute;
	top: 15px;
}
.cate h3:before{	left: 0;}
.cate h3:after{	right: 0;}

.cate ul{
	padding: 30px 0 40px 0;
}

.cate li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 20px;
}

.cate li span{
	width: 130px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
}

.cate li p{
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}
.cate li p em{	color: #ccc;}


/** staff_search **/

#staff_search{
	width: 900px;
	margin: 0 auto 40px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.open_bt{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	width: 300px;
	height: 60px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	-webkit-appearance: none;
	color: #fff;
	background: #caaa55;
	border: none;
	outline: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.open_bt:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.open_bt:after{
	content: "";
	width: 11px;
	height: 11px;
	background: url(/img/all/+.png) no-repeat;
	background-size: 11px auto;
	position: absolute;
	top: calc(50% - 5.5px);
	right: 15px;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.open_bt.open:after{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.staff_search_in{
	margin: 10px 0 0 0;
	padding: 25px;
	box-shadow:0px 0px 0px 3px #ececec inset;
	-moz-box-shadow:0px 0px 0px 3px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 3px #ececec inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_box{
	display: flex;
}
.search_box_l,
.search_box_r{
	flex: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_box_l{
	padding: 0 10px 0 0;
	border-right: 1px solid #ddd;
}
.search_box_r{
	padding: 0 0 0 10px;
}
.search_box_r p{
	position: relative;
	margin: 0 0 5px 15px;
}
.search_box_r p:before{
	content: "";
	width: 100%;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 10px;
	left: 0;
}
.search_box_r p span{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	color: #c0a881;
	padding: 0 10px;
	background: #fff;
}

.search_box dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}
.search_box_l dl{
    margin-bottom: 10px
}
.search_box dl:last-of-type{	margin-bottom: 0;}
.search_box dt,
.search_box dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}
.search_box dt{
	width: 100px;
	color: #caaa55;
	text-align: center;
}
.search_box dd{
	text-align: left;
}

.search_submit{
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_submit input[type="submit"],
.search_submit input[type="reset"]{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	height: 45px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 5px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_submit input[type="submit"]:hover,
.search_submit input[type="reset"]:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.search_submit input[type="submit"]{
	width: 220px;
	color: #fff;
	background: #caaa55;
	border: none;
	outline: none;
}
.search_submit input[type="reset"]{
	width: 110px;
	color: #fff;
	background: #990000;
	border: none;
	outline: none;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	width: 280px;
	padding: 5px;
	font-size		: 14px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border			: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

select{
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_bar{
	font-size: 0;
	line-height: 0;
	text-align: right;
}
.chk_bar input[type="checkbox"],
.chk_bar input[type="radio"]{	display: none;}
.chk_bar input[type="checkbox"] + label,
.chk_bar input[type="radio"] + label{
	display: inline-block;
	vertical-align: top;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 25px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border-radius: 12.5px;
	color: #999;
	background: #f5f5f5;
	border: 1px solid #ddd;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk4 input[type="checkbox"] + label,
.chk4 input[type="radio"] + label{
	width: 50px;
	margin-left: 3px;
}
.chk_type{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 0 0 13px 15px;
}
.chk_type input[type="checkbox"] + label,
.chk_type input[type="radio"] + label{
	width: calc(100% / 3 - 3px);
}

.search_shift{
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 17px 0 0 15px;
	padding: 23px 10px 13px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_shift > span{
	display: inline-block;
	vertical-align: top;
	width: 66px;
	font-size: 12px;
	line-height: 20px;
	color: #c0a881;
	position: absolute;
	top: -10px;
	left: calc(50% - 33px);
	background: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.chk_shift{
	text-align: center;
}
.chk_shift input[type="checkbox"] + label,
.chk_shift input[type="radio"] + label{
	width: 80px;
	margin: 0 2.5px;
}
.chk_shift input[type="checkbox"]:last-of-type + label,
.chk_shift input[type="radio"]:last-of-type + label{
	width: 140px;
	margin: 10px 0 0 0;
}


.chk_bar input[type="checkbox"]:checked + label,
.chk_bar input[type="radio"]:checked + label{
	color: #fff;
	background: #caaa55;
	border-color: #caaa55;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
input::placeholder,
textarea::placeholder{	color: #ccc;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{	color: #ccc;}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{	color: #ccc;}


.no_data{
	padding: 100px 0;
	font-size: 14px;
    line-height: 20px;
	text-align: center;
}
