@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 0% 0% 70px;
	font-size: 160%;
	float: left;
	color: rgba(94,77,37,1.00);
	
}
.risu img{
	float: left;
	margin: 200px 0px 0px 200px;
	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%;}

.hyou1 table{
	border-collapse: collapse;
	float: left;
	width: 40%;
	margin: 0% 4% 0% 8%;
	border: solid 1px rgba(94,77,37,1.00);
}
.hyou2 table{
	border-collapse: collapse;
	width: 40%;
	border: solid 1px rgba(94,77,37,1.00);
}
table th,table td{
	border: solid 1px rgba(94,77,37,1.00);
	text-align: center;
}
th{
	padding: 0px 10px;
	color: rgba(94,77,37,1.00);
}
h3{
	font-size: 9pt;
	text-align: right;
	margin-right: 8%;
	margin-top: 3px;
	margin-bottom:90px;
}
.gyouji dd{
	font-size:13pt;
	font-weight:normal;
	line-height:1.8;
	letter-spacing:4px;
	margin-left:30%;
}
.poster{
	text-align:center;
	margin-top: 70px;
}
.poster img{
	width: 700px;
}
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 35px;
	}
	h2{
		font-size: 30pt;
	}
	h3{
		font-size:7pt ;
		margin-right: 3%;
	}
	.hyou1 table{
	width: 45%;
	margin: 0% 3% 0% 4%;
}
.hyou2 table{
	width: 45%;
}
	.gyouji dd{
	letter-spacing:0px;
	margin-left:4%;
	}
	.mokuhyou dd{
	letter-spacing:5px;
	margin-left:15%;
	}
	.sakuranavi{
	clear: both;
	position: relative;
	width:350px;
	height:350px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	.poster img{
	width: 90%;
}
	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%);
		
	}
	.poster img{
	width: 90%;
}
	h3{
		font-size:8pt ;
		margin-right: 3%;
	}
}