/* カスタマイズ用CSS */

/* ベーシック */
body {
    color: #172A46;
}
a {
    color: #172A46;
}

/* レイアウト */
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1120px;
    padding: 0;
}

.ec-layoutRole__left {
    width: 200px;
}

.ec-footerRole {
    background-color:#172A46;
    margin-top: 64px;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
    margin: 0 20px;
    width: calc(100% - 40px);
}

.ec-registerRole,
.ec-contactRole,
.ec-role,
.ec-customerRole,
.ec-cartRole {
    color:#172A46;
    padding: 0;
}

/* 汎用タイトル */
.ec-pageHeader h1, .ec-pageHeader .h1,
.ec-pageHeader h2, .ec-pageHeader .h2 {
    margin: 0 0 20px;
    border-bottom: 1px solid #172A46;
    border-top: 1px solid #172A46;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
}

/* ボタン */
.ec-blockBtn--action {
    background: #d6ba56;
    border-color: #d6ba56;
    border-radius: 40px;
}

.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #d6ba56;
    border-color: #d6ba56;
    opacity: .7;
}

.ec-blockBtn--cancel {
    background: #fff;
    border: 1px solid #172A46;
    border-radius: 40px;
    color: #172A46;
}

.ec-blockBtn--cancel:hover {
    background-color: #172A46;
    border-color: #172A46;
}

.ec-cartNaviWrap .ec-blockBtn--action,
.ec-cartNaviWrap .ec-blockBtn--action:hover,
.ec-cartRole__actions .ec-blockBtn--action,
.ec-cartRole__actions .ec-blockBtn--action:hover {
    background: #C50000;
    border-color: #C50000;
}

.ec-inlineBtn--cancel,
.ec-cartNaviWrap .ec-cartNavi--cancel {
    background: #fff;
    border: 1px solid #172A46;
    border-radius: 40px;
    color: #172A46;
}

.ec-inlineBtn--cancel:hover,
.ec-cartNaviWrap .ec-cartNavi--cancel:hover {
    background: #172A46;
    color: #fff;
}

.ec-inlineBtn--action {
    background: #C50000;
    border: 1px solid #C50000;
    border-radius: 40px;
}

.ec-inlineBtn--action:hover {
    background: #C50000;
    border: 1px solid #C50000;
    opacity: .7;
}

.ec-totalBox__btn .ec-blockBtn--action {
    background: #C50000;
    border: 1px solid #C50000;
}

.ec-totalBox__btn .ec-blockBtn--action:hover {
    background: #C50000;
    border: 1px solid #C50000;
    opacity: .7;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
    color: #172A46;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel:hover {
    color: #fff;
}

