@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@700&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 オレンジ 1カラム
---------------------------------------------------------------*/
:root{
  --color-main: #fb6323; /*オレンジ*/
  --color-main-dark: #d35326; /*暗めオレンジ*/
  --color-sub: #aa976f; /*黄土色*/
  --color-sub2: #ffd13e; /*黄色*/
  --color-bg: #f5efe8; /*薄いベージュ*/
  --color-accent: #5eb52c; /*グリーン*/
  --color-btn: #5eb52c; /*グリーン*/
  --btn-hover: #478c1b; /*暗めグリーン*/
}

body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.6;
}
.contact-flow-root {
  display: flow-root;
  padding-left: 1em;
}

/*--------------------------------------------------------------
トップバナー
---------------------------------------------------------------*/
#mainImage_body {
  background: linear-gradient(to bottom, #fff 0%, #fff 65%, var(--color-main) 65%, var(--color-main) 100%);
}
#mainImage_body img {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
リンク
---------------------------------------------------------------*/
a {
  color: #5eb52c;
}
a:hover{
  color: #478c1b;
}
a.btn {
  color: #fff;
  font-weight: 500;
  background: var(--color-btn);
  width: 100%;
  max-width: 640px;
  margin: auto;
}
a.btn:hover {
  color: #fff;
  font-weight: 500;
  background: var(--btn-hover);
}
/*電話番号*/
a.tel-link {
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 2px;
}
.btn-row {
  display: flex;
  gap: 20px;
}
.btn-row a.btn {
  display:flex;
  flex: 1;
  align-items:center;
  justify-content:center;
}

/*--------------------------------------------------------------
リスト
---------------------------------------------------------------*/
ul.maru-plus {
  list-style-type: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
}
ul.maru-plus li {
  margin-bottom: 0.7em;
}
ul.maru-plus li::before {
  content: "●";
  color: var(--color-accent);
}

/*--------------------------------------------------------------
normalテーブル
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 0.95em;
}
.article table.normalTbl th {
  background: var(--color-bg);
}
.article table.normalTbl td {
  border-top: none;
  border-left: 1px dotted #ccc;
}

/*--------------------------------------------------------------
フローテーブル
---------------------------------------------------------------*/
.article table.flowTbl {
  width: 100%;
  border:none;
  border-collapse: separate;
  border-spacing: 0 50px;
}
.article table.flowTbl th, .article table.flowTbl td {
  border: none;
  padding: 0;
}
.article table.flowTbl th {
  display: inline-flex;
  justify-content: center;
  background: var(--color-main);
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 15px;
  margin-right: -20px;
}
.article table.flowTbl td {
  padding: 15px 18px 15px 30px;
  background: #f5f5f5;
  border-radius: 8px;
}
.article table.flowTbl td h5 {
  font-size: 1.25em;
  color: var(--color-main);
  margin: 10px 0;
  padding-left: 0;
  border-left: none;
}
.article table.flowTbl tr {
  position: relative;
}
.article table.flowTbl tr::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
/* 一番下は非表示 */
.article table.flowTbl tr:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
収穫体験
---------------------------------------------------------------*/
.article.harvest .image {
  max-width: 240px;
}
.article.harvest .normalTbl {
  width: calc(100% - 2% - 240px);
}
.article.harvest p {
  display: flow-root;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width: 364px;
  height: 80px;
  margin: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177301447028701.png") top left no-repeat;
  background-size: contain;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/177310242587701.png") right center no-repeat;
  background-size: 600px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
#topMenu .topMenu li a:hover {
  background: var(--color-main);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
#mainTopics {
  width: 1024px;
  margin: 40px auto 0;
  background: #fff;
}
.mainTopics {
  border: 4px solid #f2c8ad;
  border-radius: 10px;
  padding: 24px 30px;
}
ul.topics {
  width: 100%;
}
ul.topics li {
  border-bottom: 1px dotted #999;
}
ul.topics li p.date {
  background: var(--color-sub);
}
ul.topics li p.more a {
  background: var(--color-btn);
  border-radius: 999px;
}
#mainTopics .listview a {
  font-size: 0.8em;
  font-weight: 400;
  background: var(--color-btn);
  border-radius: 999px;
}
ul.topics li p.more a {
  font-size: 0.8em;
  font-weight: 400;
  background: var(--color-btn);
}
#mainTopics .listview a:hover, ul.topics li p.more a:hover {
  background: var(--btn-hover);
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: var(--color-main);
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  background: url("/materials/177310405579401.png") no-repeat center bottom / 160px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  line-height: 1.4;
}
#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  display: none;
}
#mainArticles div[id^=blog] h2 {
  margin: 40px 0 30px 0;
}
.article h4 {
  background: var(--color-sub2);
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
#footer {
  background: var(--color-main);
}
#footer_body .topMenu li a, #footer_body .services li a {
  border-bottom: 1px solid transparent;
  background: transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  border-bottom: 1px dotted #fff;
  background: transparent;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
