@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;}

body{
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	max-width:980px;
	margin:auto;
	background-image: url("../img/back.png");
	background-size: cover;
	background-position: center center;
}



.logo img{
	width:80px;
	float: left;
	margin:4px 0px 0px 4px;
}
h1{
	font-size: 16pt;
	margin: 0px 0px 0px 87px;
	color: rgba(94,77,37,1.00);
}
h2{
	margin: -15px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	font-size:35pt;
	color: rgba(94,77,37,1.00);
}
.kenkou{
	color: rgba(94,77,37,1.00);
	display: table-cell;
	margin: 110px 0% 0% 10%;
	font-size: 160%;
	float: left;
	
}
.risu img{
	float: left;
	margin: 150px 0px 0px 160px;
	width: 230px;
	transform: translate(-50%,-50%);
	overflow:auto;
	padding: -20px 0px 0px 0px;
}
.sakuranavi{
	position: relative;
	width:400px;
	height:400px;
	margin: 0px 0px 0px 530px;
}
.s1 img{
	position: absolute;
	width:23.3%;
	top: 26%;
	left: 50%;
	transform:translate(-50%,-50%);
	transition:.3s;
}
a .s1 img:hover{width:26.3%;}
.s2 img{
	position: absolute;
	width:35%;
	top:42%;
	left:73.5%;
	transform:translate(-50%,-50%);
	transition:.3s;
}
a .s2 img:hover{width:38.2%;}
.s3 img{
	position: absolute;
	width:26.5%;
	transform:translate(-50%,-50%);
	top:69.8%;
	left:65.2%;
	transition:.3s;
}
a .s3 img:hover{width:29.5%;}
.s4 img{
	position: absolute;
	width:26.5%;
	transform:translate(-50%,-50%);
	top:69.8%;
	left:34.8%;
	transition:.3s;
}
a .s4 img:hover{width: 29.5%;}
.s5 img{
	position: absolute;
	width:35%;
	top:42%;
	left:26.5%;
	transform:translate(-50%,-50%);
	transition:.3s;
}
a .s5 img:hover{width: 38.2%;}
h3{
	text-align: right;
	margin-right: 10%;
	margin-top: -15px;
}
article{
	width: 80%;
	clear: both;
	border:solid 1px rgba(135,115,69,1.00);
	border-radius:30px 30px 30px 30px;
	margin:50px auto 0px auto;
	padding: 10px 10px 10px 10px;
	word-wrap:break-word;
	}
	
.news h3{
	font-size:16pt;
	font-weight:normal;
	color: rgba(94,77,37,1.00);
	line-height:1.8;
	border-bottom:1px dotted rgba(94,77,37,1.00);
	text-align: center;
	clear: both;
	padding-left: 10%;
	}
	
.news {
	margin-bottom:20px;
	}

.news dl{
	margin:0;
	}

.news dt {
	float:left;
	padding-top:5px;
	color:  rgba(94,77,37,1.00);
	}

.news dd{
	margin:0 0 5px 0;
	padding:5px 0 5px 8em;
	border-bottom:1px dotted rgba(94,77,37,1.00);
	}
.news dd.last{
	border-bottom: none;
}
footer{
	margin-top:80px;
	background-color:#EDB5DE;
	text-align:center;
	color:#fff;
	padding:40px 0;
	border-radius:30px 30px 0px 0px;
}

@media screen and (max-width:600px) {
	.risu img{
		margin: 0px 0px 0px 350px;
		width: 180px;
		transform:translate(-100%,-20%);
		
	}
	.kenkou{
		margin: 110px 0px 0px 20px;
	}
	h2{
		font-size: 30pt;
	}
	h3{
	font-size: 13px;
	text-align: right;
	margin-right: 8%;
	margin-top: -15px;
}
	.news dd{
	padding:5px 0 5px 4em;
	}
	.sakuranavi{
	clear: both;
	position: relative;
	width:350px;
	height:350px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	footer{
		border-radius:0px 0px 0px 0px;
	}
}
@media screen and (max-width:900px) and (min-width:601px){
	.sakuranavi{
	clear: both;
	position: relative;
	width:350px;
	height:350px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	.risu img{
		margin: 0px 0px 0px 350px;
		width: 200px;
		transform:translate(-40%,-20%);
		
	}
}