@charset "utf-8"; 

.gm-style-iw>div>div {
    overflow: hidden !important;
}

.search_from_map {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    background: #fff;
}

.search_from_map .title {
    position: relative;
    border-top: #fff 1px solid;
    border-bottom: #cecece 1px solid;
    background: #f3f3f3;
    padding: 8px 16px 6px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    color: #444;
}

.search_from_map .close {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #444;
    background: rgba(0,0,0,0.1);
}

.search_from_map_info {
    max-width: 450px;
    min-height: 300px;
    margin: 5px 0;
}

.search_from_map_info .in {
    display: block;
    padding: 4px;
    color: #444;
    text-decoration: none;
}

.search_from_map_info .cr_image_wrap {
    float: left;
    width: 110px;
}

.search_from_map_info .has_image .sfm_title,.search_from_map_info .has_image .sfm_picky,.search_from_map_info .has_image .sfm_address {
    margin: 0 0 0 118px;
}

.search_from_map_info .sfm_title a {
    color: #66f;
    text-decoration: none;
}

.search_from_map_info .sfm_title a:hover {
    text-decoration: underline;
}

.o-tag_searchmap {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.1em;
    color: #80B2D0;
    background: #F9F9F9;
    border: 1px solid #80B2D0;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 6px 0 0;
    display: inline-block;
  }

.sfm_table {
    clear: both;
    font-size: 12px;
    line-height: 1.3em;
    padding: 8px 0 0;
}

.sfm_table .mainstyle {
    margin: 0 !important;
    table-layout: fixed;
    width: 100%;
}

.sfm_table .mainstyle th {
    white-space: nowrap;
    width: 7em;
    vertical-align: middle;
}

/* cr_image */
.cr_image {
    display: block;
    width: 100%;
    height: 1px;
    padding: 75% 0 0;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cr_image img {
    display: none;
  }
  .cr_image.cr_image_noimage {
    background-image: url(../img/noimage.gif);
  }

  table {
    font-size: inherit;
    font: 100%;
  }
  table.mainstyle {
    background: #fff;
    border: 1px solid #999;
    border-collapse: collapse;
    color: #333;
  }
  
  table.mainstyle th {
    background: #f2f2f2;
    border: 1px solid #bbb;
    font-weight: bold;
    padding: 10px;
  }
  
  table.mainstyle td {
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px;
  }

  .material-icons {
    vertical-align: middle;
  }
