@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{
	background-color:#FFFAEA;
	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;
}
.nintei h6{
	font-size: 16pt;
	margin: 0px 0px 0px 87px;
	color: rgba(94,77,37,1.00);
}
h1{
	margin: -15px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	font-size:35pt;
	color: rgba(94,77,37,1.00);
}
.kenkou{
	margin: 5% 0% 0% 5%;
	font-size: 140%;
	display: block;
	float: left;
	color: rgba(94,77,37,1.00);
}
.risu img{
	float: left;
	margin: 170px 0px 0px 100px;
	width: 200px;
	transform: translate(-50%,-50%)
}
.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.5%;}
.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.5%;}

article{
	width: 80%;
	clear: both;
	background-color:rgba(255,255,255,0.51);
	border-radius:30px 30px 30px 30px;
	margin:0px 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;
	}
	
.news {
	margin-bottom:20px;
	list-style:none;
	}

.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);;
	}
h4{
	margin: 10% 0px 5px 0px;
	font-size:16pt;
	font-weight:normal;
	color: rgba(94,77,37,1.00);
	text-align: center;
	clear: both;
}
h5{
	color: rgba(94,77,37,1.00);
	text-align: center;
}
.map{
	width: 90%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	text-align: center;
   	margin: 0px auto;
}
.map iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
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: 160px;
		transform:translate(-110%,-20%);
		
	}
	h1{
		font-size: 30pt;
	}
	.sakuranavi{
	clear: both;
	position: relative;
	width:350px;
	height:350px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
	.news dd{
	padding:5px 0 5px 5em;
	}
	.news dt{
		font-size: 13px;
	}
	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%);
		
	}
}
