@charset "utf-8";
/* mystyle.css */


/* 追加css 2024
============================================================ */


/* 共通
============================================================ */
.ec-headInfomationRole {
  background-color: #BA3836;
}

/* フッター　*/
.ec-footerGuide {
  background-color: #0f2350;
}

.ec-footerRole {
  background-color: #BA3836;
  color: #FFF;
}

.ec-contactUsRole__address img {
  width: 152px;
}
@media screen and (max-width: 767px){
  .ec-contactUsRole__address img { 
    width: 50%;
  }
}

.ec-footerNavi .ec-footerNavi__item:nth-child(n+2),
.ec-footerNavi .ec-footerNavi__item:nth-child(2), 
.ec-footerNavi .ec-footerNavi__item:nth-child(4),
.ec-calendar,
.ec-footerCalendar .ec-footerCalendar__slick {
  border-color: #fff;
}

.ec-blockTopBtn {
  color: #FFF;
  border-color: #FFF;
}

.ec-calendar .ec-calendar__holiday span,
.ec-footerCalendar .ec-footerCalendar__footnote .holiday {
  background-color: #0f2350;
  color: #fff;
}

.ec-footerCalendar .slick-appendArrows .slick-arrow {
  background-color: #0f2350;
}


/* タグ
============================================================ */
:root {
    --clrProductTag1Bg:   #F08584;/* 2025年新蜜 */
    --clrProductTag1Text: #fff;/* 2025年新蜜 */
    --clrProductTag2Bg:   #ffb300;/* おすすめ商品 */
    --clrProductTag2Text: #fff;/* おすすめ商品 */
    --clrProductTag3Bg:   #4ebdbd;/* 冬季限定 */
    --clrProductTag3Text: #fff;/* 冬季限定 */
    --clrProductTag4Bg:   #dc143c;/* 送料無料 */
    --clrProductTag4Text: #fff;/* 送料無料 */
    --clrProductTag5Bg:   #eee;/* お中元セール */
    --clrProductTag5Text: #000;/* お中元セール */
    --clrProductTag6Bg:   #eee;/* 敬老の日ギフト */
    --clrProductTag6Text: #000;/* 敬老の日ギフト */
    --clrProductTag7Bg:   #eee;/* お歳暮セール価格 */
    --clrProductTag7Text: #000;/* お歳暮セール価格 */
    --clrProductTag8Bg:   #eee;/* 特別価格 */
    --clrProductTag8Text: #000;/* 特別価格 */
    --clrProductTag9Bg:   #eee;/* ポイント5倍 */
    --clrProductTag9Text: #000;/* ポイント5倍 */
    --clrProductTag10Bg:   #eee;/* 予約商品 */
    --clrProductTag10Text: #000;/* 予約商品*/
    --productTagRadius: 0px;/* タグ角丸 */
}


/* トップページ
============================================================ */
/* ヘッドスライダー　*/
.ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-size: 4.6vw;
}

.ec-shopCollectionBtn::before {
    background-color: #BA3836;
}

.ec-shopCollectionBtn::after {
    background-color: #C56A68;
}

