/* カスタマイズ用CSS */
body {
    color: #222;
}
.ec-role {
    color: #222;
}
label[for="shopping_order_Payment_1"] span:after {
    content: "（お振込手数料はお客様負担となります）";
    font-size: 0.9em;
}
label[for="shopping_order_Payment_4"] span:after {
    content: "（代引き手数料４００円）";
    font-size: 0.9em;
}

/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title {
    text-align: left;
    background: url('/html/template/cabosu/assets/img/common/bg_header.png') no-repeat right;
    }
    .ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 12px;
    }
    .ec-headerTitle img {
    width: 74%;
    }
    .ec-headerNaviRole {
    padding-bottom: 0;
    background: rgb(236,194,3);
    background: linear-gradient(0deg, rgba(236,194,3,1) 0%, rgba(250,239,4,0) 17%, rgba(250,239,4,0) 100%);
    max-width: none;
    padding: 0 10px 2px;
    }
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    width: 20%;
    }
    .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 60%;
    }
    .ec-categoryNaviRole {
    padding: 0;
    }
    ul.button_like li {
    list-style-type: none;
    margin: 6px;
    }
    ul.button_like li a {
    display: block;
    padding: 0 1em;
    line-height: 50px;
    border: solid 1px #ffebcd;
    font-size: 1.6rem;
    color: #000;
    background: #fdf5e6;
    }
    ul.button_like li a:hover {
    background: #f5deb3;
    }
    .ec-itemNav__nav {
    width: 100%;
    }
    .ec-itemNav__nav li {
    float: none;
    width: 100%;
    margin: 0 6px 6px;
    }
    ul.button_like {
    padding: 0;
    }
    .ec-newsRole .ec-newsRole__news {
    border: 16px solid #fdf5e6;
    }
    .ec-shelfRole {
    border: 16px solid #fdf5e6;
    padding: 20px 30px;
    }
    .ec-footerTitle {
    padding: 20px 0 10px;
    }
}
.ec-itemNav__nav li a {
    color: #fff;
    background: #619600;
}
.ec-itemNav__nav li ul li a {
    background: #fff;
    color: #619600;
}
.ec-itemNav__nav li ul li ul li a {
    background: #fff;
    color: #619600;
}
.ec-itemNav__nav > li:hover > a {
  background: #619600;
}

.ec-itemNav__nav > li:hover li:hover > a {
  background: #fff;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #fff;
    color: #619600;
}

.footer_info {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: 3em 0 1em;
    border-top: dotted 1px #ccc;
    background: #fff;
}
.f_info {
    margin-bottom: 10px;
    border: solid 1px #FFD896;
}
.f_info h4 {
    padding: 4px 0 7px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    background: #faf0e6;
}
.f_info_inner {
    padding: 5px 14px;
}
.ec-footerRole {
    background: #619600;
}

.ec-progress .is-complete .ec-progress__number {
    background: #619600;
}
.ec-progress .is-complete .ec-progress__label {
    color: #619600;
}

.ec-blockBtn--action {
    background-color: #dc143c;
    border-color: #dc143c;
}
.ec-totalBox .ec-totalBox__btn a.ec-blockBtn--cancel,
.ec-guest .ec-guest__actions a {
    color: #525263;
    background-color: #fff;
}
.ec-login {
    background: #fffaf0;
}
.ec-guest {
    background: #faf0e6;
}
.ec-drawerRole {
    background: #fff;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #228b22;
}
ul.button_like {
    padding: 0;
}
@media only screen and (max-width: 767px) {
ul.button_like li a {
    background: #6b8e23;
    display: block;
    color: #fff;
    line-height: 3rem;
    font-size: 1.5rem;
    padding: 1rem 0 1rem 5rem;
    margin-bottom: 1px;
}
ul.button_like li a:hover {
    background: #556b2f;
}
}


.hosoku {
    font-size: 90%;
}
.ec-orderAccount .ec-orderAccount__account,
.ec-orderDelivery__item,
.ec-orderPayment .ec-blockRadio,
.hosoku {
    margin: 0 16px 16px;
}
.ec-orderDelivery .ec-orderDelivery__address,
.ec-orderDelivery .ec-orderDelivery__actions {
    margin: 10px 16px 18px;
}