.header-ul li {
  margin: 36px 0px 0px 0px;
}

.looking-page-line {
  padding-bottom: 14px;
  border-bottom: yellow 8px solid;
}

/* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 220px;
}

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto;
  padding-top: 92px;
}

.contents-header {
  background-color: #FFFEF6;
  margin-bottom: 34px;
}

.header-title::after {
  content: 'STORE';
  font-size: 20px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* iconの設定 */

.subtext {
  margin-top: 24.5px;
  margin-bottom: 0px;
}

/* 野菜エリア */
.store-samples {
  display: flex;
  justify-content: space-around;
}

.samples-top-row {
  margin: 34px auto 78.7px;
  flex-wrap: wrap;
}

.veg-sample {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  border-radius: 3px;
  margin: 0 auto;
  max-width: 232px;
  width: 100%;
}

.veg-content {
  max-width: 218px;
  width: 100%;
  margin: 0 auto;
}

.veg-title  {
  color: #333;
  font-weight: bold;
  margin: 14.1px auto 10.7px
}

/* オンラインストア */
.store-info {
  background-color: #FFFEF6;
}

.subtext {
  margin-bottom: 68.5px;
}

.items {
  margin-bottom: 110px;
}

.item-btn {
  margin: 0 auto 39.5px;
}

@media screen and (max-width:1080px) {
  /*　画面サイズが767px〜1080px（tablet）はここを読み込む　*/
  .about-txt-area {
    margin-top: 40px;
  }

  .sp {
    display: block;
  }

  .subtext p {
    line-height: 34px;
  }

  .veg-sample {
    margin: 0px 50px 38.2px;
  }
  
  .store-samples {
    justify-content: center;
  }
  
  .samples-top-row {
    margin-bottom: 0px;
  }

  .items {
    margin-bottom: 60px;
  }

}

@media screen and (max-width:767px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  /* ヘッダー下テキストの設定 */

  .contents-header {
    width: 100%;
    height: 84px;
  }
  
  .header-txt h2 {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto;
    padding-top: 23.8px;
  }
  
  .contents-header {
    background-color: #FFFEF6;
  }
  
  .header-title::after {
    content: 'ABOUT';
    font-size: 12px;
    color: #295525;
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }

}

@media screen and (max-width:450px) { 
  /*　画面サイズが450px（smp）以下はここを読み込む　*/
  .news-btn-page {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    max-width: 723px;
    margin: 20px auto 48.1px;
  }

  .back-page {
    margin-top: 70px;
  }
}
  