
.top_search_in {
    display: none;
    background: url(/cmn/img/map.png?date=20240126) no-repeat top 35px right 180px/509px auto;
    background: none;
    border-radius: 10px;
    height: 550px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 12px;
    border: solid 2px #3cbd70;
    margin-top: -2px
}
.top_search_in.on {
    display: block
}
.top_search_map {
    position: absolute;
    top: 35px;
    right: 180px;
}
.top_search_area {
    position: absolute;
    transition: 0.5s;
}
.top_search_area.ver1 {
    top: 80px;
    right: 40px;
    width: 117px
}
.top_search_area.ver2 {
    top: 177px;
    right: 55px;
    width: 130px
}
.top_search_area.ver3 {
    bottom: 154px;
    right: 87px;
    width: 148px
}
.top_search_area.ver4 {
    bottom: 61px;
    right: 197px;
    width: 148px
}
.top_search_area.ver5 {
    bottom: 31px;
    left: 320px;
    width: 148px
}
.top_search_area.ver6 {
    bottom: 104px;
    left: 38px;
    width: 155px
}
.top_search_area.ver7 {
    bottom: 245px;
    left: 155px;
    width: 130px
}
.top_search_area.ver8 {
    top: 180px;
    left: 297px;
    width: 130px
}
.top_search_area.ver9 {
    top: 139px;
    left: 437px;
    width: 130px
}
.top_search_area dt {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px 4px 0 0
}
.top_search_area.ver1 dt {
    background: #73c1dc
}
.top_search_area.ver2 dt {
    background: #72a5ed
}
.top_search_area.ver3 dt {
    background: #5eb96a
}
.top_search_area.ver4 dt {
    background: #a2da62
}
.top_search_area.ver5 dt {
    background: #f36150
}
.top_search_area.ver6 dt {
    background: #f085a3
}
.top_search_area.ver7 dt {
    background: #f0a24a
}
.top_search_area.ver8 dt {
    background: #e8d547
}
.top_search_area.ver9 dt {
    background: #b58bea
}
.top_search_area dd {
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 13px 0
}
.top_search_area.ver1 dd {
    border: solid 1px #73c1dc
}
.top_search_area.ver2 dd {
    border: solid 1px #72a5ed
}
.top_search_area.ver3 dd {
    border: solid 1px #5eb96a
}
.top_search_area.ver4 dd {
    border: solid 1px #a2da62
}
.top_search_area.ver5 dd {
    border: solid 1px #f36150
}
.top_search_area.ver6 dd {
    border: solid 1px #f085a3
}
.top_search_area.ver7 dd {
    border: solid 1px #f0a24a
}
.top_search_area.ver8 dd {
    border: solid 1px #e8d547
}
.top_search_area.ver9 dd {
    border: solid 1px #b58bea
}
.area_link_lst {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px
}
.area_link_lst:last-of-type {
    margin-bottom: 0
}
.area_link_lst li {
    line-height: 1.2;
    margin-right: 3px
}
.area_link_lst li:last-child {
    margin-right: 0
}
.area_link_lst li {
    font-size: 12px;
    font-weight: bold
}
.top_search_wrap {
    border-radius: 10px
}
.top_search_ttl {
    width: 290px;
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px 15px 55px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 8px -3px #ccc;
    margin-left: 160px;
    margin-top: 25px
}
.top_search_ttl::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    margin-top: -6px;
    left: -12px;
    z-index: 2;
    filter: drop-shadow(-1px 0 1px rgba(204, 204, 204, .5))
}
.top_search_ttl.is-dog::after {
    position: absolute;
    content: "";
    background: url(/cmn/img/search_img01.png) no-repeat 0 0/100% auto;
    width: 120px;
    height: 136px;
    top: -25px;
    left: -160px;
    z-index: 3
}
.top_search_ttl.is-cat::after {
    position: absolute;
    content: "";
    background: url(/cmn/img/search_img02.png) no-repeat 0 0/100% auto;
    width: 115px;
    height: 139px;
    top: -25px;
    left: -160px;
    z-index: 3
}
.page_ttl.is-search::before {
    position: absolute;
    content: "";
    background: url(/cmn/img/icn_search.png) no-repeat 0 0/100% auto;
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    z-index: 1
}
.top_search_subtxt {
    font-size: 14px;
    position: relative
}
.top_search_subtxt::before {
    position: absolute;
    content: "";
    background: url(/cmn/img/icn_search.png) no-repeat 0 0/100% auto;
    width: 26px;
    height: 26px;
    left: -35px;
    top: 50%;
    margin-top: -13px
}
@media (min-width: 896px) {
    .search_tab_btn a:hover span::after {
        transform-origin: left top;
        transform: scale(1, 1)
    }
    .top_search_area:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .top_search_area.ver1:hover {
        background: #c5f0ff;
    }
    .top_search_area.ver2:hover {
        background: #e9f3ff;
    }
    .top_search_area.ver3:hover {
        background: #d7ffdc;
    }
    .top_search_area.ver4:hover {
        background: #f0ffe0;
    }
    .top_search_area.ver5:hover {
        background: #ffecea;
    }
    .top_search_area.ver6:hover {
        background: #ffedf2;
    }
    .top_search_area.ver7:hover {
        background: #fff2e4;
    }
    .top_search_area.ver8:hover {
        background: #fefae2;
    }
    .top_search_area.ver9:hover {
        background: #f5ecff;
    }
}
@media screen and (max-width: 896px) {
    .top_search_wrap {
        background: #fff;
        border-radius: 0;
        height: auto;
        margin: 0 -20px 40px -20px;
    }
    .top_search_wrap::before {
        content: none
    }
    .search_tab_wrap {
        padding: 0 12px;
        border-bottom: solid 1px #3cbd70;
        margin: 0 -20px;
    }
    .search_tab_btn {
        width: 48.434%;
        height: 35px;
        border: solid 1px #3cbd70;
        border-bottom: 0;
        border-radius: 5px 5px 0 0;
        background: #eefaf3;
    }
    .search_tab_btn.on {
        height: 45px;
        margin-bottom: -1px
    }
    .search_tab_btn a {
        font-size: 17px
    }
    .search_tab_btn a span::before {
        content: none !important
    }
    .top_search_ttl {
        display: none
    }
    .page_ttl.is-search {
        margin: 0 0px 10px;
    }
    .page_ttl.is-search::before {
        background: url(/cmn/img/sp/icn_search.png) no-repeat 0 0/100% auto;
        width: 22px;
        height: 22px;
        left: 0;
        top: 50%;
        margin-top: -11px
    }
    .top_search_subtxt {
        font-size: 13px
    }
    .top_search_list {
        border-bottom: solid 1px #efefef
    }
    .top_search_list.ver2 {
        display: none;
    }
    .top_search_list.ver2.on {
        display: block;
    }
    .top_search_list li {
        border-top: solid 1px #efefef;
        box-sizing: border-box
    }
    .top_search_list li:first-child {
        border-top: 0
    }
    .top_search_list li a {
        display: block;
        padding: 13px 20px 10px;
        font-size: 16px;
        font-weight: bold;
        background: url(/cmn/img/sp/arw.png) no-repeat center right 20px/8px auto
    }
    .top_search_lnk {
        text-align: center;
        margin-top: 16px;
    }
    .top_search_lnk a {
        text-decoration: underline;
        text-underline-offset: 1ex;
    }
    .top_search_lnk a.arw_left span::before {
        width: 7px;
        height: 11px;
        left: 2px;
    }
}