@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 48px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 24px;
  margin-top: 32px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 16px;
}
.paginated-link li.next-link a::after {
  margin-left: 16px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px 0 30px;
}
#header .h-logo {
  width: 235px;
  padding: 18px 0 17px;
}
#header .h-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .h-sns li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  width: 34px;
  margin-right: 20px;
}
#header .h-sns li:last-of-type {
  margin-right: "Noto Sans JP", sans-serif;
}
#header .h-sns li a {
  display: block;
}
#header .h-sns li a:hover {
  opacity: 0.72;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 53px 0 55px;
}
#footer::before {
  height: calc(100% + 118px);
  top: -118px;
}
#footer::after {
  height: 245px;
  background-size: max(1920px, 100%);
  bottom: calc(100% - 7px);
}
#footer .f-inner {
  width: 677px;
}
#footer .f-logo {
  width: 263px;
  height: 79px;
  margin: 0 auto;
}
#footer .f-logo img {
  width: 235px;
}
#footer .f-info {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.42858;
  padding-top: 41px;
}
#footer .f-oth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
#footer .f-oth > * {
  margin: 30px 29px 0 0;
}
#footer .f-oth > *:last-child {
  margin-right: 0;
}
#footer .f-mail {
  width: 216px;
  height: 53px;
}
#footer .f-mail a {
  font-size: 1.5rem;
  padding: 0;
}
#footer .f-mail a::before {
  width: 19px;
  height: 19px;
  margin-right: 17px;
}
#footer .f-official {
  width: 262px;
  position: absolute;
  right: calc(50% + 75px);
  bottom: 55px;
  z-index: 6;
}
#footer .f-links li {
  width: 55px;
  height: 55px;
  margin-right: 12px;
}
#footer .f-links li:last-of-type {
  margin-right: 0;
}

/*フッターナビ
-----------------------------*/
.fnav {
  width: 677px;
  margin: 0 auto;
  padding: 47px 0 51px;
  position: relative;
  z-index: 5;
}
.fnav::before, .fnav::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/common/border_fnav.png) no-repeat center;
}
.fnav .fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 0;
  margin: 0 -14px;
}
.fnav .fnav-list-item {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 2.14286;
  margin: 0 1em;
}
.fnav .fnav-list-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.12s;
}
.fnav .fnav-list-item a:hover {
  text-decoration: none;
  color: #ffa11a;
}
.fnav .fnav-list-item.current a {
  color: #ffa11a;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 677px;
  padding: 10px 0;
  margin: 0 auto;
}
.copy p {
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2.75;
}

/*===============================================
  fixed固定
===============================================*/
/*オンラインショップ
-----------------------------*/
#side {
  width: clamp(96px, 50% - 544px, 143px);
  bottom: 50px;
  right: clamp(0px, 50% - 640px, 30px);
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  height: clamp(540px, 42.1875vw, 810px);
}
.main-visual::before {
  width: 100%;
  padding-top: min(301px, 15.6771%);
  background-size: 100% 100%;
  bottom: 0;
  margin-bottom: max(-61px, -3.1771%);
}
.main-visual .catch {
  width: 36.25%;
  max-width: 696px;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  height: clamp(380px, 29.1666666667vw, 560px);
  padding-bottom: 8px;
}
.sub-visual::before {
  width: 100%;
  padding-top: min(301px, 15.6771%);
  background-size: 100% 100%;
  bottom: 0;
  margin-bottom: max(-61px, -3.1771%);
}
.sub-visual .sv-box {
  width: 600px;
  box-shadow: 0 0 29px rgba(93, 61, 30, 0.19);
  border-radius: 10px;
}
.sub-visual .sv-box::before, .sub-visual .sv-box::after {
  width: calc(100% - 30px);
  height: 16px;
}
.sub-visual .sv-box .catch {
  font-size: 3.5rem;
  line-height: 1.14286;
  letter-spacing: 0.1em;
  padding: 0.85715em 0;
}
.sub-visual .sv-box .catch::before {
  height: 96px;
  top: -71px;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav {
  width: 1082px;
  height: 82px;
  background: url(../img/common/bg_nav.png) no-repeat center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 9px);
  z-index: 3;
}
#nav .gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#nav .gnav-list-item {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #5d3d1e;
  letter-spacing: 0.06em;
  line-height: 1.66667;
  margin-right: 2em;
}
#nav .gnav-list-item:last-of-type {
  margin-right: -0.06em;
}
#nav .gnav-list-item a {
  display: block;
  color: #5d3d1e;
  position: relative;
  z-index: 0;
}
#nav .gnav-list-item a::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background: #0eab4d;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 6px);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
#nav .gnav-list-item a:hover {
  text-decoration: none;
  color: #ffa11a;
}
#nav .gnav-list-item a:hover::after {
  transform: translate(-50%, 0);
  opacity: 1;
}
#nav .gnav-list-item a:focus {
  overflow: visible;
}
#nav .gnav-list-item.current a {
  color: #ffa11a;
}
#nav .gnav-list-item.current a::after {
  transform: translate(-50%, 0);
  opacity: 1;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.06em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  height: 32px;
  top: 73px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.71429;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tels-wrap {
  align-items: flex-start;
}
.com-tels-wrap .time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 14px;
}
.com-tels-wrap.b .time {
  font-size: 1.6rem;
  margin-top: 12px;
}
.com-tels-wrap.b .com-tels .com-tel {
  font-size: 3.5rem;
}
.com-tels-wrap.b .com-tels .com-tel::before {
  width: 46px;
  height: 46px;
  margin-right: 16px;
}
.com-tels-wrap.b .com-tels .com-replace {
  margin-top: 15px;
}

