/* カスタマイズ用CSS */

/*
    カテゴリを消したいときはこの辺に書く。
    ※category_idに紐付いた番号が出力されたりする。
    カテゴリID5番のものを消したかったら、classとして吐き出されるもの、selectのoptionのvalueとして吐き出されるものあるので、
        .category_id_5,
        select.category_id [value="5"]{
            display: none;
        }
    と書く。
*/
.category_id_1,
.category_id_5,
select.category_id [value="1"],
select.category_id [value="5"]{
    display: none;
}
/*
    //カテゴリを消したいときはこの辺に書く
*/

/* 全体的な設定 */
:focus{outline:0;}
.pc{display: none;}
.sp{display: block;}
a,
a:hover
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    opacity: 0.7;
}
h2
{
    font-size: 24px;
    font-weight: 1000;
    margin-top: 5px;
}
ul,
li
{
    list-style: none;
}
.caution
{
    font-weight: bold;
    color: red;
}
.ec-cartNavi .ec-cartNavi__badge
{
    background-color: #d4b567;
}
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage,
.ec-checkbox .ec-errorMessage
{
    font-size: 18px;
    font-weight: bold;
}
/* 全体的な設定 ココまで*/

/* 右側のタグ */
.fixedTag-right
{
    position: fixed;
    z-index: 100;
    top: 80px;
    right: -20px;
    background-color: #9c9c9c;
    border-radius: 5%;
    border: 1px solid #fff;
    opacity: 0.8;
}
.fixedTag-right p a
{
    padding: 10px 15px 10px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    position: relative;
}
.fixedTag-right:hover
{
    transition: all 0.3s;
    right: -15px;
    opacity: 1;
}
/* 右側のタグ ココまで */

/* ヘッダーの設定 */
.ec-headerSearch .ec-headerSearch__category .ec-select select
{
    padding-left: 16px;
}
.ec-layoutRole__header
{
    /* background-color: #D4B567; */
    background-color: #c1a392;
    /* height: 120px; */
    margin-bottom: 0px;
}
.ec-headerRole
{
    display: block;
    padding-top: 16px;
}
.ec-headerTitle .ec-headerTitle__title a
{
    margin-bottom: 12px;
}
.ec-headerTitle__info
{
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}

