@charset "UTF-8";
/* CSS Document */
/*----- 共通 ------*/
.cBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

/*----- メイン画像 ------*/
.visual {
  background-image: url(../img/top/visual.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.visual h1.visual-logo {
  width: 244px;
  max-width: 100%;
  z-index: 1;
}
.visual h1.visual-logo img {
  width: 100%;
  height: auto;
}

/*----- あけおめ ------*/
.akeome {
  background-color: #fff;
  padding-top: 70px;
}

.akeome img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}

/*----- コンセプト ------*/
.concept {
  padding-top: 70px;
}

/*----- バナー ------*/
.top-bnr img {
  max-width: 100%;
  height: auto;
}

/*----- トピックス ------*/
.topics .c4b {
  margin-left: -15px;
}

.topics .c4b li {
  width: calc(25% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
  background: #fff;
}

.topics .c4b li a {
  height: 100%;
}

.topics .c4b li a img {
  width: 100%;
  height: auto;
}

.topics .innerTxt {
  padding: 15px 10px 10px;
  text-align: left;
  line-height: 1.6;
}

.topics .outDate {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 2px;
}

.topics a .outTitle {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  color: #3c6100;
  font-size: 1.5rem;
}

.topics a:hover .outTitle {
  text-decoration: underline;
}

/*----- 商品紹介・組合紹介 ------*/
.sectOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0;
}

/* [phBox] */
.sectOther .phBox01 {
  width: 50%;
}

.sectOther .phBox01 img {
  width: 100%;
  max-width: none;
  height: 460px;
}

.sectOther:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* [txtBox] */
.sectOther .txtBox01 {
  max-width: 370px;
  margin: auto;
  width: 50%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.txtBox01 .moreDetails {
  margin-top: 30px;
}

/*----- ブログ一覧 ------*/
.top-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
}
.top-blog-list li {
  width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 30px;
}
.top-blog-list .blog-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.top-blog-list .blog-list-container .blogImg {
  width: 150px;
}
.top-blog-list .blog-list-container .blogImg img {
  width: 100%;
  height: auto;
}
.top-blog-list .blog-list-container .blogText {
  width: calc(100% - 180px);
}
.top-blog-list .blog-list-container .title {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #3c6100;
}
.top-blog-list .blog-list-container .title .date {
  display: block;
  font-size: 1.2rem;
  color: #6E6E6E;
  padding-bottom: 0.3rem;
}
.top-blog-list .blog-list-container p {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
}
.top-blog-list .wp-error-message {
  width: 100%;
  text-align: center;
  margin-left: 50px;
}

/*----- sns ------*/
.sns {
  background: #fff;
  padding-top: 50px;
  text-align: left;
}

.insta {
  float: left;
  text-align: left;
  width: 500px;
  height: auto;
}

.iswg-base {
  border: none !important;
}

.fb {
  float: right;
  width: 400px;
  text-align: left;
}

.fb-page {
  width: 100%;
}

/*----- underBnr ------*/
.shopBnr {
  background-image: url(../img/common/shop_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 !important;
}

.shopBnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: initial;
  width: 100%;
  height: 24vw;
  min-height: 250px;
  padding: 15px;
}

.bnrTitle {
  display: block;
  font-weight: 400;
}

.bnrTitle .mainTit {
  font-size: 2.4rem;
  font-weight: 500;
}

.bnrTitle .mainTit::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px auto 15px auto;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 834px) {
  /*----- メイン画像 ------*/
  .visual {
    background-image: url(../img/top/visual.jpg);
    background-attachment: scroll;
    height: 450px;
  }
  .visual h1.visual-logo {
    width: 180px;
  }
  /*----- トピックス ------*/
  .topics .c4b {
    margin-left: -10px;
  }
  .topics .c4b li {
    width: calc(33.333% - 10px);
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .topics .outDate {
    font-size: 1.1rem;
  }
  /* [sectOther] ----------*/
  .sectOther {
    display: block;
  }
  /* [phBox] */
  .sectOther .phBox01 {
    width: 100%;
  }
  .sectOther .phBox01 img {
    width: 100%;
    max-width: none;
    height: 280px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /* [txtBox] */
  .sectOther .txtBox01 {
    width: 100%;
    max-width: 85%;
    margin: auto;
    padding: 30px 30px 40px;
  }
  /*----- ブログ一覧 ------*/
  .top-blog-list {
    display: block;
    margin-left: 0;
  }
  .top-blog-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .top-blog-list .wp-error-message {
    margin-left: 0;
  }
  /*----- sns ------*/
  .insta {
    float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .fb {
    float: none;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  /*----- underBnr ------*/
  .bnrTitle .mainTit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 540px) {
  /*----- メイン画像 ------*/
  .visual {
    background-image: url(../img/top/visual_sp.jpg);
    height: 380px;
  }
  .visual h1.visual-logo {
    width: 140px;
  }
  /*----- コンセプト ------*/
  .concept {
    padding-top: 40px;
  }
  /*----- トピックス ------*/
  .topics .c4b {
    margin-left: -15px;
  }
  .topics .c4b li {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .topics a .outTitle {
    line-height: 1.4;
  }
  /*----- ブログ ------*/
  .top-blog-list .blog-list-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-blog-list .blog-list-container .blogImg {
    width: 90px;
  }
  .top-blog-list .blog-list-container .blogText {
    width: calc(100% - 105px);
  }
  .top-blog-list .blog-list-container .title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .top-blog-list .blog-list-container .title .date {
    font-size: 1.1rem;
    padding-bottom: 0;
  }
  .top-blog-list .blog-list-container p {
    line-height: 1.4;
  }
  /*----- underBnr ------*/
  .shopBnr a {
    height: initial;
    min-height: 230px;
    padding: 15px;
  }
  .bnrTitle .mainTit {
    font-size: 2rem;
  }
  .subTit {
    font-size: 1.3rem;
  }
}