@charset "UTF-8";
#wrapper{
	z-index:0;
	overflow:hidden;
	position:relative;
	}

#contents{
	 width:100%;
	 margin:0 auto;
	 background:url(../images/p01.jpg) center top no-repeat ;
	 background-size:200% auto;
	 padding:40% 0 0 0;
	 position:relative;
	}


#contents article {
	width:100%;
	position:relative;
	}
#contents article#pageHeader{
		width:100%;
		padding-top:28%;
		display:block;
		position:realtive;
		background:none;
		}
	#titleBg{
		position:absolute;
		width:200%;
		top:0px;
		left:-50%;
		margin-left:50%;
		z-index:5;
		display:block;
		}
	#pagetitle{ z-index:100 !important; display:block; position:relative; }
	#pagetitle img{
		display:block;
		width:60%;
		margin:0 auto 0 auto;
		
		}	
#contents article.txtArea{
	padding:40px 0 50px 0;
	background:#fff;
	margin-top:-50px;
	}
#contents article.txtArea .tA{
	width:94%;
	margin:0 auto;
	position:relative;
	}
#contents article.photoArea{
	width:100%;
	display:block;
	background:none;
	}
#contents article.photoArea img{
	width:180%;
	margin-left:-40%;
	}
	#contents article#pA001{
		margin-top:0px;
		}
#contents article#pA003 img{
	margin-left:0;
	}

.txtArea{
	width:840px;
	margin:0 auto;
	position:relative;
	}
.txtArea h4{
	margin-left:50%;
	position:absolute;
	top:-60px;
	left:-86px;
	display:block;
	}
.txtArea .lead{
	margin:0px 0 20px 0;
	text-align:center;
	color:#895d30;
	}
.txtArea h3{
	font-weight:600 !important;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	}
	#intro002 h3{
		font-size:17px;
		}
.txtArea h5{
	font-weight:500 !important;
	font-size:13px;
	line-height:20px;
	}
.txtArea p{
	
	}
.num{
	position:absolute;
	top:-50px;
	right:0px;
	width:50px;
	}
#contents article#castStaff{
	background:url(../images/p05.jpg) center center no-repeat;
	background-size:cover;
	margin:0;
	padding-bottom:15%;
	}
#contents article#castStaff h4{
		position:relative;
	top:auto;
	left:auto;
	margin:10px auto 20px auto;
	display:block;
	width:175px;
	}
#contents article#castStaff ul{
	width:94%;
	margin:0 auto 0px auto;
	}
@media screen and (max-width: 496px){
#contents article#castStaff li{
	width:49%;
	float:left;
	margin:0 2% 0px 0;
	}
#contents article#castStaff li:nth-child(2),
#contents article#castStaff li:nth-child(4),
#contents article#castStaff li:nth-child(6){
	margin-right:0;
	}
#contents article#castStaff li:nth-child(7){
	width:100%;
	float:none;
	margin-right:0;
	}
}
@media screen and (min-width: 497px){
	#contents article#castStaff li{
	width:32%;
	float:left;
	margin:0 2% 0px 0;
	}
	
#contents article#castStaff li:nth-child(3),
#contents article#castStaff li:nth-child(6){
	margin-right:0;
	}
#contents article#castStaff li:nth-child(7){
	width:66%;
	margin-right:0;
	}
}
.castDetail{
	width:100%;
	min-height:400px;
	background:#895d30;
	padding:15px 10px;
	color:#fff;
	}
.castDetail img{
	float:left; 
	margin:0 25px 15px 0;
	}
.castDetail img.forPC{display:none; }
@media screen and (max-width: 375px){
	.castDetail img{
	float:none; 
	margin:0 auto 15px auto;
	display:block;
	}
}
.castDetail p{
	padding-top:20px;
	}