/* カスタマイズ用CSS */
/* -- ヘッダー --*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background:#db4235;
}
/* -- ロゴ --*/
.ec-headerTitle {
    font-weight: normal;
    color:#db4235;
    line-height: 2;
}
.ec-headerTitle .ec-headerTitle__title a {
    color:#db4235;
}
.ec-headerTitle .ec-headerTitle__title a > img {
    width:320px;
}
/* -- グローバルナビ --*/
.ec-itemNav__nav li a:hover {
    background-color:#fdf9f5
}
/* -- フッター --*/
.ec-footerRole {
    background:#db4235;
    border-top: 1px solid #db4235;
}
.ec-footerRole .ec-footerRole__inner .logo {
    width:320px;
}
.ec-footerTitle__copyright {
    text-transform: uppercase;
}
/* -- トップ --*/
.ec-eyecatchRole .ec-eyecatchRole__intro .ec-eyecatchRole__introTitle {
    color:#db4235;
}
.ec-eyecatchRole .ec-eyecatchRole__intro .ec-blockBtn--top {
    background-color:#db4235;
    border-color:#db4235;
}
.ec-topicRole {
    background:#fff; 
}
/* -- WHAT'S SANMEIページ --*/
.sanmeiGold {
    color:#8a7431;
}
.ec-aboutRole_insen .bold {
    font-weight: bold;
}
.ec-aboutRole_insen .tcenter {
    text-align: center;
}
.ec-layoutRole__main .about_top {
    width:100%;
    margin-bottom: 30px;
}
.ec-aboutRole_topdesc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
}
.ec-aboutRole_insen .ec-aboutRole__insenList,
.ec-aboutRole_disc .ec-aboutRole__discList {
    display: flex;
    flex-wrap:wrap;
}
.ec-aboutRole_insen .ec-aboutRole__insenListItem,
.ec-aboutRole_disc .ec-aboutRole__discListItem {
    margin-bottom: 20px;
    width:100%;
    height: auto;
}
.ec-aboutRole_insen .ec-aboutRole__insenListItem .ec-listStyle_sanmei {
    margin: 2em 0 0;
    padding:0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.ec-listStyle_sanmei li {
    display: inline-block;
    width:calc(100% / 2);
    padding: 0 5px 15px;
}
.ec-listStyle_sanmei li .insenIcon {
    width: 20%;
    height: auto;
    vertical-align: top;
}
.ec-listStyle_sanmei li .insenIcon + dl {
    display: inline-block;
    width: 75%;
    margin-bottom: 0;
}
.ec-listStyle_sanmei li dd {
    font-size: 12px;
}
.ec-listStyle_sanmei.junishi li {
    border-bottom: 1px solid #000;
    padding: 0;
    margin-right: 20px;
    height: 55px;
    line-height: 55px;
    width:calc(100% / 2.2);
}
.ec-listStyle_sanmei.junishi li:nth-of-type(even) {
    margin-right: 0;   
}
.ec-listStyle_sanmei.junishi li .insenIcon + span {
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    width: 75%;
    vertical-align: bottom;
}
.ec-aboutRole__insenList.phylosophy {
    margin: 2em 0;
    justify-content: center;
    align-items: center;
}
.ec-aboutRole__insenList.phylosophy div {
    text-align: center;
    padding: 10px;
}
.ec-aboutRole__insenList.phylosophy div img {
    width: 40%;
}
.ec-aboutRole__insenList.phylosophy h3 {
    color: #8A7431;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    font-size: 30px;
}
.ec-aboutRole__insenList.phylosophy h4 {
    padding-top: 1em;
}
.ec-aboutRole__insenList.phylosophy p {
    padding-bottom: 1em;
}
.ec-aboutRole_disc {
    margin-top: 30px;
}
.ec-aboutRole_disc .ec-aboutRole__discListItem {
    background: #8A7431;
    color: #fff;
    padding: 4em 1em;
    text-align: center;
    line-height: 1.8;
}
/* -- FAQページ --*/
.ec-off1Grid__cell .ec-ulnoListStyle {
    list-style: none;
    padding-left: 0;    
}
.ec-off1Grid__cell .ec-ulnoListStyle li {
    margin-bottom: 1em;
}
.ec-off1Grid__cell p {
    padding-left: 1.5em;
    margin-bottom: 0;
}
.ec-off1Grid__cell p::before {
    text-indent: 1em;
    margin-left: -1.5em;
    padding-right: 0.5em;
}
.ec-off1Grid__cell .ec-faq_q::before {
    content: 'Q.';
}
.ec-off1Grid__cell .ec-faq_a::before {
    content: 'A.';
}
/* -- プライバシーポリシー --*/
.ec-off1Grid__cell .ec-olnoListStyle {
    list-style: none;
    padding-left: 0;
}
/* -- カート内：商品購入ページ --*/
.ec-orderDelivery__actions .ec-orderDesc,
.ec-orderConfirm .ec-orderDesc {
    font-size: 14px;
    margin-bottom: 1em;
}
/* -------------------
Responsive 
------------------*/
@media only screen and (min-width: 768px) {
    .ec-newsRole .ec-newsRole__news {
        border:16px solid #fdf9f5;
    }
    .ec-aboutRole_insen .ec-aboutRole__insenList,
    .ec-aboutRole_disc .ec-aboutRole__discList {
        flex-wrap:nowrap;
    }
    .ec-aboutRole_insen .ec-aboutRole__insenListItem {
        width: calc(100% / 2);
    }
    .ec-aboutRole_disc .ec-aboutRole__discListItem {
        width:  calc(100% / 3);
    }
    .ec-aboutRole_insen .ec-aboutRole__insenListItem:not(:last-of-type),
    .ec-aboutRole_disc .ec-aboutRole__discListItem:not(:last-of-type) {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 576px) {
    .ec-listStyle_sanmei.junishi li {
        height: auto;
        line-height: 1.6;
    }
}