.sec-culum {
 max-width:1400px;
 display:block;
  margin:0 auto;
}
#contents {
  margin:50px auto 0 !important;
  padding:0;
}
h2,h3,h4 {
  font-weight:500;
  font-size:35px;
}

/*　スライド */
    .slider{
        width:100%;
        margin:120px auto 0;
    }
    .slider img{
        width:100%;
    }
    .slider .slick-slide{
        height:auto!important;
    }
    .slider .slick-arrow{
        z-index:2!important;
    }
    .slider .slick-next{
        right:0!important;
    }
    .slider .slick-prev{
        left:0!important;
    }
.slider .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}

  
.slick-dotted.slick-slider {
  max-width:100%;
  margin-bottom:150px !important;
}

.slick-dots li button:before {
  font-size:10px !important;
}

/*　スライド 矢印 */
.slick-next:before {
  font-size:25px !important;
  position:relative;
  right:10px;
}
.slick-prev:before {
  font-size:25px !important;
  position:relative;
  left:10px;
}

/*　ABOUT */
.about-title {
  text-align:center;
}
.about-section {
  max-width:1400px;
  display:block;
  margin:0 auto;
  padding:50px 0 100px;
  z-index:10;
}
.about-section p {
  margin-top:20px;
  font-size:17px;
  line-height:2.8em;
  padding:0 150px;
  text-align:center;
}

/*　吹き出し */
/*　img.hukidashi {
    margin: 0 auto;
    position: absolute;
    bottom: -15%;
    right: 30%;
    z-index:10;
} */
/*　チェックボックス */
img.check-box {
  width:25px !important;
  height:auto !important;
  margin-right:10px;
}



.about-orange {
  color:#ED9735;
  font-size:40px;
  font-weight:bold;
}

.red-font {
  color:#dc143c;
  font-weight:bold;
  font-size:40px;
}

