@charset "utf-8";
div#breadcrumb_container {
    border: none;
}

#nav {
    margin: 0;
    border: none;
    background: #481d00;
}
#nav .icon-bar {
    background: #9b410e;
}
#nav .navbar-toggle{
    margin: 15px;
}
#nav .navbar-toggle{
    border: 2px solid #9b410e;
}
#nav .navbar-toggle:focus,
#nav .navbar-toggle:hover{
    background: transparent;
}
#nav li {
    border-bottom: 1px dashed #9b410e;
}
#nav li:first-child {
    border-top: 1px dashed #9b410e;
}
#nav li:last-child{
    border-bottom: none;
}
#nav a{
    display: block;
    padding: 15px;
    padding-right: 30px;
    color: #fff;
    font-weight: bold;
}
#nav a:hover{
    color: #ffa100;
}
#nav .navbar-collapse {
    border-top: none;
    box-shadow: none;
}
@media (min-width: 992px) {
    #nav .navbar-nav{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #nav .navbar-collapse {
        padding: 0;
    }
    #nav .navbar-collapse, .navbar-default .navbar-form{
        border-top: none;
    }
    #nav li {
        margin: 0;
        border-bottom: none;
    }
    #nav li:first-child {
        border-top: none;
    }
    #nav .navbar-nav li {
        border-right: 1px dashed #9b410e;
    }
    #nav .navbar-nav li:last-of-type {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

#food_menu figure{
    margin: 0 0 30px;
}

/* 20200623 - 対象店舗追加 */
section#shop_list h2 {
    font-size: 33px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 0.5em;
}
section#shop_list ul.arealist li {
    box-shadow: 0px 3px #e60012;
    width: 30.9% !important;
}
section#shop_list ul.arealist li:hover {
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
section#shop_list ul.arealist li a {
    position: relative;
    border-radius: 32px;
}
section#shop_list ul.arealist li a:hover {
    text-decoration: none;
}
section#shop_list ul.arealist li a::after {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.mb30 {
    padding-top: 67px;
    margin-top: -67px;
}

@media screen and (max-width:992px) {
    section#shop_list ul.arealist li { width:47.4% !important; }
}
@media screen and (max-width:568px) {
    section#shop_list ul.arealist li { box-shadow:none; width:auto !important; }
    section#shop_list ul.arealist li:hover { transform:none; }
    section#shop_list ul.arealist li a::after { display:none; }
}