.com-tels {
  align-items: flex-start;
}
.com-tels .com-tel {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
}
.com-tels .com-tel::before {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}
.com-tels .com-tel a {
  margin: -3px 0 -2px;
}
.com-tels .com-replace {
  margin-top: 17px;
}
.com-tels .com-replace img {
  height: 11px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 257px;
  height: 57px;
  margin: 0 auto;
}
.com-btn a {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.com-btn.mail a {
  padding-right: 20px;
}
.com-btn.mail a::before {
  width: 26px;
  height: 26px;
  margin-right: 25px;
}
.com-btn.line a::before {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

/*テーブル
-----------------------------*/
.com-table table {
  border-spacing: 5px;
}
.com-table tr th {
  padding: 15px 20px;
}
.com-table tr td {
  padding: 15px 20px;
}
.com-table dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
}
.com-table dl:last-of-type {
  margin-bottom: 0;
}
.com-table dl dt {
  border-radius: 10px 0 0 10px;
}
.com-table dl dd {
  border-radius: 0 10px 10px 0;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -10px 0 -9px;
}
.com-text-box p {
  margin-right: -0.56em;
}
.com-text-box .mb {
  margin-bottom: 35px;
}

/*画像
-----------------------------*/
.com-img div {
  border-radius: 10px;
}
.com-img div::before {
  box-shadow: 0 0 0 7px #fff inset;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  margin-bottom: 40px;
}
.com-ttl01 > span:not(.min) {
  font-size: 4rem;
  line-height: 1.425;
  letter-spacing: 0.06em;
  margin: -10px -0.06em -10px 0;
}
.com-ttl01 > span.waa::before {
  width: calc(100% + 180px);
  height: 71px;
  bottom: 8px;
}
.com-ttl01 > span.min_waa {
  font-size: 3rem;
  line-height: 1;
  margin: 0 -0.06em 25px 0;
}
.com-ttl01 > span.min_waa::before {
  width: calc(100% + 96px);
  height: 28px;
  bottom: 0;
}
.com-ttl01::after {
  height: 7px;
  margin-top: 30px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 10px 28px;
  border-radius: 10px;
  margin-bottom: 40px;
}

/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.con-contact-sec {
  padding: 150px 0 257px;
}
.con-contact-sec::before {
  height: calc(100% - 150px);
}
.con-contact-sec::after {
  height: 150px;
  background-size: max(1920px, 100%) 100%;
}
.con-contact-sec .contact-ttl {
  margin-bottom: 48px;
}
.con-contact-sec .contact-ttl > span {
  font-size: 3rem;
  letter-spacing: 0.06em;
  padding: 0 42px;
}
.con-contact-sec .contact-ttl > span::before, .con-contact-sec .contact-ttl > span::after {
  width: calc(540px - 50%);
  height: 5px;
  border-radius: 3px;
}
.con-contact-sec .contact-text {
  text-align: center;
  line-height: 2.5;
  margin: -12px 0;
}
.con-contact-sec .contact-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 9px;
}
.con-contact-sec .contact-in > * {
  margin: 40px 25px 0;
}
.con-contact-sec .contact-mail {
  width: 289px;
}
.con-contact-sec .contact-line {
  width: 327px;
}

