@charset "utf-8";

	.access_comment{
		color:#ed7b26;
	}

	.access_comment span{
		color:#666666;
	}


@media only screen and (min-width: 768px) {
	.access_area{
		width:800px;
		margin:auto;
	}

	.access_comment{
		font-size:16px;
		margin:30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.title{
		margin-top:20px;
	}

	.access_comment{
		margin:15px 0;
	}


	.map-wrap {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}
	 
	.map-wrap iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.access_comment{
		color:#333;
		font-size:17px;
	}

	.access_comment span{
		font-size:13px;
	}


}




