@charset "utf-8";
/* CSS Document */
h2{
	text-align: center;
	font-size:20px;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #ffd800;
}

/*見出し写真コンテナ*/
.recruitpiccontainer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100vw;
	height: 80vw;
	background:url("http://dippsabbey.sakura.ne.jp/chibana/img/en01.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	margin-bottom: 2%;
	color: #ffd800;
	text-align: center;
	align-items: center;
}

/*コンテナ*/
.recruitcontainar{
	display: flex;
	width: 100vw;
	min-width: 300px;
	justify-content: center;
	overflow: hidden;
}

/*見出し文*/
.recruit1st{
	text-align:left;
	text-shadow: 1px 1px 3px black; 
	width: 45vw;
	min-width: 290px;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	font-weight: 200;
	color: #ffd800;
	z-index: 5;
	font-size:12px;
	line-height: 25px;
}

.recruitinner{
	width:50vw;
	min-width: 290px;
	justify-content: flex-start;
	flex-direction: column;
	border: solid 4px #ffd805;
	border-radius: 10px;
	padding: 3%;
	}

.recruitmidasi{
	width:25vw;
	min-width: 290px;
	height: 40px;
	line-height: 40px;
	background-color:#ffd800; 
	border-radius: 10px;
	text-align: center;
	margin-bottom: 1%;
	margin-top: 1%;
	letter-spacing: 0.5em;
}

.recruitmidasi_w{
	width:25vw;
	min-width: 290px;
	height: 40px;
	line-height: 40px;
	background-color:#ffd800; 
	border-radius: 10px;
	text-align: center;
	margin-bottom: 1%;
	margin-top: 1%;
	letter-spacing: 0.2em;
}

.recruitsubmidasi{
	width:30vw;
	min-width: 290px;
	background-color:#009a44; 
	border-radius: 10px;
	text-align: center;
	color:white;
}

.recruit_texcon{
	
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	width:49vw;
	min-width: 285px;
	margin-left: 2%;
}
.recruittext_num{
	font-weight: 200;
	min-width: 30px;
	margin-top: 0;
	margin-bottom: 3%;
	font-size: 3vw;
	
}
	
.recruittext{
	font-weight: 200;
	min-width: 250px;
	margin-bottom: 3%;
	font-size: 3vw;
}

/*背景*/
.chibana_bg04{
	position: absolute;
	background-image: url("http://dippsabbey.sakura.ne.jp/chibana/img/cb_backgroundbar03.png");
	background-size:cover;
	background-position: right;
	background-repeat: no-repeat;
	width: 22vw;
	min-width: 180px;
	height: 140vh;
	max-height: 1600px;
	min-height: 460px;
	left: 0;
	z-index:-10;
}

.chibana_bg05{
	position: absolute;
	background-image: url("http://dippsabbey.sakura.ne.jp/chibana/img/cb_backgroundbar04.png");
	background-size:cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 22vw;
	min-width: 180px;
	height: 140vh;
	max-height: 1600px;
	min-height: 460px;
	right: 0;
	margin-right:0px;
	z-index:-10;
}




@media screen and (min-width:480px){

.recruitpiccontainer{
	height: 50vw;
	}
	
.recruit1st{
	width: 36vw;
	font-size:14px;
	line-height: 25px;
}
}

@media screen and (min-width:660px){
	
.recruitpiccontainer{
	height: 44vw;
	}
	
.recruit1st{
	width: 38vw;
	font-size:15px;
	line-height: 32px;
}


	
}

@media screen and (min-width:860px){
.recruitpiccontainer{
	height: 34vw;
	}

.recruit1st{
	font-size:18px;
	font-weight: 200;
}
	
.recruitinner{
	justify-content: center;
}
.recruittext_num{
	font-size: 1.1em;
	
}
	
.recruittext{
	font-size: 1.1em;
}
	}


	
