@charset "utf-8";



/*施設紹介*/
.shisetsu{
	background: url(../images/fac-shisetsu-back02.jpg) 390px 70px no-repeat ;
}
.shisetsu .text-box{
	padding: 0px 360px 20px 10px ;
}
.shisetsu .text-box01{
	padding: 0px 360px 50px 10px ;
}
.shisetsu-map{
	margin: 10px 0px 25px 0px ;
	text-align: center ;
}


#shisetsu-box{padding: 0px 0px 0px 10px ;}
#kensa{padding: 0px 0px 0px 10px ;}


h3{
	width: 100% ;
	margin: 0px auto -2px auto ;
	padding: 10px 0px 10px 0px ;
	background: #aabec4 ;
	border-top: 2px solid #aabec4 ;
	border-left: 2px solid #aabec4 ;
	border-right: 2px solid #aabec4 ;
	border-bottom: none ;
	font-family: "メイリオ",Meiryo,Arial,Helvetica,Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal ;
	font-size: large ;
	text-align: center ;
	color: #FFFFFF ;
	border-radius: 20px 20px 0px 0px;/*左上・右上・右下・左下*/
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}
.pic-box{
	float: left ;
	width: 355px ;
	margin: 0px 10px 20px 0px ;
	padding: 0px ;
	line-height: 150% ;
	font-size: 13px ;
}

.pic-box-inner img{
	width: 100% ;
	border-top: none ;
	border-bottom: none ;
	border-left: 2px solid #aabec4 ;
	border-right: 2px solid #aabec4 ;
	border-radius: 0px 0px 0px 0px ;/*左上・右上・右下・左下*/
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}
.pic-box-inner2{
	width: 345px ;
	margin:0;
	padding: 10px 0px 10px 10px ;
	border-top: none ;
	border-bottom: 2px solid #aabec4 ;
	border-left: 2px solid #aabec4 ;
	border-right: 2px solid #aabec4 ;
	border-radius: 0px 0px 20px 20px ;/*左上・右上・右下・左下*/
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
}



@media screen and (max-width:1049px) { 
	.shisetsu{
		width: 100% ;
		background: none ;
	}
	.shisetsu .text-box{
		padding: 0px 10px 20px 10px ;
	}
	.shisetsu .text-box01{
		margin: 0px 0px 80px 0px ;
		padding: 0px 0px 280px 0px ;
		background: url(../images/fac-shisetsu-back02.jpg) center bottom no-repeat ;
	}

	h3{
		width: 94% ;
		margin: 15px 0px -2px 0px ;
		padding: 2% ;
	}
	.pic-box{
		float: none ;
		width: 90% ;
		margin: 0 ;
		padding: 0px ;
	}

	.pic-box-inner img{
		width: 98% ;
	}
	.pic-box-inner2{
		width: 94% ;
		margin:0;
		padding: 2% ;
	}
}

@media screen and (min-width:1050px) {
}