.slick-dots li.slick-active {
    background-color: var(--clrActive, #BA3836) !important;
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
    font-size: 1.2rem;
}


@media only screen and (min-width: 1280px) {
  .ec-conceptRole__contentInnerInner .ec-secHeading .ec-secHeading__en {
    font-size: 1.65rem !important;
  }
}

@media screen and (max-width: 767px){ 
  .ec-conceptRole__contentInnerInner .ec-secHeading .ec-secHeading__en {
    font-size: 1.65rem;
  }
}

/* 人気商品カテゴリ　*/
.ec-pickupRole .slick-slider .slick-arrow {
    background-color: #BA3836;
}

@media (min-width: 1700px) {
  .ec-pickupRole .slick-slider .slick-arrow {
    background-color: transparent;
  }
}

.ec-pickupRole .ec-pickupRole__item .content .title {
  font-size: 0.9rem;
  font-weight: 400;
}

@media only screen and (min-width: 1280px) {
    .ec-pickupRole .ec-pickupRole__item .content .title {
        font-size: 1.1rem;
    }
}

/* マップ　*/
.ec-shopMapRole .ec-shopMapRole__content .logo img {
    width: 80px;
    max-width: none;
}


/* Instagram　*/
.ec-instagramRole .ec-instagramRole__list li .media_video {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.6s;
}

/* Instagram edgeのみ表示させない　*/
@supports (-ms-ime-align: auto){
  .ec-instagramRole {
    display: none !important;
  }
}
/* Edge (edgeHTML) */
_:-ms-lang(x)::backdrop, .ec-instagramRole {
  display:none !important;
}
/* Edge (Chromium) */
_:lang(x)::-ms-, .ec-instagramRole {
  display:none !important;
}



/* 商品ページ
============================================================ */
.p-note01 {
  background-color: #C1E0F3;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #387EEF;
  font-weight: bold;
}

.p-note02 {
  background-color: #F6D4DC;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #BA3836;
  font-weight: bold;
}

/* 2025 巣緑 */
.p-note03 {
  background-color: #339900;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #339900;
  font-weight: bold;
  color: #fff;
}
/* 2025 箱青 */
.p-note04 {
  background-color: #006699;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #006699;
  font-weight: bold;
  color: #fff;
}
/* 2025 母桃 */
.p-note05 {
  background-color: #ffcce5;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px  #ff3265;
  font-weight: bold;
  color: #ff3265;
}
/* 2025 父青 */
.p-note06 {
  background-color: #3299ff;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: solid 1px #3299ff;
  font-weight: bold;
  color: #fff;
}


/* お買い物ガイドページ
============================================================ */
.ec-rectHeading h2 {
  background-color: #c56a68;
  color: #fff;
}

.ec-helpRole h4:before,
.ec-helpRole .h4:before {
    content:　none;
}

.ec-helpRole h4:after,
.ec-helpRole .h4:after {
    content:　none;
}

.hc-guide td {
  font-weight: 500;
  background-color: #FFF;
}

.ec-helpRole h3, .ec-helpRole .h3 {
    border-left: solid 5px #111;
    border-bottom: solid 1px #111;
}

.ec-helpRole table td {
    border: solid 1px #111;
}

@media only screen and (min-width: 768px){
  .pc-img-70 {
    width: 70% !important; 
  }
}

.hc-guide #anchor02 .pricetable {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hc-guide #anchor02 .pricetable::-webkit-scrollbar{
  display: none;
}

.hc-guide th.priceCellth {
  border: solid 1px #111;
  padding: 1em;
  text-align: center;
  white-space: nowrap;
  background-color: #F5EDD5;
}



/* 特商法ページ
============================================================ */
.pc-img-ma2 {
    width: 168px;
}

@media only screen and (max-width: 767px) {
  .pc-img-ma2 {
    width: 300px;
  }
}

/* 会員登録ページ
============================================================ */
#page_entry .ec-radio {
    margin-top: 0 !important;
}


/* 店舗のご案内ページ
============================================================ */

/* 旧サイトcss　*/
.guide h1 {
  margin: 10px 0 30px !important;
}

.guide-bl,
.faq-bl {
  overflow: hidden;
}

.guide-bl__cell,
.faq-bl__cell {
  overflow: hidden;
}

.guide-bl h2 {
  padding: 16px 20px;
  margin: 20px 0 0 0!important;
  background-color: #c56a68;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.guide-bl h3 {
  margin: 35px 0 0 0;
  font-size: 1.0rem;
  font-weight: bold;
}

.guide-bl address p {
  margin: 10px 0 0 0;

}
.guide-bl address p a {
	color: #3aa9f7 !important;
  text-decoration: underline;
}

.mt-30 { margin-top: 30px !important;}

