 /*フォントサイズ*/
 p{
    font-size: 16px

}
a{
    font-size: 16px

}
/*スライドショーCSS*/
    #container{
        margin-bottom: 70px;
    }
  .display {
      margin: 90px 0px 30px 0px;
    }
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
/*PC版スライド非表示*/
@media only screen and (max-width: 769px){
.display {
    display: none;
      margin: 90px 0px 30px 0px;
}}
/*SP版スライド非表示*/
.spdisplay{
  display: none;
}
/*SP版スライド表示*/
@media only screen and (max-width: 768px){
.spdisplay {
    display: block;
        margin-top: 110px
}
    .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}}

/*SP版スライドCSS*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 調整用 */
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.swiper-pagination {
    position: unset;
      margin-top: 10px;
}

.swiper-container {
    padding: 0px 0px 20px 0px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;

}

.swiper-pagination-bullet {
    background: #E2EEE5 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #4C3E3B !important;
}



 /*クレジット決済のお客様へ*/
 .cc_flex{
    display: flex;
    border: solid 1px #FF6600;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
 }
 .bgc_o{
    padding: 20px 15px;
    background-color: #FF6600;
 }
 .ccf_midashi{
     font-size: 20px;
     font-weight: bold;
     text-align: center;
     color: #ffffff;
 }
 .ccf_txt{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #4C3E3B;
}

.ccf_button{
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 20px;
    background-color: #ff6600;
    border: solid 3px #ff6600;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
    margin-right: 20px;
  }
  .ccf_button:hover{
    background-color: #ffffff;
    color: #ff6600;
  }
  .ccf_button:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    margin-right: 10px;
  }

 /*タイトル*/
 .c-ttl {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #4C3E3B;
}

 /*お知らせ*/
.lead--md {
    font-weight: bold;
}

