.content h2{
    text-align: center;
}

.img-wrapper{
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.img-wrapper img{
    width: 100%;
}
.img-wrapper .pc{
    display: none;
}
.img-wrapper .mobile{
    display: block;
}

.item-wrapper{
    width: 100%;
    float: left;
}

.form-group label{
    white-space: nowrap;
}


.map_info{
    width: 90%;
    position: absolute;
    margin-left: 5%;
    margin-top: -210px;
    padding: 20px 15px;
    background-color: #fff;
    border: #999 1px solid;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.4rem;
}

.map_info h6{
    font-size: 1.3rem;
}
.map_info a{
    font-size: 1.2rem;
    color: #187d73;
    transition: 0.3s;
}
.map_info a:hover{
    color: #21A79A;
}

@media only screen and (min-width: 990px) {
.map_info{
    width: auto;
    margin-left: 20px;
    margin-top: -220px;
    padding: 30px;
    font-size: 1rem;
    line-height: 1.6rem;
}

.map_info h6{
    font-size: 1.4rem;
}



}

@media only screen and (min-width: 1025px) {
.img-wrapper{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-top: 35px;
}

.item-wrapper{
    width: 50%;
}


.img-wrapper .pc{
    display: block;
}
.img-wrapper .mobile{
    display: none;
}
}

/*2025 fix map*/
nav.navbar.bootsnav.navbar-fixed {
	z-index: 1!important;
	background: #fff;
}

#map-outer {
	width: 100%;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	z-index: 0;
}

#map-outer > #map-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc((100% / 16) * 6);
}

#map-outer > #map-inner > iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}


@media screen and (max-width: 2200px) {
	#map-outer > #map-inner {
	padding-bottom: calc((100% / 16) * 5);
 }
}
@media screen and (max-width: 1920px) {
	#map-outer> #map-inner {
	padding-bottom: calc((100% / 16) * 6);
 }
}

@media screen and (max-width: 1440px) {
	#map-outer > #map-inner {
	padding-bottom: calc((100% / 16) * 7);
 }
}
@media screen and (max-width: 1024px) {
	#map-outer > #map-inner {
	padding-bottom: calc((100% / 16) * 8);
 }

}

@media screen and (max-width: 800px) {
	#map-outer > #map-inner {
	padding-bottom: calc((100% / 16) * 9);
 }

}

@media screen and (max-width: 640px) {
	#map-outer  #map-inner {
	padding-bottom: calc((100% / 16) * 10);
 }
}