footer .et_pb_column {
    /*overflow: hidden;*/
}

#find-tera {
    /*background-color: #f8f8f8;
    padding:20px;*/
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
#find-tera form {
    margin-bottom:12px;
}
/*#find-tera form button,*/
#find-tera form input,
#find-tera form select {
    display: inline-block;
    vertical-align: top;
    width:calc(12% - 5px);
    margin-right:2px;
    padding:12px 16px;
    font-size: 16px;
    border-radius:24px;
    border: 1px solid #bbb;
}
#find-tera form select {
    width: calc(16% - 5px);
}
#find-tera form input:focus,
#find-tera form input:active,
#find-tera form select:focus,
#find-tera form select:active {
    border-color: #000;
}
#find-tera form input[type="text"] {
    width: 50%;
}
#find-tera form button {
    margin-right: 0;
    padding:8px;
}
#map-parent {
    width:100%;
    min-width:100%;
    position: relative;
}
#map-list,
#map-wrapper {
    display:inline-block;
    vertical-align:top;
    min-height:600px;
}
#map-list {
    width:30%;/*calc(29% - 5px);*/
    /*padding-right:1%;*/
    max-height: 560px;
    overflow: auto;
    /*
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    */
    margin-top: 0;/*34px;*/
    margin-right: 5px;
    min-height:600px;/*560px;*/
    /*background-color: #dadada;*/
}
#map-list ul {
    list-style: none;
    padding-left:0;
    margin-left:0;
    margin-bottom: 0;
    margin-top:0;
    font-size: 13px;
    padding-bottom: 1px;
}
#map-list li {
    transition: all 0.2s ease-in;
    padding:8px 8px !important;
    border-radius: 12px;
    border:1px solid #dadada;
    margin-top:0;
    margin-bottom:12px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;/*#f8f8f8;*/
    text-align: center;
    /*
    color:#004069;
    border-top: 1px solid #004069;
    */
}
#map-list li:hover {
    background-color: #FFB200;/*#008198;/*#f1f7de;*/
}
#map-list-ul .title,
#map-list-ul .name,
#map-list-ul .addr,
#map-list-ul .phone,
#map-list-ul .mail,
#map-list-ul .mains {
    display: block;
}
#map-list-ul .name {
    font-size: 130%;
    font-weight: 600;
    margin-bottom:8px;
}
#hit-count {
    /*position: absolute;*/
    display: block;
    margin:12px auto;
    width: 100%;/*30%;/*calc(29% - 5px);*/
    /*background-color: #eee;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 8px;
    /*border: 1px solid #dadada;*/
    font-size: 16px;
    font-weight: 600;
}
#map-wrapper{
    width:calc(69% - 5px);
    background-color: #dadada;
}
#map-wrapper #content {
    line-height: 1.6;
    margin:0 0 5px;
    min-height: 0;
}
#map-wrapper div {
    min-height: 0;
}
#map-wrapper button {
    box-shadow: none;
    min-width: auto;
}
#map-wrapper button:before {
    display: none;
}
#map-wrapper a.link {
    background-color: #a2c617;
    color: #f0f0f0 !important;
    box-shadow: 2px 2px 3px 0px #aaaaaa;
    border-radius: 5px;
    padding: 5px 12px;
    border:none !important;
    outline: none !important;
    display: block;
    text-align: center;
    /*font-weight: 500;*/
}