@charset "UTF-8";

.contents {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.contents .gmap {
	width: 50%;
	text-align: center;
}
.contents .gmap iframe {
	width: 100%;
}
.contents .facebook {
	width: 50%;
	text-align: center;
}
.fb {
    text-align: center;
}