:root {
  --main-color: #172917;
  --main-color2: #3d563d;
  --base-color: #f2f7f2;
  --accent-color: #FFB339;
  --text-color: #525263;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
}


/* 共通 -------------------------------------------------------------------------------------------------- */
.ec-pageHeader h1 {
  margin: 20px 0 48px;
  border-top: none;
  border-bottom: 2px dotted #ccc;
  padding: 16px 0 22px;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
}
.ec-role h2 {
  border-bottom: 1px solid #ccc;
  margin: 10px 16px 28px;
  padding: 8px;
  font-size: 1.6em;
}
.ec-role h3 {
  margin: 10px 16px 28px;
  padding: 14px 16px 12px;
  font-size: 1.4em;
  background: #f5f5f5;
}

a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

ul {
  padding-left: 1em;
}
.ec-secHeading {
  margin-bottom: 24px;
}

/* ボタン ホバー アクティブ */
.ec-inlineBtn--top:active:hover, .ec-inlineBtn--top:active:focus, .ec-inlineBtn--top:active.focus, .ec-inlineBtn--top.active:hover, .ec-inlineBtn--top.active:focus, .ec-inlineBtn--top.active.focus, .open > .ec-inlineBtn--top.dropdown-toggle:hover, .open > .ec-inlineBtn--top.dropdown-toggle:focus, .open > .ec-inlineBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: #6b856b;
  border-color: #6b856b;
}
.ec-inlineBtn--top:active, .ec-inlineBtn--top.active, .open > .ec-inlineBtn--top.dropdown-toggle {
  color: white;
  background-color: #6b856b;
  background-image: none;
  border-color: #6b856b;
}
.ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus {
  color: white;
  background-color: #6b856b;
  border-color: #6b856b;
}






/* ヘッダー ------------------------------------------------------------------------------- */
.ec-layoutRole__header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
  background-color: #FFF;
  z-index: 30;
  position: relative;
}
/* ヘッダー上部 */
.ec-headerNaviRole {
  max-width: none;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
.ec-headerNav {
  margin-right: 16px;
  font-weight: 400;
}

/* ヘッダーアイコン */
.ec-headerNav .ec-headerNav__itemIcon {
  color: var(--main-color2);
}
.ec-cartNavi {
  color: var(--main-color2);
}

/* ヘッダー下部 */
.ec-headerRole {
  max-width: none;
  width: 100%;
  z-index: 1;
  display: flex;
  padding-top: 6px;
  margin-bottom: 20px;
}

/* カートの中身ポップアップ */
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  color: var(--text-color);
}

/* グローバルナビ左側コンテンツ */
.ec-headerRole .ec-headerRole__title {
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}
.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}

/* グローバルナビ中央コンテンツ */
/* ナビメニュー PC */
.ec-headerRole__menu {
  width: calc(100% * 3/5);
  flex: 1;
}
.main-menu {
  position: relative;
  color: #333;
  text-align: center;
  width: 100%;
  height: 100%;
}
.main-menu > ul {
  height: 100%;
  padding: 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.main-menu > ul > li {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #f1f1f1;
  margin: 0;
}
.main-menu > ul > li:last-child {
  border: none;
}
.ec-layoutRole__header .main-menu a {
  font-weight: 700;
}
.main-menu a {
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  padding: 0 6px;
  position: relative;
}

/* 子メニュー */
.child-menu-wrap {
  width: 60%;
  position: absolute;
  top: 100%;
  color: #333;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0s;
  padding: 13px;
  margin: 0;
}
.ec-headerRole__menu .main-menu > ul > li.child-on > a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
  margin-right: 10px;
}
.main-menu > ul > li > a::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent #FFF transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -25px;
  left: 44%;
  transform: translateY(-50%);
  visibility: hidden;
  z-index: 1;
}
.child-menu {
  background: #ffffff;
  padding: 20px 20px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.child-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}
.child-menu > li:last-child {
  border-bottom: none;
}
.child-menu > li > a {
  justify-content: start;
  font-size: 1em;
  min-height: 34px;
  padding: 14px 14px;
}
.child-menu > li > a img {
  max-width: 140px;
  min-width: 0;
}
.child-menu > li > a span {
  padding-left: 20px;
  min-width: 0;
}
.child-menu > li > a:hover {
  background: var(--base-color);
  opacity: 0.8;
}

