/* エリアから探す */

#contents .fc_search_area {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
    float: none;
    position: static;
    background-color: transparent;
}

#contents .fc_search_area .fc_map {
    margin-bottom: 60px;
}

#contents .fc_search_area .pc_map_area {
    position: relative;
    width: 1000px;
    height: auto;
    display: block;
}

#contents .fc_search_area .pc_map_area img {
    width: 100%;
}

#contents .fc_search_area .pc_map_area .map-btn a {
    display: block;
}

#contents .fc_search_area .pc_map_area .map-btn img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#contents .fc_search_area .pc_map_area .map-btn:hover img {
    visibility: hidden;
}

#contents .fc_search_area .pc_map_area .btn_chiba-ibaraki {
    position: absolute;
    left: 84%;
    top: 20%;
    width: 132px;
    height: 30px;
    z-index: 205;
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/plot_chiba-ibaraki_o.png);
    background-size: 132px 30px;
}

#contents .fc_search_area .pc_map_area .btn_saitama {
    position: absolute;
    left: 20%;
    top: 5%;
    width: 70px;
    height: 30px;
    z-index: 204;
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/plot_saitama_o.png);
    background-size: 70px 30px;
}

#contents .fc_search_area .pc_map_area .btn_toshin {
    position: absolute;
    left: 57%;
    top: 38%;
    width: 83px;
    height: 30px;
    z-index: 203;
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/plot_toshin_o.png);
    background-size: 83px 30px;
}

#contents .fc_search_area .pc_map_area .btn_toka {
    position: absolute;
    left: 17%;
    top: 42%;
    width: 83px;
    height: 30px;
    z-index: 202;
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/plot_toka_o.png);
    background-size: 83px 30px;
}

#contents .fc_search_area .pc_map_area .btn_kanagawa {
    position: absolute;
    left: 36%;
    top: 80%;
    width: 87px;
    height: 30px;
    z-index: 201;
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/plot_kanagawa_o.png);
    background-size: 87px 30px;
}

#contents .fc_search_area .pc_map_area .map_chiba-ibaraki {
    z-index: 105;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .fc_search_area .pc_map_area .map_saitama {
    z-index: 104;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .fc_search_area .pc_map_area .map_toshin {
    z-index: 103;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .fc_search_area .pc_map_area .map_toka {
    z-index: 102;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .fc_search_area .pc_map_area .map_kanagawa {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
}

#contents .fc_search_area .pc_map_area .map-img img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#contents .fc_search_area .pc_map_area .map-hover img {
    display: block;
}

#contents .fc_keyword .ttl01 {
    position: static;
    margin-bottom: 10px;
}

#contents .fc_keyword .cf {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

#contents .fc_keyword #keyword {
    width: 450px;
    height: 45px;
    padding: 0 10px;
    border-radius: 25px;
    outline: 0;
    background: #eee;
}

#contents .fc_keyword .c-btn_search {
    height: 45px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0 25px 25px 0;
}

#contents .fc_keyword .c-btn_search:after {
    position: absolute;
    content: "";
    background: url(/apps/settings/wcm/designs/31sumai/finecourt/search/img/search_icon.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

#contents .fc_keyword .c-btn_search:hover {
    color: #888;
}

@media screen and (max-width:640px) {
    #contents .fc_search_area {
        margin-bottom: 50px;
    }
    .finecourt_index .fc_search_area .fc_area {
        padding-top: 15px;
    }
    .finecourt_index .fc_search_area .fc_area ul {
        border-top: 1px solid #cdcdcd;
    }
    .finecourt_index .fc_search_area .fc_area ul li {
        border-bottom: 1px solid #cdcdcd;
    }
    .finecourt_index .fc_search_area .fc_area ul li a {
        display: table;
        width: 100%;
        text-decoration: none;
        position: relative;
        box-sizing: border-box;
    }
    .finecourt_index .fc_search_area .fc_area ul li a span {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        box-sizing: border-box;
        font-size: 1.6rem;
        padding: 0 1em 0 10px;
        white-space: nowrap;
    }
    .finecourt_index .fc_search_area .fc_area ul li a i {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -0.5em;
        color: #871C32;
    }
    .finecourt_index .fc_search_area .fc_keyword {
        padding: 20px 0 15px;
    }
    .finecourt_index .fc_search_area .fc_keyword h1 {
        margin: 15px 0;
    }
    #contents .fc_keyword .cf {
        width: 100%;
        height: auto;
    }
    #contents .fc_keyword #keyword {
        width: 100%;
    }
    .finecourt_index .fc_search_area .fc_keyword input[type="text"] {
        box-sizing: border-box;
        float: left;
        line-height: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 44px;
        width: calc(100% - 44px);
    }
    .finecourt_index .fc_search_area .fc_keyword button {
        box-sizing: border-box;
        width: 44px;
        height: 44px;
        float: left;
        padding: 0;
        line-height: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}