/* カスタマイズ用CSS */
.block-header div h1 a img {
    width:170px;
    }
.ec-eyecatchRole {
    margin-top: 30px;
}

.ec-sliderItemRole {
    margin-bottom: 0;
}
.headnav {
    display:none;
}

.top_slide_01 {
    border-top:1px solid #000;
}

.slick-dots {
    bottom: 26px;
}

.ec-footerRole{
    background: url(/html/user_data/assets/img/common/footer_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: none;
}

.ec-footerNavi{
    color: #000;
}

.ec-footerNavi .ec-footerNavi__link a{
    border-bottom:1px solid #fff;
    background-color:rgba(255,255,255,0.5);
}

.menu_area a {
    display:block;
    width:100%;
    background-color:#000;
    position:relative;
    padding-top:55%;
    background-image:url(/html/user_data/assets/img/top/menu_back.jpg);
    background-size:100%;
    background-repeat: no-repeat;
}

.menu_area a:hover {
    opacity: 0.7;
}

.menu_area a .menu_box {
    position:absolute;
    bottom: -15px;
    color:#fff;
    padding:15px;
    width:100%;
}

.menu_area a .menu_box h3 {
}

.menu_area a .menu_box p {
    text-align: right;
    margin-bottom:10px;
}

.access .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
}

.access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

.access h2 {
    margin-top:0;
    margin-bottom: 20px;
}

.access ul {
    margin:0;
    padding:0;
}

.access ul li {
    list-style:none;
    margin-bottom:15px;
}

.access ul li dl {
    margin:0;
    padding:0;
    font-size: 16px;
}

.access ul li dl dt {
    background:#eaeaea;
    padding:5px;
    border-radius:5px;
    width:100px;
    float:left;
    text-align: center;
    font-weight: normal;
}

.access ul li dl dd {
    margin-left:110px;
    padding-top:5px;
}

.access p.map_link {
    width: 100%;
    margin-top: 60px;
}

.access p.map_link a {
    background:#000; 
    text-align: center;
    color: #fff;
    display:block;
    padding: 17px 30px;
}

.gallerys h2{
    text-align: center;
}

.gallerys ul {
    margin:25px 0 0;
    padding:0;
}

.gallerys ul li {
    list-style:none;
    float: left;
    width:50%;
}

.gallerys ul li img {
    width:100%;
}

.ec-blockBtn--action {
    background-color:#a43a00;
    transition: .5s;
}

.ec-blockBtn--action:hover {
    background-color:#652400;
}

ul.cooking li {
    list-style:decimal;
}

ul.allergen,
ul.allergen_02{
    margin: 0;
    padding: 0;;
}

ul.allergen li,
ul.allergen_02 li{
    list-style: none;
    margin-bottom:8px;
    border-bottom:1px solid #dfdfdf;
    padding-bottom:4px;
}

ul.allergen li dl,
ul.allergen_02 li dl{
    margin: 0;
    padding: 0;
}

ul.allergen li dl dt {
    font-weight: bold;
    width:200px;
    float: left;
}

ul.allergen_02 li dl dt{
    font-weight: bold;
}

ul.allergen li dl dd {
    margin-left:210px;
}
.clearfix::after{
    display: block;
    content: "";
    clear: both;
}

.ec-productRole .ec-productRole__btn {
    width:100%;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .block-header div h1 a img {
    width:180px;
    }
    .ec-eyecatchRole {
    margin-top: 50px;
    }
    
    .ec-footerNavi .ec-footerNavi__link a{
        border-bottom:none;
        background-color:rgba(255,255,255,0);
    }
    
    .ec-footerTitle{
        padding:15% 0 25%;
    }
    
    .gallerys ul li {
        width:25%;
    }
}
@media (min-width: 992px) {
    .block-header div h1 a img {
        width:230px;
    }
    .ec-eyecatchRole {
        margin-top: 90px;
    }
    .headnav {
        display:block;
    }
    
    .menu_area a {
        display:block;
        width:100%;
        background-color:#000;
        position:relative;
        padding-top:0;
        background-size:70%;
        background-repeat: no-repeat;
        background-position: left top;
    }


    .menu_area a .menu_box {
        position:relative;
        bottom: auto;
        padding:15px;
        width:100%;
        padding-left:70%;
    }

    .menu_area a .menu_box h3 {
        margin-bottom: 20%;
        margin-left:20px;
    }

.menu_area a .menu_box p {
    text-align: right;
    margin-bottom:10px;
}

}
@media (min-width: 1600px) {
}