<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* .front__under {
  display: none;
} */
html {
  scroll-padding-top: 77px;
}

p {
  color: #333;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

a {
  color: #333;
}

.einou p,
.saikou p,
.forum p,
.news p {
  line-height: 1.5;
}

a {
  display: block;
}

a:hover {
  opacity: .7;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

div {
  box-sizing: border-box;
}

.more {
  width: 150px;
  border: solid 1px #099;
  border-radius: 50px;
  color: #099;
  text-align: center;
}

.col66 {
  width: 66%;
}

.col50 {
  width: 50%;
}

.col33 {
  width: 33%;
}

.wp-caption-text {
  font-size: 12px;
}

.in1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 26px;
}

.in960 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 1%;
}

.img_border {
  box-sizing: border-box;
  max-width: calc(100% - 10px);
  padding: 4px;
  border: 1px solid #CCC;
}

img {
  vertical-align: bottom;
}

.br-sm,
.br-tb {
  display: none;
}

/* ------------------------
          目次
------------------------- */
nav.NavMenu.active {
  box-shadow: 0px 0px 8px #DDD;
}

nav ul.flex {
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  margin-top: 20px;
  padding: 0 15px;
}

nav ul.flex li {
  margin: 0 5px 0 0;
}

nav ul.flex li a {
  padding: 0 10px;
  border-radius: 30px;
  background-color: #00A291;
  color: #FFF;
}

nav ul.flex li:nth-of-type(2) a {
  background-color: #698EC9;
}

/* ------------------------
      号トップページ
------------------------- */
section.front__header .front__header--text--inner {
  bottom: 20px;
}

.front__header--text--comment {
  text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0,
    /*右下、左上*/
    #FFE -1px 1px 0, #FFF 1px -1px 0,
    /*右上、左下*/
    #FFF 0px 1px 0, #FFF 0-1px 0,
    /*右、左*/
    #FFF -1px 0 0, #FFF 1px 0 0;
}

section.front__header::after {
  height: 160px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 90%);
}

/* 特集 */
.front__article .container,
.front__under .container {
  max-width: 1640px;
}

.main-article {
  width: 50%;
  font-weight: normal;
}

.front__article-special--title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.front__article-special--title .toku-logo {
  border-radius: 50%;
}

.front__article-special--title h3 {
  margin-left: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
}

.main-article .front__article-special {
  display: block;
}

.front__article-special .front__article-special--photo,
.front__article-special .front__article-special--comment {
  width: 50%;
}

.front__article-special .front__article-special--comment p {
  margin: 0 2% 0 16px;
}

/* 彩耕の人 */
.main-article .front__article-saikou {
  align-items: center;
  margin-top: 33px;
}

.main-article .front__article-saikou--photo {
  max-width: 100%;
  margin: 0 20px;

  flex: 0 0 90px;
}

.main-article .front__article-saikou--photo img {
  width: 100%;
}

.front__article-saikou--comment {
  flex-grow: 1;
}

.front__article-saikou--comment p:first-of-type {
  margin: 0;
}

.front__article-saikou--comment .saikou_name {
  margin-bottom: 0;
  font-weight: bold;
}

.front__article-saikou--comment .saikou_name span {
  margin-right: 1em;
}

.front__article .main-article .more {
  margin: 0 0 0 auto;
}

