
#mountain-hut-area-search {
    box-sizing: border-box;
}


/* cate_list----------------------------------------------------- */
.cate_list {
    box-sizing: border-box;
}

.cate_list li a::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    background-image: url(../../../img/user/sankaku_r.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center right 35px;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    font-size: 10px;
    z-index: 1;
}

.cate_list li a {
    padding: 10px 25px;
}
/* cate_list----------------------------------------------------- */




/* 検索フォーム----------------------------------------------------- */
#search_form {
    bottom: 5%;
    box-sizing: border-box;
}

/* 山域から探す検索フォーム--------- */
.search_freeform {
    position: relative;
    display: flex;
    align-items: center;
}

.autocomplete {
    width: 100%;
}

.input-group {
    width: 100%;
}

.search_freeform input {
    width: 100%;
    padding: 15px 40px 15px 15px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color4);
    background: var(--color2);
}

.search_freeform button {
    position: absolute;
    top: 50%;
    right: 10px; /* アイコンを右端に配置 */
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_freeform button img {
    width: 20px;
    height: 20px;
}

.search_freeform .autocomplete .input-group input {
    width: 100%;
    padding: 15px 80px 15px 15px;
    font-size: 14px;
    border: none;
    outline: none;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-radius: 50px;
    color: var(--color4);
    background: var(--color2_opa09);
}

.btn.border-0.position-absolute.end-0 {
    right: 30px !important;
    top: 50% !important;
}

/* レスポンシブ対応（例） */
@media (max-width: 768px) {
    .search_freeform input {
        border: solid 2px var(--color3_opa01);
    }
}
/* 検索フォーム----------------------------------------------------- */




/* CMS----------------------------------------------- */
.cate_title {
    font-size: clamp(20px, 1.3vw, 50px);
}

.sub_cate_title {
    font-size: clamp(20px, 1.2vw, 28px);
}

.box_title2 {
    letter-spacing: 0;
}

.box_title2::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../../../img/user/icon07_g.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
}

@media screen and (max-width: 667px) {
    .box_title1 {
        padding-top: 3px;
    }
}

/* CMS----------------------------------------------- */
@media screen and (orientation: portrait) and (max-width: 900px) {
    /* ul.cate_list {
        padding: 10px;
    } */
    ul.cate_list .grid_12_tb {
        width: 100% !important;
        padding: 5px;
    }

    .freeform_box.grid_12_tb {
        width: 70%;
    }
}

/*※※※PCレスポンシブ調整は各コンテンツに記載※※※*/

@media screen and (max-width: 768px) {

    #search_form, .cate_list_wrap {
        max-width: 700px;
    }

    .freeform_box.grid_12_tb {
        width: 100%;
    }
}



@media screen and (max-width: 667px) {

    /* 山域から探す検索フォーム */
    .search_freeform input {
        padding: 10px 40px 10px 15px;
        font-size: 12px;
    }

    .search_freeform button img {
        width: 18px;
        height: 18px;
    }

    /* CMS */
    .box_wrap {
        background-color: var(--color2);
    }
}

@media screen and (max-width: 340px) {
    #search_form {
        padding: 0 2%;
    }
}
