@charset "utf-8";
#map_hpb{
	display:block;
}
area{
  border:none;
  outline:none;
}
.jscShowSliderContentsList{
	display:none;
}
.twoColumnSelect li a {
  display: block;
  padding: 18px 24px 18px 15px;
  color: #FFFFFF;
  text-decoration: none;
}
.twoColumnSelect li {
  float: left;
  position: relative;
  width: 48%;
  margin: 0 4% 4% 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  text-align: left;  
  border-radius: 4px;
  background-color: #988989;
}
.twoColumnSelect li:nth-child(even){
 margin: 0 0 4%;
}
.twoColumnSelect li:last-child{
 margin: 0;
}
.twoColumnSelect {
	width: 100%;
  -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: 15px;
  color: #7C7C7C;
  font-weight: bold;
  background: url(../images/icon_link_white.png) no-repeat 0 0;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
}

.map_contentssearchTtl{
	min-height: 105px;
	background-color: #f7f7f7;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.map_contentssearchTtl h4{
	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: 4%;
    top: 30px;
}
.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 h4 {
	 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: 18vw;
	 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{
	min-height: 83px;
    background-color: #ffffff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	margin: 0 0 4%;
}
.map_contentssearchTtl h4 {
    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 h4 {
	font-size: 80%;
}
}
