@charset "UTF-8";

#top_search {
    padding: 140px 0 149px;
}

#top_search .common_ttl_wrap {
    margin-bottom: 41px;
}

#top_search .area_search {
    margin-bottom: 56px;
}

#top_search .sec_sub_ttl_box {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

#top_search .sec_sub_ttl_box .en_sub_ttl {
    font-size: 42px;
    letter-spacing: 0;
    color: #F5F18F;
    line-height: 1.3;
}

#top_search .sec_sub_ttl_box .sub_ttl {
    color: #fff;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: .5em;
}

#top_search .area_search .sec_sub_ttl_box {
    margin-bottom: 6px;
}

#top_search .area_search .intro_text_box {
    margin-bottom: 19px;
}

#top_search .area_search .intro_text_box .text {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #fff;
}

#top_search .area_search .map_box {
    background-color: #F0F0F0;
    padding: 5px;
}

#top_search .area_search .map_box form svg {
    width: 100%;
}

#top_search .area_search .map_box form svg a path {
    transition: .3s;
}

#top_search .area_search .map_box form svg a:hover path {
    fill: #DEBD09;
}

#top_search .area_search .map_box form svg g#letters {
    pointer-events: none;
}

#top_search .area_search .map_box form svg .text_list {
    pointer-events: none;
}

#top_search .line_search {
    margin-bottom: 49px;
}

#top_search .line_search .sec_sub_ttl_box {
    margin-bottom: 14px;
}

#top_search .line_search .keyword {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top_search .line_search .keyword select {
    width: 460px;
    position: relative;
    font-size: 15px;
    color: #101010;
    background-color: #F0F0F0;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 12px 48px 13px 20px;
    background-image: url(/wp-content/themes/swell_child/image/top_select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px 15px;
    line-height: 1.4;
}

#top_search .line_search .keyword .mark {
    width: 23px;
    aspect-ratio: 1;
    position: relative;
}

#top_search .line_search .keyword .mark::before,
#top_search .line_search .keyword .mark::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #fff;
    inset: 0;
    margin: auto;
}

#top_search .line_search .keyword .mark::before {
    transform: rotate(45deg);
}

#top_search .line_search .keyword .mark::after {
    transform: rotate(-45deg);
}

#top_search .line_search .keyword input {
    width: 137px;
    background: linear-gradient(#F8D853, #D6CF7D);
    font-size: 18px;
    letter-spacing: .06em;
    color: #101010;
    padding: 9px 0 11px;
    text-align: center;
    font-weight: 600;
    line-height: 1.44;
}

.fixed_search_btn.sp {
    display: none !important;
}

@media (max-width: 750px) {

    #top_search {
        padding: 15vw 0;
    }

    #top_search .common_ttl_wrap {
        margin-bottom: 5vw;
    }

    #top_search .area_search {
        margin-bottom: 7vw;
    }

    #top_search .sec_sub_ttl_box {
        align-items: unset;
        flex-direction: column;
        gap: 2vw;
    }

    #top_search .sec_sub_ttl_box .en_sub_ttl {
        font-size: 5vw;
    }

    #top_search .sec_sub_ttl_box .sub_ttl {
        font-size: 3.5vw;
        padding-bottom: 0;
    }

    #top_search .area_search .sec_sub_ttl_box {
        margin-bottom: 3vw;
    }

    #top_search .area_search .intro_text_box {
        margin-bottom: 4vw;
    }

    #top_search .area_search .intro_text_box .text {
        font-size: 3.2vw;
        line-height: 1.7;
    }

    #top_search .area_search .area_box .area_search_form ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
    }

    #top_search .area_search .area_box .area_search_form ul li {
        background: linear-gradient(#F8D853, #D6CF7D);
    }

    #top_search .area_search .area_box .area_search_form ul li h4 a {
        display: block;
        text-align: center;
        font-size: 3.5vw;
        padding: .5em;
        color: #101010;
    }

    #top_search .line_search {
        margin-bottom: 10vw;
    }

    #top_search .line_search .sec_sub_ttl_box {
        margin-bottom: 5vw;
    }

    #top_search .line_search .keyword {
        flex-direction: column;
        justify-content: unset;
    }

    #top_search .line_search .keyword select {
        width: 100%;
        font-size: 3.5vw;
        padding: 1em;
        padding-right: 8vw;
        background-position: right 3vw center;
        background-size: 3vw 3vw;
    }

    #top_search .line_search .keyword .mark {
        width: 5vw;
        margin: 3vw 0;
    }

    #top_search .line_search .keyword .mark::before,
    #top_search .line_search .keyword .mark::after {
        width: 4vw;
        height: 2px;
    }

    #top_search .line_search .keyword input {
        margin-top: 4vw;
        width: 100%;
        font-size: 3.5vw;
        padding: 1em;
    }

    .page-template-page-search_result .modaal-wrapper {
        padding-bottom: 0px;
        z-index: 999999;
    }

    .page-template-page-search_result .modaal-inner-wrapper {
        padding-top: 100px !important;
    }

    .page-template-page-search_result .modaal-overlay {
        z-index: 99999;
    }

    .fixed_search_btn.sp {
        display: block !important;
    }

    .fixed_search_btn {
        position: fixed;
        bottom: 78px;
        left: 0;
        width: 100%;
        background-color: #2C2C2C;
        padding: 5px 5vw;
        z-index: 5;
    }

    .fixed_search_btn .s_btn {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        background-color: #D0B856;
        font-size: 4vw;
        font-weight: 600;
        letter-spacing: 0.06em;
        line-height: 12vw;
    }

}