@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
シンプル01 グリーン 2カラム 左メイン
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  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; }
}

#pankuz {
  color: #999;
}

/*--------------------------------------------------------------
contents 背景
---------------------------------------------------------------*/
#wrap_body #contents {
  background: #fff;
}

/*----------------------------------------------------------
article
----------------------------------------------------------*/
.article, .gallery, #mainTopics, #listTopics, #mainServices, #mainBlogComments, #mainBlogCommentForm {
  border-top: none;
  background: none;
}
.article {
  padding: 40px 20px;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
#sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border-top: 4px solid #b2cf41;
}
#sideContents .freeHtml {
  border: none;
}
#sideContents {
  margin-top: 32px;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #b2cf41;
}
a:hover {
  color: #9db249;
}
a.btn {
  color: #fff;
  background: #bbd945;
}
a.btn:hover {
  background: #9db249;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*----------------------------------------------------------
p
----------------------------------------------------------*/
.article p {
  text-align: justify;
  margin-bottom: 1.5em;
}

/*----------------------------------------------------------
ブログ記事
----------------------------------------------------------*/
#mainArticles div[id^="blog"] {
  margin-top: 70px;
}

/*----------------------------------------------------------
見出しなし記事
----------------------------------------------------------*/
.article.no_border {
  padding-top: 15px;
}

/*----------------------------------------------------------
汎用
----------------------------------------------------------*/
.article p.text-lead {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.7;
}
.article p.text-frame {
  font-size: 1.1em;
  color: #84b51f;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0.7em;
  border: 1px solid #84b51f;
  text-align: center;
}
/*記事画像小さめ*/
.article.img-s .image {
  max-width: 200px;
}

/*----------------------------------------------------------
テーブル
----------------------------------------------------------*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}

/*----------------------------------------------------------
リスト　シンプル
----------------------------------------------------------*/
ul.maru-plus {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.maru-plus li {
  margin-left: 1.0em;
}
ul.maru-plus li:before {
  content: "●";
  color: #ffce00;
  margin-left: -1.0em;
}

/*-------------------------------------------------------
ナンバー・リスト
-------------------------------------------------------*/
ol.number-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
ol.number-list li {
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1em;
}
ol.number-list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 2em;
  height: 2em;
  line-height: 1.8;
  background-color: #f6c416;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}

/*--------------------------------------------------------------
チェックマークリスト
---------------------------------------------------------------*/
ul.check-plus {
  display: flex;
  flex-direction: column;
  padding: 1.25em 1.5em 1.25em 3.0em;
}
ul.check-plus li {
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 0.7em;
  padding: 0.3em 0;
  display: block;
  position: relative;
}
ul.check-plus li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 0.8em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
#title #title_outer {
  width: 96%;
  max-width: 1200px;
  height: 120px;
}
#title h1 {
  width: 300px;
  height: 64px;
}
#title h1 a {
  margin: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  padding: 0;
  background: url("/materials/175351950567401.png") left center no-repeat;
  background-size:100%;
}
#title #title_outer {
  background: url("/materials/175351950567502.png") right center no-repeat;
  background-size:320px;
  margin: 0 auto;
}

/*----------------------------------------------------------
topMenu
----------------------------------------------------------*/
#wrap_body #topMenu {
  border-bottom: 4px solid #84b51f;
}
#topMenu_outer .topMenu li a {
  font-weight: 500;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #b2cf41;
}

/*----------------------------------------------------------
topics
----------------------------------------------------------*/
#mainTopics .listview a, a.btn, p.more a, #mainServices h3 a {
  box-shadow: none;
}
#mainTopics .listview a:hover, a.btn:hover, p.more a:hover, #mainServices h3 a:hover {
  background: #9db249;
  top: 0;
}

/*----------------------------------------------------------
footer
----------------------------------------------------------*/
#footer {
  background: #84b51f;
}

/*----------------------------------------------------------
見出し
----------------------------------------------------------*/
#mainArticles h2 {
  margin-top: 50px;
  padding-top: 70px;
  background: url("/materials/175378544592101.png") no-repeat top center / 100px;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  background: #84b51f;
}
.mainContents .article h3 {
  position: relative;
  padding-left: 58px;
}
#mainTopics h2, #listTopics h2, .mainContents div.gallery h3 {
  position: relative;
}
#mainTopics h2::before, #listTopics h2::before, .mainContents .article h3::before, .mainContents div.gallery h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 67%;
  background: #fff;
  position: absolute;
  left: 40px;
  top: 20%;
}
#mainTopics h2::before, #listTopics h2::before, .mainContents div.gallery h3::before {
  left: 20px;
}
.article h4 {
  font-size: 1.3em;
  color: #84b51f;
  font-weight: 600;
  display: flow-root;
  padding: 0.3em 0.7em;
  border: 1px solid #84b51f;
  border-radius: 4px;
}
.article h5 {
  border-left: 4px solid #b2cf41;
}