/* マーカー */
.red-font {
  background: repeating-linear-gradient(-45deg, 
      rgba(250, 162, 177, 0.2) 0, 
      rgba(250, 162, 177, 0.8) 2px,
      rgba(250, 162, 177, 0.2) 4px
  );
}
[class^=red-font] {
    background-size: 100% .4em;
    padding-bottom: .9em;
    background-position: 0 center;
    background-repeat: no-repeat;
}
[class^=red-font] {
    background-size: 100% .6em;
    padding-bottom: .6em;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.about-img-bg {
  display:flex;
  justify-content:center;
}
.asset-box {
  display:inline-block;
  padding:20px;
}

/* 行楽　画像 */
/* .kouraku {
  position:relative;
  top:24px;
  left:-30px;
  
} */

/* スポーツ　画像 */
/* .sports {
  position:relative;
  top:80px;
  left:0;
} */


/* 会議　画像 */
/* .meeting {
  position:relative;
  top:-24px;
  right:-30px;
    
} */

.about-bg {
  width:100%;
  z-index:-1;
}


/* スライドショー（カラーミーショップテンプレート）　画像幅いっぱいに設定 */
.bx-wrapper img {
  width:100%;
  border:none !important;
}
.bx-viewport {
  height:588px !important;
}
.bx-wrapper .bx-viewport {
  border:none !important;
  box-shadow:none !important;
  left:0 !important;
  
}
/* .slider {
  margin:120px auto 0;
  max-width:1400px;
} */
  


/* 見出し */


/* お知らせ */
.news-list {
  font-size:15px;
  padding:0 20px;
}
.news-list dt {
  float:left;
  clear:left;
  margin-right:20px;
}
.news-list dd {
  overflow:hidden;
  margin:0 0 40px;
  
}
.news-row {
  border-bottom:solid 1px #2F2F2F;
  width:1000px;
  display:block;
  margin:0 auto;
}

.news-section {
  margin:0 0 100px;
  padding:30px 50px 50px;
  background:#fff;
  box-shadow:2px 3px 5px #808080;
}

/* おすすめ商品 */
.recommend-unit .image-caption {
    display: none;
}
.recommend-unit {
  height:274px !important;
}

/* 商品セクション、ボックス */
.product-section {
  padding:0 0 50px;
}
  
.product-box  {
  /* padding:30px; */
  position:relative;
  top:-15px;
  left:10px;
  background:#fff;
  /*box-shadow:3px 3px 0 #808080;*/
  text-align:left;
}
/* 商品リストの背景 */
.product-bd {
    padding: 0 0 5px 5px;
    background-image: url(https://img21.shop-pro.jp/PA01514/079/etc_base64/YmctMQ.jpg?cmsp_timestamp=20241126155135);
    background-size: cover;
}

/* 商品一覧テキストpadding */
.product-text {
    padding: 0 30px 10px;
}


/* 商品名 */
.product-link {
  line-height:1.8em;
  font-size:20px;
}
.product-name {
line-height:2.8em;
  font-size:18px;
}

/* 商品画像 */
.product-box a {
	overflow: hidden;
}

.product-box img {
	width:100%;
  	height:auto !important;
  object-fit: cover;
}


/* 簡易説明 */
.product-explanation {
  font-size:14px;
  line-height:1.4em;
  font-weight:400;
  
}
/* 販売価格 */
p.product-price {
  color:#dc143c !important;
  text-align:right !important;
  font-weight:bold;
  margin-bottom:0;
}

/* サブページリンク　ボタン */
.sub-link-btn {
  display:flex;
  justify-content:center;
  align-items:center;
  padding-bottom:100px;
  letter-spacing:0.1em;
  font-size:16px;
}
  
.sub-link-btn a{
  width:200px;
  border:solid 1px #2F2F2F;
  border-radius:60px;
  padding:15px;
  text-align:center;
}


/*　商品一覧 */
.recommend-section {
  max-width:1400px;
  display:block;
  margin:0 auto;
}

.unstyled li {
margin-bottom:200px;
  
}
.unstyled {
  width:1140px;
  margin:0 auto !important;
  
}

/*　配達エリア */
.delivery-area {
  max-width:1400px;
  display:block;
  margin:0 auto;
  padding-bottom:100px;
}
.area-inner-culum {
  display:flex;
  width:100%;
  
}

.left-culum {
width:55%;
}

.area {
  max-width:1000px;
  display:block;
  margin:0 auto;
  background:#fff;
  border:solid 2px #dc143c;
  padding:15px 30px 30px;
  margin-bottom:50px;
}

.area-text {
  margin-bottom:40px;
 
}
.left-culum p {
  font-size:16px;
}

.area-img {
  width:45%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.area-img img {
  width:100%;
}
.area-img a {
    display: flex;
    justify-content: center;
  margin:20px;
}


.area-title {
  font-size:20px;
  padding-bottom:5px;
  border-bottom:solid 1px #2F2F2F;
}

.area p {
  font-size:17px;
}

/*　アイコン */
.fa-truck-fast,.fa-triangle-exclamation,.fa-wallet {
	margin-right:10px;
}

/*　注意事項 */
.note-title {
  font-size:20px;
  padding-bottom:5px;
  margin:0;
}
.note-list {
  margin:0 0 10px 25px;
}

.note-list li {
  /*list-style:none; */
  font-size:17px;
}

/*　支払い方法について　ボタン */
.pay-link-btn a{
  font-size:16px;
  border:solid 1px #2F2F2F;
  border-radius:30px;
  padding:15px 30px;
  letter-spacing:0.1em;
}


@media screen and (min-width:1280px) and ( max-width:1600px) {
/*　img.hukidashi {
  position:absolute;
  bottom:-180px !important;
  right:200px !important;
  } */
.sec-culum,.delivery-area,.recommend-section,.about-section,.history-section,.date-section {
  max-width:1140px !important;
}
.about-section  {
  padding:50px 0 100px !important;
}
.about-section p {
  padding:0 10px;
  }
}

/*　○○日以降のご注文を承っております。*/
#order-notice,#free-shipping {
  display:flex;
  justify-content:center;
  color:#2F2F2F;
  font-size:25px;
}
#free-shipping p {
  font-weight:bold;
}
#target-date {
  color:red;
  font-weight:bold;
  font-size:40px;
  
}
#order-notice p{
  font-size:25px;
  letter-spacing:0.1em;
  font-weight:500;
}
.postage {
  font-weight:bold;
  font-size:25px;
    background: linear-gradient(
    transparent 60%,
    #fbeb64 60%
  );
}
.date-section {
  max-width:1400px;
  display:block;
  margin:0 auto;
  padding:20px;
  border:solid 1px #2F2F2F;
  position:relative;
}
.date-section:after {
  background:#ffffff;
  border:none;
  content:'';
  position:absolute;
  top:7px;
  left:7px;
  width:100%;
  height:100%;
  z-index:-1;
}

@media screen and (min-width:1152px) and ( max-width:1279px) {
.header_nav_menu {
  margin:0 20px !important;
}
.shp-name a {
  font-size:30px !important;
}
.shop-sub-name {
  font-size:15px;
  }
.history-unit {
  margin:20px;
  }
.news-row {
  width:100% !important;
  }
.about-section p {
  padding:0 !important;
  }

.date-section,.sec-culum,.recommend-section,.delivery-area,.history-section {
  max-width:1000px;
  }
.slick-dotted.slick-slider {
  margin-bottom:100px !important;
  }
}
.discount {
    font-size: 14px;
    background: #ff0000;
    color: #fff;
    position: relative;
    bottom: 130px;
    left: 200px;
    padding: 5px 10px;
}