@charset "UTF-8";
/*===============================================================================
COMMON
===============================================================================*/
.container .sp {
  display: none;
}

/* SNS Area */
.container .sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.container .sns ul li {
  margin: 0px 10px 0px 0px;
}

/* RESET & TEMP*/
.container {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
.container h1, .container h2, .container h3, .container h4, .container p, .container ul, .container li, .container dl, .container dt, .container dd, .container span, .container figure, .container figcaption, .container a {
  margin: 0;
  padding: 0;
}
.container p {
  font-size: 16px;
  line-height: 1.8 !important;
  text-align: justify;
}
.container a {
  text-decoration: none;
}
.container img {
  display: inline-block;
  vertical-align: bottom;
}
.container .img--block {
  display: block;
}

/* ------------------ Page Only ------------------ */
.container {
  --main-color: #009944;
  --sub-color:#DD6B47;
}
.container .flex {
  display: flex;
}
.container .flex--row {
  flex-direction: row;
}
.container .flex--column {
  flex-direction: column;
}
.container .hukidashi {
  text-align: center;
}
.container h1 {
  margin-top: 1rem;
}
.container .author__wrap {
  margin: 0 auto;
  margin-top: 1.5rem;
  width: 76%;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.container .author__wrap.box--gird {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.5rem 1rem;
}
.container .author__wrap.box--gird img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 130px;
  height: 130px;
}
.container .author__wrap.box--gird p.author__name {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 1.5rem;
}
.container .author__wrap.box--gird p.author__prof {
  grid-column: 2/3;
  grid-row: 2/3;
}
.container .mokuji__wrap {
  margin: 2.5rem auto 0;
  width: 40%;
  padding: 1.5rem;
  padding-left: 3rem;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.container .mokuji__wrap h4 {
  font-weight: bold;
  text-align: center;
}
.container .mokuji__wrap ol {
  margin-top: 1rem;
}
.container .mokuji__wrap ol li + li {
  margin-top: 1rem;
}
.container .mokuji__wrap ol li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-color);
  border-radius: 10px;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: 2px;
}
.container .secmain__wrap {
  margin-top: 6rem;
  position: relative;
}
.container .secmain__wrap::before {
  position: absolute;
  content: url(images/mainttl.svg);
  width: 8rem;
  left: 0;
  top: 3.5rem;
}
.container .secmain__wrap::after {
  position: absolute;
  content: url(images/mainttl.svg);
  transform: scaleX(-1);
  width: 8rem;
  right: 0;
  top: 3.5rem;
}
.container .secmain__wrap--about .secttl {
  width: 45rem;
  margin: 0 auto;
  background-color: var(--main-color);
  border: 2px solid #3A3A3A;
  border-radius: 1rem;
}
.container .secmain__wrap--about .secttl h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}
.container .secmain__wrap--about .cont__wrap {
  padding: 1.5rem;
  box-sizing: border-box;
}
.container .secmain__wrap--about .cont__wrap .contdesc {
  margin-top: 3.5rem;
}
.container .secmain__wrap--about .cont__wrap .contdesc:first-of-type {
  margin-top: 2.5rem;
}
.container .secmain__wrap--about .cont__wrap .contdesc .contttl {
  background: url(images/secttl_bk.svg) no-repeat;
  background-size: 100% 100%;
  width: 380px;
  height: 86px;
}
.container .secmain__wrap--about .cont__wrap .contdesc .contttl h3 {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.container .secmain__wrap--about .cont__wrap .contdesc .txt__wrap {
  margin-top: 1.5rem;
}
.container .secmain__wrap--about .cont__wrap .contdesc--sub {
  margin-top: 3.5rem;
}
.container .secmain__wrap--about .cont__wrap .contdesc--sub .contttl {
  margin: 0 auto;
  width: 35rem;
  background-color: var(--main-color);
  border-radius: 1rem;
}
.container .secmain__wrap--about .cont__wrap .contdesc--sub .contttl h4 {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.6rem;
  text-align: center;
}
.container .secmain__wrap--about .cont__wrap .contdesc--sub ul {
  margin-top: 1.5rem;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: center;
}
.container .secmain__wrap--about .cont__wrap .contdesc--sub figure {
  margin-top: 0.5rem;
}
.container .secmain__wrap--items .secttl {
  width: 45rem;
  margin: 0 auto;
  border: 2px solid #3A3A3A;
  border-radius: 1rem;
}
.container .secmain__wrap--items .secttl h2 {
  color: #191919;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}
.container .secmain__wrap--items .secttl h2 span {
  position: relative;
}
.container .secmain__wrap--items .secttl h2 span::before {
  position: absolute;
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.container .secmain__wrap--items .secttl h2 span.nasuka::before {
  content: "（ナス科）";
}
.container .secmain__wrap--items .secttl h2 span.sasage::before {
  content: "（マメ科）";
}
.container .secmain__wrap--items .secttl h2 span.urika::before {
  content: "（ウリ科）";
}
.container .secmain__wrap--items .secttl h2 span.negi {
  padding: 0 1rem;
}
.container .secmain__wrap--items .secttl h2 span.negi::before {
  content: "（ヒガンバナ科）";
}
.container .secmain__wrap--items .secttl h2 span.corn::before {
  content: "（イネ科）";
}
.container .secmain__wrap--items .secttl h2 span.satoimo::before {
  content: "（サトイモ科）";
}
.container .secmain__wrap--items .secttl h2 span.syoga::before {
  content: "（ショウガ科）";
}
.container .secmain__wrap--items#sec02 .secttl {
  background: linear-gradient(135deg, rgb(248, 197, 172) 42%, rgb(217, 228, 123) 42%);
}
.container .secmain__wrap--items#sec03 .secttl {
  background: linear-gradient(135deg, rgb(172, 225, 248) 40%, rgb(217, 228, 123) 40%, rgb(217, 228, 123) 64%, rgb(143, 206, 192) 64%);
}
.container .secmain__wrap--items#sec04 .secttl {
  background: linear-gradient(135deg, rgb(255, 244, 101) 56%, rgb(148, 202, 126) 56%);
}
.container .secmain__wrap--items#sec05 .secttl {
  background: linear-gradient(135deg, rgb(242, 214, 102) 50%, rgb(248, 197, 172) 50%);
}
.container .secmain__wrap--items#sec06 .secttl {
  background: linear-gradient(135deg, rgb(219, 170, 88) 54%, rgb(143, 206, 192) 54%);
}
.container .secmain__wrap--items .cont__wrap {
  margin-top: 2.5rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__left {
  width: 50%;
  padding: 0 1rem;
  border-right: 2px dotted #3A3A3A;
  box-sizing: border-box;
}
.container .secmain__wrap--items .cont__wrap .contdesc__left figure + p {
  margin-top: 2rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__left .hukidashi {
  margin-top: 1rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__left figure + figure {
  margin-top: 4.5rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right {
  width: 50%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right .contdesc .contttl {
  background-color: var(--sub-color);
  border-radius: 0.5rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right .contdesc .contttl h3 {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.4rem 0;
  text-align: center;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right .contdesc .contttl + .txt__wrap {
  margin-top: 1rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right .contdesc + .contdesc {
  margin-top: 2rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right figure {
  margin-top: 2rem;
}
.container .secmain__wrap--items .cont__wrap .contdesc__right figure img + img {
  margin-top: 1.5rem;
}
.container .secmain__wrap--items#sec02 .cont__wrap .contdesc__left figure:first-of-type {
  position: relative;
}
.container .secmain__wrap--items#sec02 .cont__wrap .contdesc__left figure:first-of-type::before {
  position: absolute;
  content: url(images/sec02_img05.png);
  bottom: -2.5rem;
  right: -1.25rem;
  z-index: 1;
}
.container .secmain__wrap--items#sec03 .cont__wrap .contdesc__left figure:first-of-type {
  position: relative;
}
.container .secmain__wrap--items#sec03 .cont__wrap .contdesc__left figure:first-of-type::before {
  position: absolute;
  content: url(images/sec03_img01.png);
  bottom: -2.5rem;
  right: 0;
  z-index: 1;
}
.container .secmain__wrap--items#sec04 .cont__wrap .contdesc__left figure:first-of-type {
  position: relative;
}
.container .secmain__wrap--items#sec04 .cont__wrap .contdesc__left figure:first-of-type::before {
  position: absolute;
  content: url(images/sec04_img01.png);
  bottom: -2.5rem;
  right: 0;
  z-index: 1;
}
.container .secmain__wrap--items#sec05 .cont__wrap .contdesc__left figure:first-of-type {
  position: relative;
}
.container .secmain__wrap--items#sec05 .cont__wrap .contdesc__left figure:first-of-type::before {
  position: absolute;
  content: url(images/sec05_img01.png);
  bottom: -2.5rem;
  right: 0;
  z-index: 1;
}
.container .secmain__wrap--items#sec06 .cont__wrap .contdesc__left figure:first-of-type {
  position: relative;
}
.container .secmain__wrap--items#sec06 .cont__wrap .contdesc__left figure:first-of-type::before {
  position: absolute;
  content: url(images/sec06_img01.png);
  bottom: -2.5rem;
  right: 0;
  z-index: 1;
}
.container .secmain__wrap--items .recomitem__wrap {
  margin-top: 5rem;
  position: relative;
  background-color: #F4E8AB;
  border-radius: 0.5rem;
}
.container .secmain__wrap--items .recomitem__wrap h3 {
  position: absolute;
  width: 45rem;
  padding: 0.4rem 0;
  background-color: var(--main-color);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5rem;
}
.container .secmain__wrap--items .recomitem__wrap .item__list {
  margin-top: 1rem;
  padding: 3rem 1.5rem 1.5rem;
  flex-wrap: nowrap;
  gap: 0 1.5rem;
  justify-content: center;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li {
  width: calc((100% - 4.5rem) / 4);
  position: relative;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5 {
  margin-top: 0.5rem;
  padding: 0.25rem 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5 + .itemname {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5 + .itemname + .linkbutton {
  margin-top: 2.5rem;
  padding: 0.25rem 0;
  background-color: var(--main-color);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5.clrred {
  color: #E60012;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5.clrgreen {
  color: #45B035;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5.clrblue {
  color: #27BAC3;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5.clrorange {
  color: #F39800;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li h5.clrbrown {
  color: #BB511F;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li a:hover {
  background-color: #fff;
  opacity: 0.2;
}
.container .secmain__wrap--items .recomitem__wrap .item__list li strong {
  color: #E60012;
  font-size: 1.25rem;
}

/* ------------------ print ------------------ */
@media print {
  #fix_header {
    position: static;
  }
}