/* メニューホバー時 */
.menu > a {
  transition: all .3s;
}
.menu.current > a {
  background: var(--main-color2);
  color: #FFF;
}
.menu:hover > a {
  transition: all .3s;
  background: var(--main-color2);
  color: #FFF;
}
.menu.child-on:hover .child-menu-wrap, .menu.child-on:hover a::after {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

/* ロゴ */
.ec-headerTitle img {
  max-width: 420px;
}







/*カテゴリバー ---------------------------------------------------------------------------------------------*/
.ec-categoryNaviRole{
  margin: 0 auto 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: none;
  background: var(--base-color);
}
.ec-itemNav__nav li {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.ec-itemNav__nav li a {
  display: block;
  border: none;
  margin: 0;
  padding: 8px 16px;
  height: auto;
  color: var(--main-color2);
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  background: none;
}




/*スマホスライドメニュー ------------------------------------------------------------------------------------*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: var(--main-color2);
}
.ec-drawerRole .ec-headerLinkArea {
  background: var(--main-color2);
}
.ec-drawerRole {
  background: var(--main-color2);
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    padding: 16px;
}









/*トップ　スライドショー ------------------------------------------------------------------------------------*/
/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none; /* 1150px; */
}
/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: 1400px; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}
.ec-sliderRole img {
    width: 100%;
    /*height: 600px;*/
    /*object-fit: cover;*/
}
@media screen and (max-width:768px){
    .ec-sliderRole img {
        height: auto;
    }
}


/*トップページ おすすめ商品*/
.ec-topicRole {
  background: #f5f9f5;
}
.ec-topicRole .ec-shelfRole {
  padding: 0;
}
.ec-topicRole .ec-shelfGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.ec-topicRole .ec-shelfGrid .ec-shelfGrid__item {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.ec-topicRole .ec-shelfGrid a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFF;
  padding: 16px 2rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #0000001c;
  transition: all 0.2s 0s ease;
}
.ec-topicRole .ec-shelfGrid a:hover {
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s 0s ease;
  opacity: 0.9;
}
.ec-topicRole .ec-shelfGrid a>img {
  margin-bottom: 12px;
  width: 100%;
}
.ec-topicRole .ec-shelfGrid a>p {
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}
.ec-topicRole .ec-shelfGrid a>dl {
  width: 100%;
}
.ec-topicRole .ec-shelfGrid a>dl>dt {
  font-size: 0.9em;
}
.ec-topicRole .ec-shelfGrid a>dl>dd {
  color: #d70a0a;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
}
.ec-layoutRole__mainBottom{
  margin: 40px 0;
}




/* トップページ新着商品 */
.ec-newItemRole .ec-newItemRole__list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
  width: 100%;
  margin: 0;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
  max-width: 100%;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFF;
  padding: 16px 2rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #0000001c;
  transition: all 0.2s 0s ease;
  border: 1px solid #e9e9e9;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a:hover {
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s 0s ease;
  opacity: 0.9;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
  color: #d70a0a;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  width: 100%;
}
.ec-role img {
  height: 167px;
  object-fit: contain;
}
.ec-inlineBtn--top {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857;
  user-select: none;
  text-decoration: none;
  color: white;
  background-color: var(--main-color2);
  border: none;
  width: 100%;
  border-radius: 1rem;
  padding: 14px 1.2rem;
  margin: 24px 0;
  font-size: 16px;
}
.ec-inlineBtn--top:hover {
  color: white;
  background-color: #6b856b;
}







/* 商品詳細ページ ------------------------------------------------------------------- */
.ec-productRole img {
  max-height: 505px;
  object-fit: contain;
}
.ec-sliderItemRole .slideThumb img {
  width: 80%;
  max-height: 133px;
  object-fit: contain;
}







/*タイプエリア ----------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){
    .ec-topicRole .ec-topicRole__listItem {
        margin: 0 1% 20px 1%;
        width: 48%;
        height: auto;
    }
}




/*フッター ---------------------------------------------------------------------------------------------------*/
.ec-footerRole {
    background: #172917;
}






