@charset "UTF-8";
/* CSS Document */


@media(min-width:481px){

#contents{
    width:1200px;
	margin:0 auto;
	padding-top: 200px;
	padding-bottom:100px;
	background-color: #FFF;
}
	
#contents2{
    min-width:1200px;
	margin:0 auto;
	margin-top: 100px;
	padding-bottom:100px;
	background-color: #EEF4DE;
}



.stafftitle{
	width:283px;
	margin:0 auto;
	padding-top: 10px;
	text-align:center;
}

.introducearea{
	width:960px;
	margin:0 auto;
	padding-top: 50px;
}
	


.staffphoto{
	width:360px;
	margin-top:50px;
	float:left;
}

.stafftext{
	width:560px;
	margin-top:50px;
	margin-left:40px;
	font-size:14px;
	line-height:28px;
	float:left;
}
	
.stafftext2{
	width:560px;
	margin-top:10px;
	margin-left:0px;
	font-size:12px;
	line-height:28px;
	color:#A48B78;
}

.catearea{
	width:560px;
	margin-top: -5px;
	font-weight: 100;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 3px;
	}
	
.catearea2{
	width:560px;
	margin-top: 10px;
	font-weight: 100;
	font-size: 27px;
	line-height: 31px;
	letter-spacing: 5px;
}

.namearea{
	width:560px;
	margin-top:10px;
}


.introducetxt{
	width:560px;
	margin-top:15px;
}


	
#facilitiesarea{
	width:1100px;
	margin:0 auto;
	padding-top:100px;
	
}

.facilities{
	width:283px;
	margin:0 auto;
	padding-top:100px;
	text-align: center;
	
}

.contents_c9{
	width:960px;
	padding-top:100px;
	margin:0 auto;
	
}

.c9_photo1{
	width:300px;
	float:left;
}

.c9_photo2{
	width:300px;
	margin-left:27px;
	float:left;
}

.c9_text1{
	width:300px;
	padding-top:5px;
	font-size:16px;
	line-height:28px;
	text-align:center;
	}

    
a.staffbt{
	display: block;
	width:400px;
	height:81px; 
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	background-image: url(../images/staffbta.png);
	background-position: center;
	background-repeat: no-repeat;
}
	
a.staffbt:hover{
	background-image: url(../images/staffbtb1.png);
	background-repeat: no-repeat;
}
    
}


@media(max-width:480px){

#contents{
    width:100%;
	margin:0 auto;
	padding-top: 200px;
	padding-bottom:100px;
	background-color: #FFF;
}
	
#contents2{
    width:100%;
	margin:0 auto;
	margin-top: 80px;
	padding-bottom:100px;
	background-color: #EEF4DE;
}



.stafftitle{
	width:283px;
	margin:0 auto;
	text-align:center;
}

.introducearea{
    width:100%;
	margin:0 auto;
	padding-top: 50px;
}


.staffphoto{
    width:90%;
	margin:0 auto;
}
	
.staffphoto img{
    width:100%;
	object-fit: cover;
}

.stafftext{
    width:90%;
	margin:0 auto;
	font-size:14px;
	line-height:28px;
	padding-top: 10px;
}
	
.stafftext2{
	width:440px;
	margin:0 auto;
	font-size:14px;
	line-height:28px;
	padding-top: 10px;
	color:#A48B78;
}

.catearea{
    width:90%;
	margin:0 auto;
	font-weight: 100;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 3px;
	}
	
.catearea2{
    width:90%;
	margin:0 auto;
	padding-top: 10px;
	font-weight: 100;
	font-size: 27px;
	line-height: 31px;
	letter-spacing: 5px;
}

.namearea{
    width:90%;
	margin:0 auto;
	padding-top: 10px;
}


.introducetxt{
    width:90%;
	margin:0 auto;
	padding-top: 10px;
}


	
#facilitiesarea{
    width:90%;
	margin:0 auto;
	padding-top:100px;
	
}

.facilities{
	width:283px;
	margin:0 auto;
	padding-top:100px;
	text-align: center;
	
}

.contents_c9{
    width:100%;
	padding-top:100px;
	margin:0 auto;
	
}

.c9_photo1{
	width:300px;
	margin:0 auto;
	padding-top: 10px;
}

.c9_photo2{
	width:300px;
	margin:0 auto;
	padding-top: 10px;
}

.c9_text1{
	width:300px;
	margin:0 auto;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	}

a.staffbt{
	display: block;
    width:90%;
	height:81px; 
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	background-image: url(../images/staffbta.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	object-fit: cover;
}
	
a.staffbt:hover{
	background-image: url(../images/staffbtb1.png);
	background-repeat: no-repeat;
}

}