#footer .ggmap {
	display: none;
}
@media screen and (max-width: 910px) {
	#footer .block1 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 680px) {
	#footer .block1 {
		margin-bottom: 30px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 .ggmap {
	position: relative;
	width: 100%;
	padding-top: 55%;
    overflow: hidden;
	margin-bottom: 50px;
}
#sec01 .ggmap iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: -150px;
    height: calc(100% + 150px + 150px);
}
#sec01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#sec01 li {
	width: 49%;
}
#sec01 h3 {
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 30px;
	color: #59B254;
}
#sec01 h3 br {
	display: none;
}
#sec01 .data {
}
#sec01 .data h4 {
	display: block;
	font-size: 9px;
	margin-bottom: 20px;
	text-align: center;
}
#sec01 .data h4 img {
	display: block;
	width: 170px;
	margin: 0 auto 5px;
}
#sec01 .data p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: center;
}
@media only screen and ( max-width : 1060px ) {
}
@media screen and (max-width: 910px) {
	#sec01 h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 40px;
	}
	#sec01 .ggmap {
		padding-top: 100%;
        margin-bottom: 20px;
	}
	#sec01 h3 {
        font-size: 1.1em;
    }
	#sec01 h3 br {
		display: block;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

