<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========= 蜷�髪蠎鈴∈謚槭�繝ｼ繧ｸ髯仙ｮ壹===============*/


/*隕句�縺�*/
.branchlist h2 {
    margin-bottom: 10px !important;
}


/*========= 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縲===============*/

.branchlist #branch_nav {
    padding: initial;
    margin: initial;
}

.branchlist #branch_nav p {
    margin: initial;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

/*遨ｺ繝懊ャ繧ｯ繧ｹ*/
.branchlist #branch_nav .vacuum {
    display: none;
}

.branchlist #branch_nav .c-container {
    padding: 15px 10px 10px;
}


/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝育ｮｱ*/

.branchlist #branch_nav .smb-section__body {
    max-width: 930px;
    margin: 0 auto;
}


.branchlist #branch_nav .smb-section__body .wp-block-columns-is-layout-flex {
    gap: 15px;
}


.branchlist #branch_nav .smb-section__body .one_box {
    margin: 15px auto;
    padding: 15px 0px;
}

.branchlist #branch_nav .smb-section__body .three_box {
    max-width: 900px;
    margin: 0 auto;
}





/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝域｣� 繝代た繧ｳ繝ｳ*/
.branchlist #branch_nav .smb-section__body .pc1-1_box {
    position: relative;
    border-top: solid 1px #8F5B51;
}

.branchlist #branch_nav .smb-section__body .pc1-1_box::after {
    content: "";
    position: absolute;
    background: #8F5B51;
    width: 890px;
    height: 1px;
    display: block;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.branchlist #branch_nav .smb-section__body .pc1-2_box {
    border-bottom: solid 1px #8F5B51;
    padding-bottom: 30px;

}


/*繝懊ち繝ｳC*/
.branchlist #branch_nav .wp-element-button {
    color: #61443F;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    background: initial;
    position: relative;
    padding: initial;
    margin: initial;
}


.branchlist #branch_nav .wp-element-button::after {
    content: "";
    background-image: url(../img/triangles_b.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 14px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.branchlist #branch_nav .wp-element-button:hover {
    opacity: 0.8;
}








/*========= 繝ｪ繧ｹ繝井ｸ隕ｧ縲===============*/


#loan_list_page {
    margin-top: 10px !important;
}

/*蠎苓�繝ｭ繝ｼ繝ｳ窶ｻ蜊ｰ(譌･譖懃嶌隲�ｼ壹い繧､繧ｳ繝ｳ)*/
.branchlist #branch_nav p.sunday-icon {
    position: relative;
    gap: 10px;
}

.branchlist #branch_nav p.sunday-icon::before {
    content: "譌･譖懃嶌隲�";
    background-color: #ff3939;
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

#loan_list_page .sayama,
#loan_list_page .tokorozawa-nishi,
#loan_list_page .fujimino,
#loan_list_page .koedo {
    position: relative;
}

#loan_list_page .sayama::after,
#loan_list_page .tokorozawa-nishi::after,
#loan_list_page .fujimino::after,
#loan_list_page .koedo::after {
    content: "譌･譖懃嶌隲�";
    background-color: #ff3939;
    font-size: 15px;
    color: #ffffff;
    padding: 2px 5px 0px;
    margin: -2px 10px;
    border-radius: 5px;
    position: absolute;
}


/*繝ｪ繧ｹ繝医�繝ｼ繧ｹ驛ｨ蛻�*/
.list-area {
    width: 1250px;
    margin: 0 auto;
    border-bottom: solid 1px #8F5B51;
}

.branch_title {
    border-top: solid 1px #8F5B51;
    border-bottom: solid 1px #8F5B51;
}

.branch_title:first-child {
    border-top: initial;
}

.branch_title h2 {
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
    font-size: 40px;
    /*line-height: 1.5;*/
    color: #61443F;
    position: relative;
    padding: .5rem;
    margin: 50px auto 0px !important;
    width: fit-content;
}

.branch_title h2:after {
    position: absolute;
    left: 0;
    bottom: 0rem;
    content: "";
    background: #8F5B51;
    width: 100%;
    height: 0.5rem;
    display: block;
}

.branch_title:first-child h2 {
    margin: 0px auto !important;
}



/*蠎苓�繝ｪ繧ｹ繝�*/
.branch_lists {
    max-width: 950px;
    margin: 0 auto;
}


.branch_shop {
    display: flex;
    gap: 40px;
    border-bottom: solid 1px #8F5B51;
    padding: 30px 0px;
}

.branch_shop:last-child {
    border-bottom: initial;
}



/*謾ｯ蠎怜�螳ｹ驛ｨ蛻�*/
.branch_shop h3 {
    color: #61443F;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 0px 15px !important;
    margin: 0px 0px 15px !important;
    border-bottom: solid 1px #D9D4D3;
}

