@charset "utf-8";
/* CSS Document */

/*--------------メインビジュアル--------------*/
#main_visual{
	width:100%;
	height:auto;
	background-size:100% auto; 
	overflow:hidden;
	clear:both;
	position:relative;
	margin-top:80px;
}

#main_visual img{
	width:100%;
	height:auto;
	vertical-align:middle;
	overflow:hidden;
}

/*----------タイトル--------------*/
.title{
	font-size:138.5%;
	text-align:center;
	color:#fff;
	margin-bottom:30px;
	
}

#back01{
    width:100%;
	background:#112e1c;
	padding:30px 0 60px;
}

/*マップ*/
#gmap{
	margin:0 auto;
	width:94%;
	height:200px;
	border:1px solid #91b4ad;
}

/*マップボタン*/
.map_btn{
	width:94%;
	margin:0 auto 40px;
	clear:both;
	text-align:center;
	padding:10px 0;
	background:#862442;
	border:1px solid #862442;
	-webkit-border-radius:0 0 5px 5px;
  	-moz-border-radius:0 0 5px 5px;
  	-ms-border-radius:0 0 5px 5px;
  	border-radius:0 0 5px 5px;
}

.map_btn a{
	color:#fff;
}

.add_text{
	color:#91b37f;
	width:94%;
	margin:0 auto;
	height:auto;
	
}

.add_text a{
	color:#91b37f;
	text-decoration:underline;
}