/* CSS Document */

/*	ACCESS */
section.access {
	
}
section.access:after {
  content: "";
  display: block;
  clear: both;
}
section.access iframe {
	width: 100%;
	height: 35rem;
	border: solid 1px rgb(107, 142, 35);
	margin-bottom: 1rem;
}
section.access div.cont_2 address, section.access div.cont_2 p {
	font-size: 1.2rem;
	line-height: 1.8rem;
}



@media (max-width: 767px) {
	
	/*	MIAN	*/
	div#main {
		padding-top: 0;
	}

	/*	ACCESS */
	section.access {
		padding-bottom: 0;
		margin-bottom:  0;
	}
	section.access div.cont_2 iframe {
		margin-bottom: 2rem;
		border: initial;
	}
	
}