/* 上段真ん中 */
.front__article-sec-content {
  width: 34%;
  margin: 0 2%;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.top_center_title {
  margin: 0;
}

.top_caption {
  margin: 0;
  font-size: 16px;
}

.top_sub_wrap {
  justify-content: center;
}

.top_sub_wrap&gt;div {
  max-width: 48%;
  margin: 0 1%;
}

.top_sub_wrap&gt;div img {
  width: 260px;
  max-width: 100%;
  height: 174px;

  object-fit: cover;
}

.front__article .front__article-sec-content .front__article-einou {
  width: 100%;
}

/* 営農情報他 */
.front__article .front__article-einou {
  width: 16%;

  flex: unset;
}

.front__article .front__article-einou:hover {
  opacity: 1;
}

.front__news .front__news--link-btn {
  border: solid 1px #099;
  color: #099 !important;
}

.front__article .front__article-einou--title {
  width: auto;
  height: auto;
  background: none;
}

.front__article .front__article-einou--title h3 {
  position: relative;
  margin-top: 90px;
  padding-top: 0;
  border-top: solid 2px #00913A;
  background: #E7F2D9;
  line-height: 2;
}

.front__article .front__article-einou--title h3::before {
  content: "";
  position: absolute;
  top: -51px;
  left: 50%;
  width: 150px;
  height: 51px;
  background: url(../images/front/einojoho.svg) center bottom no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.front__article .front__article-einou--banner {
  flex-direction: column;
}

.front__article .front__article-einou--banner--link:first-child {
  margin-right: 0;
}

.front__article-einou--menu&gt;div {
  margin-bottom: 10px;
}

.front__article-einou .soudankai {
  text-align: center;
}

.front__article-einou .soudankai a,
.front__under--theme-contents--menu.sp-only .soudankai a {
  padding: 5px;
  border: solid 1px;
  color: #1900FF;
  font-size: 24px;
}

.front__article-einou--menu&gt;div.flex {
  justify-content: space-around;
}

/* 中段 いるま野ニュース矢印 */
.front__news .swiper .swiper-button-prev,
.front__news .swiper .swiper-button-next {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.front__news .swiper .swiper-button-prev::before {
  left: 0%;
}

.front__news .swiper .swiper-button-next::before {
  right: 0;
  width: 34px;
}

.front__news .swiper-button-prev::after,
.front__news .swiper-button-next::after {
  content: none !important;
}

/* いるま野ニュース swiper */
.front__news--list--title {
  max-width: 590px;
  margin: auto;
}

/* 下段 */
.front__under--theme {
  max-width: 676px;
}

.front__under--theme .front__under--theme-contents--list--inner:first-child {
  margin-right: 0;
}

.front__under .front__under--theme-contents--month,
.front__under .front__under--theme-contents--list {
  display: block;
}

.front__under .front__under--theme-title {
  align-items: center;
  margin-right: 0;
  margin-bottom: 10px;
}

.front__under--theme .front__under--theme-contents--list-title b {
  display: inline-block;
  margin-left: -1.5px;
  padding-left: 1px;
  font-size: 1.5em;
  font-weight: bold;
}

.front__under--theme-contents--list--photo.first.col33 {
  padding: 0 1em 0 0;
}

.front__under--theme-contents--list--inner.sp .front__under--theme-contents--list--photo {
  padding: 10px 5px 5px;
}

.front__under--theme .front__under--theme-contents--list--inner.sp .front__under--theme-contents--list--photo img {
  border: 1px solid #707070;
}

.front__under--theme-contents--banner {
  max-width: 536px;
}

.front__under--theme-contents--special--link {
  margin-bottom: 10px;
}

.front__under .front__under--theme-contents--info {
  max-width: 398px;
  padding: 50px 50px 30px 50px;
  background: #E7EFDD;
  margin-bottom: 2rem;
}

.front__under--theme-contents--info--title h3 {
  color: #026A1A;
  font-size: 24px;
  text-align: center;
}

.front__under .front__under--theme-contents--info:hover {
  opacity: 1;
  cursor: unset;
}

.front__under .front__under--theme-contents--info .slick-list:hover {
  opacity: .7;
}

.front__under .slick-prev {
  left: -47px;
}

.front__under .slick-prev:before,
.front__news .swiper .swiper-button-prev::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 48px;
  border: none;
  background: url(../images/front/arrow_L.png) no-repeat;
}

.front__under .slick-next:before,
.front__news .swiper .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 48px;
  border: none;
  background: url(../images/front/arrow_R.png) no-repeat;
}

/* ------------------------
          営農情報
------------------------ */
.einou .einou__contents {
  font-weight: normal;
}

/* ------------------------
      irumano news
------------------------*/
.news__contents--main--photo figcaption,
.news__contents--sub--photo figcaption,
.news__contents--top--photo figcaption {
  min-height: 2em;
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
}

.news__contents--main--content .news__contents--top--photo,
.news__contents--sub--content .news__contents--main--photo {
  display: none;
}

.news__contents .news__contents--sub--photo img {
  width: 100%;
}

.news__contents article {
  border: solid 1px #DDD;
}

.news__contents article .article_wrapper {
  padding: 10px;
}

.news__contents .news__contents--main,
.news__contents .news__contents--sub {
  align-items: baseline;
}

.news__contents .news__contents--sub--content {
  width: 24%;
  margin: 0 .3rem 50px .3rem;
}

/* ------------------------
      インフォメーション
------------------------*/
.information .information__contents {
  flex-direction: row;
}

/* ------------------------
      特集
------------------------*/
section.section-feature h3 {
  border: none;
  font-size: 19px;
}

section.section-feature hr {
  margin: 2em;
}

section.section-feature {
  position: relative;
  z-index: 2;
  clear: both;
  margin-bottom: 26px;
  padding-top: 32px;
  padding-right: 26px;
  padding-bottom: 32px;
  padding-left: 26px;
  border: 1px solid #C8C9C9;
  border-radius: 10px 10px 0 0;
  background: #FFF;
}

section.section-feature .title {
  justify-content: center;
  align-items: center;
}

section.section-feature .title .logo {
  width: 100px;
  margin-top: -15px;
  border-radius: 50%;
}

section.section-feature .title h2 {
  margin: 18px 10px 36px;
}

section.section-feature p {
  margin: .3em 0px;
}

section.section-feature p {
  line-height: 1.5em;
}

section.section-feature .topics .in960 {
  overflow: hidden;
  clear: both;
}

/* ------------------------
          彩耕の人
------------------------ */
article.saikou {
  margin-bottom: 32px;
}

.saikou p {
  margin: .3em 0;
}

.single-magazine .topics.saikou h2 span.address {
  margin-right: 1em;
  font-size: 30px;
}

/* ------------------------
      みんなの声/letters
------------------------*/
.forum__contents .forum__contents--name {
  margin: 10px 0 5px;
}

.forum__contents--name p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.forum__contents--comment p {
  margin-top: 5px;
}

.letters p {
  margin-top: 0;
}

.letters .letters__contents--name {
  margin-bottom: 32px;
}

.letters__contents--text {
  display: inline-block;
}

/* ------------------------
      おいしい食卓
------------------------*/
.recipe .recipe__contents--wrapper:first-of-type {
  position: relative;
}

.recipe .recipe__contents--wrapper:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 98%;
  margin-top: 15px;
  border-right: dashed 2px #7A6A56;
}

