.accordion{
	margin-bottom:20px;
}
.accordion ul {
	width:100%;
	padding:0;
	background:#efefef;
	padding:20px;
	box-sizing:border-box;
}
.accordion li {
	position:relative;
	list-style:none;
	background:#fff;
	margin-bottom:10px;
}
.accordion li:last-child {
	margin-bottom:0;
}

.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
	position: relative;
	background:#0d5584;
}
.accordion > ul > li > a h3,.accordion > ul > li > a h3:hover {
	color: #fff;
	text-decoration:none;
	font-size:20px;
}
.accordion > ul > li > ul {
	display: none;
	text-align:left;
	padding:15px;
	color:#555;
	line-height:1.8;
	font-size:16px;
	background:#fff;
	overflow:hidden;
}
.busList ul{
	text-align:left;
	padding:15px;
	color:#555;
	line-height:1.8;
	font-size:16px;
	background:#fff;
	overflow:hidden;
}
.accordion > ul > li > ul > li,.busList ul li{
	float:left;
	width:33%;
}
.accordion > ul > li > ul > li a,.busList ul li a{
	display:block;
	background:url(../img/place/anchor_link.png) left center no-repeat;
	padding-left:26px;
	color:#0d5584;
}
.accordion > ul > li > ul > li a:hover{
	text-decoration:underline;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 24px;
	height: 24px;
	top:15px;
	right:15px;
	background:#fff;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 80%;
	height: 4px;
	top:10px;
	left:10%;
    background-color: #0d5584;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.icoTaxi{
	font-size:24px;
	font-weight:bold;
	color:#0d5584;
	background:url(../img/place/ico_taxi.png) left center no-repeat;
	padding-left:55px;
	line-height:50px;
	margin-bottom:10px;
}
.icoBus{
	font-size:24px;
	font-weight:bold;
	color:#0d5584;
	background:url(../img/place/ico_bus.png) left center no-repeat;
	padding-left:55px;
	line-height:50px;
	margin-bottom:10px;
}
.placeList{
	border-top:solid 1px #afafaf;
	padding-top:20px;
}
.placeList h2{
	color:#0d5584;
	background:url(../img/place/ico_spot.png) left center no-repeat;
	padding:10px 10px 10px 55px;
	margin-bottom:20px;
	font-size:12px;
}
.placeList h2 span{
	font-size:28px;
	font-weight:bold;
	display:block;
	line-height:1.2;
}
.placeList ul{
	overflow:hidden;
}
.placeList li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
}
.placeList li:nth-child(3n){
	margin-right:0;
}
.placeList li img{
	width:100%;
	height:auto;
}
.busList{
	width:100%;
	padding:0;
	background:#efefef;
	padding:20px;
	box-sizing:border-box;
}
.busList{
	margin-bottom:20px;
}
@media screen and (max-width: 640px) {
.accordion ul {
	padding:10px;
}
.accordion > ul > li > a h3,.accordion > ul > li > a h3:hover {
	font-size:16px;
}
.accordion > ul > li > ul > li,.busList ul li{
	float:none;
	width:100%;
}
.accordion > ul > li > ul > li a, .busList ul li a{
	padding:10px 10px 10px 26px;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top:14px;
	right:12px;
	background:#fff;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 80%;
	height: 4px;
	top:8px;
	left:8%;
    background-color: #0d5584;
}
.icoTaxi{
	font-size:20px;
	background:url(../img/place/ico_taxi.png) left center no-repeat;
	background-size:30px;
	-webkit-background-size:30px;
	-moz-background-size:30px;
	padding-left:40px;
	line-height:30px;
	margin:0 10px 10px 10px;
}
.icoBus{
	font-size:20px;
	background:url(../img/place/ico_bus.png) left center no-repeat;
	background-size:30px;
	-webkit-background-size:30px;
	-moz-background-size:30px;
	padding-left:40px;
	line-height:30px;
	margin:0 10px 10px 10px;
}


.placeList{
	border-top:solid 1px #afafaf;
	padding-top:20px;
}
.placeList h2{
	color:#0d5584;
	background:url(../img/place/ico_spot.png) left center no-repeat;
	padding:10px 10px 10px 55px;
	margin:0 10px 20px 10px;
}
.placeList h2 span{
	font-size:28px;
	font-weight:bold;
	display:block;
	line-height:1.2;
}
.placeList ul{
	overflow:hidden;
	padding:0 10px ;
}
.placeList li{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
}