.branch_shop img {
    width: 240px;
    height: 146px;
    object-fit: cover;
    border-radius: 15px;
}


.branch_shop .branch_item {
    width: 650px;
}

.branch_shop .branch_item .branch_box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}


.branch_shop .branch_item .branch_box .branch_access {
    font-size: 20px;
    line-height: 30px;
    color: #61443F;
}

.branch_shop .branch_item .branch_box .branch_access .tel_phone {
    pointer-events: none;
    text-decoration: none;
    color: #61443F;
}


/*繝懊ち繝ｳB*/
.branchlist .visit-bt {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
}


.branchlist .visit-bt .wp-element-button {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    background: #8F5B51;
    border-radius: 15px;
    position: relative;
    min-width: 210px;
    border: initial;
    padding: 13px 35px 8px 15px;
}


.branchlist .visit-bt .wp-element-button::after {
    content: "";
    background-image: url(../img/triangles_r.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 21px;
    position: absolute;
    top: calc(50% - 10.5px);
    /* 荳贋ｸ倶ｸｭ螟ｮ縺ｮ菴咲ｽｮ隱ｿ謨ｴ */
    margin-left: 15px;
}




/*繧｢繝ｳ繧ｫ繝ｼ鬟帙�蜈医Μ繧ｹ繝�*/
.branchlist #branch_list {
    background: #F7F8F8;
    margin: initial;
}

.branchlist #branch_list h2 {
    background: #ffffff;
}

.branchlist #branch_list .n-navi a {
    border-color: #00A291;
    padding: 10px;
}

.branchlist #branch_list .wp-block-snow-monkey-blocks-section {
    padding: initial;
    margin: initial;
}

.branchlist #branch_list .wp-block-snow-monkey-blocks-section .wp-block-columns-is-layout-flex {
    padding: 5px;
    margin: initial;
}




/*=========縲繝悶Ξ繧､繧ｯ繝昴う繝ｳ繝医===============*/
@media screen and (max-width: 1600px) {}


@media screen and (max-width: 1480px) {

    /*========= 蜷�髪蠎鈴∈謚槭�繝ｼ繧ｸ髯仙ｮ壹===============*/


    /*========= 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縲===============*/
    /*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝域｣�*/


    .branchlist #branch_nav .smb-section__body .pc1-1_box::after {
        width: 90%;

    }


    /*遨ｺ繝懊ャ繧ｯ繧ｹ*/

    .branchlist #branch_nav .c-container {
        padding: 15px 0px 0px;
    }




    /*========= 繝ｪ繧ｹ繝井ｸ隕ｧ縲===============*/
    /*繝ｪ繧ｹ繝医�繝ｼ繧ｹ驛ｨ蛻�*/
    .list-area {
        width: 100%;
    }



}


@media screen and (max-width: 1115px) {}

@media screen and (max-width: 1024px) {


    /*========= 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縲===============*/
    /*遨ｺ繝懊ャ繧ｯ繧ｹ*/
    .branchlist #branch_nav .vacuum {
        display: block;
    }

    .branchlist #branch_nav p {
        gap: 0px;
    }

    .branchlist #branch_nav p.sunday {
        margin-top: 20px;
    }


    /*========= 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縲===============*/

    .branchlist #branch_nav .wp-block-columns-is-layout-flex {
        gap: 15px;
        margin: 2.5px auto;
    }


    /*繝懊ち繝ｳC*/
    .branchlist #branch_nav .wp-element-button {
        font-size: 22px;
        border: solid 1px #8F5B51;
        padding: 5px 0px 2px;
    }


    .branchlist #branch_nav .wp-element-button::after {
        content: initial;
    }


    /*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｪ繧ｹ繝域｣� 繝代た繧ｳ繝ｳ*/
    .branchlist #branch_nav .smb-section__body .sm1-1_box {
        position: relative;
        border-top: solid 1px #8F5B51;
        padding-top: 20px;
        margin-top: 20px;
    }

    .branchlist #branch_nav .smb-section__body .sm1-7_box {
        border-bottom: solid 1px #8F5B51;
        padding-bottom: 20px;
    }



    /*========= 繝ｪ繧ｹ繝井ｸ隕ｧ縲===============*/
    /*謾ｯ蠎怜�螳ｹ驛ｨ蛻�*/

    #loan_list_page {
        justify-content: center;
    }

    .branch_shop {
        justify-content: center;
    }

    .branch_shop .branch_item {
        width: 50%;
    }

    .branch_shop .branch_item .branch_box {
        display: block;
    }

    .branch_shop .branch_item .branch_box .branch_access {
        font-size: 20px;
        line-height: 30px;
    }

    /*繝懊ち繝ｳB*/
    .branchlist .visit-bt {
        padding: 20px 0px 0px;
    }

    .branchlist .visit-bt .wp-element-button {
        min-width: initial;
        width: 100%;
    }

}