/* ------------------------
      　バックカバー
------------------------*/
.backcover__uranai .diviner {
  margin: 0 0 5px;
  font-size: .8em;
  text-align: right;
}

.backcover__crossword .backcover__crossword--header {
  display: block;
}

/* ------------------------
      　応募フォーム
------------------------*/
.page-id-1816 .toggle-tb {
  visibility: hidden;
}

.oubo_wrap {
  margin-top: 30px;
}

.oubo h1 {
  color: #00A291;
}

.oubo .in960 a {
  display: inline;
  color: #00A291;
}

.oubo .form_attention {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCC;
  color: #595757;
  font-size: 83.3%;
  line-height: 1.2;
}

.oubo table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto 10px;
  background-color: #F7F8F8;
}

.oubo table tr {
  background: #FFF;
}

.oubo table tr th {
  background-color: #E9F6F4;
  color: #00A291;
  word-break: keep-all;
}

.oubo table tr th,
.oubo table tr td {
  padding: .3em 1em;
  border: 1px solid #CCC;
  line-height: 1.5;
}

.oubo table tr td {
  color: #595757;
}

.oubo form .font10 {
  margin: 0;
}

.oubo .font10 {
  font-size: 83.3%;
}

.oubo input {
  padding: 6px;
}







/* ========================
      メディアクエリ
========================= */
/*-------------------------
 * PC/tabletで電話のリンクを切る設定
 -------------------------*/
