/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-itemNav__nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .ec-itemNav__nav li { float: none; width: 13.48%; margin-bottom: 10px;}
    .ec-itemNav__nav li a {
        font-size: 14px;
        color: #fff;
        background: #078a7a;
        border: 2px solid #078a7a;
        padding: 8px 8px;
    	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    }
    .ec-itemNav__nav li:last-child a {
        font-size: 14px;
        color: #078a7a;
        background: #fff;
        border: 2px solid #078a7a;
    }
    .ec-itemNav__nav li a:hover {
        background: #5ab244;
        border: 2px solid #5ab244;
    }
    .ec-itemNav__nav li:last-child a:hover {
        color: #fff;
        background: #078a7a;
        border: 2px solid #078a7a;
    }
    .ec-itemNav__nav > li:hover > a {
      background: #5ab244;
    }
    .ec-itemNav__nav li ul li {
        margin-bottom: -2px;
    }
    .ec-itemNav__nav li ul li:last-child {
        margin-bottom: 0;
    }
    .ec-itemNav__nav li ul li a {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        font-weight: bold;
        color: #5ab244;
        border: 2px solid #5ab244;
        text-align: left;
        background: #fff;
    	border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
    }
    .ec-itemNav__nav li ul li:first-child a {
    	border-radius: 10px 10px 0 0;
    }
    .ec-itemNav__nav li ul li:last-child a {
        color: #5ab244;
        border: 2px solid #5ab244;
    	border-radius: 0 0 10px 10px;
    }
    .ec-itemNav__nav li ul li a:hover {
        color: #fff;
        background: #5ab244;
    }
    .ec-itemNav__nav li ul li:last-child a:hover {
        border: 2px solid #5ab244;
    }
    .ec-itemNav__nav > li:hover li:hover > a {
      background: #5ab244;
    }
    .is-pc {
      display: block;
    }
    
    .is-sp {
      display: none!important;
    }

}
@media (max-width: 767px) {
    .is-pc {
      display: none!important;
    }
    
    .is-sp {
      display: block;
    }
}

.ec-layoutRole__contents { margin-top: 40px;}
p {
    margin-bottom: 1.5em;
}
.count_list {
    margin-left: 1em;
    margin-top: 20px;
}
.count_list li {
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 15px;
}
 
.count_list li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.5em;
	width: 2.5em;
}
.underpage_wrap {
    margin-left: 16px;
    margin-right: 16px;
    padding:8px;
}
.section_txt {
    margin-bottom: 60px;
}
.section_txt p:last-child {
    margin-bottom: 0;
}
.ec-pageHeader h1 {
    color: #5ab243;
    border-bottom: 1px solid #5ab243;
}
.title_h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #5ab243;
    padding-left: 26px;
    padding-bottom: 10px;
    line-height: 1.5;
}
.title_h2::before {
    content: "";
    width: 15px;
    height: 5px;
    background-color: #5ab243;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.title_h3 {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.title_h3::before {
    content: "";
    width: 15px;
    height: 5px;
    background-color: #5ab243;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.coupon_code {
    padding: 8px;
    background-color: #eee;
    border-radius: 5px;
}
.ec-blockBtn--action {
    background-color: #5ab243;
    border-color: #5ab243;
}
.ec-blockBtn--action:hover,
.ec-blockBtn--action:active:hover{
    color: #fff;
    background-color: #468c34;
    border-color: #468c34;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
    color: #fff;
    background-color: #468c34;
    background-image: none;
    border-color: #468c34;
}
.blockBtn--keycolor {
    background-color: #5ab243;
    border-color: #5ab243;
}
.blockBtn--keycolor:hover {
    background-color: #468c34;
    border-color: #468c34;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #5ab243;
}
/*お買い物の流れ*/
.ec-progress .is-complete .ec-progress__number {
    background: #5ab243;
}
.ec-progress .is-complete .ec-progress__label {
    color: #5ab243;
}
.ui-autocomplete {
    max-width: 40%;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .ui-autocomplete {
        max-width: 87%;
    }
}
.ui-autocomplete .ui-menu-item {
    display: block;
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background-color: rgba(255,255,255,0.8);
}
.ui-autocomplete .ui-menu-item:hover {
    cursor: pointer;
}
.productlist__product--name { font-weight: bold; margin-bottom: 5px; }
.product--code { background-color: #f4f4f4; line-height:1; padding: 3px 5px;}
.txt--red { color: #990000; }
.txt--bold { font-weight: bold; }
.ec-productRole__code { color: #990000; }
.product-code-default { color: #525263; }
.coupon__code--list { margin-top: 5px; }
.orderplus-confirm input { pointer-events : none; border: none; }
.form-txt_alert { padding-right: 10px; }
.form__txt--flex { display: flex; align-items: center; }
.input__basic input { font-size: 14px; height: 40px; }

/*配送日カレンダー*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}
.footer-inq { margin-top: 50px;}
/*トップピックアップカテゴリー*/
.pickup-category {
    width: 100%;
    padding: 60px 30px 80px;
    background: #f8f8f8;
    box-sizing: border-box;
}
.pickup-category-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.pickup-category-list li {
    width: 343px;
}
.pickup-category-list li:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}
.delivery_wrap { display: flex; align-items: center; }
@media (max-width: 767px) {
    .pickup-category {
        width: 100%;
        padding: 30px 15px 40px;
    }
    .pickup-category-list {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    .pickup-category-list li {
        width: 100%;
    }
    .pickup-category-list li:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
}
/*トップアバウト*/
.top-about {
    width: 100%;
    padding: 60px 30px 80px;
    background: #f8f8f8;
    box-sizing: border-box;
}
.top-about-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.top-about-list li {
    width: 530px;
}
.top-about-list a {
    color: #525263;
    text-decoration: none;
}
.top-about-list p {
    font-size: 13px;
    padding-top: 10px;
}
.top-about-list li:last-child { margin-left: 30px; }
.ec-select.ec-select__delivery #shopping_order_orderplus_10,
.ec-select.ec-select__delivery #shopping_order_orderplus_12{ margin-bottom: 0; }

.ui-datepicker-calendar .day-sunday>a,
.ui-datepicker-calendar .day-holiday>a {
	background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday>a {
	background: #c0d0ff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	color: white !important;
	background-color: rgb(0, 127, 255) !important;
}

.day-sunday a {
	pointer-events: none !important;
}

@media (max-width: 767px) {
    .top-about {
        width: 100%;
        padding: 30px 15px 40px;
    }
    .top-about-list {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    .top-about-list li {
        width: 100%;
    }
    .top-about-list li:last-child {
        margin-top: 20px;
        margin-left: 0;
    }
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}