.main__section {
  padding-top:0;
}
/*お知らせ*/
#news-list {}
/*ヒーローバナー*/
#hero {
  padding-top:95px;
  margin-bottom: 1.5rem;
}
#hero .hero-holder {
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
}
#hero .hero-holder-sp {display:none;}
#hero .hero-holder ul {list-style:none;}
.hide-pc {display: none;}
@media screen and (max-width:990px) {
  #hero {padding-top:68px;}
  .hide-sp {display: none;} 
  .hide-pc {display: block;}
}

@media screen and (max-width:640px) {
  #hero {margin-bottom: 1rem;}
  #hero .hero-holder {display:none;}
  #hero .hero-holder-sp {
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
  }
}

/*おススメバナー*/
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-flex-3 > img,
.img-flex-3 a { width: 32%; }
.img-flex-2 a { width: 49%; }
.img-flex-2 a img { width: 100%; height: auto;}

/*news新着情報*/
.info dl {
  overflow: hidden;
  font-size: 0.875em;
  line-height: 1.42857;
  border-bottom: 1px dashed #ccc;
}
.info dl dt {
  padding: 10px 5px;
  border-top: 1px dashed #ccc;
  float: left;
  clear: left;
  width: 100px;
  font-weight: bold;
  margin-top: -1px;

}
@media only screen and (max-width: 768px) {
  .info dl dt {
    width: 100%;
    padding: 1%;
  }
}
.info dl dd {
  padding: 10px 0;
  border-top: 1px dashed #ccc;
  width: 100%;
  margin-top: -1px;
}
.info dd {
	margin-left: 0px;
	}
@media only screen and (max-width: 768px) {
  .info dl dd {
    width: 100%;
    clear: both;
    border: none;
    padding: 0 1% 2%;
  }
}
/*お知らせ一覧ボタン*/
.to-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #e8d3d1;
    width: 150px;
    height: 20px;
    border-radius: .3rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: .5rem auto 3rem;
font-size:14px;
}

.to-list a:hover {
    box-shadow: -2px 0 4px 0 rgba(0,0,0,0.3);
    opacity: 1;
    background: #E41719;
}
/*トップページボックス20210122*/
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 3px #e41719;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #e41719;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/*複数の送り先がある場合のご案内*/
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  border-radius: 3px;
  width: 190px;
  height: 27px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #E41719;
}

.original-button:hover {
  opacity: .7;
}

/*------------------
トップ追加エリア(2022.4)
--------------------*/
#add-top img {border-radius: 0;}
#add-top ul {list-style-type: none;}
#add-top .sp-visible {display: none;}
@media screen and (max-width: 768px) {
  #add-top .sp-visible {display: block;}
}
#add-top .section__title-h2 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #add-top .section__title-h2 {
    font-size: 16px;
  }
}
#add-top .section__title-h2 span {
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #add-top .section__title-h2 span {
    font-size: 13px;
  }
}
/* 前へ次への矢印カスタマイズ */
#add-top .hero-toppage .swiper-slide {
  width: 100% !important;
  height: auto;
}
#add-top .hero-toppage .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#add-top .hero-toppage .swiper-pagination {
  position: relative;
  bottom: -12px;
}
#add-top .hero-toppage .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #d6d6d6;
  opacity: 1;
}
#add-top .hero-toppage .swiper-pagination .swiper-pagination-bullet-active {
  background: #b7282e;
  opacity: 1;
}
#add-top .hero-toppage .swiper-button-prev:after,
#add-top .hero-toppage .swiper-button-next:after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
#add-top .hero-toppage .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 559px) {
  #add-top .hero-toppage .swiper-button-prev {
    left: 10px;
  }
}
#add-top .hero-toppage .swiper-button-prev:after {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 559px) {
  #add-top .hero-toppage .swiper-button-prev:after {
    width: 20px;
    height: 20px;
  }
}
#add-top .hero-toppage .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 559px) {
  #add-top .hero-toppage .swiper-button-next {
    right: 10px;
  }
}
#add-top .hero-toppage .swiper-button-next:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 559px) {
  #add-top .hero-toppage .swiper-button-next:after {
    width: 20px;
    height: 20px;
  }
}
#add-top .cat-select {
  margin-top: 20px;
}
#add-top .cat-select ul {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
#add-top .cat-select ul li {
  width: 17.7vw;
  background: #f2e6e6;
}
#add-top .cat-select ul li a {
  display: block;
  padding: 1.4vw;
}
#add-top .cat-select ul li a .sc-image {
  margin-bottom: 8px;
  display: block;
}
#add-top .cat-select ul li a p {
  font-size: 13px;
  line-height: 1.3;
  height: 35px;
}
@media screen and (max-width: 559px) {
  #add-top .cat-select ul li a p {
    font-size: 2.9vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 340px) {
  #add-top .cat-select ul li a p {
    height: 10vw;
  }
}
#add-top .cat-select ul li a div.arrow {
  width: 11px;
  height: 2px;
  display: block;
  margin: auto 0 3px auto;
}
#add-top .sub-bnrbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #add-top .sub-bnrbox {
    margin: 30px 0;
  }
}
#add-top .sub-bnrbox div {
  width: 49%;
  margin-bottom: 1.3vw;
}
#add-top .sub-bnrbox div a {
  display: block;
}
#add-top .sub-bnrbox div a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #add-top .sub-bnrbox div:nth-of-type(1) {
    width: 100%;
  }
  #add-top .sub-bnrbox div:nth-of-type(3), #add-top .sub-bnrbox div:nth-of-type(4) {
    display: none;
  }
}
#add-top .sub-bnrbox div:nth-of-type(5) {
  display: none;
}
@media screen and (max-width: 768px) {
  #add-top .sub-bnrbox div:nth-of-type(5) {
    display: block;
  }
}
#add-top .beef-select {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #add-top .beef-select {
    margin: 0 0 10px;
  }
}
#add-top .beef-select ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#add-top .beef-select ul li {
  width: 19%;
}
#add-top .beef-select ul li:not(:last-child) {
  margin-right: calc((100% - (19%*5)) / 4 );
}
@media screen and (max-width: 768px) {
  #add-top .beef-select ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #add-top .beef-select ul li {
    width: 48%;
    margin-bottom: 3.5vw;
  }
  #add-top .beef-select ul li:nth-of-type(odd) {
    margin-right: 4%;
  }
}
#add-top .beef-select ul li a {
  display: block;
}
#add-top .beef-select ul li a:hover {
  opacity: .7;
}
#add-top .bnr-mailmag {
  margin: 0 0 30px;
}
/*Googleの検索結果サイトリンクの検索ボックスの導入*/
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.suzukikenichi.com/",
"potentialAction": {
 "@type": "SearchAction",
 "target": "http://www.suzukikenichi.com/search?q={search_term}",
 "query-input": "required name=search_term"
 }
}
</script>
