@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
.nav {
    max-width: 1000px !important;
}
.nav-item._shop {
    max-width: 220px !important;
}
.nav-item._shop a {
    padding: 15px 0 !important;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
.nav-item._shop {
    max-width: 100% !important;
}
.nav-item._shop a {
    width: 100% !important;
    padding: 1em 5% !important;
}
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}