#mainContents {
  padding-bottom: 0;
}
#sideContents_body {
  padding-top: 0;
}
.article.full.contact-block {
  text-align: center;
  background: #cde150 url("/materials/177330468209701.png") no-repeat center bottom / 100%;
  margin-bottom: 0;
}
.article.full.contact-block .article_body {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}
.article.full.contact-block h3 {
  margin-top: 0;
}
.article.full.contact-block h5 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-main);
  border: none;
}
.article.full.contact-block p {
  line-height: 1.4;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.5;
}
.article.full.contact-block a.tel-link {
  font-size: 1.2em;
}
a.mailform-btn {
  display: inline-flex;
  width: 50%;
  min-width: 400px;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 0.8em 1.5em;
  border-radius: 10px;
  background: var(--color-btn);
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
}
a.mailform-btn::before {
  content: "";
  display: inline-block;
  width: 2.0em;
  aspect-ratio: 205 / 160;
  background: url("/materials/177320145898301.png") no-repeat;
  background-size: cover;
  margin-right: 8px;
}
a.mailform-btn:hover {
  background: var(--btn-hover);
}

/*-------------------------------------------------------
Xタイムライン埋め込み
-------------------------------------------------------*/
.xTimelineWrap {
  max-width: 100%;
  margin: 20px auto;
  text-align: center;

  padding: 40px 20px;
  background: #fcfce0;
}

/*-------------------------------------------------------
丸数字リスト
-------------------------------------------------------*/
ol.num-counter {
  --num-size: 1.75em;
  --num-gap: 0.6em;
  --num-bg: #5eb52c;
  --num-color: #fff;
  counter-reset: item;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
ol.num-counter > li {
  counter-increment: item;
  position: relative;
  margin-top: 0.75em;
  padding-left: calc(var(--num-size) + var(--num-gap));
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.8;
}
ol.num-counter > li:first-child {
  margin-top: 0;
}
/* 円 */
ol.num-counter > li::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: var(--num-size);
  height: var(--num-size);
  border-radius: 50%;
  background: var(--num-bg);
}
/* 数字 */
ol.num-counter > li::after {
  content: counter(item);
  position: absolute;
  top: 0.05em;
  left: 0;
  width: var(--num-size);
  height: var(--num-size);
  display: grid;
  place-items: center;
  color: var(--num-color);
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
}

