@charset "utf-8";

/* ##### 固定ナビの指定 ##### */
.drawer-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.drawer-menu {
    width: 100%;
    height: 7.0rem;
    height: 7.0rem;
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
    border-bottom: 5px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.drawer-menu > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
/* ##### 固定ナビの指定ここまで ##### */


.contents__section {
    margin: 15rem auto 0;
    width: 1000px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
    margin-bottom: 50px;
}

.section__title-h2 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    font-size: 18px;
    background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
    margin-bottom: 10px;
}

#delivery dl {
    
}

.shop-info-list__title {
    font-weight: 500;
}

.shop-info-list__note {
    margin: 0 0 20px 0;
    line-height: 1.8;
}