/* カスタマイズ用CSS */
.front_page .ec-role {
    padding-left: 50px;
    padding-right: 50px;
}

footer > div.ec-footerRole {
    background-color: white!important;
    border-top:none;
}
footer > div.ec-footerRole .ec-footerNavi li a {
    display: block;
    margin: 0 10px 0 0;
    padding: 0 12px 0 0;
    border-right: 1px solid #666;
}
footer > div.ec-footerRole .ec-footerNavi .ec-footerNavi__link a {
    color: #666666!important;
}

@media screen and (max-width: 767px) {
    footer > div.ec-footerRole .ec-footerRole__inner {
        display: flex;
        justify-content: center;
    }

    footer > div.ec-footerRole .ec-footerNavi {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    footer > div.ec-footerRole .ec-footerNavi .ec-footerNavi__link {
        display: block;
        text-align: center;
    }

    footer > div.ec-footerRole .ec-footerNavi .ec-footerNavi__link a {
        margin: 0;
        padding: 0.35em 0;
        border-right: none;
        border-bottom: none;
        text-decoration: none;
    }
}


footer > div.ec-footerRole2 {
    background-color: #b48f58!important;
    height: 60px;
}
footer > div.ec-footerRole2 .ec-footerTitle {
    padding: 20px 0 0px;
}

/* マイページ注文履歴のアクションボタン高さを統一 */
.mypage .ec-historyListHeader__action .ec-inlineBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1054px) {
    .mypage .ec-historyListHeader__action {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .mypage .ec-historyListHeader__action .ec-inlineBtn {
        width: 100%;
        max-width: 240px;
        margin: 0;
    }
}