/*--------------------------------------------------------------
freeHtml　会社概要
---------------------------------------------------------------*/
#sideCompany {
  display: block;
  width: 100vw;
  background: var(--color-sub2);
  margin: 0 0 30px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 50px 0 50px;
  text-align: center;
  line-height: 1.6;
}
#sideCompany .sideCompany_inner {
  width: 100%;
  max-width: 1024px;
  padding: 20px 30px 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
}
#sideCompany h2.logomark {
  width: 300px;
  height: 66px;
  background: url("/materials/177301447028701.png") no-repeat left top /contain;
  margin: 20px auto 30px;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  padding: 0;
}
#sideCompany h2.logomark img {
  width: 100%;
  height: auto;
}
#sideCompany table.companyTbl {
  font-size: 0.9em;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: separate;
  border-spacing: 10px;
}
#sideCompany table.companyTbl th, #sideCompany table.companyTbl td {
  border: none;
  padding: 8px 10px;
}
#sideCompany table.companyTbl th {
  color: #fff;
  background: var(--color-main);
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
}
#sideCompany table.companyTbl td {
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
#sideCompany a.link-btn {
  font-size: 1.1em;
  color: #fff;
  font-weight: 400;
  background: none;
  width: 50%;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  background: var(--color-btn);
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: var(--btn-hover);
}
#sideCompany a.link-btn::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------------------
GoogleMap
-------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*16:9*/
  margin-bottom: 30px;
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
作業内容 カード
---------------------------------------------------------------*/
.article.season {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
}
.article.season h3 {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--color-main);
  background: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.article.season p {
  font-size: 0.9em;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.article.season .image {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article.season .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/*--------------------------------------------------------------
一日のスケジュール
---------------------------------------------------------------*/
.article table.timeTbl {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 15px;
  margin: 30px 0;
}
.article table.timeTbl th, .article table.timeTbl td {
  padding: 0 15px;
  border: none;
}
.article table.timeTbl th {
  width: 30%;
  background: var(--color-sub);
  border-radius: 999px;
  font-size: 1.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

/*--------------------------------------------------------------
インタビュー
---------------------------------------------------------------*/
ul.interview {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.interview li {
  line-height: 1.8;
  margin-bottom: 0.3em;
}
ul.interview li.q {
  color: #89705f;
  position: relative;
  text-indent: 2.0em;
}
ul.interview li.q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.0em;
  width: 1.7em;
  border-top: 1px solid #999;
}
ul.interview li.a span {
  color: var(--color-main);
  font-weight: 500;
}
.article.interviwer {
  padding: 1.0em 1.25em;
  background: var(--color-bg);
  border-radius: 8px;
}
.article.interviwer p {
  line-height: 1.6;
}
.article.interviwer .image {
  max-width: 120px;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.guideBtn ul.galleryGrids li.galleryGrid .galleryGrid_outer {
  margin:0 10px 20px;
  background: var(--color-sub2);
  border-radius: 10px;
}
.guideBtn ul.galleryGrids li.galleryGrid .image {
  padding:8px 4px 0;
}
.guideBtn ul.galleryGrids li.galleryGrid .image img {
  max-width:100%;
}
.guideBtn ul.galleryGrids li.galleryGrid .image {
  position: relative;
}
.guideBtn ul.galleryGrids li.galleryGrid .comment {
  color:#222;
  text-align: center;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*======================================================
1024px
======================================================*/
@media only screen and (max-width: 1024px) {
  #title h1 {
    width: 33vw;
    height: auto;
    aspect-ratio: 1000 / 240;
  }
  #title #title_outer {
    background-size: 60vw;
  }
  .article.col3,
  .article.col4,
  .article.col5{
    flex: 0 0 47%;
  }
  .article.col3:nth-child(odd),
  .article.col4:nth-child(odd),
  .article.col5:nth-child(odd){
    margin-right:2%;
  }
  .article.col3:nth-child(even),
  .article.col4:nth-child(even),
  .article.col5:nth-child(even){
    margin-left:2%;
  }
  /*最新情報*/
  #mainTopics {
    width: 100%;
  }
  /*freeHtml　会社概要*/
  #sideCompany .sideCompany_inner {
    width: 92%;
  }
  /*ご利用までの流れ*/
  .article table.flowTbl th {
    line-height: 2;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: var(--color-main);
    top: 1vw;
    right: 1vw;
  }
  .active #toggle {
    background-color: var(--color-main-dark);
  }
  /*title*/
  #title h1 {
    width: 40vw;
    height: 8.8vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 12vw;
    min-height: 68px;
    background: none;
  }
  /*トップバナー*/
  #mainImage_body img {
    padding-bottom: 0;
  }
  /*お問い合わせセクションフォームボタン*/
  a.mailform-btn {
    width: 100%;
    min-width: 100%;
  }
  /*一日のスケジュール*/
  .article table.timeTbl th, .article table.timeTbl td {
    display: block;
    width: 100%;
  }
  /*収穫体験*/
  .article.harvest .image {
    max-width: 200px;
  }
  .article.harvest .normalTbl {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .article.harvest .normalTbl th, .article.harvest .normalTbl td {
    display: table-cell;
  }
  .article.harvest .normalTbl th {
    width: 25%;
  }
  .article.harvest .normalTbl td {
    width: 75%;
    border-bottom: 1px dotted #ccc;
  }
  /*問い合わせ方法*/
  .article.contact-method .image {
    width: 140px;
    margin: 0 auto;
  }
  .article.contact-method h5 {
    margin-top:0;
  }
  /*ご利用までの流れ*/
  .btn-row {
    flex-direction: column;
  }
  /*加工食品*/
  .article.products .article_body {
    display: flex;
    flex-direction: column;
  }
  .article.products .image {
    order:1;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: var(--color-btn);
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  /*title*/
  #title h1 {
    width: 50vw;
    height: 11vw;
    margin-top: 5px;
  }
  /*freeHtml　会社概要*/
  #sideCompany .sideCompany_inner {
    padding: 20px 15px 25px;
  }
  #sideCompany h2.logomark {
    width: 90%;
  }
  #sideCompany a.link-btn {
    width: 100%;
  }
  /*googlemap*/
  .gmap-wrap {
    padding-bottom: 75%; /*4:3*/
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
