@charset "UTF-8";

#wcv_sys_wrapper * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#wcv_sys_edit_pageeditarea .container {
    width: 100% !important;
    padding-right: 0;
    padding-left:  0;   
}
#wcv_sys_edit_pageeditarea .navbar-fixed-top,
#wcv_sys_edit_pageeditarea .navbar-fixed-bottom {
    position: static;
}
#wcv_sys_edit_blockeditarea .col-lg-4.col-md-6 {
    width: auto;
    float: none;
}
#wcv_sys_edit_blockeditarea table {
    font-size: 150%;
}
#wcv_sys_edit_blockeditarea td {
    width: 100%;
    color: #333;
    border: none;
    background-color: #FFF;
    text-align: left;
    padding: 0;
}

#newsicon {
    display: none;
}

div#wcv_sys_edit_pageeditarea {
    min-height: 300px;
}


/* お店紹介
--------------------------------------------------------------------------- */
h2.shop-title {
    padding: 15px;
    border-bottom: 8px solid;
    background: #FFF;
    color: #740b51;
    font-size: 135%;
}
h2.shop-title::after {
    content: none;
}
.shop-card {
    max-width: 90%;
    margin: 0 auto;
}
.shop-card img {
    max-width: 100%;
    height: auto;
}
.shop-info {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
.shop-info-le {
    float: left;
    max-width: 49%;
    margin-right: 1%;
}
.shop-info-le p {
    margin-bottom: 20px;
    font-size: 110%;
    line-height: 1.8;
}
.shop-info-ri {
    float: right;
    max-width: 50%;
}
.shop-info-item {
    border-bottom: none;
}
.shop-info-item dt {
    display: inline-block;
    min-width: 80px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    background: #740b51;
    color: #FFF;
}
.shop-info-item dd {
    display: inline-block;
    padding: 5px 0;
}

.container.hd {
    width: 100% !important;
    padding: 0;
}
nav.navbar.navbar-default.navbar-fixed-top {
    position: relative !important;
    margin-bottom: 0;
}