/*----------------------------------------------------------
サイドフリーHTML 会社概要
----------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding:24px 0;
}
#sideCompany {
  padding:12px;
}
#sideCompany h2 {
  font-size:16px;
  font-weight:bold;
  margin: 0 auto;
  padding: 0;
}
#sideCompany h2.logomark {
  width:216px;
  height:108px;
  background:url("/materials/175360268174501.png") no-repeat;
  margin:10px auto 30px;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size: 0.8em;
  width: 100%;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
#sideCompany dt {
  width: 100%;
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #8dc21f;
}
#sideCompany dd {
  width: 100%;
  font-size: 1.0em;
  color: #222;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #ffa705;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ffbc18;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  color: #fa932b;
  font-size: 1.3em;
  font-weight: 900;
}
#sideCompany a.tel-link:hover {
  color: #d67822;
}

/*-------------------------------------------
GoogleMap
-------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; /*4:3*/
  /*padding-bottom: 56.25%; 16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------
バッジ非表示
---------------*/
.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; }

/*-------------------------------------------------------
記事：お問い合わせブロック
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/175360383248101.png") center bottom no-repeat;
  background-size: cover;
}
.article.contact-block p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
}
.article.contact-block a.tel-link {
  font-size: 2.8em;
  line-height:1.2;
  font-weight: 900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
.article.contact-block p.btn-mailform-wrap {
  margin-top: 20px;
  margin-bottom: 70px;
}
a.btn-mailform {
  font-size:1.1em;
  color:#fff;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  background: #ffa705;
  border-radius: 4px;
  padding: 1.0em 12px 0.8em;
  text-decoration: none;
  display: block;
  width: 70%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:inherit;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:inherit;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#fff;
  background: #7f9919;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 200px;
  margin: 0 auto 35px auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  padding-bottom: 40px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 10px);
  height:40px;
  position:absolute;
  bottom:10px;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  margin-bottom:0;
  padding:0 8px;
  pointer-events: none;
  background: #ffa705;
  border-radius: 50vh;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
contactTable
---------------------------------------------------------------*/
#mainArticles table.contactTable tr:last-child th, #mainBlogCommentForm_outer table.contactTable tr:last-child th {
  border-bottom: none;
}
#mainArticles table.contactTable tr:last-child td, #mainBlogCommentForm_outer table.contactTable tr:last-child td {
  border-bottom: none;
}

/*--------------------------------------------------------------
事業内容
---------------------------------------------------------------*/
ol.work-flow li {
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
ol.work-flow li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  color: #ffa705;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}

/*--------------------------------------------------------------
豚のご飯
---------------------------------------------------------------*/
dl.feeding-flow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.feeding-flow dt {
  font-size: 20px;
  color: #ffa705;
  font-weight: 700;
  line-height: 1.65;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height:48px;
  border: 3px solid #ffa705;
  border-radius: 10px;
  text-align: center;
  margin-right: 15px;
}
dl.feeding-flow dd {
  font-size: 1.05em;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: calc(100% - 180px);
  min-height: 83px;
  position: relative;
  padding: 0 0 35px 0;
  margin-bottom: 15px;
}
dl.feeding-flow dd::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  color: #ffa705;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 75px);
}

/*--------------------------------------------------------------
3つのこだわり
---------------------------------------------------------------*/
dl.policy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.policy dt {
  font-size: 1.1em;
  color: #ffa705;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 3px solid #ffa705;
  border-radius: 10px;
  margin-right: 20px;
}
dl.policy dt span.policy-num {
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
}
dl.policy dd {
  font-size: 1.0em;
  font-weight: 400;
  display: block;
  width: calc(100% - 170px);
}
dl.policy dd span.policy-lead {
  font-size: 1.1em;
  color: #ffa705;
  font-weight: 700;
}

/*--------------------------------------------------------------
農場のこだわり
---------------------------------------------------------------*/
dl.farm-policy {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
}
dl.farm-policy dt {
  width: 100px;
  height: 80px;
}
dl.farm-policy dt span {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size:80px;
  color: #e7e7e7;
  font-weight: 900;
  line-height:1.0;
  text-align: center;
  margin: 0;
  position: relative;
}
dl.farm-policy dt span::after {
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: #ccc;
  position: absolute;
  top: 10px;
  right: 0;
}
dl.farm-policy dd {
  display: inline-block;
  width: calc(100% - 135px);
  margin:0 0 0 15px;
  padding: 10px;
}
dl.farm-policy dd h5 {
  font-size:1.3em;
  color: #b2cf41;
  font-weight:bold;
  margin:0 0 0.5em 0;
  padding: 0;
  border: none;
}
dl.farm-policy dd p {
  margin:0;
  padding:0;
}

/*--------------------------------------------------------------
流通経路
---------------------------------------------------------------*/
.article table.flow-marumi, .article table.flow-marumi th, .article table.flow-marumi td {
  border: none;
}
.article table.flow-marumi th {
  background: none;
}
.article table.flow-marumi td {
  min-height: 100px;
  padding-bottom: 50px;
}
.article table.flow-marumi tr:not(:last-child) {
  position: relative;
}
.article table.flow-marumi tr:not(:last-child)::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  color: #ffa705;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 30px;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
}
.article table.flow-marumi td p strong {
  font-size: 1.8em;
  color: #b2cf41;
  font-weight: 700;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*-------------
バッジ非表示
---------------*/
.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; }
