.spot .hdn,
.demo02 .menu,
.spot h4{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.demo{
	background: #E5E5E5;
	padding-bottom: 30px;
}

.demo02 .menu {
	font-size:2em;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    display: block;
    position: relative;
}

.demo02 .menu:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 28%;
}

.demo02 .menu.active:after{
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 28%;
}



.child {
  	display: none;
  }

.demo02 .map img{
	width: 95%;
	margin: 16px auto;
}

.spot{
	margin: 24px auto 40px;
}

.spot.goal{
	margin: 60px auto 40px;
}

.spot .hdn,
.spot h4,
.spot p{
	width: 95%;
	margin: 0 auto;
}

.spot img{
	width: 100%;
}


.spot .hdn{
	margin-bottom: 16px;
	font-size: 1.5em;
}

.spot .hdn .ttl_right{
	float: right;
	font-size: 0.5em;
	margin-top: 0.8em;
}


.spot img{
  	display: block;
  	margin: 0 auto;
  }



.spot h4{
	text-align: center;
	font-size: 1.5em;
	margin: 0.5em auto;
}

.spot p{
	margin-bottom: 1em;
}


.clear{
	clear: both;
}

.sp_link{
	width: 90%;
	margin: auto;
}


.sp_link li{
	margin-bottom: 10px;
}

.sp_link li a{
	display: block;
	padding: 18px 0;
	color: #fff;
	background: #000;
	position: relative;
	text-align: center;
}