@media (min-width: 601px) {
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    pointer-events: none;
    cursor: default;
  }
}

/* ------------------------
        1600px以下
--------------------------*/
/* 号トップページ */
@media (max-width: 1600px) {
  .front__under--theme {
    width: 40%;
  }

  .front__under .front__under--theme-contents--banner {
    width: 33%;
  }
}

/* ------------------------
        1200px以下
--------------------------*/
/* 号トップページ */
@media (max-width: 1200px) {
  .front__article-special .front__article-special--photo {
    width: 40%;
  }

  .front__article-special .front__article-special--comment {
    width: 60%;
  }

  .front__article-saikou--title {
    max-width: 120px;
  }

  .main-article .front__article-saikou--photo {
    margin: 0 10px;
  }

  .front__article-sec-content {
    width: 30%;
  }

  .top_center_title img {
    max-width: 200px;
  }

  .front__article .front__article-einou {
    width: 20%;
  }

  .front__article-einou--menu&gt;div.flex p:nth-of-type(1) {
    width: 50%;
  }

  .front__article-einou--menu&gt;div.flex p:nth-of-type(2) {
    width: 50%;
  }
}

/* ------------------------
        1023px以下
--------------------------*/
@media (max-width: 1023px) {

  /* irumano news */
  .news__contents .contents_wrapper .news__contents--sub--content {
    width: 31%;
  }
}

