@charset "utf-8";


/*::::::::::アコーディオン::::::::::*/

.displayNone {
	display: none;
}

.placeinfo .accordion {
	margin:10px auto 30px;
	width:90%;
	color:#fff;
	line-height:1.6;
	font-size:12px;
}

.placeinfo p.switch {
	border:1px solid #fff;
	padding:3px 0;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	width:100%;
	margin:0;
	color:#fff;
}

.open {
	display:none;
}

.close {
	border:1px solid #fff;
	padding:5px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}

.placeinfo .accordion .tree {
	width:100%;
	padding:10px 0;
	text-align:left;
}

.placeinfo .tree p{
	width:100%;
	margin: 0 0 5px;
	font-size:12px;
}

.placeinfo iframe{
	width:100%;
	height:260px;
	border:1px solid #fff;
}
/*::::::::::アコーディオン::::::::::*/