/*最終発送日*/
.news-add{
	border: 2px solid #7f1a2c;
    padding: 15px;
    margin-bottom: 35px;
}
.news-add > div:nth-of-type(1){
width:calc((100% - 25px) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-add > div:nth-of-type(2){
width:calc((100% - 25px) / 5*4);
}
.news-add h4{
    margin: 0 0 2px;
    font-size: 18px;
}
.news-add p{
margin: 0;
    line-height: 1.75;
}
.news-add span{
    display: block;
    text-align: right;
}
.news-add .lasth{
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #7f1a2c;
    line-height: 1;
    /* margin-right: 5px; */
    /* margin-right: 2px;
    margin-left: 3px; */
    display: inline-block;
text-align:left;
}

/*トップメニュー*/
.youtube{
    display: block;
    margin-top: 50px;
    width: 100%;
    /*height: 35.7vh;*/
  height: 389px;
}
.mb20{
margin-bottom:20px;
}
.top-com a{
  padding: 0 1%;
   width: calc(100% / 4);
    box-sizing: border-box;
}
.top-com a img{
width: 100%;
}
.top-menu{
	list-style: none;
    margin: 0;
 	display: flex;
    justify-content: space-between;
    font-size: 17px;
    flex-wrap: wrap;
}
.top-menu li{
position: relative;
    padding: 0 0 0 20px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    background-image: none;
}
.top-menu li:before, .top-menu li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.top-menu li:before {
    left: 0px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7f1a2c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #7f1a2c;
    top: -1px;
}

/*お詫びのお知らせ*/
.im-news{
    margin: 0 auto 35px;
    border: 2px solid #7f1a2c;
    padding: 15px;
    box-sizing: border-box;
}
.im-news a{
    padding-top: 5px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    color: #7e6d66;
    font-size: 16px;
}

/*新着情報*/
.info ul{
    list-style: none;
    margin: 0;
    font-size: 15px;
}
.info li{
margin-top: 15px;
}
.info_detail{
    margin: 0;
}
/*バナー*/
.top-banner{
	margin: 43px 0px 45px;
}

/*スライドショー*/
.slider{
	margin: 43px 0px 45px;
}
.slider .bx-controls{
display:none;
}

/*Instagramバナー*/
.insta-banner{
    /*margin-bottom: 60px;*/
    margin-bottom: 20px;
}

/*精肉バナー*/
.seiniku-banner{
    margin-bottom: 60px;
}

/*商品一覧*/
.product{
font-size: 15px;
    margin-bottom: 40px;
}
.product .flex{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(25%, 180px), 1fr));
    gap: min(4.9vw, 21px) min(2.7vw, 15px);
}
.product .flex.row:before{
	display:none;
}
.product h2{
	margin-bottom: 20px;
}
.product .item_name{
    padding-top: 8px;
    line-height: 1.2;
}
.product .item_price {
    font-weight: normal;
}
.product .col-lg-4{
    text-align: center;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
    float: none;
    width: 100%;
    padding: 0;
}
/*ランキング*/
.seller_lists .item_price{
    font-weight: normal;
}

.news-btn{
margin: 0 auto min(8vw,50px);
    border: 7px double #7f1a2c;
    padding: 0.7rem;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: min(4vw,18px);
    text-align: center;
    text-indent: -0.5rem;
}

@media (max-width: 768px){
  .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
  }
  .row.flex:before{
  	display:none;
  }
.product .item_name {
    padding-top: 5px;
    line-height: 1.5;
}
.flex .col-sm-4 {
	font-size: 14px;
    /*width: calc((100% - 20px) / 3);
    margin-bottom: 20px;
  padding: 0;*/
}
  .insta-banner{
  width: 60%;
    display: block;
    margin: 0 auto 60px;
  }
}

@media (max-width: 645px){
.product .flex {
margin-bottom: 5px;
    padding-bottom: 0;
}
  .insta-banner{
  width: 100%;
    margin: 0 0 60px;
  }
 .top-com a {
    padding: 0;
    width: calc((100% - 20px) / 2);
   margin-bottom:20px;
} 
.youtube {
    margin-top: 15px;
}
  .news-add > div:nth-of-type(1){
    width: 100%;
    max-width: 128px;
    margin: 0 auto 15px;  
  }
  .news-add > div:nth-of-type(2){
    width: 100%;  
  }
}

@media (max-width: 480px){
.top-menu{
    gap: 3vw; 
 }
.top-menu li {
   /*width: calc(100% / 2.5);*/
    width: calc((100% - 3vw) / 2);
}
.top-banner {
    margin: 20px 0px 30px;
}
.slider {
    margin: 20px 0px 30px;
}
.info li {
    margin-top: 10px;
}
.insta-banner {
    margin-bottom: 30px;
}
.youtube {
    height: 26vh;
}
}