@media screen and (max-width: 781px) {



    /*隕句�縺励ヵ繧ｩ繝ｳ繝医し繧､繧ｺ*/
    .branch_title h2 {
        font-size: 22px;
    }

    .branch_shop h3 {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0px 5px !important;
        margin: 0px 0px 5px !important;
    }



    /*========= 蜷�髪蠎鈴∈謚槭�繝ｼ繧ｸ髯仙ｮ壹===============*/

    /*繧｢繝ｳ繧ｫ繝ｼ繝懊ち繝ｳ*/
    .branchlist #branch_nav .c-container {
        padding: 10px 0px;
    }


    /*繧｢繝ｳ繧ｫ繝ｼ鬟帙�蜈医Μ繧ｹ繝�*/
    .branchlist #branch_list .wp-block-snow-monkey-blocks-section {
        padding: 20px 0px;
    }

    .branchlist #branch_list .wp-block-snow-monkey-blocks-section .c-container {
        padding: initial;
    }


    .branchlist #branch_list .wp-block-snow-monkey-blocks-section .wp-block-columns-is-layout-flex {
        gap: 10px;
        padding: 5px 10px;
    }


    /*繝ｪ繧ｹ繝医�繝ｼ繧ｹ驛ｨ蛻�*/

    .branch_title h2:after {
        height: 0.25rem;
    }




    /*謾ｯ蠎怜�螳ｹ驛ｨ蛻�*/
    .branch_shop .branch_item .branch_box .branch_access {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .branch_shop .branch_item .branch_box .branch_access .tel_phone {
        pointer-events: all;
    }

    .branch_shop .branch_item .branch_box .branch_access .tel_phone:hover {
        opacity: 0.8;
    }



    /*繝懊ち繝ｳB*/
    .branchlist .visit-bt {
        padding: 10px 0px 0px;
    }

    .branchlist .visit-bt .wp-element-button {
        padding: 10px 35px 8px 15px;
        font-size: 18px;
    }

    .branchlist .visit-bt .wp-element-button::after {
        background-size: 10px;
        top: calc(50% - 8.5px);
    }




}

@media screen and (max-width: 640px) {




    /*========= 蜷�髪蠎鈴∈謚槭�繝ｼ繧ｸ髯仙ｮ壹===============*/
    /*繧｢繝ｳ繧ｫ繝ｼ鬟帙�蜈医Μ繧ｹ繝�*/
    .branchlist #branch_list .wp-block-snow-monkey-blocks-section .wp-block-columns-is-layout-flex {
        display: block;
        padding: initial;
        max-width: 250px;
    }

    .branchlist #branch_list .n-navi a {
        min-height: initial;
        border-radius: 25px;
    }

    /*謾ｯ蠎怜�螳ｹ驛ｨ蛻�*/

    #loan_list_page {
        justify-content: center;
    }


    /*蠎苓�繝ｭ繝ｼ繝ｳ窶ｻ蜊ｰ(譌･譖懃嶌隲�ｼ壹い繧､繧ｳ繝ｳ)*/

    .branchlist #branch_nav p.sunday-icon {
        display: block;
        line-height: 25px;
    }

    .branchlist #branch_nav p.sunday-icon::before {
        font-size: 12px;
        padding: 5px;
        margin: -1px 10px;
    }


    #loan_list_page .sayama::after,
    #loan_list_page .tokorozawa-nishi::after,
    #loan_list_page .fujimino::after,
    #loan_list_page .koedo::after {
        font-size: 12px;
        padding: 0px 5px 0px;
        margin: -1px 10px;
    }

    .branch_shop {
        display: block;
    }

    .branch_shop img {
        width: 100%;
        height: 200px;
    }

    .branch_shop .branch_item {
        width: 100%;
    }

    .branch_shop .branch_item .branch_box {
        display: block;
    }

    .branch_shop .branch_item .branch_box .branch_access {
        font-size: 16px;
        text-align: left;
    }

    .branch_shop .branch_item .branch_box .branch_access .tel_phone {
        pointer-events: all;
    }


}

@media screen and (max-width: 600px) {}



@media screen and (max-width: 350px) {

    /*========= 蜷�髪蠎鈴∈謚槭�繝ｼ繧ｸ髯仙ｮ壹===============*/
    /*繧｢繝ｳ繧ｫ繝ｼ繝翫ン*/

    .branchlist #branch_nav .c-container {
        padding: 10px;
    }

    .branchlist #branch_nav .wp-block-columns-is-layout-flex {
        gap: 10px;
    }



}</pre></body></html>