/*slider*/
.slider {
  display: block;
  margin-bottom: 6%;
}
.bx-pager {
  margin: 0;
  padding: 0;
}
.bx-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 10px!important;
}
.bx-wrapper .bx-viewport {
  border: 0!important;
  box-shadow: none!important;
  left: 0!important;
}
@media screen and (max-width: 768px) {
  .slider {
    margin-bottom: 45px;
  }
}
/* frees pace */
.news {
  border-style: double none;
  /*border-color: #939f66;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}
.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}
.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}
/*　new_items */
.new_item-items {
  margin-top: 3em;
}
/*-------------------------
  240310 custom
-------------------------*/
/* バナー */
.bnr-list {
  margin: 0 0 20px;
  text-align: center;
}
.bnr-list li {
  margin-bottom: 4%;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .bnr-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bnr-list li {
    width: 49%;
    margin-bottom: 2%;
  }
}
/* 人気の商品 */
.recommend-list {
  display: flex;
  flex-wrap: wrap;
}
.recommend-list__item {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 4%;
  padding: 10px;
  border: solid 1px #939f6670;
  text-align: center;
}
.recommend-list__item:nth-child(2n) {
  margin-left: 4%;
}
.recommend-list__img {
  margin-bottom: 8px;
}
.recommend-list__name {
  display: block;
}
.recommend-list__price {
  display: block;
  margin-top: 3px;
  font-size: .8em;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .recommend-list__item {
    width: calc(94% / 4);
    margin-bottom: 2%;
  }  
  .recommend-list__item:nth-child(2n) {
    margin-left: 0!important;
  }
  .recommend-list__item:nth-child(4n), .recommend-list__item:nth-child(4n-1), .recommend-list__item:nth-child(4n-2) {
    margin-left: 2%!important;
  }
}
/* お知らせ */
.topNews {
  margin: 0 auto 60px;
  padding: 18px 25px;
  border: solid 3px #939f6670;
}
.topNews li {
  padding: 12px 3px;
  list-style: none;
  border-bottom: dotted 1px #939f6650;
}
.topNews li:last-child {
  border-bottom: none;
}
.topNews li a {
  text-decoration: underline;
}
.topNews li span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .topNews {
    margin-bottom: 40px;
    padding: 10px 15px;
  }
  .topNews li {
    padding: 8px 3px;
  }
  .topNews li span {
    display: block;
    margin-bottom: 3px;
  }
}