
@media (max-width:780px) {
    
 
/* コンテンツページのフッターボタン群用CSS*/
/* コンテンツページのフッターボタン群用CSS*/

.contents_footer_box{width:100%;
                    height:300px;
                    margin:0 auto;
    padding:80px 0;
    background: white;
                    /* border:1px solid red; */
}

    .return_menu_bg{background: white;
        margin:0 auto;
        padding:0 0 1px 0;
        width:320px;
        /* border:1px solid red; */
    }
    
    .shopping_btn a img{background: url(../img/Shopping_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:320px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .return_tp_btn a img{background: url(../img/Return_Top_Page_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:320px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .return_btn a img{background: url(../img/Contents_Return_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .contact_btn a img{background: url(../img/Contents_Contact_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 2px 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .search_animal_btn a img{background: url(../img/Contents_Search_Animal_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .search_bird_btn a img{background: url(../img/Contents_Search_Bird_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 2px 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .shop_dog_btn a img{background: url(../img/Contents_DogCat_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 0 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    .shop_aqua_btn a img{background: url(../img/Contents_Aqua_Btn.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 0 0;
        width:155px;
        height:30px;
        float:left;
        opacity: 1;
    }
    
    
    .shopping_btn a:hover img{background: url(../img/Shopping_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:320px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
    
    .return_tp_btn:hover a img{background: url(../img/Return_Top_Page_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:320px;
        height:30px;
        float:left;
        opacity: 1;
        
        transition:1s all;
    }
    
    .return_btn a:hover img{background: url(../img/Contents_Return_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:155px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
    
    .contact_btn a:hover img{background: url(../img/Contents_Contact_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 2px 0;
        width:155px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
    
    .search_animal_btn a:hover img{background: url(../img/Contents_Search_Animal_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 2px 0;
        width:155px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
    
    .search_bird_btn a:hover img{background: url(../img/Contents_Search_Bird_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 2px 0;
        width:155px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
    
    .shop_dog_btn a:hover img{background: url(../img/Contents_DogCat_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 10px 0 0;
        width:155px;
        height:30px;
        float:left;

        transition:1s all;
    }
    
    .shop_aqua_btn a:hover img{background: url(../img/Contents_Aqua_Btn_Hover.png) no-repeat;
        background-size: 100% auto;
        margin:0 0 2px 0;
        width:155px;
        height:30px;
        float:left;
        
        transition:1s all;
    }
}



/* コンテンツページのフッターボタン群用CSS*/
/* コンテンツページのフッターボタン群用CSS*/