.yellowBtn {
    color: white;
    background-color: #d6ba56;
    border: 1px solid transparent;
    border-color: #d6ba56;
    border-radius: 40px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yellowBtn:hover {
    color: #fff;
    opacity: .7;
}

/* ヘッダー */
.h-Title__title {
    font-size: 16px;
    line-height: 1;
    color: #525263;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}
.h-Title__title a {
    display: inline-block;
    text-decoration: none;
}
.h-Title__title img {
    height: 36px;
}

/* ヘッダーショルダーテキスト */
.h-SiteDiscripstion {
    background-color: #172A46;
    padding: 4px 20px;
}
.h-SiteDiscription__text {
    display: none;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}
.h-SiteDiscription__text span {
    color: #fff;
    font-size: 11px;
}
.h-SiteDiscription__text-sp {
    color: #fff;
    font-size: 11px;
    text-align: center;
}

/* ヘッダーナビ */
.h-NaviRole {
    box-sizing: border-box;
    color: #525263;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 20px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1120px;
}

.h-NaviRole__right {
    width: calc(100% * 2 / 3);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #172A46;
}

.ec-headerNav .ec-headerNav__item {
    margin: 0 6px 0 0;
    text-align: center;
}

.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav__itemLink {
    display: block;
    margin-right: 0;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    color: #172A46;
}

.ec-cartNavi {
    color: #172A46;
    padding: 12px 0 0 10px;
    text-align: center;
}

.fa-shopping-cart:before {
    background: url(/html/user_data/assets/img/common/cart.svg) 0 0 no-repeat;
    background-size: 22px 22px;
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
}

/* サイドメニュー */
.ec-headerNaviRole {
    box-sizing: border-box;
    color: #172A46;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    margin: 0 0 24px;
    padding: 0;
    max-width: none;
    width: 200px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 100%;
}

.ec-categoryNaviRole {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #172A46;
    margin: 0 0 20px;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    max-width: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #172A46;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 8px 24px 8px 0;
}

.ec-headerSearch .ec-headerSearch__keyword {
    background: #fafafa;
    border: 1px solid #172A46;
}

.ec-itemNav {
    margin: 0 0 20px;
}

.ec-itemNav__header {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #172A46;
    padding: 0 0 10px;
    margin: 0 0 12px;
}

.ec-itemNav__navFooter {
    margin: 12px 0 0;
}

.yellowBtn__sideNav {
    display: block;
    font-size: 14px;
    padding: 12px;
}

.ec-itemNav__nav > li:hover > a {
    background: none;
    opacity: .7;
}

.ec-itemNav__header span {
    display: inline-block;
}

.ec-itemNav__header span,
.ec-itemNav__header span img {
    height: 20px;
    width: 20px;
}

.ec-itemNav__nav li a {
    color: #172A46;
}

.yellowBtn__secFooter {
    display: inline-block;
    font-size: 1rem;
    padding: 12px 40px;
}

.ec-headerBnrRole {
    margin: 0 8px 20px;
}

.ec-headerBnrRole a {
    display: block;
}

.ec-headerBnrRole a:hover {
    opacity: .7;
}

.ec-headerBnrRole img {
    width: 100%;
}

/* SPサイドメニュー */
.ec-drawerRole {
    background: #fff;
}

.ec-drawerRole .ec-headerSearch {
    background: #fff;
    padding: 16px 8px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    padding: 8px 24px 8px 12px;
    font-size: 14px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: 50%;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    padding: 0.5em 50px 0.5em 12px;
    font-size: 14px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerLinkArea .ec-headerLinkArea__heading {
    background: #fff;
    border-top: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px 8px;
    border-bottom: 1px solid #172A46;
    color: #172A46;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    background: #fff;
    color: #172A46;
    border-bottom: 1px solid #eaeaea;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #fff;
    margin: 0 0 20px;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    border: none;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #172A46;
    border-bottom: 1px solid #eaeaea;
    font-weight: normal;
    padding: 12px 16px;
}

/* 下層ページ */
/* ログインページ */
.ec-login .ec-grid2 {
    display: block;
    text-align: center;
}

.ec-login .ec-grid2__cell {
    width: 100%;
}

.ec-login__submit {
    text-align: center;
}

.ec-login__submit-item {
    margin: 0 0 30px;
}

.ec-login__submit-item .ec-blockBtn--cancel {
    margin: 0 0 16px;
}

/* ゲスト購入ページ */
.ec-guest .ec-guest__actions a {
    color: #172A46;
}

.ec-guest .ec-guest__actions a:hover {
    color: #fff;
}

/* ユーザー登録ページ */
.ec-zipInputHelp span,
.ec-link {
    color: #B28C02;
}
.ec-zipInputHelp span:hover,
.ec-link:hover {
    color: #B28C02;
    opacity: .7;
}

.ec-progress .is-complete .ec-progress__number {
    background: #d6ba56;
}

.ec-progress .is-complete .ec-progress__label {
    color: #B28C02;
}

/* パスワード再発行 */
.ec-forgotRole .ec-off1Grid {
    margin: 0 0 20px;
}

/* カートページ */
.ec-cartHeader .ec-cartHeader__label {
    font-size: 14px;
    padding: 12px;
}

.ec-cartRole .ec-cartRole__totalAmount {
    color: #C50000;
}

.ec-registerRole__desc {
    font-size: 14px;
    margin: 0 0 20px;
}

/* マイページ内 */
.ec-mypageRole {
    color: #172A46;
}

.ec-navlistRole .active a {
    background: #d6ba56;
    color: #fff;
}

.ec-mypageRole .ec-pageHeader h1,
.ec-mypageRole .ec-pageHeader .h1,
.ec-mypageRole .ec-pageHeader h2,
.ec-mypageRole .ec-pageHeader .h2 {
    margin: 0 0 48px;
    padding: 16px 0;
}

/* 詳細ページ */
/* 発送スケジュール */
.product_page .transfer_schedule {
    width: 80%;
    margin: 0 auto 30px;
}
.product_page .transfer_schedule th,
.product_page .transfer_schedule td {
    font-weight: bold;
    padding: 12px;
    border: 1px solid #ccc;
    text-align: center;
}
.product_page .transfer_schedule th {
    background: #f2f2f2;
}
.product_page .transfer_schedule .sat {
    color: #3774CF;
}
.product_page .transfer_schedule .sun {
    color: #DE5D50;
}
.product_page .transfer_schedule td.shipping {
    background: #DE5D50;
    color: #fff;
}

@media only screen and (min-width: 980px){
    /* 詳細ページ */
    .product_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: calc(100% - 268px);
    }

}

@media only screen and (max-width: 940px){
    /* 詳細ページ */
    .product_page .transfer_schedule {
        width: 100%;
        margin: 0 auto 30px;
    }
}

@media only screen and (min-width: 768px){
    /* レイアウト */
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        padding: 0 0 0 20px;
        width: calc(100% - 220px);
    }

    .ec-headerRole__navSP {
        display: none;
    }

    /* 汎用タイトル */
    .ec-pageHeader h1, .ec-pageHeader .h1,
    .ec-pageHeader h2, .ec-pageHeader .h2 {
        border-top: 1px solid #172A46;
        border-bottom: 1px solid #172A46;
        font-size: 20px;
        margin: 0 0 20px;
        padding: 16px 0;
    }

    /* ヘッダー */
    .h-Title__title img {
        height: 40px;
    }

    /* ヘッダーショルダーテキスト */
    .h-SiteDiscription__text {
        display: block;
    }

    .h-SiteDiscription__text-sp {
        display: none;
    }

    /* ヘッダーナビ */
    .h-NaviRole {
        padding: 24px 20px;
    }
    .ec-headerNav .ec-headerNav__item {
        margin: 0 16px 0 0;
    }

    .ec-headerNav .ec-headerNav__itemIcon {
        margin: 0 auto 4px;
        font-size: 20px;
        display: block;
    }

    .ec-headerNav .ec-headerNav__itemLink {
        display: block;
    }

    .ec-headerNav .ec-headerNav__itemLink,
    .ec-headerNav__itemLink {
        font-size: 12px;
    }

    .ec-headerNav__itemLink-cart {
        display: none;
    }

    /* サイドメニュー */
    .ec-layoutRole .ec-layoutRole__left {
        margin: 0 0 0 20px;
        width: 200px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: block;
        margin: 0;
    }

    .ec-headerSearch .ec-headerSearch__category {
        float: none;
        width: 100%;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-radius: 8px 8px 0 0;
    }

    .ec-headerSearch .ec-headerSearch__keyword {
        float: none;
        width: 100%;
        border-radius: 0 0 8px 8px;
    }

    .ec-categoryNaviRole {
        display: block;
        width: 200px;
    }

    .ec-itemNav__nav {
        display: block;
    }

    .ec-itemNav__nav li {
        float: none;
    }

    .ec-itemNav__nav li a {
        display: block;
        font-size: 14px;
        padding: 12px 0;
        text-align: left;
    }

    .ec-categoryNaviRole a {
        color: #fff;
    }

    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: 172px;
    }

    .ec-categoryNaviRole .ec-itemNav__nav li a:hover {
        opacity: .7;
    }

    .ec-headerBnrRole {
        margin: 0 0 40px;
    }

    /* 下層ページ */
    /* 一覧ページ */
    .ec-searchnavRole {
        padding: 0;
    }

    /* 詳細ページ */
    .product_page .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: calc(100% - 264px);
    }
    .product_page .ec-grid2__cell:nth-child(1) {
        width: 40%;
    }
    .product_page .ec-grid2__cell:nth-child(2) {
        width: 60%;
    }

    /* ログインページ */
    .ec-off1Grid {
        background: #f5f5f5;
        padding: 32px;
    }

    .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        background: #fff;
        padding: 24px;
        margin: 0;
    }

    /* ユーザー登録ページ */
    .ec-progress {
        margin: 30px auto;
    }

    /* カートページ */
    .ec-cartRole .ec-cartRole__cart {
        margin: 0 auto;
    }
    .ec-cartHeader {
        background: #f5f5f5;
    }
    .ec-cartRole .ec-cartRole__actions {
        margin: 0;
    }
    .ec-cartNavi {
        padding: 12px 17px 10px;
    }
}


@media only screen and (max-width: 540px){
    .h-Title__title img {
        height: 32px;
    }

    .h-NaviRole__nav {
        display: none;
    }

    .ec-cartNavi {
        padding: 0;
    }

    .ec-headerNav .ec-headerNav__itemLink, .ec-headerNav__itemLink {
        font-size: 10px;
    }
}