/* カスタマイズ用CSS */
.ec-blockTopBtn {
    background-color: #2ba301;
    border-radius: 20px;
}
a:hover {
    text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
    padding: 0 10px;
}
.ec-headerNav .ec-headerNav__itemLink {
    color: #4e2207;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 4);
}
.ec-headerTitle img {
    max-width: 40%;
}
.ec-categoryNaviRole {
    display: none;
    width: 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
    display: flex;
    justify-content: center;
}
.juice-number {
    font-size: 12px;
    color: #525263;
}
.ec-borderedDefs p {
    margin-bottom: 20px;
}
.ec-borderedDefs dd {
    width: 70%;
    line-height: 2;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin: 30px auto;
    width: 100%;
    max-width: 1150px;
    display: flex;
    flex-wrap: nowrap;
}
.ec-footerRole {
    background: #e97702;
    margin-top: 50px;
}
#page_help_guide table,
#page_help_tradelaw table {
    width: 80%;
    margin: 15px 0 30px;
    line-height: 3;
}
#page_help_guide table,
#page_help_guide th,
#page_help_tradelaw table,
#page_help_tradelaw th {
	text-align: center;
}
#page_help_tradelaw th,
#page_help_tradelaw td,
#page_help_guide th,
#page_help_guide td {
    border: 1px solid #ddd;
    padding: 0 10px;
}
#page_help_privacy h3,
#page_help_guide h3 {
	text-align: left;
	font-size: 20px;
	padding: 12px 0 20px;
}
#page_help_agreement .ec-role span {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    padding: 0 0 12px;
    margin-bottom: 12px;
}
.privacy-sec {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 0 0 38px;
    margin: auto;
    border-bottom: 1px dotted #ccc;
}
.privacy-sec ul,
.privacy-sec ol {
    margin-bottom: 40px;
}
.ec-borderedDefs dl {
    padding: 0;
}
.ec-login {
    background: transparent;
}

/* カートページ */
.ec-cartHeader {
    background: #fff2e4!important;
}
.ec-cartHeader .ec-cartHeader__label {
    background: transparent;
}

/* ボタン */
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel,
.ec-guest .ec-guest__actions a {
    background-color: #ffffff;
    color: #e97702;
    border: 1px solid #e97702;
    font-weight: normal;
}
.ec-blockBtn--action,
.ec-blockBtn--cancel,
.ec-blockBtn {
    border-radius: 28px;
}
.ec-blockBtn--cancel:hover,
.ec-inlineBtn--cancel:hover {
    opacity: 0.5;
    background-color: #ffffff;
    color: #e97702;
    border: 1px solid #e97702;
    font-weight: normal;
}
.ec-totalBox .ec-totalBox__btn a {
    color: #e97702;
    background-color: #ffffff;
    text-decoration: none;
}
.ec-blockBtn {
    background-color: #DE5D50;
    border-color: #DE5D50;
    color: #ffffff;
}
.ec-cartNavi--cancel {
    background-color: #ffffff;
    color: #DE5D50;
}
.ec-cartNavi--cancel:hover {
    background-color: #ffffff;
    color: #DE5D50;
    border: 1px solid #DE5D50;
    opacity: .5;
}

/* モバイルメニュー */
.ec-drawerRole .ec-headerLinkArea {
    background: #ffffff;
}
.ec-drawerRole {
    background: rgb(255 255 255 / 90%);
}
.ec-footerNavi .ec-footerNavi__link a {
    /*border-bottom: 1px solid #ffffff;*/
    text-decoration: none;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #4e2207;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item:first-of-type {
    background-color: #DE5D50;
    color: #ffffff
}

@media only screen and (max-width: 767px){
    .ec-headerNaviRole .ec-headerNaviRole__right {
        display: none;
    }    
}
@media only screen and (max-width: 768px){
    .ec-headerNaviRole .ec-headerNaviRole__right i {
        display: none!important;
    }
    #page_help_guide table,
    #page_help_tradelaw table {
        width: 100%;
    }
    .ec-borderedDefs dd {
        width: 100%;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        border-bottom: 1px solid #ffffff;
    }
}
@media only screen and (min-width: 768px){
    .ec-headerNaviRole {
        display: block;
    }
    .juice-number {
        font-size: 20px;
    }
    .ec-headerTitle .ec-headerTitle__title a {
        font-size: 30px;
    }
    #page_help_guide table,
    #page_help_tradelaw table {
        width: 100%;
    }
}
@media only screen and (min-width: 769px){
    i {
        display: none!important;
    }
    .ec-headerNaviRole {
        display: block;
    }
    .ec-headerTitle img {
        max-width: 100%;
    }
    .ec-headerRole {
        width: 40%;
    }
    .ec-layoutRole__header{
        max-width: 1150px;
        margin: 0 auto;
    }
    .ec-pageHeader h1 {
        font-size: 25px;
    }
    .ec-headerTitle .ec-headerTitle__title {
        text-align: left;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: initial;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .ec-header {
        display: flex;
    }
}