/* ------------------------
        900px以下
--------------------------*/
@media (max-width: 900px) {
  .br-tb {
    display: block;
  }

  /* 号トップページ */

  .front__article .front__article-inner {
    flex-direction: column;
  }

  .main-article,
  .front__article-sec-content {
    width: 100%;
    margin-bottom: 50px;
  }

  .front__article .main-article .more {
    margin: 5px 0 10px auto;
  }

  .front__article .front__article-saikou {
    border-bottom: 1px solid #595757;
  }

  .front__article .front__article-einou {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .front__article .front__article-einou--menu.pc-only {
    display: none;
  }

  .front__under .front__under--theme-contents--info {
    margin: 0 auto 30px;
  }

  .front__news--link {
    margin: 0 30px 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #595757;
  }

  .front__under .front__under--wrapper {
    display: block;
  }

  .front__under--theme {
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #595757;
  }

  .front__under .front__under--theme-contents--banner {
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #595757;
  }

  .front__under--theme-contents--menu.sp-only {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: auto;
  }

  .soudankai {
    width: 260px;
  }
}

/* ------------------------
        768px以下
--------------------------*/
@media (max-width: 768px) {

  /* 号トップページ */
  .front__article .front__article-sec-content .front__article-einou {
    border-bottom: none;
  }

  .front__news--list--title {
    margin: 0;
  }

  .front__news .swiper .swiper-button-prev,
  .front__news .swiper .swiper-button-next {
    height: 50%;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(), 30%;
  }

  /* おいしい食卓  */
  .recipe .recipe__contents--menu .recipe_thumb {
    order: 1;
  }

  .recipe .recipe_memo {
    order: 2;
    margin-top: 20px;
  }

  .recipe .recipe__contents--menu&gt;.container&gt;div.col50:nth-of-type(3) {
    order: 4;
  }

  .recipe .recipe__contents--menu&gt;.container&gt;div.col50:nth-of-type(4) {
    order: 3;
  }

  .recipe .recipe__contents--menu .recipe_youtube {
    order: 5;
  }

  .recipe .recipe__contents--wrapper:first-of-type:after {
    content: none;
  }
}

/* ------------------------
        767px以下
--------------------------*/
@media (max-width: 767px) {

  /* コピーライト非表示 */
  .footer .container {
    display: none;
  }

  /* 号トップページ */
  .front__article-special .front__article-special--photo {
    order: 2;
    width: 100%;
  }

  .front__article-special .front__article-special--comment {
    order: 1;
    width: 100%;
    margin: 5px 0;
  }

  .front__article .main-article .more {
    display: none;
  }

  .front__article .front__article-saikou {
    flex-wrap: wrap;
  }

  .front__article-saikou--title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .front__article-saikou--comment .saikou_name {
    margin-bottom: 10px;
  }

  .main-article .front__article-saikou--photo {
    width: 25%;
    max-width: 90px;
    margin: 0 2% 0 0;

    flex-basis: auto;
  }

  .front__article-saikou--comment {
    width: 73%;
  }

  .front__news--title .sp-only {
    margin: auto;
  }

  .front__under--theme-contents--list--inner.flex {
    display: none;
  }

  .front__under--theme-contents--banner a.pc-only {
    display: block;
    margin-bottom: 36px;
  }

  .front__under--theme-contents--list-title.sp-only {
    text-align: center;
  }

  .front__under--theme-contents--menu.sp-only .soudankai a {
    padding: 0 10px;
  }

  /* irumano news */

  .news__contents--sub--photo figcaption {
    display: none;
  }

  .news__contents--sub--sp-photo&gt;div {
    position: relative;
    margin: 10px 0;
  }

  .news__contents--sub--sp-photo .news-caption1,
  .news__contents--sub--sp-photo .news-caption2 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
  }

  .news__contents .news__contents--sub--content {
    width: auto;
    margin: 15px auto;
  }

  .news__contents .contents_wrapper .news__contents--sub--content {
    width: auto;
  }

  .news__contents--sub--content .news__contents--top--photo {
    display: none;
  }

  /* 特集 */
  section.section-feature,
  section.section-feature h2::before,
  section.section-feature h2::after {
    border: none;
  }

  section.section-feature .top_imgs.flex {
    text-align: center;
  }

  section.section-feature .top_imgs .col50 {
    width: 450px;
    max-width: 100%;
  }

  /* 彩耕の人 */
  section .saikou h2 {
    max-width: 100%;
    margin: 20px auto 36px;
    font-size: 26px;
    text-align: center;
  }

  section .saikou h2::before {
    top: 0;
  }

  /* おいしい食卓 */
  .recipe__contents #recipe_2 {
    margin-top: 100px;
  }

  /* footer */
  .footer {
    background: none;
  }
}

/* ------------------------
        750px以下
--------------------------*/
@media (max-width: 750px) {

  /* 彩耕の人 */
  section.single-magazine .topics.saikou h2 {
    max-width: 100%;
    margin: 20px auto 36px;
    font-size: 26px;
    text-align: center;
  }
}

/* ------------------------
        600px以下
--------------------------*/
@media (max-width: 600px) {
  .br-sm {
    display: block;
  }

  /* 号トップ */
  .front__news .swiper .swiper-button-next::before {
    width: 34px;
  }

  .front__news .swiper .swiper-button-prev::before {
    margin-left: -9px;
  }

  /* 彩耕の人 */
  section.single-magazine .topics.saikou h2 {
    font-size: 22px;
  }

  .single-magazine .topics.saikou h2.saikouh2 span {
    font-size: 18px;
  }

  section.single-magazine .topics.saikou h2.saikouh2 div,
  .single-magazine .topics.saikou h2.saiokuh2 div .address {
    font-size: 22px;
  }

  .in960&gt;div {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .in960&gt;div&gt;div.wp-caption {
    order: 1;
    float: none;
    margin: 5px auto 0;
  }
}

/* ------------------------
        374px以下
--------------------------*/
@media (max-width:374px) {
  nav ul.flex {
    display: block;
    max-width: 140px;
  }

  nav ul.flex li {
    margin: 0 5px 5px 0;
  }
}

/* ------------------------
    印刷時メニュー開閉なし
--------------------------*/
@media print {
  .NavMenu {
    display: none;
  }
}</pre></body></html>