@import url("layout.css");
@import url("table.css");
@import url("contents.css");



@media (min-width: 576px) {
    /* sm */
}

@media (min-width: 768px) {
    /* md */
}

@media (min-width: 992px) {
    /* lg */
}

@media (min-width: 1200px) {
    /* xl */
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}


/*タイトル*/
.ec-layoutRole__header p{
    font-size: 0.75rem;
    max-width: 440px;

}

.ec-headerTitle img{
    width:auto;
}


/*メインメニュー*/
#mainMenu ul{
    margin:0;
    padding:0;
    border:solid 1px #E2E2E2;

}

#mainMenu li{
    position: relative;
    list-style: none;
    background: linear-gradient(#fff, #CDC9C6);
    min-height: 35px;
    text-align: center;
}

#mainMenu li:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    width:1px;
    margin: 5px 0;
    background: linear-gradient(#C9C8C6 , #CDC9C6);
}


#mainMenu li:last-child:after{
    display:none;
}

#mainMenu li a{
    color:#817C78;
    font-weight: bold;
    line-height: 36px;
    font-size: 0.875rem;
}

#main_image img{
    width: 100%;
}

.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 0;
}

.ec-headerNaviRole{
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px){
.ec-headerNaviRole .ec-headerNaviRole__search{
    margin-top: 0;
}
}



a.ec-blockBtn--cancel {
    color: #fff;
}




/*サイドテゴリ*/
.ec-categoryNaviRole{
    padding: 0;
}


.ec-categoryNaviRole .ec-itemNav h2{
    background:#8A7668;
    text-align:right;
    margin-bottom: 0;;
}


.ec-categoryNaviRole .ec-itemNav img{
    width:auto;
}

.ec-categoryNaviRole .ec-itemNav__nav li a{
    padding:8px 14px;
    font-weight: normal;
    text-align: left;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav{
    width:100%;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}


.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav.guide_area ul.ec-itemNav__nav{
    border:none;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav.guide_area ul.ec-itemNav__nav > li{    
    border:solid 1px #ccc;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav.guide_area ul.ec-itemNav__nav > li > a
{
    border:none;
}


.ec-categoryNaviRole .ec-itemNav__nav li{
    float:none;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li > a{
    background: linear-gradient(#DBDBDB , #F0F0F0);
}


@media only screen and (min-width: 768px){
    .ec-itemNav__nav li ul li ul:before{
        color:#666;
    }
}
.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav li ul li a{
    font-weight: normal;
    padding:8px 8px 8px 24px;
    background: url("../img/background/side_list-marker1.gif") 5px center no-repeat #fff;
    color:#666;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav li ul li a:hover {
    background:#7878a3;
    color:#fff;
}

.ec-layoutRole__left .ec-categoryNaviRole .ec-itemNav__nav > li:hover li:hover > a{
    background: #7878a3; 
    color:#fff;

}
/*
.ec-itemNav__nav li ul li ul li a {
    background: #7878a3;
    color:#fff;
}*/
.ec-categoryNaviRole .ec-itemNav__nav li:hover ul li ul li a {
    background: #666;
    color:#fff;
}

.ec-categoryNaviRole .ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #333;
    color:#7878a3;
}

.ec-categoryNaviRole .ec-itemNav__nav li ul li ul:before{
    top:10px;

}


/*2階層目まで表示*/
.ec-layoutRole__left .ec-categoryNaviRole ul.ec-itemNav__nav > li > ul{
    position: relative;
    min-width: auto;
}
.ec-layoutRole__left .ec-categoryNaviRole ul.ec-itemNav__nav > li > ul > li{
    height: auto;

}

@media only screen and (min-width: 768px){
    .ec-layoutRole .row > .ec-layoutRole__left,
    .ec-layoutRole .row > .ec-layoutRole__right ,
    .ec-layoutRole .row > .ec-layoutRole__mainWithColumn ,
    .ec-layoutRole .row > .ec-layoutRole__mainBetweenColumn {
        width:100%;
        margin:0;
    }
}
#sideBanners img{
    width:100%;
}



/*フッター*/

.ec-layoutRole__footer{
    background:#ececec;

}
.ec-footerRole{
    background:transparent;
    color:#525263;
    border-top: none;

}

.ec-footerNavi .ec-footerNavi__link a{
    color:#666;
    text-decoration: none;
}
.ec-footerTitle{
        color:#666;
}


.ec-footerTitle #footer_logo img{
    max-width: 5.9375rem;
}





/*商品リスト*/
.ec-shelfRole{
    color: #a48462;
}



.ec-topicpath .ec-topicpath__divider{
    color: #a48462;
}


#page_product_list li.item{
    padding-bottom:56px;
    position: relative;  
}

.ec-topicpath{
    color: #a48462;
}


#page_product_list .ec-productRole__actions{
    text-align: right;
}
#page_product_list .ec-blockBtn--action{
    height: 56px;
    bottom:0;
    left:15px;
    position: absolute;
    width:calc(100% - 30px);
}

