/*20241209追加　TOPページバナー追加*/

/*ロゴの調整*/
h1.site-title img, div.site-title img{
  width: 85% !important;
  height: auto;
  margin-bottom: 3%;
}

.row_about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_01_flw {
  width: 50%;
  text-align: center;
  padding: 0;
}
.box_02_flw.order2 {
  width: 50%;
  text-align: center;
  padding: 0;
}

.box_01_flw img , .box_02_flw.order2 img {
  width: 70%;
}
.bnr_sup {
  padding: 4%;
}
.goods_new {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 3%;
  color: #4c8c62;
}

/*20250219追加 TOPページ 来店のメリット 追加*/
.shop_merit {
  margin: 6% 0 8% !important;
}
.fnt_small {
  font-size: 1rem;
}
.box_01, .box_03 {
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 3%;
/*  background-color: #ffffff61;*/
}
.pht_wh img{
  border: 3px solid #dfdfdf;
}
.ft_nml {
  font-size: 1.1rem;
}
.box_02, .box_04 {
  width: 50%;
  padding: 0 4%;
}
.top_rsn {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #499c52;
  margin-bottom: 2%;
  font-size:2rem;
/*  font-family: 'Sorts Mill Goudy', serif;*/
  border-bottom: dotted;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-color: #499c52;
  border-width: 2px;
}

.m_title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2%;
}
.store_intro {
  margin-bottom: 5%;
}
.store_intro p{
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.9;
}






/*20250113追加 TOPページ 3つの安心 追加*/

.top_3point {
  margin: 5% auto 10%;
}
.special_el {
  text-align: center;
  font-size: 1.8rem;
  /*color: #35922d;*/
  color: #111111;
  margin-bottom: 4%;
  border-bottom: 1.5px solid;
}

.special_el.shop {
  font-feature-settings: "palt";
  margin-top: 8%;
}
 
.bx_3point{
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
}
.brn_moc {
  width: 32%;
  /*background: #f5f8ec;
  box-shadow: 2px 2px 4px gray;*/
  padding: 0 2%;
}
.brn_moc img {
  display: block;
  margin: 0 auto;
  width: 15%;
  margin-bottom: 4%;
}
.brn_moc p {
  font-size: 14px;
  color: #111111;
}


/*20250205追加　商品カテゴリー*/
.top_5categoly {
  margin-top: 5%;
}

.btn_categoly {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn_goods {
  width: 19%;
}
.btn_goods p {
    text-align: center;
}




/*20241221追加　会社概要　追加*/

.cp_table th {
  background-color: #f6f6f6!important;
  text-align: center;
  padding: 3%!important;
  width: 25%;
  font-weight: bold;
  vertical-align: middle!important;
}

.cp_table td {
  padding: 3%!important;
  text-align: center;
  width: 75%;
}

/*購入方法のページ*/
.box_lght {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_doc {
  width: 50%;
  padding: 5%;
  text-align: center;
}
.box_doc img {
 border: 2px solid #cccccc;
}

.mv_htbuy {
  margin-bottom: 5%;
}
.entry-title_htbuy {
  font-size: 2em;
  line-height: 30px;
}


/* お客様情報 会員ではない方はこちら▼中のFAX項目を非表示 */
#fax_row {
  display: none;
}



/*ヘッダーメニューのサブの背景色の調整*/
@media screen and (min-width: 62.5em) {
    #site-navigation ul.sub-menu {
        background-color: #333!important;
    }
}
@media screen and (max-width: 999px) {
  .top_5categoly {
      padding: 0 3% 0;
  }
}

@media screen and (min-width: 641px){
  /* -----PC SP 改行-------- */
  .pc { display:block; }
  .sp { display:none; }
}
/* ------------------------------ */
@media screen and (max-width: 640px) {
/* ------------------------------ */
  .pc { display:none; }
  .sp { display:block; }


   /*ロゴの調整*/
  h1.site-title img, div.site-title img{
  width: 63% !important;
  height: auto;
  display: block;
  margin-bottom: 3%;
  }

  .tit_shop {
    padding: 0 4%;
  }
  h3.visit_store {
    font-size: 1rem;
    text-align: left;
  }
  .store_intro p {
      font-size: 1.2rem;
      text-align: left;
      line-height: 2;
  }
  section.conc1124 {
    margin-bottom: 12%;
  }
  .box_01_flw,.box_02_flw.order2 {
      width: 100%;
      text-align: center;
      /*padding: 5%;*/
  }
  .box_01, .box_02{
    width: 100%;
  }


  .cp_table th {
    width: 100%;
    display: block;
    padding: 3%;
  }

  .cp_table td {
    width: 100%;
    display: block;
    padding: 3%;
  }
  .top_3point {
    margin: 5% auto 20%;
  }
  .bx_3point {
    flex-direction: column;
/*    padding: 3%;*/
  }
  .brn_moc {
    width: 85%;
    margin: 0 auto 3%;
    padding: 5%;
  }

  .brn_moc img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 15%;
  margin-bottom: 4%;
  }
 .brn_moc p {
  font-size: 15px;
  }

  

  .special_el.shop {
  font-feature-settings:"palt";
  font-size: 1.5rem;
  line-height: 1.2;
  }

  .btn_goods {
    width: 48%;
  }

  .row_about {
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .box_01, .box_02 {
    width: 100%;
  }

 .box_doc{
  width: 100%;

 }



/* ------------------------------ */
}
/* ------------------------------ */