@charset "UTF-8";
/* CSS Document */

/*========================================================
  withbeauty shopinfo custom CSS
========================================================*/

.header_origin .header_shop_logo{
    max-width: 230px;
    margin: 3vw auto 0;
}

.sec_navi{
    margin: 3vw auto 0;
}

.footer_logo{
    max-width: 170px;
}

.sns_link_unit.x_mark{
    width: 50px;
    margin-left: 5.5%;
    aspect-ratio: 197 / 204;
}

@media all and (max-width: 768px){
    
    .header_origin .header_shop_logo{
        width: 37%;
        padding: 6vw 0 3vw;
    }
    
    .sec_navi{
        margin: 0 auto 0;
    }
    
    .sns_link_unit.x_mark{
        width: 34px;
        margin-left: 10.5%;
    }
    
    .footer_logo{
        max-width: 33%;
    }
}