#page_product_list .ec-shelfGrid__item-image img,
.ec-shelfRole .ec-shelfGrid__item img,
img.thumb{
    width:100%;
    border: 5px solid #ECECEC;
}

#page_product_list .ec-shelfGrid__item-image{
    background-color: #ECECEC;
}

#page_product_list dl.spec{
    overflow: hidden;
    margin: 0.5em 0 0 ;
    padding: 0;
    color: #666;

}
#page_product_list dl.spec dt{
    clear: left;
}
#page_product_list dl.spec dt:after{
    content:"：";

}
#page_product_list dl.spec dt,
#page_product_list dl.spec dd{
    float: left;
    font-size: 12px;
    line-height:1.2em;
}


#page_product_list dl.spec dt.price{
    display: none;
}
#page_product_list dl.spec dt.price + dd{
    clear:left;
    font-size: 16px;
    line-height: 20px;
}

#page_product_list .ec-numberInput{
    display: none;
}

/*商品リストタグ*/
.ec-status_icon .tag{
    background:#525263;
    color:#F5F7F8;
    width:100%;
    border-radius: 5px; 
        min-width:2.5em;
}
.ec-status_icon .txt{
    text-align:center;
    /*font-family: serif;*/
    line-height:1em;
    text-align: center;    
    font-weight: bold;
    font-size: 14px;
}

.ec-status_icon .icon_2 .txt{
    margin:0 -1em;
    transform: scale(0.8, 1);
    transform-origin: center;
        letter-spacing: -1px;
}

@media (max-width: 575.98px) {

    .ec-status_icon li{
        width:auto;
        max-width: none;
        flex: none;
    }
    
    .ec-status_icon .tag{
    }
    .ec-status_icon .txt{
        font-size: 12px;
    }
    .ec-status_icon .icon_2 .txt{
        margin:0 -0.5em;
        transform: scale(0.8, 1);
    }  

}





/*商品詳細*/
.ec-productRole .ec-productRole__category a{
    color: #a48462;
}


.ec-headingTitle,
.ec-productRole{
    /*color: #fff;*/
}

.ec-sliderItemRole .row{
    margin:0 -5px;
}

.ec-sliderItemRole .thumb img,
.slide-item img{
    border: 5px solid #ECECEC;
    background-color: #ECECEC;
}


.ec-newsRole .ec-newsRole__newsTitle{
    /*color:#fff;*/
    font-weight: normal;
}


/*カート*/
.ec-cartRole .ec-blockBtn--action,
.ec-modal-box .ec-inlineBtn--action{
    color: #fff;
}
.ec-totalBox .ec-totalBox__taxRate{
    display: none;
}
/*
.ec-orderDelivery__actions .ec-select__delivery option:nth-child(-n+3){
    display: none;
}

.ec-orderDelivery__actions .ec-select__delivery option:first-child{
    display: block;
}*/

.ec-orderDelivery__actions .ec-select__delivery span{
    display:none;
}






/*新着情報*/
.ec-newsRole .block_body{
    border: #000 1px solid;
    /*background: #000;*/
    padding: 10px;
}
.ec-newsRole .ec-newsRole__news{
    padding:0 10px;
    max-height: 260px;
    height: auto !important;
    height: 260px;
    overflow: auto;
    border: none;
}
.ec-newsRole .ec-newsRole__newsCloseBtn{
    background:#ccc;
}


