@charset "UTF-8";

.re-map-area {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  width: 100%;
  height: 500px;
  margin-top: 40px;
  contain: paint;
  overflow: hidden;
}
#map_re {
  height: 500px;
}

.research .r-areamap-search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  border: 2px solid #fd8e26;
  border-radius: 20px;
  background-color: #fff;
  width: 200px;
  height: 40px;
  margin-left: -100px;
  font-size: 14px;
  font-weight: bold;
  color: #fd8e26;
  text-align: center;
  z-index: 100;
  margin-top: 50px;
}
.research .r-areamap-search span {
  display: inline-block;
  background: url(../../img/re/ico_search_o.png) right center no-repeat;
  background-size: 20px;
  height: 20px;
  padding-right: 25px;
  line-height: 20px;
}
.research .r-areamap-search:hover {
  background-color: #fd8e26;
  color: #fff;
}
.rresearch .r-areamap-search:hover span {
  background: url(../../img/re/ico_search.png) right center no-repeat;
  background-size: 20px;
}

.research .r-areamap-error {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  border-radius: 20px;
  background-color: rgba(238, 51, 51, 0.9);
  width: 94%;
  max-width: 460px;
  height: 40px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
  z-index: 100;
  margin-top: 100px;
}

.re-map-area .gm-style .gm-style-iw-c {
  width: 330px !important;
  height: auto !important;
  max-height: 280px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.re-map-area .gm-style .gm-style-iw-chr {
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  z-index: 10 !important;
}
.re-map-area .gm-style .gm-style-iw-chr .gm-style-iw-ch {
  display: none !important;
}
.re-map-area .gm-style .gm-style-iw-chr button {
  position: absolute !important;
  top: -16px !important;
  right: -16px !important;
  border: 2px solid #fff !important;
  border-radius: 16px !important;
  background: #80b419 url(../../img/re/ico_close.png) center center no-repeat !important;
  background-size: 16px !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.re-map-area .gm-style .gm-style-iw-chr button span {
  display: none !important;
}
.re-map-area .gm-style .gm-style-iw-d {
  border-radius: 10px !important;
  background-color: #fff !important;
  max-height: 280px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
  padding: 15px 0 15px 15px !important;
  overflow: visible !important;
}

.re-map-area .gm-style .r-map-info-window {
  width: 100%;
  max-height: 250px;
  padding-right: 15px;
  overflow: auto;
  z-index: 1;
}

.re-map-area .gm-style .gm-style-iw-tc {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 10px;
  transform: translateX(-50%);
}
.re-map-areaa .gm-style .gm-style-iw-tc:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #fff;
  width: 20px;
  height: 10px;
}

.re-map-area .gm-style .r-map-box {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
  overflow: hidden;
}
.re-map-area .gm-style .r-map-box:last-child {
  margin-bottom: 0;
}

.re-map-area .gm-style .r-map-title {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #630;
}
.re-map-area .gm-style .r-map-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: #630;
}
.re-map-area .gm-style .r-map-title a:hover {
  text-decoration: underline;
}
.re-map-area .gm-style hr {
  border-top: 1px solid #e0d6cc;
  width: 100%;
  margin: 5px 0 10px 0;
}
.re-map-area .gm-style .r-map-add {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: url(../../img/re/ico_pin.png) left 2px no-repeat;
  background-size: 14px;
  margin-top: 10px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.3;
}
.re-map-area .gm-style .r-map-tag {
  overflow: hidden;
  margin-top: 8px;
  font-size: 0;
}
.re-map-area .gm-style .r-map-tag a,
.re-map-area .gm-style .r-map-tag span {
  display: inline-block;
  border: 1px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 2px 2px 0;
  padding: 3px 4px 2px 4px;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: none;
  color: #80b419;
}
.re-map-area .gm-style .r-map-tag a:hover {
  background-color: #80b419;
  color: #fff;
}
.re-map-area .gm-style .r-map-box.special .r-map-tag img {
  display: block;
  float: right;
  width: 130px;
  margin: 0 0 5px 10px;
  overflow: hidden;
}
.re-map-area .gm-style .r-map-box.special .r-map-tag a:nth-of-type(-n+4),
.re-map-area .gm-style .r-map-box.special .r-map-tag span:nth-of-type(-n+4) {
  max-width: calc(100% - 145px);
}
.re-map-area .gm-style .r-map-detail {
  margin-top: 8px;
  text-align: right;
}
.re-map-area .gm-style .r-map-detail a {
  position: relative;
  padding-right: 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #80b419;
}
.re-map-area .gm-style .r-map-detail a:hover {
  text-decoration: underline;
}
.re-map-area .gm-style .r-map-detail a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #80b419;
  margin-top: -7px;
}

@media screen and (max-width: 768px) {
  .re-map-area {
    border-radius: 0;
    width: calc(100% + 40px);
    margin: 20px -20px 0 -20px;
  }
  .research .r-areamap-search {

  }
  .research .r-areamap-error {

  }
}

.slick-btn-disabled{
    background-color: #ddd !important;
    opacity: 1 !important;
    pointer-events:none !important;
}