/*===============================================
  トップページ
===============================================*/
/*グリーンファーム田近について
-----------------------------*/
.top-about {
  padding: 173px 0 100px;
}
.top-about::before {
  width: 1582px;
  height: 756px;
  left: calc(50% + 1px);
  top: 170px;
}
.top-about .about-ttl {
  margin-bottom: 50px;
}
.top-about .about-in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.top-about .about-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 530px;
  margin-right: -55px;
}
.top-about .about-img::after {
  width: 317px;
  height: 431px;
  top: -72px;
  left: -150px;
}
.top-about .about-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
.top-about .about-link-item {
  margin-top: 40px;
}

/*数河高原で育った
新鮮で美味しい野菜をお届け！
-----------------------------*/
.top-vegetable {
  padding: 144px 0 100px;
  background-size: max(1920px, 100%) 50px;
}
.top-vegetable .vegetable-ttl {
  margin-bottom: 19px;
}
.top-vegetable .vegetable-ttl .mark::before {
  height: 16px;
  bottom: 4px;
}
.top-vegetable .vegetable-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
}
.top-vegetable .vegetable-list-item {
  width: 512px;
  margin-top: 60px;
  margin-right: 56px;
}
.top-vegetable .vegetable-list-item:nth-of-type(2n), .top-vegetable .vegetable-list-item:last-of-type {
  margin-right: 0;
}
.top-vegetable .vegetable-list-item.bg_spinach::before {
  width: 310px;
  height: 413px;
  top: -116px;
  left: -166px;
}
.top-vegetable .vegetable-list-item.bg_mushroom::before {
  width: 383px;
  height: 465px;
  top: -142px;
  right: -219px;
}
.top-vegetable .vegetable-list-item .item-img {
  padding-top: 55px;
}
.top-vegetable .vegetable-list-item .item-img figcaption {
  font-size: 3.5rem;
  line-height: 1.14286;
  letter-spacing: 0.06em;
  padding: 28px 0 46px;
}
.top-vegetable .vegetable-list-item .item-ttl {
  padding-top: 21px;
  margin-bottom: 16px;
}
.top-vegetable .vegetable-list-item .item-ttl > span {
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: 0.06em;
}
.top-vegetable .vegetable-list-item .item-ttl > span::before {
  height: 16px;
}
.top-vegetable .vegetable-list-item .item-text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin: -5px 0;
}
.top-vegetable .vegetable-list-item .item-btn {
  margin-top: 40px;
}

/*加工商品紹介
-----------------------------*/
.top-product {
  padding: 150px 0 141px;
  background-size: max(1920px, 100%) 50px, max(1920px, 100%) 50px, auto;
}
.top-product::before {
  width: 1586px;
  height: calc(100% - 240px);
  max-height: 659px;
  background-size: auto min(446px, 96%), auto min(489px, 100%);
  background-position: left 17px top, right bottom;
  top: 180px;
}
.top-product .product-ttl span::before {
  width: 146px;
  height: 90px;
  top: -15px;
  right: -188px;
}
.top-product .product-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -60px;
}
.top-product .product-list-item {
  width: 510px;
  margin: 60px 60px 0 0;
}
.top-product .product-list-item:nth-of-type(2n), .top-product .product-list-item:last-of-type {
  margin-right: 0;
}
.top-product .product-list-item .item-img div {
  border-radius: 15px;
}
.top-product .product-list-item .item-img div::before {
  box-shadow: 0 0 0 7px #fff inset;
  border-radius: 15px;
}
.top-product .product-list-item .item-txt {
  width: 420px;
  font-size: 3rem;
  line-height: 1.5;
  padding: 10px;
  border-radius: 15px;
  margin: 34px auto 0;
}
.top-product .product-list-item .item-txt::before {
  border-radius: 15px;
}
.top-product .product-list-item .item-txt::after {
  width: 30px;
  height: 14px;
}
.top-product .product-btn {
  margin-top: 60px;
}

