
#map_search {
	background: url("/images/map_search.jpg");
	position: relative;
	height: 345px;
	margin-bottom: 10px;
}

.ukyou {
	position: absolute;
	top: 19px;
	left: 285px;
}

.kita {
	position: absolute;
	top: 19px;
	left: 376px;
}

.kami {
	position: absolute;
	top: 101px;
	left: 376px;
}

.naka {
	position: absolute;
	top: 144px;
	left: 376px;
}

.sakyou {
	position: absolute;
	top: 19px;
	left: 527px;
}

.nishi {
	position: absolute;
	top: 187px;
	left: 286px;
}

.simo {
	position: absolute;
	top: 187px;
	left: 376px;
}

.minami {
	position: absolute;
	top: 230px;
	left: 376px;
}

.higasi {
	position: absolute;
	top: 188px;
	left: 527px;
}

.yamashina {
	position: absolute;
	top: 188px;
	left: 608px;
}

.fushimi {
	position: absolute;
	top: 273px;
	left: 376px;
}

/*---------------------------------------------------------
メインスライダー
---------------------------------------------------------*/
#main_image {
	height: 310px;
  position: relative;
}

.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 31px;
    height: 77px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 31px;
    height: 77px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#contents .slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}


.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; 
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 6px;
  margin: 0 5px 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background:transparent; 
  display: block; 
  height: 20px; 
  width: 20px; 
  outline: none;
  line-height: 0px; 
  font-size: 0px; 
  color: transparent;
  padding: 5px;
  cursor: pointer; 
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0; 
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-  
  smoothing:antialiased;
  -moz-osx-fontsmoothing:grayscale;
}
.slick-dots li
.slick-active button:before {
  color: black; 
  opacity: 0.75;
}

/*---------------------------------------------------------
売買新着物件情報
---------------------------------------------------------*/
.top-section02 h2 {
    margin: 0 0 10px;
}
.blog_more {
  text-align: right;
  margin: 5px 0 20px;
  text-decoration: underline;
}
p.blog_more {
    background: url(/images/bg_voice_arrow.png) no-repeat scroll left center transparent;
    cursor: pointer;
    float: right;
    padding: 0 0 0 15px;
    text-decoration: underline;
}

.top-staff .pht img:hover {
  opacity: .8;
}

.blog_list .blog_box:nth-child(4n) {
  margin: 0;
}

/*---------------------------------------------------------
スライダーバナー
---------------------------------------------------------*/
.top-section.bnr__slide--blog {
  padding: 0 0 12px;
}

.top-section.bnr__slide--blog a:hover {
  opacity: .8;
}