/* =================================
施設紹介(pageID8)
===================================*/
#post-8 {
}

#post-8 h1 {
	display:block;
	background:url(../images/icon_h1_shisetsu.png) no-repeat 10px 45%, url(../images/bg_tit_shisetsu.png) repeat-x;
	color:#2eb35e;
	padding:30px 0 0 90px;
	height:70px;
}


#post-8 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #2eb35e;
	font-size:16px;
	padding:5px;
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-8 h3 {
	color:#2eb35e;
	font-size:16px;
	text-align:center;
}
/* 園内マップ */
.map_n {
margin-bottom:80px;
}

.map_m {
display:none;
}

a.viewland_map {
	display:block;
	position:absolute;
	width:160px;
	padding:5px;
	background-color:#393;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

a.viewland_map:hover {
	background-color:#6C6;
	color:#fff;
}

a.viewland_map.map15 {
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}

#post-8 .cell-wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.attraction {
	width:30%;
	float:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
/*	min-height:535px; */
}

.attraction img {
	display:block;
	margin:auto;
}

.sanroku {
	width:30%;
	float:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}

.sanroku img {
	display:block;
	margin:auto;
}

.flower {
	width:30%;
	float:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}

.attraction_info, .flower_note, .sanroku-txt {
	margin:15px 0;
	font-size:14px;
}

.shisetsu_price th{
	background-color:#2eb35e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	width:50px;
}

.note {
	background-color:#daf2df;
	font-size:13px;
	padding:10px;
	min-height:85px;
}

@media screen and (max-width: 640px) {

/* 施設紹介(ID8) */
#post-8 {
}

#post-8 h1 {
	display:block;
	background:#2eb35e;
	color:#fff;
	padding:5px;
	height:auto;
	font-size:20px;
	font-weight:bold;
}


#post-8 h2 {
	border:1px solid #dcdcdc;
	border-bottom: 3px solid #2eb35e;
	font-size:16px;
	padding:5px;
	background: -moz-linear-gradient(top, #e6e6e6, #fff);　/* Firefox用 */  
   background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));　/* Safari,Google Chrome用 */ 
}

#post-8 h3 {
	color:#2eb35e;
	font-size:16px;
	text-align:center;
}
/* 園内マップ */
.map_n {
display:none;
}

.map_m {
display:block;
margin-bottom:20px;
}

.map_m img {
width:100%;
}

.map_m .map_info {
font-size:10px;
text-align:center;
}

.attraction {
	width:100%;
	float:left;
	border-right:none;
	border-bottom:1px dashed #ccc;
	padding:10px 0 20px 0;
	min-height:20px;
	margin-bottom:20px;
}

.attraction img {
	display:block;
	margin:auto;
}

.sanroku {
	width:100%;
	float:left;
	border-right:none;
	border-bottom:1px dashed #ccc;
	padding:20px 0 10px 0;
}

.flower {
	width:100%;
	float:left;
	border-right:none;
	border-bottom:1px dashed #ccc;
	padding:20px 0 10px 0;
}

.flower img {
	display:block;
	margin:auto;
}

.attraction_info, .flower_note {
	margin:15px 0;
	font-size:14px;
}

.shisetsu_price th{
	background-color:#2eb35e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	width:50px;
}

.note {
	background-color:#daf2df;
	font-size:14px;
	padding:10px;
	min-height:20px;
}


}