@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{
	display: table-cell;
	margin: 110px 0px 0px 70px;
	font-size: 160%;
	float: left;
	color: rgba(94,77,37,1.00);
	
}
.risu img{
	float: left;
	margin: 200px 0px 0px 170px;
	width: 190px;
	transform: translate(-50%,-50%);
	overflow:auto;
	padding: -20px 0px 0px 0px;
}
.sakuranavi{
	position: relative;
	width:400px;
	height:400px;
	margin: 0px 0px 50px 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%;}

.flex01{
	border-radius:5px;
	border: solid 1px rgba(94,77,37,1.00);
	margin: 5px;
}
.flex01 h3{
	padding: 8px;
	color:rgba(94,77,37,1.00);
}
.flex01 p{
	padding: 10px;
}
/*flexbox*/
#flexbox{
	flex-wrap: wrap;
	padding: 10px;
	margin: 5px;
}
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;
	}
	.sakuranavi{
	clear: both;
	position: relative;
	width:350px;
	height:350px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	#flexbox .flex01{
		width:100%;
		margin-bottom:5px;
	}
	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%);
		
	}
}