@charset "utf-8";


/* Food Menu Font */
@font-face {
	font-family: HOKKORI;
	src: url(../font/HOKKORI.eot);/*for IE*/
}
@font-face {
	font-family: HOKKORI;
	src: url(../font/HOKKORI.woff) format("woff");
}

/*introduction
--------------------*/
#recruit{
	width: 100%;
	margin-top: 30px;
}

.recruit-container {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 20px 0;
}

.recruit-frame{
	margin: 20px 0;
	display: flex;
    flex-direction: row;
	border-bottom: #d8c7a0 1px solid;
}

.recruit-title{
	border-bottom: #64070a62 2px solid;
	color: #5a1b1e;
	font-size: 25px;
	font-weight: 700;
	font-family: serif;
	text-align: center;
}

.recruit-label {
	font-size: 16px;
	font-weight: 600;
	width: 120px;
}

.recruit-deals {
	font-size: 16px;
}

@media screen and (max-width: 500px){
	.recruit-frame{
		margin: 10px 0;
	}
	.recruit-label {
		font-size: 14px;
		width: 80px;
	}
	.recruit-deals {
		font-size: 14px;
	}
}