/*ボタンリンクセクション
-----------------------------*/
.top-links {
  padding: 100px 0;
}
.top-links .links-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
}
.top-links .links-list-item {
  margin-top: 40px;
}
.top-links + .top-news {
  margin-top: -100px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 100px 0;
}
.top-news::before {
  width: 1280px;
  height: 305px;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news .news-ttl {
  width: 257px;
  margin-bottom: 97px;
}
.top-news .news-ttl > span::before {
  width: calc(100% + 310px);
  height: 116px;
  top: -88px;
}
.top-news .news-list {
  width: calc(100% - 322px);
}
.top-news .news-list .list-item {
  line-height: 1.25;
  margin-bottom: 20px;
}
.top-news .news-list .list-item a {
  padding: 28px 33px 24px 36px;
  border-radius: 10px;
}
.top-news .news-list .list-item .date {
  padding-right: 14px;
}
.top-news .news-list .list-item .tag {
  max-width: calc(100% - 97px);
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-top: -7px;
}
.top-news .news-list .list-item .tag li {
  padding: 0 8px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 5px;
}
.top-news .news-list .list-item .item-ttl {
  margin-top: 13px;
}
.top-news .news-btn {
  width: 257px;
  position: absolute;
  left: 0;
  top: calc(50% + 29px);
}

/*===============================================
  グリーンファーム田近について
===============================================*/
/*代表挨拶
-----------------------------*/
.about-greeting {
  padding: 173px 0 100px;
}
.about-greeting::before {
  width: 1580px;
  height: 489px;
  top: 160px;
}
.about-greeting .greeting-ttl {
  margin-bottom: 50px;
}
.about-greeting .greeting-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-greeting .greeting-box .box-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 15px 28px;
}
.about-greeting .greeting-box .box-ttl .min {
  font-size: 2rem;
}
.about-greeting .greeting-box .box-text {
  width: 480px;
}