.t_sidebar .t_item {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.t_new_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t_new_flex p{
    font-size: 24px;
    font-weight: bold;
}

.t_new_flex a {
    padding: 5px 15px;
    background-color: #E2EEE5;
    border: 1px solid #E2EEE5;
    text-decoration: none;
    cursor: pointer !important;
    transition: 0.5s;
}
.t_new_flex a:hover{
    background-color: #FFFFFF;
}


.l-content-block.t_sidebar {
    display: block;
    width: 100%;
    max-width: 350px;
}

.t_sidebar .list > * + * {
    border-top: 1px solid #E2EEE5;
}

.l-content-wrapper {
    margin-bottom: 70px;
}

@media screen and (min-width: 1024px){
.l-content-block.main {
    margin-right: 50px;
}
.l-content-wrapper {
    margin-bottom: 100px;
}
}

/*商品ラインナップ*/
.t_catch{
    font-size: 16px;
    color: #FF6600;

}
.beige::before {
    background-color: #FFF8E9 !important;
}

/*商品リスト*/
.product_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.b_none{
    margin-bottom: 100px;
}

.product_item {
    width: 30%;
    margin: 0px 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_item img{
    margin-bottom: 10px;
}
.img_a{
    transition: 0.5s;
}

.img_a:hover{
    opacity: 0.5;
}

.product_item h4 a{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_item .member{
    font-size:20px;
    font-weight: bold;
    color:#FF6600;
    text-align: right;
}
.product_item .m_only{
    margin-bottom: 10px;
}

.product_item .member span{
    font-size:12px;
    
}

.product_item .normal{
    font-size:16px;
    font-weight: bold;
    color:#4C3E3B;
    text-align: right;
    margin-bottom: 10px;
}

.product_item .normal span{
    font-size:10px;
    
}

.product_item .product_form{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.product_item .product_form .number{
    display: inline-block;
    padding: 10px 10px 11px 10px;
    font-weight: bold;
    background-color: #E2EEE5;
}

.product_item .product_form .number_set{
    width: 50%;
    padding: 20px;
    border-radius: 0;
    border: solid 1px #E2EEE5;
}

.product_item .product_form .cart{
    font-size: 16px;
    display: block;
    outline: 0;
    cursor: pointer;
    color: #ffffff;
    background: #FF6600;
    font-weight: bold;
    height: 3em;
    line-height: 3.0em;
    width: 100%;
    padding: 0px 20px 0px 45px;
    border-radius: 10px;
    border: solid 2px #ff6600;
    transition: 0.5s;
}

.button_wrap {
   color: #ffffff;
  position: relative;
  line-height: 2.8em;
  transition: 0.5s;
  margin:0 auto;
  }
  .button_wrap::before {
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    font-weight: 900;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.button_wrap:hover{
    color: #ff6600;
  }
  

  .product_item .product_form .cart:hover {
    color: #FF6600;
    background: #FFF8E9;
  }
  

.product_item .product_page{
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    background-color: #E2EEE5;
    border: solid 2px #E2EEE5;
    color: #4C3E3B;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s;
  }

  .product_item .product_page:hover{
    background-color: #ffffff;
    color: #4C3E3B;
  }

  .product_item .product_page:before {
    content: "";
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    margin-right: 10px;
    background: url(https://img02.shop-pro.jp/PA01099/493/etc/garlic_ico.png?cmsp_timestamp=20220106164523) no-repeat center center/contain;
  }

  .listb_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

  .product_list_button{
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border: solid 3px #ff6600;
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    transition: 0.5s;
  }
  .product_list_button:hover{
    background-color: #ff6600;
    border: solid 3px #ff6600;
    color: #ffffff;
  }
  .product_list_button:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    margin-right: 10px;
  }

  /*特徴*/
  .features_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
    }

    .features_item p{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 50px;
    }
    .features_img{
        margin: 50px 0px;
    }
    .features_button {
        display: inline-block;
        text-decoration: none !important;
        text-align: center;
        padding: 20px 40px;
        background-color: #E2EEE5;
        border: solid 3px #E2EEE5;
        color: #4C3E3B;
        font-size: 18px;
        font-weight: bold;
        border-radius: 100px;
        transition: 0.5s;
        margin-top: 0px;
    }
      .features_button:hover{
        background-color: #ffffff;
      }
      .features_button:before {
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        font-weight: 900;
        margin-right: 10px;
      }
    /*定期便*/
    .orenge{
        color: #ff6600 !important;
    }
    .teiki_m{
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .teiki_flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .teiki_item{
        width: 30%;
    }
    .teiki_item p{
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
    .teiki_img{
        margin-bottom: 50px;
    }
    .tokuten{
        padding: 50px 0px;
        background-color: #FFF8E9;
        border: 10px solid #ff6600;
        margin: 0 auto 56px auto;
    }
    .tokuten_flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .tokuten_item{
        width: 30%;
    max-width: 200px;
    }

    .listb_flex2 {
        display: flex;
        justify-content: center;
        margin: 0px;
    }
    /*お試し商品*/
    .w567 {
        max-width: 567px;
        margin: 0px auto 30px auto;
    }
    .w50{
        width: 50%;
        display: block;
        margin: 30px auto;
    }
    .otameshi {
        padding: 30px 0px;
        background-color: #FFF8E9;
        border: 3px solid #ff6600;
        margin: 0 auto 100px auto;
    }
    .otameshi_flex {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .otameshi_p h4 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    
    .otameshi_p .member{
        font-size:40px;
        font-weight: bold;
        color:#FF6600;
        text-align: right;
        margin-bottom: 70px;
    }
    
    .otameshi_p .member span{
        font-size:20px;
        
    }
    
    .otameshi_p .normal {
        font-size: 28px;
        font-weight: bold;
        color: #4C3E3B;
        text-align: right;
        margin-bottom: 10px;
    }
    
    .otameshi_p .normal span{
        font-size:14px;
        
    }
    .w30{
        width: 30%;
    }
    
    .otameshi_p .product_form{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .otameshi_p .product_form .number{
        display: inline-block;
        padding: 10px 10px 11px 10px;
        font-weight: bold;
        background-color: #E2EEE5;
    }
    
    .otameshi_p .product_form .number_set {
        width: 50%;
        padding: 20px;
        border-radius: 0;
        border: solid 1px #E2EEE5;
        background-color: #ffffff;
    }
    
    .otameshi_p .product_form .cart{
        font-size: 16px;
        display: block;
        outline: 0;
        cursor: pointer;
        color: #ffffff;
        background: #FF6600;
        font-weight: bold;
        height: 3em;
        line-height: 3.0em;
        width: 100%;
        padding: 0px 20px 0px 45px;
        border-radius: 10px;
        border: solid 2px #ff6600;
        transition: 0.5s;
    }
    .button_wrap {
        color: #ffffff;
        position: relative;
        line-height: 2.8em;
        transition: 0.5s;
        width: 70%;
        text-align: center;
    }
      .button_wrap::before {
        font-family: "Font Awesome 5 Free";
        content: '\f07a';
        font-weight: 900;
        position: absolute;
        top: 4px;
        bottom: 0;
        left: 20px;
        margin: auto;
    }
    
    .button_wrap:hover{
        color: #ff6600;
      }
      
    
      .otameshi_p .product_form .cart:hover {
        color: #FF6600;
        background: #FFF8E9;
      }
    
    .listb_flex3{
        display: flex;
        justify-content: space-around;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    .b_item{
        width:40%;
    }

  /*タブレット*/
  @media only screen and (max-width: 1024px){
    /*商品一覧セット*/
    .product_list{
        margin-bottom: 0px;
        justify-content: space-between;
    }
    .product_item {
        width: 45%;
        margin: 0px 17px 50px 17px;
    }
}
    /*SP*/
    @media only screen and (max-width: 768px){
        .cc_flex {
            display: block;
            border: solid 1px #FF6600;
        }
        .ccf_txt {
            text-align: justify;
            padding: 20px 30px;
        }
        .ccf_button {
            display: block;
            margin: 0px 30px 20px 30px;
        }

        .l-content-wrapper {
            flex-wrap: wrap;
        }
        .l-content-block.t_sidebar {
            max-width: 100%;
        }
        /*タイトル*/
        .c-ttl {
            font-size: 20px !important;
        }
        /*商品一覧セット*/
        .product_item {
            width: 100%;
            margin: 0px 0px 50px 0px;
        }
        
        .product_list_button {
            padding: 10px 20px;
            font-size: 16px;
        }
        /*特徴*/
        .features_flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 50px;
        }
        .features_item{
            margin-bottom: 30px;
        }
          .features_button {
            padding: 10px 20px;
            font-size: 16px;
        }
        .teiki_m {
            font-size: 20px;
        }
        .teiki_item p {
            font-size: 12px;
            margin-top: 15px;
        }
        .tokuten {
            padding: 30px 30px;
            background-color: #FFF8E9;
            border: 5px solid #ff6600;
        }
        .tokuten_flex {
            margin-bottom: 20px;
            justify-content: space-around;
        }
        .tokuten_item {
            width: 40%;
        }

        .otameshi {
            display: none;
        }
        .b_item {
            width: 100%;
            margin-bottom: 10px;
        }
}

/* コンテンツ高さ調整 */
#container {
    margin-top: -85px;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}