/* カスタマイズ用CSS */

html {
    font-size: 62.5%;
}

p{
    line-height: 25px;
}

.ec-newItemRole h2,
.center-line,
.ec-btn,
.ec-role h2 {
    text-align: center;
    margin-top: 5px;
}

.center-line{
    position: relative;
}
.center-line span{
    background-color: white;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    padding: 0 1em;
}

.center-line::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
    top: 50%;
}

.ec-newItemRole__list{
    margin: 50px auto 20px auto;
}
  
  .topMoreBtn{
    background-color: #DE5D50;
    border-color: #DE5D50;
    padding: 10px 16px;
    color: white;
}

.topMoreBtn:hover{
    background-color: #C24343;
    border-color: #C24343;
    color: white;
    text-decoration: none;
}

.moreBtn{
    margin: 0 auto;
}

/*
.ec-headerSearch,
.ec-drawerRole,
.ec-headerLinkArea{
    background-color: #e93b81;
}*/


/* カスタマイズ用CSS */
body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

/* 
 * ヘッダー
 */
.ec-layoutRole__header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 999;
    transition: 0.6s;
}

.ec-headerNaviRole__wrap{
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #fafae3;
    z-index: 999;
    transition: 0.6s;
    padding: 10px;
}
.ec-headerNaviRole {
    position: relative;
    max-width: 1080px;
    width: 100%;
    z-index: 1000;
    padding: 0;
    justify-content: space-between;
}

.ec-headerNaviRole a{
    display: flex;
    height: 100%;
    width: auto;
    justify-content: flex-start;
    align-items: center;
}

/*.ec-headerNaviRole img{
    height: 100%;
    min-width: 277px;
    width: auto;
    transition: 0.6s;
}*/

.ec-headerNaviRole__left{
    width: 50%;
    display: flex;
    align-items: center;
}


.ec-headerNaviRole__navi .menu .list{
    display: inline-block;
    margin-right: 20px;
    background-color: #e93b81;
}

.ec-headerNaviRole__navi .menu .list a{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: #444444;
    text-decoration: none;
}

.ec-headerNaviRole__navi .menu .list > a{
    display: inline-block;
    color: inherit;
    padding: 2px 0;
    position: relative;
    text-decoration: none;
}

.ec-headerNav__item > a:hover{
    text-decoration: none;
}

.ec-headerNaviRole__navi .menu .list > a:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #444;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: scaleX(0);
    transition: transform .3s;
}

.ec-headerNaviRole__navi .menu .list > a:hover:after{
    transform: scaleX(1);
}

.ec-headerNaviRole__right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.ec-headerNaviRole__info{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.ec-headerNaviRole__info p{
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    color: #00642F;
    transition: 0.6s;
}

.ec-headerNaviRole__info .phone a img{
    width: 100%;
    height: auto;
}

.ec-headerMenu{
    display: flex;
}

.ec-headerMenu .ec-headerMenu__item > a{
    display: block;
    color: inherit;
    line-height: 1;
    padding: 7px;
    border-radius: 18px;
    border: solid 1px transparent;
    transition: .2s;
}

.ec-headerMenu .ec-headerMenu__item > a:hover{
    background-color: rgba(0, 0, 0, 0.07);
}

.ec-headerMenu .ec-headerMenu__item .ec-headerMenu__itemIcon{
    font-size: 20px;
    color: #00642F;
}

.ec-headerMenu__search{
    position: relative;
}

.ec-headerNaviRole__search{
    position: absolute;
    top: 40px;
    right: -105px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -15px, 0);
    transition: .3s;
}

.ec-headerNaviRole__search.is-active{
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.ec-headerSearch__wrap{
    position: relative;
    display: flex;
    width: 500px;
    align-items: center;
    background-color: #ccc;
    padding: 5px;
    z-index: 99999;
}

.ec-headerSearch__wrap:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 110px;
    border: solid 10px transparent;
    border-bottom-color: #ccc;
}