/*グリーンファーム田近のこだわり
-----------------------------*/
.about-commitment {
  padding: 145px 0 100px;
  background-size: max(1920px, 100%) 50px;
}
.about-commitment .commitment-list-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
}
.about-commitment .commitment-list-box:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
.about-commitment .commitment-list-box .box-ttl {
  font-size: 3rem;
  line-height: 1.9;
  padding: 9px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.about-commitment .commitment-list-box .box-ttl span {
  letter-spacing: 0;
  margin-right: 0.5em;
}
.about-commitment .commitment-list-box .box-text {
  width: 520px;
}
.about-commitment .commitment-list-box .box-text::before {
  width: 94px;
  height: 111px;
  right: 20px;
  bottom: 0;
}
.about-commitment .commitment-list-box.water .box-ttl span::before {
  width: 54px;
  height: 74px;
}
.about-commitment .commitment-list-box.sand .box-ttl span::before {
  width: 125px;
  height: 61px;
  left: calc(50% - 5px);
}

/*===============================================
  ほうれん草
===============================================*/
/*グリーンファーム田近の
ほうれん草について
-----------------------------*/
.spinach-about {
  padding: 173px 0 100px;
}
.spinach-about::before {
  width: 1340px;
  height: 472px;
  top: 297px;
}
.spinach-about::after {
  width: 920px;
  height: 148px;
  top: 155px;
}
.spinach-about .about-ttl .mark::before {
  height: 16px;
  bottom: 4px;
}
.spinach-about .about-in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.spinach-about .about-text {
  width: 480px;
}
.spinach-about + .spinach-method {
  margin-top: -100px;
}

/*おすすめの調理方法
-----------------------------*/
.spinach-method {
  padding: 134px 0 100px;
}
.spinach-method .method-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spinach-method .method-box .box-text {
  width: 480px;
}

/*お客様からいただいたお声をご紹介！
-----------------------------*/
.spinach-voice {
  padding: 144px 0 100px;
  background-size: max(1920px, 100%) 50px;
}
.spinach-voice::before {
  width: 1004px;
  height: 116px;
  top: 153px;
}
.spinach-voice .voice-list::before {
  width: 189px;
  height: 192px;
}
.spinach-voice .voice-list-item {
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
}
.spinach-voice .voice-list-item .item-ttl {
  padding-bottom: 19px;
  margin-bottom: 35px;
}
.spinach-voice .voice-list-item .item-ttl > span {
  font-size: 2.2rem;
  line-height: 1.59091;
  letter-spacing: 0.06em;
  margin: -7px 0 -6px;
}
.spinach-voice .voice-list-item .item-text {
  margin: -10px 0 -9px;
}

/*===============================================
  椎茸
===============================================*/
/*グリーンファーム田近の
椎茸について
-----------------------------*/
.shiitake-about {
  padding: 173px 0 100px;
}
.shiitake-about::before {
  width: 1340px;
  height: 472px;
  top: 297px;
}
.shiitake-about::after {
  width: 920px;
  height: 146px;
  top: 155px;
}
.shiitake-about .about-ttl .mark::before {
  height: 16px;
  bottom: 4px;
}
.shiitake-about .about-in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.shiitake-about .about-text {
  width: 480px;
}
.shiitake-about + .shiitake-method {
  margin-top: -100px;
}

/*おすすめの調理方法
-----------------------------*/
.shiitake-method {
  padding: 134px 0 100px;
}
.shiitake-method .method-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shiitake-method .method-box .box-text {
  width: 480px;
}

/*お客様からいただいたお声をご紹介！
-----------------------------*/
.shiitake-voice {
  padding: 144px 0 100px;
  background-size: max(1920px, 100%) 50px;
}
.shiitake-voice::before {
  width: 1004px;
  height: 116px;
  top: 153px;
}
.shiitake-voice .voice-list::before {
  width: 215px;
  height: 135px;
}
.shiitake-voice .voice-list-item {
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
}
.shiitake-voice .voice-list-item .item-ttl {
  padding-bottom: 19px;
  margin-bottom: 35px;
}
.shiitake-voice .voice-list-item .item-ttl > span {
  font-size: 2.2rem;
  line-height: 1.59091;
  letter-spacing: 0.06em;
  margin: -7px 0 -6px;
}
.shiitake-voice .voice-list-item .item-text {
  margin: -10px 0 -9px;
}

/*===============================================
  加工商品紹介
===============================================*/
.product-contents {
  padding: 173px 0 100px;
}
.product-contents .product-ttl .mark::before {
  height: 16px;
  bottom: 4px;
}
.product-contents .product-ttl + .product-box {
  padding-top: 0;
}
.product-contents .product-box {
  padding-top: 100px;
}
.product-contents .product-box .box-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  border-radius: 10px;
  padding: 50px 50px 36px;
  margin-bottom: 50px;
}
.product-contents .product-box .box-list-item .item-text {
  width: calc(100% - 465px);
}
.product-contents .product-box .box-list-item .item-text .text-in {
  margin: -10px 0 -9px;
}
.product-contents .product-box .box-list-item .item-ttl {
  margin-bottom: 40px;
}
.product-contents .product-box .box-list-item .item-ttl > span {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: -5px 0;
}
.product-contents .product-box .box-list-item .item-ttl::after {
  height: 5px;
  margin-top: 9px;
}
.product-contents .product-box .box-list-item .item-img {
  width: 410px;
}

/*===============================================
  業者様へ
===============================================*/
/*スーパーや飲食店様などへの
卸売りも承ります！
-----------------------------*/
.guide-lead {
  padding: 173px 0 100px;
}
.guide-lead::before {
  width: 1180px;
  height: 264px;
  background-position: left 45px bottom, right bottom;
  bottom: 71px;
}
.guide-lead .lead-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
  margin: -14px 0 -13px;
}

