
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 g_nav.css
 Smartphone用

+++++++++++++++++++++++++++++++ */
/*
グローバルナビ
-----------------------------------*/
#sp_menu .acc_panel { display: block !important; }
header.global .primary:last-child { display: block; }
.primary .menu {
    position: relative;
    display: block;
    width: 50px;
    height: 17px;
    padding-top: 27px;
    font-size: 8px;
    text-align: center;
}
.primary .menu.opened {
    background: #333;
    color :#fff;
}
.primary .menu:before {
    position: absolute;
    top: 5px;
    left: 50%;
    display: block;
    width: 25px;
    height: 20px;
    margin-left: -12.5px;
    background: url(/images/sp_common/sprite_icon.png) no-repeat 0 0;
    background-size: 500px auto;
    content: " ";
}
.primary .menu.opened:before {
    width: 20px;
    margin-left: -10px;
    background-position: -150px -150px;
}

#sp_menu {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    z-index: 100;
}
#sp_menu .header_nav {
    position: relative;
    top: 0;
    box-shadow: none;
}

#sp_menu > li:first-child { padding: 5px 0 10px; }

/* 店舗一覧*/
#sp_menu .header_nav { border-bottom: none; }

#sp_menu > li:last-child {
    margin: 0 -10px;
    padding: 0;
}
#header_shop_list {
    margin: 0;
    padding: 0;
}
#sp_menu a.header_shop_list { display: none; }
#sp_menu .header_shop_list {
    position: relative;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-size: 18px;
}
#sp_menu .header_shop_list:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(/top/images/sprite_top.png) no-repeat 0 -250px;
    background-size: 600px auto;
    content: " ";
    vertical-align: -2px;
}
#sp_menu .inner { background: #fff; }
#sp_menu .inner li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: table;
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #ccc;
}
/*
#sp_menu .inner li.scsq {
    width: 100%;
}*/
#sp_menu .inner li.scsq a{font-size:12px;}
#sp_menu .inner li.col3 a{font-size:12px;}
/*
#sp_menu .inner.first li:nth-child(odd) { border-right: 1px solid #ccc; }
#sp_menu .inner.first li:last-child {
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #ccc;
}
#sp_menu .inner.second li:nth-child(odd) { border-right: 1px solid #ccc; }
#sp_menu .inner.second li:last-child {
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #ccc;
}
*/

#sp_menu .inner li:nth-child(odd) { border-right: 1px solid #ccc; }
#sp_menu .inner li:last-child {
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #ccc;
}




#sp_menu .inner a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    vertical-align: middle;
    text-align: left;
}
#sp_menu .inner .mode_other { display: none; }




