@charset "utf-8";
#map_hpb{
	display:block;
}
area{
  border:none;
  outline:none;
}
.jscShowSliderContentsList{
	display:none;
}
.twoColumnSelect li a {
  color: #333333;
  padding: 0 19px 0 8px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.twoColumnSelect li {
  float: left;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: #BFB9B0 1px solid;
  border-bottom: #BFB9B0 1px solid;
  display: table;
  height: 51px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.twoColumnSelect {
	width: 101%;
  background-color: #FFFFFF;
  border-top: 1px solid #BFB9B0;
  -webkit-box-sizing: border-box;
}
.twoColumnSelect li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 14px;
  line-height: 1;
  margin-top: -6.5px;
  right: 10px;
  color: #7C7C7C;
  font-weight: bold;
  background: url(../images/icon_link.png) no-repeat 0 0;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}

.map_contentssearchTtl{

	min-height: 83px;
	background-color: #f7f7f7;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.map_contentssearchTtl h5{

	margin: 0 auto;
	color: #666666;
	letter-spacing: 0.1em;
	font-size: 135%;
	font-weight: bold;
	text-align: left;
	padding: 2% 0;
	display: inline-block;

}
.map_contentssearchTtl_img{
	position: absolute;
    left: 2%;
    top: 15px;
}
.map_contentssearchTtl_txt{
	width: 100%;
  margin-left: 2%;
}
.map_contentssearchTtl_sp,
.map_contentssearchTtl_img_sp{
	display:none;
}


@media screen and (max-width:725px) {
	.jscShowSliderContentsList{
		display:block;
	}

	#map_hpb{
		display:none !important;
	}

	.map_contentssearchTtl_img {
		display:none;
	}

	.map_contentssearchTtl_sp h5 {
	 margin: 0;
	 font-size: 85%;
	 color: #333333;
	 letter-spacing: 0;
	 width: 100%;
	 position:inherit;
	 left: 0;
	 padding-left: 0;
	 top: 0;
	 float: none;
	 text-align: left;
	}

	.map_contentssearchTtl_img_sp{
	 padding: 0;
	 display:block;
	 width: 34%;


	 position: relative;
	 height: 23vw;
	 top:inherit;
	 left: 0;

	}
	.map_contentssearchTtl_sp {

		display:block;
    background-color: #f7f7f7;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	}
	.map_contentssearchTtl_sp{

	 height: auto;
	 background-color: #ffffff;
	 margin-bottom: 0px;
	}
	.map_contentssearchTtl {
    background-color: #ffffff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.map_contentssearchTtl h5 {
    margin: inherit;
    font-size: 85%;
    color: #333333;
    letter-spacing: 0;
    width: 100%;
    position: inherit;
    left: 0;
    padding-left: 0;
    top: 0;
    float: none;
}
.map_contentssearchTtl_txt {
    text-align: left;
}
.mapWrap {
	width:inherit;
	height:inherit;
}



}

@media screen and (max-width: 375px){
	.map_contentssearchTtl_sp h5 {
	    font-size: 80%;
	}
}