/* ご注文手続きページ ------------------------------------------------------------------------------------- */
.ec-orderDelivery__note {
  margin: 16px 0 30px 0;
}
ul.asterisk {
  padding-left: 1em;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
ul.asterisk li span {
  font-size: 0.8em;
}
input[type=checkbox] {
  margin: 4px 16px 0 0;
}
.ec-orderDelivery__explain {
  padding-bottom: 12px;
}
.ec-orderDelivery__explain div {
  color: #ff8100;
}






/* 配送についてページ ---------------------------------------------------------------------------------- */
.scroll-box {
  overflow-x: scroll;
  position: relative;
  margin: 0 16px 60px;
}
.cost-table {
  box-sizing: border-box;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.cost-table th, .cost-table td {
  padding: 10px;
  border: 1px solid #ddd;
  word-break: keep-all;
}
.cost-table th {
  max-width: 18%;
  text-align: center;
  background: #f8f7f3;
}

/* 注意事項リスト */
.notice-wrap {
  margin-bottom: 36px;
  margin-top: 12px;
}
.notice-list {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
.notice-list li {
  text-indent: -1.5em;
}
.notice-list li:before {
  content: "※";
  margin-right: 0.5em;
}











/* 定休日カレンダープラグイン ------------------------------------------------------------------------------------------*/
.ec-calenderRole {
  padding: 60px 0;
}
.calender-wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1024px;
}

.apg_sc_table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
  margin-left: auto;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  width: 49%;
}
.apg_sc_table:last-child {
 margin-right: 0;
}

.apg_sc_table th,
.apg_sc_table td {
 border: 1px solid #ccc;
}

.apg_sc_table thead th {
 padding: 10px;
 font-weight: bold;
 vertical-align: top;
 color: #fff;
 background: #efefef;
}

.apg_sc_table tbody th {
 background: #efefef;
 line-height: 2.4em;
 text-align: center;
}

.apg_sc_table td {
 padding: 10px;
 vertical-align: top;
 text-align: center;
 background-color: #fff;
}

/* ★休日のカラーはここで設定しています。*/
.apg_sc_table .apg_sc_holiday {
 background: #ECC6C7 !important;
}

.apg_sc_table .apg_sc_saturday {
 /*background: #BDE2E8;*/
}

.apg_sc_table .apg_sc_sunday,
.apg_sc_table .apg_sc_sunday {
 /*background: #ECC6C7;*/
}

.calender-notes {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.color-box {
  background-color: #ECC6C7;
  margin: 0 6px 0 0;
  padding: 0 0 0 36px;
  border: 1px solid #ccc;
}










/* メディアクエリ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* PC表示 ------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* カートの中ポップアップ */
  .ec-cartNaviIsset {
    min-width: 400px;
    max-width: 600px;
  }

  /* カレンダー */
  .ec-calenderRole {
      padding: 60px 0;
  }

  .ec-itemNav__nav li {
      margin: 10px 0;
      border-left: 1px solid #c4c4c4;
  }
  .ec-itemNav__nav li:last-child {
      border-right: 1px solid #c4c4c4;
  }
}



/* スマホ･タブレット表示 ------------------------------------------------------------------------------ */
@media only screen and (max-width: 767.98px) {
  /* メインメニュー */
  .ec-headerNaviRole {
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 1.4;
      color: #525263;
      -webkit-text-size-adjust: 100%;
      width: 100%;
      max-width: 1130px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      background: var(--main-color2);
      position: fixed;
      z-index: 100;
  }
  .ec-headerRole {
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 1.4;
      color: #525263;
      -webkit-text-size-adjust: 100%;
      width: 100%;
      max-width: 1130px;
      padding-top: 74px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: auto;
  }
  .ec-headerNav .ec-headerNav__itemIcon {
      display: inline-block;
      margin-right: 10px;
      margin-left: 10px;
      font-size: 18px;
      color: #FFF;
  }
  .ec-cartNavi {
      display: inline-block;
      padding: 10px 0 0 20px;
      width: auto;
      color: #fff;
      background: transparent;
  }
  .ec-headerNavSP {
      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: 7px;
      left: 10px;
      z-index: 1000;
  }

 .apg_sc_table {
   float: none;
   margin-right: 0;
   width: 100%;
   line-height: 1;
 }
  h2 {
    margin-left: 0;
    margin-right: 0;
  }
  h3 {
    margin-left: 0;
    margin-right: 0;
  }
  /* テーブル スクロールボックス */
  .scroll-box {
    margin-left: 0;
    margin-right: 0;
  }

  /* ヘッダー */
  .ec-headerRole .ec-headerRole__title {
    flex: auto;
  }
  .ec-headerRole .ec-headerRole__menu {
    width: 100%;
    flex: auto;
    margin-top: 14px;
  }
  .ec-headerTitle .ec-headerTitle__title {
    text-align: center;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% * 2 / 3);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}
