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

#column{
	margin: 20px 0;	display: flex;
	flex-direction: column;
}

#map_canvas{
	width: 100%;
	height: 250px;
}

#idou{
	font-size: 1.4rem;
}
#idou .access{
	font-size: 1.4rem;
	border: 2px solid rgba(54,94,70,.8);
	padding: 5px;
	border-radius: 4px;
	    margin: 0 0 15px;
}

#idou dl{
	display: flex;
	    margin: 0 0 5px;
}

#idou dt{
	width: 50px;
	color: rgba(54,94,70,1);
    margin-right: 5px;
    text-align: center;
}

#idou dd{
}



@media screen and (min-width:768px) {
	
#accessmap{
	margin-top: 20px;
}	
	
	
#column{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#map_area{
	flex-grow: 2;
	width: auto;
	height: 100%;
	margin-right: 20px
}
#map_canvas{
	width: 100%;
	height: 230px;
	margin-right: 20px
}
	
}