@media only screen and (min-width: 768px){
  .pc-img-70 {
    width: 70% !important; 
  }
  .pc { display:block; }
  .sp { display:none; }
}

/*  768まで（SP）
-------------------------------------------*/
@media only screen and (max-width: 768px){
  .sns-block {
    width: 80%;
    padding-bottom: 30px;
  }
  .sns-block-item {
    width: 20%;
    margin-right: 20%;
  }
  .guide-bl h2 {
    font-size: 1.1rem;
  }
}


/* 養蜂場ページ
============================================================ */
.apiary-bl h2 {
  padding: 16px 20px;
  margin: 20px 0 0 0!important;
  background-color: rgb(54, 92, 59);
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.apiary-img {
  margin-top: 30px;
}


/* よくあるご質問ページ
============================================================ */
.faq-bl h2 {
  padding: 16px 20px;
  margin: 50px 0 0 0!important;
  background-color: #0f2350;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.faq .hm-accordion {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
  background-color: #f4f5f6;
}

.faq .hm-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 10px 1.5em 4em;
  margin-top: 30px;
  color: #3B4043;
  font-weight: 600;
  cursor: pointer;
}

.faq .hm-accordion summary::-webkit-details-marker {
  display: none;
}

.faq .hm-accordion summary::before {
    content: "Q";
    color: #074f90;
    position: absolute;
    font-weight: 700;
    line-height: 1;
    top: 18px;
    left: 20px;
    font-size: 20px;
}

@media only screen and (min-width: 768px){
  .faq .hm-accordion summary {
    padding: 1.5em 5em 1.5em 5em;
  }
  .faq .hm-accordion summary::before {
    top: 18px;
    left: 30px;
    font-size: 26px;
  }
}

.faq .hm-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 20px;
  border-bottom: 3px solid #3B4043;
  border-right: 3px solid #3B4043;
  content: '';
  transition: transform .3s;
}

.faq .hm-accordion[open] summary::after {
  transform: rotate(225deg);
}

.faq .hm-accordion p {
  justify-content: space-between;
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 40px 1.5em 4em;
  color: #3B4043;
  transition: transform .5s, opacity .5s;
}

.faq .hm-accordion p::before {
    content: "A";
    color: #BA3836;
    position: absolute;
    font-weight: 700;
    line-height: 1;
    top: 10px;
    left: 20px;
    font-size: 20px;
}

.faq .hm-accordion p a {
  flex-shrink: 0;
}

@media only screen and (min-width: 768px){
  .faq .hm-accordion p {
    padding: .3em 100px 1.5em 5em;
  }
  .faq .hm-accordion p::before {
    top: 5px;
    left: 30px;
    font-size: 26px;
  }
}

.faq .hm-accordion[open] p {
  transform: none;
  opacity: 1;
}

/* 1027-6 */
@media screen and (max-width: 480px) {
  .faq .faq-bl__cell h2:first-child {
    margin-top: 1rem;
  }
}


/* パスワード再発行ページ
============================================================ */
@media only screen and (max-width: 767px) {
  .ec-reportHeading {
      padding-left: 25px;
      padding-right: 25px; 
  }
  .ec-reportDescription {
      padding-left: 25px;
      padding-right: 25px; 
  }
}


/* オプションプラグイン 修正 
============================================================ */
.ec-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.option_Label label.form-label {
  margin: 0;
  margin-right: 1em;
  min-width: 6em;
  font-size: 1rem;
  font-weight: 400;
}

.option_Label label.form-label:after {
  content: "：";
}

/* カートエリア オプション　*/
.ec-cartRow {
    display: table-row;
}

.ec-cartRow__contentColumn {
　　border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    display: table;
}

.ec-cartRow__img {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding-right: 10px;
}

.ec-cartRow__summary {
display: table-cell;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1.3;
    width: 46%;
}

