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



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



#outline, 
#header, 
#g_menu, 
#main_outline, 
#side_bar, 
#footer {
    width: 100%;
}
#outline {
    border: none;
}


#header {
    width: 100%;
    height: 100px;
    background-image: url( '../img/common/header/img_header.jpg' );
    background-position: top left -20px;
    background-size: cover;
    background-repeat: no-repeat;
}
#header #logo {
    top: 5px;
    left: 10px;
    width: 190px;
    height: 40px;
}
#header > img {
    display: none;
    width: 100%;
    height: auto;
}





#g_menu {
    margin-bottom: 20px;
}
#g_menu #nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#g_menu #nav li {
}
#g_menu #nav li:first-of-type {
    display: none;
}
#g_menu #nav li:nth-of-type(2) { width: 13.04% }
#g_menu #nav li:nth-of-type(3) { width: 19.65% }
#g_menu #nav li:nth-of-type(4) { width: 13.04% }
#g_menu #nav li:nth-of-type(5) { width: 20.79% }
#g_menu #nav li:nth-of-type(6) { width: 12.85% }
#g_menu #nav li:nth-of-type(7) { width: 20.60% }





#side_bar {
    display: none;
    float: none;
    margin: 0;
}





#footer {
    flex-direction: column;
    padding: 10px 20px;
}
#footer #footer_link {
    display: none;
}
#footer #footer_cart_sp {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #ccc;
}
#footer #footer_cart_sp a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
#footer #footer_link_sp {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}
#footer #footer_link_sp > a {
    display: block;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
}
#footer #footer_link_sp > a.link_small {
    font-size: 14px;
    padding: 10px 0;
}
#footer #footer_link_sp > a:last-of-type {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#footer .footer_link_sp_fb {
    width: 110px;
    height: 20px;
    margin: 0 auto;
}
#footer #footer_link_sp_fb_iine {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: 10px 0 0 0;
}
#footer #footer_link_sp_fb_iine a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
#footer #footer_link_sp_fb_iine a img {
    width: 100%;
    height: 100%;
}
#footer #copy_right_outline {
    width: 100%;
}
#footer #copy_right_outline #fb_iine {
    display: none;
}
#footer #copy_right_outline #fb_link {
    display: none;
}
#footer #copy_right_outline #copy_right {
    float: none;
    width: 100%;
    width: 272px;
    margin: 0 auto;
    padding: 0 20px;
}
#footer #copy_right_outline #copy_right img {
    width: 100%;
    height: auto;
}







}