/*タイトル*/
/*
.ec-contactRole contact_title
.ec-contactConfirmRole  contact_confirm_title
#page_contact_complete contact_result_title
#page_help_about contents_title
#page_cart   hl_cart
#page_help_tradelaw  law_title
#page_link    link_title
#page_help_privacy privacy_title
page_help_guide    title_1
#page_product_list    title_list1
#page_mypage_login    title_login
.entryForm    title_member
.entryConfirm    title_member_confirm
.ec-registerCompleteRole    title_member_result
#page_entry_activate    title_member_result
#page_mypage    マイページ  title_mypage
.shoppingComplete  title_shop_comp
.shoppingConfirm  title_shop_con
#page_help_agreement  title_use
*/


h2.title {
    font-size: 1.5rem;
    margin-bottom: 0.8em;
}

h3.subtitle {
    font-size: 1.25rem;
}

.ec-contactRole h2.title ,
.ec-contactConfirmRole h2.title ,
#page_contact_complete h2.title ,
#page_help_about h2.title ,
#page_cart h2.title ,
#page_help_tradelaw h2.title ,
#page_link h2.title ,
#page_help_privacy h2.title ,
#page_help_guide h2.title ,
#page_product_list h2.title ,
#page_mypage_login h2.title ,
.entryForm h2.title ,
.entryConfirm h2.title ,
.ec-registerCompleteRole h2.title ,
#page_entry_activate h2.title ,
.ec-mypageRole h2.title ,
.shoppingComplete h2.title ,
.shoppingConfirm h2.title ,
.shoppingShipping h2.title ,
#page_help_agreement h2.title{
    text-indent: -9999px;
    background-position: left;
    background-repeat: no-repeat;
    height: 64px;
    width:100%;
    background-image: url(../img/title/);
    margin-bottom: 0;
}


.ec-contactRole h2.title{
    background-image: url(../img/title/contact_title.gif);
}
.ec-contactConfirmRole h2.title{
    background-image: url(../img/title/contact_confirm_title.gif);
}
#page_contact_complete h2.title{
    background-image: url(../img/title/contact_result_title.gif);
}
#page_help_about h2.title{
    background-image: url(../img/title/contents_title.gif);
}
#page_cart h2.title{
    background-image: url(../img/title/hl_cart.gif);
}
#page_help_tradelaw h2.title{
    background-image: url(../img/title/law_title.gif);
}
#page_link h2.title{
    background-image: url(../img/title/link_title.gif);
}
#page_help_privacy h2.title{
    background-image: url(../img/title/privacy_title.gif);
}
#page_help_guide h2.title{
    background-image: url(../img/title/title_1.gif);
}
#page_product_list h2.title{
    background-image: url(../img/title/title_list1.gif);
}
#page_mypage_login h2.title{
    background-image: url(../img/title/title_login.gif);
}
.entryForm h2.title{
    background-image: url(../img/title/title_member.gif);
}
.entryConfirm h2.title{
    background-image: url(../img/title/title_member_confirm.gif);
}
.ec-registerCompleteRole h2.title{
    background-image: url(../img/title/title_member_result.gif);
}
#page_entry_activate h2.title{
    background-image: url(../img/title/title_member_result.gif);
}
.ec-mypageRole h2.title{
    background-image: url(../img/title/title_mypage.gif);
}
.shoppingComplete h2.title{
    background-image: url(../img/title/title_shop_comp.gif);
}
.shoppingShipping h2.title{
    background-image: url(../img/title/title_shoping_entry.gif);
}

.shoppingConfirm h2.title{
    background-image: url(../img/title/title_shop_con.gif);
}
#page_help_agreement h2.title{
    background-image: url(../img/title/title_use.gif);
}






/*カレンダー*/
#calendars table {
    display: block;
    background: #fff;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    border:none;
}

#calendars tbody {
    display: table;
    border-collapse: collapse;
    font-size: 0.875rem;
}

#calendars th,
#calendars td {
    width: 3em;
    max-width: calc(100% / 7);
    height: 2.5em;
    border: solid 1px #BDBDBD;
    text-align: center;
    color:#333;
}

#calendars th {
    background: #EFEFEF;
    font-weight: bold;
}

#calendars .cellSunday,
#calendars .cellHoliday {
    background: #EDC6C7;
}




.ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    max-width:none;
}

.slick-slider{
}

.slick-slider .item img{
    width:100%;
}