@charset "shift_jis";
#map{
	margin-left: auto;
	width:100%;
	height:100%;
}
#what{
	display: none;
}

#news{
	display: none;
}

#what em{
	font-size: 10px;
}

#news h2{
	text-align: left;
	font-size: 15px;
	font-family: "Keania+One",;
}
#news p{
	text-align: left;
	font-size: 13px;
	font-family: "MSゴシック";
}

#resttime{
	float: left;

}
#resttime H1{
	display: inline;
	font-weight: bold;
	font-family: "Keania+One",;
	font-size:200%;
	margin: 0px ;
}


.blk{
	width: 100%;
}

.central{

	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	position: static;
	margin:auto;
}

.right{

	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	position: relative;
	background-color: #47ced0;
	float:right;
	margin-top:50px;
}
.left{

	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	position: relative;
	background-color: #47ced0;
	float:left;
	margin-top:50px;
}


/*----できるんなら使いたい------
.central:hover{
	border-radius: 90px;
}
.right:hover{
	border-radius: 90px;
}
.left:hover{
	border-radius: 90px;
}
------------------------*/