.ec-headerNaviRole__nav,
.ec-headerNaviRole__nav__info
{
    color: #000;
}
.ec-headerNaviRole__nav a,
.ec-headerNaviRole__nav__text a
{
    color: #000;
}
.ec-headerNaviRole__nav__text
{
    display: none;
}
/*20230206ヘッダー修正*/
.header__tel {
    display: none;
}
.ec-drawerRole.is_active {
    padding-bottom: 50px;
}
/*20230206ヘッダー修正*/
.pagetop
{
    bottom: 27px;
    right: 27px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerTitle .ec-headerTitle__title
{
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
/* ヘッダーの設定 ココまで*/

/* スライド用 */
.ec-role
{
    margin-bottom: 48px;
}
.categoryWrap
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7F7F7;
    margin-bottom: 0px;
}
.ec-sliderRole
{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px;
    max-width: inherit;
}
ul .slick-dots
{
    display: none;
}
.slick-slide
{
    margin-bottom: 0px;
}

/* スライド用 ココまで*/

/* 選ばれる理由内 */
.motive .inner
{
    text-align: center;
}
.motive h2
{
    line-height: 30px;
}
.motive h2 span
{
    font-size: 23px;
}
.motive .inner dt
{
    position: relative;
    margin-bottom: 12px;
}
.motive .inner dt h3
{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 39px;
    font-weight: 1000;
}
.motive .inner dt h3 span
{
    font-size: 0.9em;
    color: #ff9999;

}
.motive .inner dt img
{
    /* width: 300px; */
    padding-top: 35px;
}
.motive .inner dd
{
    /* width: 300px; */
    text-align: left;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.motive .inner dt img,
.motive .inner dd p
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

/* 選ばれる理由内 ココまで*/

/* ec-cubeの元の邪魔そうなsass中和 */
.ec-role .ec-itemRole,
.ec-role .ec-categoryRole,
.ec-role .ec-pickUpItemRole,
.ec-role .ec-newItemRole
{
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.ec-itemRole__list,
.ec-pickUpItemRole,
.ec-pickUpItemRole__list
{
    display: flex;
    flex-wrap: wrap;
}
.ec-secHeading__en .ec-shelfGrid__item,
.ec-itemRole .ec-itemRole__listItem,
.ec-pickUpItemRole__listItem,
.ec-newItemRole .ec-newItemRole__listItem
{
    width: 50%;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}
/* ec-cubeの元の邪魔そうなsass中和 ココまで*/

/* 商品一覧 */
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 0px;
}
.ec-itemRole__listItem__top__wrapper,
.ec-shelfGrid__item-image__wrapper
{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.ec-itemRole__listItem__top__wrapper:before,
.ec-shelfGrid__item-image__wrapper:before
{
    content:"";
    display: block;
    padding-top: 100%;
}
.ec-itemRole__listItem__top,
.ec-shelfGrid__item-image
{
   position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.ec-shelfGrid__item-image.ec-shelfGrid__item-image
{
    height: auto;
}
/* 商品一覧 ココまで*/

/* 商品一覧ページのサムネ中央寄せ */
.ec-shelfGrid .ec-shelfGrid__item-image
{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 商品一覧ページのサムネ中央寄せ ココまで*/

/* 商品画像topと一覧ページのサムネを枠いっぱいにする */
.ec-itemRole__listItem__top img,
.ec-shelfGrid .ec-shelfGrid__item-image img
{
   object-fit: cover;
    max-width: 100%;
    height: 100%;
}
/* 商品画像topと一覧ページのサムネを枠いっぱいにする ココまで*/

.ec-secHeading 
{
    background-color: #d2b999;
    padding: 5px 20px;
    width: 100%;
}

.ec-pickUpItemRole__listItemTitle
{
    padding-top: 5px;
}


.ec-bannerRole
{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffebeb;
}
.ec-bannerRole .ec-bannerRole__listItem
{
    margin-bottom: 0px;
}
.ec-bannerRole .ec-bannerRole__listItem
{
    height: fit-content;
    margin-bottom: 20px;
}
.ec-bannerRole .ec-bannerRole__listItem:last-child
{
    margin-bottom: 0px;
}
.ec-bannerRole__listItem .ec-bannerRole__listItemWrap:not(:last-of-type)
{
    margin-bottom: 20px;
}
.ec-categoryRoleLarge .ec-role
{
    margin-bottom: 0px;
}
.ec-categoryRoleLarge .ec-categoryRole__listItem:not(:last-of-type)
{
    margin-bottom: 20px;
}
.ec-secHeading__ja,
.ec-secHeading .ec-secHeading__ja
{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
}
.ec-shelfGrid__item .ec-select select
{
    width: 100%;
}
.ec-guideRole img
{
    width: auto;
}
.ec-guideRole .content h4
{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}
.ec-guideRole .content h5
{
    font-weight: bold;
}
.ec-guideRole .content
{
    font-size: 14px;
    margin-bottom: 36px;
}
.ec-guideRole .content:last-of-type
{
    margin-bottom: 0px;
}
/* googlemapブロック用 */
.google-maps
{
    position: relative;
    padding-bottom: 90vh;
    height: 0;
    overflow: hidden;
}
.google-maps iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* googlemapブロック用 ココまで*/
.ec-registerRole,
.ec-layoutRole__contents
{
    margin-bottom: 30px;
}
/* フッター用 */
.ec-footerRole
{
    margin-top: 0px;
    color: #fff;
    background-color:#c1a392;
    border-top: none;
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: 0px;
}
.ec-footerTitle
{
    padding-top: 0px;
    padding-bottom: 0px;
}
.ec-footerRole dl
{
    margin-bottom: 0px;
}
.ec-footerRole,
.ec-footerRole a
{
    color: #fff;
}
.ec-footerRole dt
{
    /* color: #000; */
    color: #fff;
    margin-bottom: 20px;
}
.ec-footerRole__inner
{
    display: flex;
    flex-direction: column;
}
.ec-footerNavi .ec-footerNavi__link a
{
    border-bottom: #fff solid 1px;
    text-decoration: none;
}
.ec-footerTitle__logo img
{
    width: 182px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    text-align: center;
}
/* .ec-footerRole__top .logo img
{
    border-bottom: #000 solid 1px;
    border-bottom: #D4B567 solid 1px;
    padding-bottom: 6px;
} */
/* .ul_sns
{
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin: 0 auto 24px;
    width: 70px;
    justify-content: space-between;
    } */
.ec-footerRole__bottom
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.ec-footerRole__bottom__wrap
{
    width: 100%;
    margin-bottom: 36px;
}
.ec-footerRole__bottom dl
{
    /* width: 100%; */
    /* width: 50%; */
    /* margin-bottom: 36px; */
}
.ec-footerRole__bottom__wrap:last-child
{
    margin-bottom: 0px;
}
.ec-footerRole__bottom dl:last-of-type
{
    /* margin-bottom: 0px; */
}
.ec-footerRole__bottom .online_shop
{
    /* width: 100%; */
}
.ec-footerRole__bottom ul
{
    padding-left: 0px;
    margin-bottom: 0px;
}
.ec-footerRole__bottom li
{
    font-size: 14px;
    margin-bottom: 12px;
}
.ec-footerRole ul
{
    margin-bottom: 0px;
}
.ec-footerRole__copyright
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
/*フッターサブナビ固定*/
.fsubNav {
    height: 80px;
    background-color: #F2F2F2;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}
.fsubNav .f_inner {
    padding: 12px 2vw 0;
}
.fsubNav .f_inner p a {
    display: flex;
    height: 56px;
    padding: 10px 0;
    background-color: #fff;
    color: #534741;
    border: 1px solid #534741;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}
.fsubNav .f_inner p a .fa-phone {
    margin-right: 0.25em
}

/* フッター用 */

/* テンプレートブロック用 */
.ec-template-role
{
    margin-bottom: 0px;
}
.ec-template
{
    display: flex;
}
.ec-template dt
{
    padding-bottom: 8px;
}
.ec-template dd
{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.ec-template img
{
    width: 335px;
    height: auto;
    border: 1px solid #000;
}
.ec-template .vertical img
{
    width: auto;
    height: 335px;
}
/* テンプレートブロック用 ココまで */

/* スマホのメニュー */
.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea
{
    background-color: #222;
}

/* レジお問い合わせの赤文字 */
.ec-orderConfirm .attention
{
    color: red;
    font-weight: bold;
}

/* カテゴリイメージ */
.categoryImgArea
{
    height: 40px;
    background-image: none;
}
.ec-shelfGrid__item .ec-select select
{
    font-size: 12px;
}
/* 検索のカテゴリ消す */
.ec-headerSearch .ec-headerSearch__category,
.ec-headerSearch__category
{
    display: none;
}
.ec-headerSearch .ec-headerSearch__keyword
{
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/* 検索のカテゴリ消す ココまで */

/* スマホメニュー出た時にボタン類をその奥へ */
.have_curtain .ec-cartNavi,
.have_curtain .fixedTag-right,
.have_curtain .ec-blockTopBtn.pagetop
{
    /*display: none;*/
    z-index: 1;
}
.have_curtain .ec-overlayRole{
    z-index: 10;
}
/* スマホメニュー出た時にボタン類をその奥へ ココまで*/

.more_btn{
    width: 190px;
    display: block;
    margin: 0 auto;
}

.more_btn a{
    width: 100%;
    display: block;
    padding: 20px 0;
    line-height: 1;
    color: #fff;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    text-align: center;
    position: relative;
    background-color: #3B3229;
}
    /*商品購入遷移の注文確認ページ*/
    .ec-paymentPeriod .ec-rectHeading p a,
    .ec-paymentCancel .ec-rectHeading p a
    {
        color: #00f;
    }

@media only screen and (max-width: 767px){
    .pc
    {
        display: none;
    }
    .ec-cartNavi
    {
        display: block;
        cursor: pointer;
        border-radius: 50%;
        box-sizing: border-box;
        padding: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        text-align: center;
        color: black;
        background: white;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1001;
    }
    .ec-headerNaviRole__nav,
    .ec-headerNaviRole__nav__text
    {
        display: none;
    }
    .ec-cartNaviNull
    {
        position: fixed;
    }
    .ec-sliderRole img {
        width: 100%;
        /* height: 100vw; */
        object-fit: cover;
        /* height: 32vw; */
    }
    .fixedTag-right {
    display: none;
    }
}
@media only screen and (min-width: 768px){

    .sp{display: none;}
    .pc{display: block;}
    /* ヘッダーのリンクの文字消す */
    .ec-headerNaviRole__nav .ec-headerNav .ec-headerNav__itemLink
    {
        display: none;
    }

    .ec-layoutRole__header
    {
        margin-bottom: 0px;
    }

    .ec-headerNaviRole__nav__info
    {
        width: 40%;
    }
    /*20230206ヘッダー修正*/
    .ec-headerNaviRole__nav__info {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 10px;
    }
    .ec-headerNaviRole__nav__text li {
       margin-right: 1.5em;
    }
    .header__tel {
        display: block;
        text-align: right;
        padding-top: 5px;
        padding-right: 22px;
        line-height: 1.2;
        position: relative;
        top: 10px;
    }
   .header__tel a {
       font-size: 30px;
        color: #fff;
    }
   .header__tel a span {
        font-size: 20px;
        margin-right: 0.25em;
    }
    /*20230206ヘッダー修正*/

    .ec-headerNav .ec-headerNav__itemIcon
    {
        margin-left: 0px;
        margin-right: 11px;
    }
    /* .ec-headerNaviRole__nav__text li
    {
        margin-right: 35px;
    }
    .ec-headerNaviRole__nav__text li:last-of-type
    {
        margin-right: 0px;
    } */
    .ec-categoryRole__listItem:not(:last-of-type)
    {
        margin-right: 0px;
    }
    .ec-headerTitle
    {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .ec-headerTitle__info
    {
        font-size: 14px;
        text-align: right;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 0px;
    }
    .ec-headerTitle .ec-headerTitle__title
    {
        width: 321px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .ec-headerNaviRole__nav__text
    {
        display: flex;
        justify-content: space-between;
        padding-left: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 700;
        margin-top: 7px;
    }
    .ec-headerNaviRole__right__bottom
    {
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin-left: auto;
    }
    .ec-headerNav__item
    {
        line-height: 1;
    }

/*20230206ヘッダー修正*/
    .ec-headerNaviRole__wrap
    {
        width: 70%;   
    }

    .pagetop
    {
        bottom: 54px;
        right: 54px;
    }
    .LogoAndNavi
    {
        display: flex;
        justify-content: space-between;
        min-height: 90px;
        /* align-items: center; */
        width: 100%;
        max-width: 1400px;
        /* margin-bottom: 30px; */
        padding-top: 2px;
        align-items: center;
    }
    .ec-headerRole__title.ec-headerRole__title
    {
        width: 30%;
        padding-top: 0px;
    }
    .ec-headerTitle .ec-headerTitle__title a
    {
        margin-bottom: 0px;
    }
    .ec-headerNaviRole
    {
        max-width: inherit;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-headerNaviRoleInner
    {
        width: 100%;
        max-width: 1130px;
        margin-right: auto;
        margin-left: auto;
    }
    .ec-headerNaviRole__right
    {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .ec-layoutRole__mainBottom
    {
        margin: 0px auto;
    }

    .ec-role
    {
        width: 100%;
        max-width: inherit;
        /* padding-left: 0px;
        padding-right: 0px */
    }
    /* motive */
    .ec-role.motive
    {
        display: flex;
        justify-content: center;
        font-family: a-otf-ud-shin-go-pr6n, sans-serif;
        font-style: normal;
        font-weight: 300;
            }
    .ec-role.motive .inner
    {
        width: 912px;
        padding-top: 30px;
    }
    .ec-role.motive .inner dl
    {
        display: flex;
        justify-content: space-between;
    }
    /* motive ココまで */
    /* banner */
    .ec-role.ec-bannerRole
    {
    }
    .ec-role.ec-bannerRole .inner
    {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ec-bannerRole__list
    {
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: space-around;
    }
    .ec-bannerRole__listItem
    {
        width: 30%;
    }
    .ec-bannerRole__list .ec-bannerRole__listItem
    {
        margin-bottom: 0px;
    }
    /* banner ココまで*/
    .ec-role .ec-itemRole img
    {
        margin-bottom: 10px;
    }
    .ec-role .ec-itemRole img:hover
    {
        opacity: 0.7;
    }
    .ec-layoutRole .ec-layoutRole__contents
    {
        max-width: inherit;
    }
    /* オススメ */
    .ec-shelfGrid
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ec-shelfRole
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-itemRole,
    .ec-categoryRole,
    .ec-pickUpItemRole,
    .ec-newItemRole,
    .ec-guideRole
    {
        max-width: 1130px;
        margin-right: auto;
        margin-left: auto;
    }
    .ec-secHeading__en .ec-shelfGrid__item,
    .ec-itemRole .ec-itemRole__listItem,
    .ec-pickUpItemRole__listItem,
    .ec-newItemRole__listItem,
    .ec-newItemRole .ec-newItemRole__listItem
    {
        width: 25%;
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
        margin-right: 0px;
    }
    /* 商品一覧 */
    .ec-itemRole .ec-itemRole__list
    {
        display: flex;
        flex-wrap: wrap;
        /* width: 90%; */
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
    }
    .ec-itemRole__listItem p,
    .ec-shelfGrid__item p
    {
        font-size: 14px;
        font-weight: normal;
    }
    .ec-itemRole__listItem .product_name,
    .ec-shelfGrid__item .product_name
    {
        font-weight: bold;
    }

    /* カテゴリ一覧 */
    .ec-categoryRole .ec-categoryRole__listItemInner
    {
        margin-bottom: 0px;
    }
    .ec-categoryRole .ec-categoryRole__listItem
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .ec-categoryRole .ec-categoryRole__listItemWrap
    {
        box-sizing: border-box;
        width: 33.33%;
    }
    .ec-categoryRoleLarge .ec-categoryRole__list
    {
        flex-wrap: wrap;
        margin-right: 0px;
    }
    .ec-categoryRoleLarge .ec-categoryRole__listItem:not(:last-of-type)
    {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    /* ピックアップ */
    .ec-pickUpItemRole
    {
        display: block;
    }
    /* ガイド */
    .ec-guideRole_l
    {
        width: 48%;
        margin-right: 4%;
    }
    .ec-guideRole_r
    {
        width: 48%;
    }
    .ec-guideRole
    {
        max-width: 1008px;
        display: flex;
        justify-content: space-between;
    }
    /* マップ */
    .google-maps
    {
    padding-bottom: 20%;
    }
    /* .ec-registerRole, */
    .ec-layoutRole__contents
    {
        /* margin-bottom: 100px; */
    }
    /* フッター */
    .ec-footerTitle__logo
    {
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
    }
    .ec-footerRole__top .logo img
    {
        margin-bottom: 6px;
    }
    .ec-footerRole .ec-footerRole__inner img
    {
        max-width: 182px;
    }
    .ec-footerNavi .ec-footerNavi__link a
    {
        border-bottom: none;
    }
    .ec-footerTitle .ec-footerNavi__link a
    {
        color: #000;
        font-size: 14px;
    }
    .ec-footerTitle
    {
        margin-bottom: 20px;
    }
    .ec-footerRole .ec-footerRole__inner
    {
        margin-bottom: 20px;
    }

    /* テンプレートブロック用 */
    .ec-layoutRole__main .ec-role
    {
        max-width: 1130px;
    }
    .ec-layoutRole__main .ec-template-role
    {
        max-width: 1008px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ec-template dl
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    /* テンプレートブロック用 ココまで */
    /* 商品詳細ページのボタン調整 */
    .ec-productRole .ec-productRole__btn
    {
        width: 100%;
    }
    /* 商品詳細ページのボタン調整 ココまで */

    /* cart */
    .ec-cartRole .ec-cartRole__actions
    {
        width: 80%;
        margin-left: 10%;
    }
    .ec-blockBtn--wrapper
    {
        display: flex;
        justify-content: space-between;
    }
    .ec-cartRole__actions .ec-blockBtn--action
    {
        width: 210px;
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:2;
    }
    .ec-cartRole__actions .ec-blockBtn--cancel
    {
        width: 210px;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:1;
    }
    /* cart ココまで */

    /* カートだけfixにした時の調整 */
    .ec-headerRole__cart
    {
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 100;
    }
    .ec-headerNaviRole__right__bottom
    {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .ec-headerNav
    {
        width: 120px;
        height: 35px;
    }
    /* カートだけfixにした時の調整 ココまで*/

    /* 商品詳細のサムネを等間隔に */
     .ec-sliderItemRole .item_nav
    {
        justify-content: inherit;
    }
    .ec-sliderItemRole .slideThumb
    {
        width: 33.33%;
    }
    .ec-sliderItemRole .slideThumb img
    {
        width: 95%;
    }
    /* 商品詳細のサムネを等間隔に ココまで */
    .ec-layoutRole .ec-layoutRole__contents
    {
        min-height: 600px;
    }
    /* pcカテゴリナビスタイル */
    .ec-itemNav__nav li
    {
        color: #000;
        line-height: 1.5;
        letter-spacing: 0.04em;
        box-sizing: border-box;
        word-break: break-all;
        list-style: none;
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
        text-align: center;
        margin: 0 8px 8px;
    }
    .ec-itemNav__nav li a,
    .ec-itemNav__nav li ul li a,
    .ec-itemNav__nav li ul li ul li a
    {
        line-height: 1.5;
        letter-spacing: 0.04em;
        list-style: none;
        text-align: center;
        box-sizing: border-box;
        word-break: break-all;
        border: 0;
        font-family: inherit;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        vertical-align: baseline;
        text-decoration: none !important;
        display: block;
        padding: 4px 20px;
        background-color: #fff4d8;
        color: #907b41;
        transition: .3s;
        font-size: 16px;
        border-radius: 16px;
    }
    .ec-itemNav__nav li a:hover,
    .ec-itemNav__nav li ul li a:hover
    {
        color: #fff;
        text-decoration: none;
        background-color: #766b6b;
    }
    .ec-itemNav__nav li ul li ul:before
    {
        content: none;
    }
    /* pcカテゴリナビスタイル ここまで */
    .ec-footerRole {
    padding-bottom: 0;
    }
    /*フッターの電話番号固定*/
    .fsubNav {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:1646px){
    .ec-headerNaviRole__nav__text
    {
        margin-right: 0px;
    }
    .header__tel {
        padding-right: 85px;
    }
}
    .ec-partsNon_BHW
    {
    display: none;
}

    .ec-productRole {
    padding-bottom: 80px;
    }
    .padTop50 {
    padding-top: 50px;
    }

    .kanrenArea_BHW{
    padding-top: 30px;
    border-top: double 3px #ccc;
    }
    .kanrenTit_BHW{
    font-size: 18px;
    font-weight: 1000;
    margin-bottom: 25px;
    margin-left: 10px;
    }
@media only screen and (min-width: 768px){
    .ec-topicpath {
        padding: 0 0 10px;
    }
}
@media only screen and (max-width: 1500px){
    .header__tel {
        padding-right: 140px;
    }
}