.ec-headerSearch .ec-headerSearch__category .ec-select{
    height: 40px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select{
    font-size: 1em;
    height: 100%;
    color: #333;
}

.ec-headerSearch__wrap .ec-headerSearch__category .ec-select.ec-select_search {
    background: #FFF;
    border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__keyword{
    border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-input{
    height: 40px;
    border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"]{
    position: relative;
    height: 100%;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon{
    overflow: hidden;
}

.ec-headerSearch .ec-headerSearch__keywordBtn img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 22px!important;
    transform: translateX(-50%);
}
/*
.scrolled .ec-layoutRole__header{
    height: 50px;
    transition: 0.6s;
}

.scrolled .ec-headerNaviRole__wrap{
    height: 50px;
    transition: 0.6s;
}
*/

.scrolled .ec-headerNaviRole img{
    max-height: auto;
    height: auto;
    min-width: 120px;
    transition: 0.6s;
}

.scrolled .ec-headerNaviRole__info p{
    display: none;
    transition: 0.6s;
}

/*
.ec-drawerRole{
    display: none;
}

.ec-drawerMenu{
    display: none;
}*/

.phone{
    display: flex;
}



/**********header2用************/

.logo {
    /*max-width: 234px;*/
    width: 100%;
}

.flex{
    display: flex;
}

.list{
    list-style: none; 
    width: 110px;
    height: 100px;
    margin: 15px 5px 0 5px;
    background: url(/html/user_data/square.png) no-repeat;
    position: relative;
}

.list a{
    padding: 63px 0 0 0;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    text-align: center; 
    font-weight: 700;
    position: relative;
    font-size: 15.5px;
    letter-spacing: -0.08rem;
    line-height: 16px;
}

.list a:before{
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.lfirst a, .lsecond a, .lthird a{
    color: #4A6841;
}
.lfirst a:before{
    content: url(/html/user_data/new.png);
}

.lsecond a:before{
    content: url(/html/user_data/productlist.png);
}

.lthird a:before{
    content: url(/html/user_data/registration.png);
}

.lfourth, .lfifth{
    background: url(/html/user_data/square2.png) no-repeat;
}
.lfourth a:before{
    content: url(/html/user_data/volunteer.png);
}

.lfifth a:before{
    content: url(/html/user_data/about.png);
}

.login a{
    width: 165px;
    height: 45px;
    background-color: #4755AA;
    color: white;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.cart a{
    background-color: #C24343;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: white;
    margin: 0 5px;
    justify-content: center;
}

.logoutNew a{
    width: 165px;
    height: 45px;
    background-color: #4397C2;
    color: white;
    justify-content: center;
    border-radius: 10px;  
}

.small{
    font-size: 12px;
    letter-spacing: 0rem;
}

.shopInfo{
    justify-content: flex-end;
}

.phoneBig{
    font-size: 24px;
    font-weight: bold;
}

.phoneSmall{
    font-size: 12px;
}

.contactBtn{
    background-color: #4A6841;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
}

.contactBtn a{
    position:relative;
	line-height:40px;
    font-size: 12px;
    color: white;
    justify-content: center;
}

.cart-block{
    display: flex;
    justify-content: space-between;
}

.cart-block span{
    font-size: 14px;
}

.cart-top{
    margin-top: 10px;
}

.headerBlock{
    color: #4A6841;
}

.ec-footerRole__inner{
    max-width: 1080px;
}

.ec-footerTitle{
    padding: 20px 0;
}

.ec-footerRole{
    margin-top: 0;
    padding-top: 20px;
}

.ec-footerRole{
    background-color: #4A6841;
}


/*お知らせ*/

.ec-secHeading{
    margin-bottom: 2em;
}

.ec-newsRole .ec-newsRole__newsHeading time{
    display: block;
    font-family: "Poppins";
    font-size: 13.5px;
    margin-top: .1em;
}

.ec-newsRole .ec-newsRole__moreBtn{
    font-family: "Poppins";
    font-size: 12px;
    line-height: 12px;
    height: 20px;
    padding: 3px 4.5px;
    border: 1px solid #666;
    background-color: #FFF;
    color: #444;
    margin-left: 1rem;
    cursor: pointer;
}

.ec-newsRole .ec-newsRole__newsColumn.is_active{
    padding: 15px;
    width: 100%;
    background-color: #f8f8f8;

}

.ec-newsRole .ec-newsRole__newsDescription{
    margin: 10px 0;
}


.ec-secHeading .ec-secHeading__maintitle{
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 21.9px;
    font-weight: 400;
    margin: 0;
    position: relative;
    text-align: center;
}

.ec-secHeading .ec-secHeading__maintitle span{
    display: inline-block;
    padding: 0 2em;
    background-color: #FFF;
    position: relative;
    z-index: 2;
}

.ec-secHeading .ec-secHeading__maintitle:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00642F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.ec-newsRole .ec-newsRole__newsTitle{
    width: auto;
}

.ec-newItemRole__listItemTitle{
    font-size: 18px !important;
    margin: 20px 0 0 0;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

.ec-newItemRole__listItemPrice{
    font-size: 20px !important;
    color: #C24343;
    font-weight: bold;
}

.main_visual img{
    max-width: 1080px;
    width: 100%;
    height: auto;
}

.headerRight{
    margin: 15px 5px 0 5px;
}

.ec-layoutRole{
    min-width: 320px;
}

.ec-layoutRole__contents{
    margin: 0 auto 50px auto;
}

.ec-drawerRole{
    position: fixed;
    display: block;
    width: 100%;
    max-width: 420px;
    padding: 10px 30px 100px 30px;
    left: 0;
    top: 190px;
    z-index: 1000;
    box-sizing: border-box;
    overflow-y: scroll;
    background-color: #f4f4f4;
    color: #444;
    /*visibility: hidden;*/
    transform: translate3d(-100%, 0, 0);
    transition: .3s;
    z-index: 99;
}

.sp_header{
    display: none;
}

.item{
    text-align: center;
}

/*******ご利用ガイド辺り*****/

.ec-helpRole .ec-role{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ec-helpNav__wrap{
    width: 100%;
    margin-bottom: 40px;
}

.ec-helpNav__wrap .ec-helpNav{
    list-style: none;
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
    border-bottom: 1px solid #eee;
    display: flex;
}

.ec-helpNav__wrap .ec-helpNav li{
    border-left: 1px solid transparent;
    border-image-width: 0 0 0 1px;
    border-image: linear-gradient(to top, transparent 27.5%, #ccc 27.5%, #ccc 72.5%, transparent 72.5%);
    border-image-slice: 1;
    transition: .2s;
}

.ec-helpNav__wrap .ec-helpNav li.active + li{
    border-image: linear-gradient(to top, transparent 0%, transparent 100%);
}

.ec-helpNav__wrap .ec-helpNav li:first-child,
.ec-helpNav__wrap .ec-helpNav li.active{
    border-left: none;
}

.ec-helpNav__wrap .ec-helpNav li a{
    display: block;
    font-size: 14px;
    padding: 9px 13px;
    color: #444444;
}

.ec-helpNav__wrap .ec-helpNav li a:hover{
    text-decoration: none;
    background-color: #eee;
}

.ec-helpNav__wrap .ec-helpNav li.active a{
    background-color: #333;
    color: #FFF;
}

.ec-helpRole .ec-rectHeading{
    margin-bottom: 15px;
}

.ec-helpRole .ec-rectHeading h2{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: #eee;
    padding: 10px 12px;
}

.ec-helpRole section + section{
    margin-top: 60px;
}

.ec-helpRole h3{
    font-size: 16px;
    font-weight: 400;
    margin: 33px 0 16px 0;
    padding: 4px 8px;
    border-left: 5px solid #00642F;
}

.ec-helpRole p{
    margin-bottom: 15px;
}

.ec-helpRole .ec-frame{
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px 0;
}

.ec-list-rice > dd{
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}

.ec-list-rice > dd:before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.ec-helpRole .fig{
    width: 33%;
    min-width: 300px;
}

.ec-helpRole .ec-off1Grid__cell{
    margin: 0;
    width: 100%;
}

.ec-helpRole .ec-label{
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    vertical-align: middle;
}

.sp-cart{
    display: none;
}

.ec-productRole{
    padding-top: 50px;
}

.ec-navlistRole .ec-navlistRole__item a{
    font-size: 16px;
}

/***はじめての方へ***/

.stepTitle{
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    border-bottom: dashed 1px #B2D6A8;
}

.stepSpan{
    font-style: italic;
    color: #6C9B5E;
    font-size: 18px;
    font-weight: bold;
}

.numberSpan{
    font-style: italic;
    color: #6C9B5E;
    font-size: 24px;
    font-weight: bold;
    margin-right: 7px;
}

.redMarker{
    border-bottom: dashed 1px #C24343;
    font-weight: bold;
}

.red{
    color: red;
}

/**************マイページ*************/
    .ec-pageHeader h1 {
      margin: 10px 0 48px !important;
      /*padding: 8px 0 18px;*/
      padding: none !important;}
    .ec-mypageRole h1{
      margin: 50px auto !important;
      padding: none !important;
    } 

/**************スマホ表示*************/

@media only screen and (max-width: 768px) {

    .ec-headerNaviRole__wrap,
    .default-cart {
        display: none;
    }


    /*****ハンバーガーメニュー*****/
    
    .ec-drawerButton{
        position: relative;
        display: block;
        min-width: 30px;
        width: 30px;
        height: 50px;
        padding: 10px;
        cursor: pointer;
    }

    .ec-drawerButton span{
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        background-color: #666;
        transition: .3s;
        overflow: hidden;
    }

    .ec-drawerButton span:first-child{
        top: 50%;
        transform: translate(0, -50%);
    }

    .ec-drawerButton span:nth-child(2){
        top: 16px;
    }

    .ec-drawerButton span:last-child{
        top: 32px;
    }

    .have_curtain .ec-drawerButton span:first-child{
        transform: translate(50%, 50%);
        opacity: 0;
        transition: .3s;
    }

    .have_curtain .ec-drawerButton span:nth-child(2){
        top: 50%;
        transform: translate(0, -50%);
        transform: rotate(225deg);
    }

    .have_curtain .ec-drawerButton span:last-child{
        top: 50%;
        transform: translate(0, -50%);
        transform: rotate(135deg);
    }

    .ec-headerNaviRole__navi{
        display: none;
    }

    .ec-headerNaviRole__info{
        flex-flow:row;
    }

    .ec-headerNaviRole__info p{
        display: none;
    }

    .ec-headerNaviRole__info p.mini{
        display: inline-block;
        padding: 0 0 0 10px;
    }

    .ec-drawerRole{
        position: fixed;
        display: block;
        width: 100%;
        max-width: 420px;
        padding: 10px 30px 100px 30px;
        left: 0;
        top: 100px;
        z-index: 1000;
        box-sizing: border-box;
        overflow-y: scroll;
        background-color: #f4f4f4;
        color: #444;
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
        transition: .3s;
        z-index: 99;
    }

    .have_curtain .ec-drawerRole.is-active{
        visibility: visible;
        transform: translate3d(0, 0, 0);  
    }

    .ec-drawerMenu{
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

    .ec-drawerMenu .ec-drawerMenu__item{
        border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
    }

    .ec-drawerMenu .ec-drawerMenu__item a{
        display: block;
        padding: 10px 0;
        position: relative;
        color: #444;
    }

    .ec-drawerMenu .ec-drawerMenu__item .ec-drawerMenu__category{
        list-style: none;
        margin-bottom: 1em;
    }

    .ec-drawerMenu .ec-drawerMenu__item .ec-drawerMenu__category > li{
        position: relative;
        list-style: none;
        display: block;
        padding: 0 0 0 15px;
    }

    .ec-drawerMenu .ec-drawerMenu__item .ec-drawerMenu__category > li i{
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(0%, -50%);
        color: #666;
    }

    .ec-drawerMenu.siteinfo{
        margin-top: 30px;
        text-align: center;
    }

    .ec-drawerMenu.footerNav{
        margin-top: 20px;
    }

    .have_curtain .ec-drawerMenu{
        display: block;
    }

    .ec-headerCategoryArea,
    .ec-headerLinkArea{
        display: none;
    }

    .ec-headerNaviRole__navi{
        display: none;
    }

    .ec-headerNaviRole__search{
        right: -80px;
        top: 50px;
        width: 100vw;
        min-width: 300px;
        z-index: 999999;
    }

    .ec-headerSearch__wrap{
        position: absolute;
        right: 0;
        width: 90%;
        z-index: 9999999;
    }

    .ec-headerSearch__wrap:after{
        right: 85px;
        
    }

    .ec-headerSearch .ec-headerSearch__keywordBtn img{
        height: 22px;
    }

    .sp-cart{
        display: block;
    }

    .cart-block{
        display: block;
        text-align: right;
        justify-content: right;
    }

    .sp_header{
        height: auto;
        width: 100%;
        background-color: #fafae3;
        /*position:fixed;*/
        display:block;
        top:0;
        left:0;
    }

    .headerBlock{
        font-size: 14px;
    }

    .logo{
        margin: 0 auto;
        text-align: center;
        max-width:none;
        justify-content: center;
    }

    .logo a{
        padding: 5px;
        position: relative;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .logo img{
        max-width: none;
        width: 100%;
        height: auto;
    }


    .logoutNew a {
        width: 100px;
        height: 40px;
    }
    
    .ec-headerNaviRole{
        justify-content: center;
    }

    .sp_headerInside{
        margin: 5px auto;
        justify-content: space-between;
    }

    .cart a{
        margin: 0 5px;
        width: 100px;
    }

    .login a {
        background-color: #4755AA;
        width: 100px;
        height: 40px;
        border-radius: 10px;
        text-align: center;
        font-size: 12px;
        color: white;
        margin: 0 5px;
        justify-content: center;
    }

    .ec-headerRole__cart{
        text-align: right;
    }

    .ec-inlineBtn--cancel,
    .ec-inlineBtn--action{
        margin-bottom: 10px;
    }

    .phone{
        margin: 0 auto;
        justify-content: center;
    }

}