@media screen and (max-width: 767px){ 
  .ec-cartRow__img {
    padding-top: 1em;
  }
  .ec-cartRow__summary {
    padding-top: 1em;
  }
  .ec-cartRow__sutbtotalSP {
    padding-bottom: 1em;
  }
  .ec-select {
    display: block;
  }
}

.ec-cartRow__name {
    margin-bottom: 5px;
}


/* マイページ　会員ランク調整
============================================================ */
@media only screen and (min-width: 1280px) {
  #customer_rank {
    margin: 0 auto;
    max-width: 1280px;
  }
  #customer_rank h2.heading02 {
    padding: 0.75em 0.75em;
    font-size: 1.3em;
    background-color: #F0F0F0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #customer_rank {
    padding-left: 3.906vw;
    padding-right: 3.906vw;
  }
  #customer_rank h2.heading02 {
    margin-left: -3.906vw;
    margin-right: -3.906vw;
    padding: 0.85em 3.906vw;
    font-size: 1.2rem;
    background-color: #F0F0F0;
  }
}
@media only screen and (max-width: 767px) {
  #customer_rank {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  #customer_rank h2.heading02 {
    margin-left: -6.25vw;
    margin-right: -6.25vw;
    padding: 0.85em 6.25vw;
    font-size: 1.2rem;
    margin-bottom: 1em;
    background-color: #F0F0F0;
  }
}

/* フリーエリア調整　*/
table.table_basic th {
  font-weight: normal;
}


/* マイページ　navi ポイント調整
============================================================ */

.ec-welcomeMsg p.my-name {
  display: block;
}

.ec-welcomeMsg p.my-point-ex {
  display: block;
}

.ec-welcomeMsg p.my-point-ex {
  display: block;
  color: #c0392b;
}



/* お支払方法エリア
============================================================ */
#zeus_input_name .ec-halfInput {
  display: flex !important;
}

#zeus_payment_input {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
}

#zeus_payment_input input {
  margin-top: 5px;
}
#zeus_payment_input select {
  margin-top: 5px;
}

@media only screen and (min-width: 1280px) {
  .ec-select .select_ui:after,
  .ec-birth .select_ui:after {
    height: calc(116% - 8px);
    top: 1px;
  }
  #zeus_payment_input .ec-select .select_ui:after,
  #zeus_payment_input .ec-birth .select_ui:after {
    height: calc(116% - 13px);
    top: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ec-select .select_ui:after,
  .ec-birth .select_ui:after {
    height: calc(116% - 8px);
    top: 1px;
  }
  #zeus_payment_input .ec-select .select_ui:after,
  #zeus_payment_input .ec-birth .select_ui:after {
    height: calc(116% - 13px);
    top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .ec-select .select_ui:after,
  .ec-birth .select_ui:after {
    height: calc(116% - 8px);
    top: 1px;
  }
  #zeus_payment_input .ec-select .select_ui:after,
  #zeus_payment_input .ec-birth .select_ui:after {
    height: calc(116% - 13px);
    top: 6px;
  }
}

#zeus_payment_input .ec-halfInput input[type='text'] {
    width: 30%;
}

#zeus_input_cvv .col-sm-6 {
    width: 40%;
    margin-top: 10px;
}

#zeus_input_cvv .ec-required {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  #zeus_input_cvv .d-flex {
    display: block !important;
  }
}

/* Zコンビニ決済画面
============================================================ */
#page_zeus_cvs_payment .ec-layoutRole__main {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

#page_zeus_cvs_payment .ec-layoutRole__main table {
  margin: 0 auto;
  text-align: center;
}

#page_zeus_cvs_payment .ec-layoutRole__main h1 {
  padding: 20px 0;
  margin: 0 0 50px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

#page_zeus_cvs_payment .ec-layoutRole__main .col-sm-4 {
  margin: 50px auto 0;
}

#page_zeus_cvs_payment .text-info {
  color: #333333 !important;
}

#page_zeus_cvs_payment .text-warning {
  color: #FF0000 !important;
}
