@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: sans-serif;
}
.back-black{
	background-color: #000;
	color: #fff;
	text-align: center;
}
/*header*/
header{
	font-size: 32px;
}
header a{
	color: #ffd813;
	text-decoration: none;
}
h1{
	text-indent: -9999px;
	height: 0;
}
body{
	background-color: #ffd813;
}
#reason, #benefits, #dormitory{
	width: 1000px;
	margin:0 auto;
}
/*1st-view*/
h2{
	padding: 20px 0;
}
.con-wrap{
	width: 1000px;
	margin: 0 auto;
}

.con-wrap .img-box{
	width: 100%;
	text-align: center;
}
.img-box img{
	width: 30%
}
.entry{
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
.entry img{
	width: 100%;
	transition: .3s;
}
.entry img:hover{
	filter: invert(100%)!important;
}
.left{
	width: 45%;
}
.right img{
	width: 100%;
	display: block;
	margin-top: -28px;
}
.con-box{
	display: flex;
	flex-direction: row;
}
.right{
	width: 55%;
	padding-right: 10%;
}
.left{
	font-size: 20px;
	padding: 5% 0 0 8%;
}
.left p{
	width: 90%;
	text-align: justify;
}
.entry{
	margin-bottom: 20px;
	margin-top: -10px;
}
.jikyu{
	font-weight: 900;
	font-size: 35px;
}
.jikyu span{
	font-size: 150%;
}
.left h3{
	font-size: 35px;
	margin-bottom: 2%;
}
.alpha{
	color: #fff;
	font-weight: bold;
	background-color: #000;
	padding: 1% 2%;
    margin: 0 1%;
}
.nikkyu{
	background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 118%;
	margin-top: 10px;
	text-align: center!important;
}
.nikkyu span{
	color: #00abc4;
}
.new-line{
	display: block;
	font-size: 75%;
	text-align: right;
	background-color: #ffd813;
	color: #000!important;
	font-weight: 500;
}
/*reason*/
.bg-area{
	width: 100%;
	background-image: url(../../img/contents/alpha/bg.jpg);
	background-size: cover;	
	margin-top: -40px;
}
#reason{
	text-align: center;
	padding-bottom: 60px;
}
#reason h2{
	padding-top: 100px;
}
#reason h3{
	font-size: 38px;
	margin-bottom: 20px;
}
#reason p{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 40px;
}
.kinmu-area p{
	line-height: inherit!important;
}
.kinmu-area h4{
	font-size: 26px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 0% 3%;
    border-radius: 30px;
	margin-bottom: 20px;
}

.kinmu-area a{
	text-decoration: none;
	color: #000;
	background: #fff;
	font-weight: bold;
	display: inline-block;
	width: 190px;
    padding: 1% 3%;
    font-size: 26px;
    margin: 0 20px;
	border: solid 3px;
	transition: all 0.2s;
}
.kinmu-area a:hover{
	transform: translate(0px,-10px);
}
/*benefits*/
#benefits .woman{
	width: 55%;
	margin-top: -30px;
	margin-left: -30px;
}
#benefits .right{
	float: right;
	width: 45%;
	padding-right: 0;
	margin-top: 40px;
	font-size: 26px;
	font-weight: bold;
}
#benefits ul{
	clear: both;
	list-style: none;
	display: flex;
	height: 160px;
	margin-top: 20px;
}
#benefits li{
	text-align: center;
	box-shadow:0px 0px 19px 10px #f5c808 inset;
	width: calc(100% / 4);
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	margin: 5px;
display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
#benefits li span{
	font-size: 70%;
}

/*dormitory*/
#dormitory{
	padding-bottom: 60px;
	background-image: url(../../img/contents/alpha/kaden.png);
	background-repeat: no-repeat;
	background-position: right;
}

#dormitory p{
	font-size: 20px;
	margin-bottom: 20px;
}
#dormitory .box{
	border: solid 9px #000;
	width: 300px;
	height: 100px;
	font-size: 28px;
	font-weight: bold;
	margin: 5px;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	float: left;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
/*footer*/
footer{
	font-size: 28px;
	padding-bottom: 20px;
}
footer .entry{
	margin-top: 0;
	padding-top: 20px;
}
footer .tel{
	font-size: 60px;
	font-weight: bold;
	etter-spacing: 5px;
    text-indent: 5px;
	text-decoration: none;
	color: #ffd813;
}
.access{
	margin-top: 20px;
	font-size: 70%;
}

@media screen and (max-width: 560px){
	img{
		width: 100%;
	}
	#reason, #benefits, #dormitory{
	width: 100%;
}
	.con-wrap{
		width: 100%;
	}
	.nikkyu{
		font-size: 5.5vw!important;
	}
	.entry{
		width: 90%;
	}
	 header{
	font-size: 5vw;
}
	.con-box{
	flex-direction: column;
}
	.left{
		width: 100%;
		padding: 0;
	
	}
	.left h3{
		width: 90%;
		margin: 3% auto;
		font-size: 7.5vw;
	}
	.left p{
		width: 91%;
		font-size: 4vw;
		margin: 0 auto 5%;
	}
	.right{
		width: 40%;
		margin-left: 30%;
	}
	.right img{
		margin-top: -25%;
	}
	.img-box img{
		width: 70%;
	}
	#reason h2{
		width: 90%;
		margin: 0 auto;
	}
	#reason h3{
		font-size: 6.5vw;
	}
	#reason p{
		font-size: 4vw;
	}
	.kinmu-area a{
		margin: 2%;
		/*width: calc(80% / 3);*/
	}
	#benefits{
		padding-bottom: 5%;
	}
	#benefits .woman{
		width: 100%;
		margin: 0;
	}
	#benefits .right{
		float: none;
		width: 100%;
		margin: 0;
	}
	#benefits h2{
		width: 90%;
		margin: 0 auto;
	}
	#benefits p{
		font-size: 4.5vw;
		padding: 0 2%;
		
	}
	#benefits ul{
		flex-wrap: wrap;
		height: auto;
		margin: 5% auto 0;
	}
	#benefits li{
		width: calc(95% / 2);
		height: 80px;
		margin: 1%;
	}
	#benefits li p{
		font-size: 4vw;
		width: 100%;
	}
	#dormitory{
		background-size: 60%;
		background-position: center bottom;
		padding-bottom: 60%;
	}
	#dormitory h2{
		width: 90%;
		margin:  0 auto;
	}
	#dormitory p{
		font-size: 4.5vw;
    	padding: 0 2%;
	}
	#dormitory .box{
		float: none;
		margin: 1% auto;
	}
	footer{
		font-size: 5vw;
	}
	footer .tel{
		font-size: 8vw;
	}
}