/*モーダルウィンドウ*/
.js-modal-open, .na-btn{
    background: #7f1a2c;
    color: #fff;
    border:1px solid #7f1a2c;
    border-radius: 25px;
    text-align: center;
    padding: 8px 8px 6px;
    line-height: 1;
    max-width: 200px;
    margin: 1em auto;
    transition: 0.3s;
}
.js-modal-close{
    color: #fff;
    text-align: right;
}
.js-modal-open:hover, .js-modal-open:focus, .na-btn:hover, .na-btn:focus{
    background: #fff;
    color: #7f1a2c;
    opacity: 1;
    text-decoration:none;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
      width: min(51%,530px);
}
.modal__content img{
    display: block;
    margin: auto;
}
.hb-img{
    width: auto;
      /*height: 91vh;
    aspect-ratio: 1.21/3;*/
    height: 80vh;
    aspect-ratio: 3/2.47;
}
.hb-img img{
    width: 100%;
    height: 100%;
    /* object-fit: contain;*/
    object-fit: cover;
}
.modal-btn-box{
	margin: 1em 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%,200px),1fr));
    gap: min(3vw,1rem);
}
  .modal-btn-box .js-modal-open{
    max-width: 100%;
    margin:0;
  }


/*@media (max-width: 645px){
  .modal__content{
    width: 85%;
    }

.hb-img {
    height: 84vh;
    width: auto;
}
.hb-img img {
    object-fit: contain;
    height: 90vh;
    width: auto;
    aspect-ratio: 1.21/3;
}
.hb-img .js-modal-close {
  margin-top:10px;
  display:block;
    color: #333;
}

  .modal-btn-box .js-modal-open{
  max-width: 200px;
      width: 100%;
  margin: 0 auto;
  }
}*/


@media screen and (min-width: 901px){
  .js-modal .sp{
  display:none!important;
  }
}

@media screen and (max-width: 900px){
  .js-modal .pc{
  display:none!important;
  }
.modal__content{
    width: 85%;
    }

.hb-img {
    overflow: scroll;
    overflow-x: auto;
    background: #fff;
    aspect-ratio: 1/2;
    height: auto;
}
.hb-img img {
    object-fit: contain;
      height: 100vh;
    width: auto;
    aspect-ratio: 1.21/3;
}
.hb-img .js-modal-close {
  display:block;
    color: #333;
    text-align: center;
    margin-top: 4px;
}
  .modal-btn-box .js-modal-open{
  max-width: 200px;
      width: 100%;
  margin: 0 auto;
  }
}

@media screen and (max-width: 900px) and (min-width: 641px){
.hb-img {
    aspect-ratio: 2/3;
    height: 82vh;
    width: auto;
}
.hb-img img {
    height: 130vh;
    width: auto;
    aspect-ratio: 1.21/3;
}
}

/*追加CSS(senda)*/
  /* タブ*/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #7f1a2c;
    display: block;
    order: -1;
  }
  .tab-label {
    color: White;
    background: #7f1a2c;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    padding: 10px 0.5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  } /* アクティブなタブ */
  .tab-switch:checked + .tab-label {
    background: #b9334c;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: 0.5s opacity;
  } /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  } /* 2カラム */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    background-color: #ffffff; /* 背景の色 */
    color: #fff; /* 文字の色 */
    text-align: center; /* 内容は中央配置 */
  }
  .col_2 > div {
    width: 25%;
    padding: 10px;
  }
  @media screen and (max-width: 1200px) {
    .col_2 > div {
      width: 50%;
    }
  }
  .col2_text > div {
    text-decoration: none;
  }

/*追加CSS(senda)*/
  /* 催事情報*/
table.saizi {
  border-collapse: collapse;
  border: solid 1px #b9334c;
  width:100%
  }

table.saizi th {/*table内のthに対して*/
  padding: 5px;/*上下左右10pxずつ*/
  text-align: left;
}

table.saizi td {/*table内のtdに対して*/
  padding: 3px 5px;/*上下3pxで左右10px*/
  font-size: 9px;
  width: auto;
  /*white-space: nowrap;*/
}

table.saizi th{/*thに対して*/
  color: #ffffff;/*文字色*/
  background: #7f1a2c;/*背景色*/
  font-size: 11px;
}

table.saizi th,table.saizi td {
  border: solid 1px #b9334c;
  /*実線 1px 黒*/
  border-right: none !important;
  border-left: none !important;
}


h1.saizi {
/*線の種類（二重線）太さ 色*/
display: flex;
justify-content: center;
width: auto;
}