div h5 {
	width:80%;
	margin: 0 auto;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6{
	width:80%;
	height:700px;
	margin: 0 auto;
}
ul.map_select_li{
    width:80%;
    margin: 0 auto;
    padding:0;
}
ul.map_select_li li{
    list-style-type:none;
    width:100px;
    text-align:center;
    float:left;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
ul.map_select_li li:not(:last-child)::after{
	content: '';
    position: absolute;
    right:0px;
    bottom:0px;
    width: 1px;
    height: 8px;
    background-color: #e5e5e5;
}
.mapmenu_clear:after {
    clear: both;
	display:table;
	content:"";
}
ul.map_select_li li a{
    display:block;
    margin-right:2px;
    font-weight:700;
    padding: 8px 8px;
    color: #333;
}
ul.map_select_li li a:hover{
    color: #a6a6a6;
}
ul.map_select_li li a.selected{
	color: #a6a6a6;
}
ul.map_select_li li a.selected::after{
	content: '';
    position: absolute;
    right: 0px;
    bottom: -1px;
    left: 0px;
    height: 2px;
    background-color: red;

}
/*
.menu_box_pc{
  display:block;
}
.menu_box_sp{
  display:none;
}
*/
.its_infoarea{
	margin: 20px 0;
}
@media screen and (max-width: 767px) {
div h5 {
		width:100%;
	}
.gm-style .itsdetail img {
    max-width: 100%;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6{
	width:100%;
	height:500px;
	}
.menu_box_pc{
  display:none;
}
.menu_box_sp{
  display:block;
}
}


@media screen and (max-width: 479px) {
div h5 {
		width:100%;
	}
.gm-style .itsdetail img {
    max-width: 100%;
}

#map1,
#map2,
#map3,
#map4,
#map5,
#map6{
	width:100%;
	height:400px;
	}
.menu_box_pc{
  display:none;
}
.menu_box_sp{
  display:block;
}
}