/*出荷までの流れ
-----------------------------*/
.guide-flow {
  padding: 144px 0 137px;
  background-size: max(1920px, 100%) 50px, max(1920px, 100%) 50px, auto;
}
.guide-flow .flow-list-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
}
.guide-flow .flow-list-box::after {
  width: 43px;
  height: 20px;
}
.guide-flow .flow-list-box .box-ttl {
  margin-bottom: 30px;
}
.guide-flow .flow-list-box .box-ttl::before {
  width: 55px;
  font-size: 3rem;
  line-height: 46px;
  padding-bottom: 4px;
}
.guide-flow .flow-list-box .box-ttl > span {
  width: calc(100% - 75px);
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.33334;
  padding: 5px 0;
}
.guide-flow .flow-list-box .box-ttl::after {
  height: 5px;
  margin-top: 15px;
}
.guide-flow .flow-list-box .box-text {
  width: calc(100% - 284px);
}
.guide-flow .flow-list-box .box-oth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.guide-flow .flow-list-box .box-oth > * {
  margin: 20px 26px 0 0;
}
.guide-flow .flow-list-box .box-oth > *:last-child {
  margin-right: 0;
}
.guide-flow .flow-list-box .box-tels .com-replace {
  margin-top: 11px;
}
.guide-flow .flow-list-box .box-mail {
  width: 200px;
  height: 50px;
}
.guide-flow .flow-list-box .box-mail a {
  font-size: 1.5rem;
}
.guide-flow .flow-list-box .box-mail a::before {
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
.guide-flow .flow-list-box .box-line {
  width: 230px;
  height: 50px;
}
.guide-flow .flow-list-box .box-line a {
  font-size: 1.5rem;
}
.guide-flow .flow-list-box .box-line a::before {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.guide-flow .flow-list-box .box-img {
  width: 220px;
}

/*主な取引先
-----------------------------*/
.guide-client {
  padding: 90px 0 100px;
}
.guide-client .client-list {
  justify-content: flex-start;
  padding: 50px;
  border-radius: 10px;
}

/*===============================================
  農園案内
===============================================*/
.info-contents {
  padding: 173px 0 100px;
}
.info-contents::before {
  height: calc(100% - 280px);
  background-size: max(1920px, 100%) 50px, auto;
}
.info-contents .info-table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 20px 40px;
}
.info-contents .info-table dl dd {
  width: calc(100% - 420px);
  padding: 20px 40px;
}
.info-contents .info-table dl dd .replace {
  padding: 8px 0 7px;
}
.info-contents .info-table dl dd .replace img {
  height: 15px;
}
.info-contents .info-map {
  height: 430px;
  border-radius: 10px;
  margin-top: 50px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 175px 0 260px;
}
.news-contents .news-list .list-item {
  line-height: 1.25;
  margin-bottom: 20px;
}
.news-contents .news-list .list-item a {
  padding: 28px 33px 24px 36px;
  border-radius: 10px;
}
.news-contents .news-list .list-item .item-img {
  width: 200px;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 240px);
}
.news-contents .news-list .list-item .date {
  padding-right: 14px;
}
.news-contents .news-list .list-item .tag {
  max-width: calc(100% - 97px);
  font-size: 1.2rem;
  line-height: 1.66667;
  margin-top: -7px;
}
.news-contents .news-list .list-item .tag li {
  padding: 0 8px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 5px;
}
.news-contents .news-list .list-item .item-ttl {
  margin-top: 13px;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 175px 0 260px;
}
.news-detail .news-ttl {
  font-size: 2.2rem;
  line-height: 1.59091;
  letter-spacing: 0.06em;
  padding-left: 31px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.news-detail .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 175px 0 260px;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table td {
  vertical-align: middle;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}
.contact-contents .contact-submits-wrap > * {
  width: 300px;
  height: 58px;
  margin: 20px 15px 0;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 175px 0 260px;
}
.complete-contents .complete-box {
  text-align: center;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 175px 0 260px;
}
.privacy-contents .item-box {
  margin-bottom: 80px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 175px 0 260px;
}
.site-contents .site-list {
  width: 800px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 20px;
}
.site-contents .site-list li a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 175px 0 260px;
}