@charset "utf-8";
/* --- footer --- */
#footer {
    padding-top: 30px;
    background-color: #fff;
    color: #23282d;
    position:relative;
}
 .page_top_wrapper{  /*page-top全体のコンテンツでborderしてる */
    border-bottom:1px solid #222;
    margin: 10% 5% 0;
    position: relative;
}
 .page_top_logo{   /*画像のクラス */
    width:50%;
    max-width:200px;
    margin:0 8%;
    position: absolute;
    bottom: 0;
}

.footer_container{     /*wrapper(page-top画像)とcopy-right(下のborder)は含めない*/
    padding-left: 5%;
    text-align: left;
}
.footer-copy{   /*copy-rightで下のborderを作る*/
    border-top: #222222 1px solid;
    /* margin: 3% 5%; */
}
.map-link{ /*google mapはこちらの横のアイコン画像*/
    width: 1rem;
}
#footer .sns_box{  /*footer内のsnsのiconをbox化*/
    display:none;
    list-style: none;
}
.sns_btn img{
    background-color: #333;
    padding: 10px 10px;
    margin: 10px 30px 10px 0;
    height: 3rem;
    border-radius: 10px;
}
.footer-copy{
    text-align: center;
}
@media (min-width:600px) {
    .footer_container{
        display: flex;
        justify-content:center;
        padding: 3%;
    }
    #footer .sns_box{
        display:flex;
    }
}
@media(min-width:1025px){
    /* --- PC footer --- */
    .footer_container{
        justify-content:space-between;
        padding: 3% 10%;
        max-width: 2500px;
    }
}