@charset "utf-8";
/****************/
/*紹介項目の設定*/
/****************/

#boxintro {
	width: 858px;
	height: 350px;
	background: url(../../images/johoku/img_photoback.png) center top no-repeat;
	margin-top: -4px;
	position: relative;
}

h1 {
	width: 858px;
	/*height: 90px;*/	/*20150728_修正尾崎*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 10px;	/*20150728_修正尾崎*/
	/*background: url(../../images/johoku/ttl_jyohokuhoikuen.png) center center no-repeat;*/	/*20150728_修正尾崎*/
	text-align: center;
}

#boximg01 {
	width: 337px;
	padding-left: 73px;
	float: left;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}

#boxr {
	width: 350px;
	margin-left: 440px;
}

#boxintro h2, #boxintro h3 {
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

#boxintro h2 {
	font-size: 150.0%;
	color: #fff68a;
}

#boxintro h3 {
	font-size: 112.5%;
	line-height: 100%;
}

#boximg02 {
	position: absolute;
	margin-top:5px;
	left: 636px;
}
#boximg03 {
	position: absolute;
	top: 200px;
	left: 455px;
}


/**************/
/*お知らせ情報*/
/**************/
article {
	width: 858px;
	margin: 35px auto 0px auto;
	position: relative;
}

#box_kosodatecenter {
	float: left;
	margin-left: 28px;
	margin-right: 5px;
}

#box_ichiji-hoiku {
	float: right;
	margin-right: 25px;
	margin-left: 5px;
}

#boxinfo {
	width: 363px;
	float: right;
	margin-right: 30px;
	margin-top:18px;
	margin-left:0px;
	border: 1px solid #ecb353;
	border-radius: 10px;
	background-color: #fff;
	background-color: rgba( 255, 255, 255, 0.8 );
	-moz-background-color: rgba( 255, 255, 255, 0.8 );
	-webkit-background-color: rgba( 255, 255, 255, 0.8 );
	position: relative;	/*一覧ボタン回り込みの為追加2015.07.15*/
}

#boxinfo h2 {
	width: 60%;	/*追加*/
	font-size: 100.0%;
	font-weight: bold;
	margin: 10px 0px 0px 14px;
}

#boxinfo dl {
	clear: both;
	font-size: 81.3%;
	padding: 8px 14px;
	position: relative;
	line-height: 2.07em;
}

#boxinfo dt {
	float: left;
	color: #ea5504;
}

#boxinfo dd {
	padding-left: 7em;
	border-bottom: 1px dotted #6a3906;
}

#boxinfo dd a:hover {
	color: #c96816;
}


/*一覧ボタン*/
#infobtn {
	width: 107px;
	background: url(../../images/johoku/img_point01.png) 5px 1px no-repeat;
	background-color: #b28146;
	border-radius: 3px;
	position: absolute;	/*見出しを回り込みさせる為変更*/
	right: 14px;
	top: 12px;
}

#infobtn p {
	font-size: 81.3%;
	color: #fff;
	text-align: center;
}

#infobtn p a {
	display: block;
	color: #fff;
}

/* NEWマーク */
.new {
	color: #ff0000;
	margin-left: 8px;
}

/**********/
/*住所情報*/
/**********/
#boxadd {
	width: 363px;
	float: right;
	margin-right: 30px;
	margin-left:0px;
}

#boxadd h2 {
	font-size: 100%;
	font-weight: bold;
	background: url(../../images/johoku/img_point02.png) 100px 3px no-repeat;
}

#boxline1 {
	border-top: 1px dotted #6a3906;
	position: relative;
}

#boxline2 {
	border-bottom: 1px dotted #6a3906;
	position: relative;
	font-size: 81.3%;
}


#boxline1 ul li h3 {
	float: left;
	font-size: 156.2%;
	font-weight: bold;
}

ul li.textr {	float: right;}

ul li.textl {	float: left;}

ul li span {	font-size: 150%;}

ul li span.tel {	font-size: 118.8%;}

#boxadd p {	margin-top: 20px;}


a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}
