@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 2;
}
body {
  background: #edf4ee;
  font-size: 1.5rem;
  color: #4a5e42;
  min-width: 1440px;
}
main a:hover {
  opacity: 0.7;
}

/* スマートフォン */
@media only screen and (max-width: 768px) {
  html {
    font-size: 2vmin;
  }
  body {
    width: 100%;
    min-width: auto;
  }
  .wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

/* HEADER */
header {
  padding-top: 2rem;
  border-bottom: #ffffff 1px solid;
}
header .inner {
  margin: 0 auto;
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  width: 318px;
  margin-bottom: 1.2rem;
}
header ul {
  display: flex;
}
header ul li {
  width: 9.5rem;
  background: #edf4ee;
}
header ul li a {
  display: block;
  text-align: center;
  padding: 1.65rem 0;
  color: #4a5e42;
  text-decoration: none;
  font-weight: 500;
}
header ul li a:hover {
  background: #b6c6b8;
}
header ul li ul {
  position: absolute;
  display: none;
  z-index: 200;
}
header ul li:hover ul {
  display: block;
}
header ul li:hover > a {
  background: #b6c6b8;
}
header ul ul li {
  border-top: #ffffff 1px solid;
}
header ul .x-icon {
  width: auto;
}
header ul .x-icon a {
  display: flex;
  align-items: center;
  padding: 1.65rem 1.4rem;
}
header ul .x-icon img {
  width: 2.4rem;
}

header ul .eshop-icon {
  width: 13rem;
}
header ul .eshop-icon a {
  padding: 0;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* スマートフォン */
@media only screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 1.5rem 1.5rem 1rem;
    position: relative;
  }
  header .inner {
    width: auto;
  }
  header h1 {
    width: 32rem;
    margin: 0;
  }
  .menu-trigger {
    display: inline-block;
    width: 3rem;
    height: 2.4rem;
    position: relative;
    z-index: 150;
  }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 3rem;
    height: 0.4rem;
    background-color: #000000;
    border-radius: 2px;
    transition: all 0.4s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 1rem;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-open .menu-trigger span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: calc(50% - 0.2rem);
  }
  .menu-open .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-open .menu-trigger span:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: calc(50% - 0.2rem);
  }
  nav {
    transform: translate(120%);
    position: absolute;
    right: 0;
    top: 0;
    width: 80vw;
    transition: all 0.4s;
    z-index: 120;
    background: #ffffff;
  }
  .menu-open nav {
    transform: translate(0);
  }
  header nav ul {
    display: block;
    margin-top: 6rem;
    overflow: scroll;
    max-height: calc(100vh - 6rem);
  }
  header ul li {
    width: 100%;
    background: #ffffff;
    border-top: #4a5e42 1px solid;
  }
  header ul li a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1.65rem;
  }
  header ul li ul {
    position: static;
    display: none;
    background: #edf4ee;
    padding: 0;
    margin: 0;
  }
  header ul li:hover ul {
    display: none;
  }
  header .sub > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  header .sub > a::before,
  header .sub > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  header .sub > a::before {
    left: 9rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #4a5e42;
    border-right: 0.2rem solid #4a5e42;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.4s;
  }
  header .sub > a.open::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -0.5rem;
  }
  header ul li:hover > a {
    background: none;
  }
  header ul ul li {
    border-top: none;
    background: #edf4ee;
  }
  header ul ul li a {
    padding: 1rem 3.2rem;
  }
  header ul .x-icon a {
    display: flex;
    align-items: center;
    padding: 1.6rem;
  }
  header ul .x-icon img {
    width: 2.4rem;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* title */
main .ttl1 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 2.4rem 0 3.6rem;
}
main .ttl1 span {
  display: block;
  font-size: 2rem;
}
main .ttl2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  border-top: #4a5e42 1px solid;
  border-bottom: #4a5e42 1px solid;
  padding: 0.2rem;
  margin-bottom: 4.8rem;
}

/* スマートフォン */
@media only screen and (max-width: 768px) {
  main .ttl2 {
    font-size: 2.5rem;
    margin: 0 2rem 2rem;
  }
}

/* table */
.table1 {
  width: 100rem;
  margin: 0 auto;
}
.table1 th,
.table1 td {
  border: #4a5e42 1px solid;
  padding: 1.4rem;
}
.table1 th {
  padding: 1.4rem 2rem;
  width: 12rem;
  font-weight: 400;
  background: #d1e0ca;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  .table1 {
    width: calc(100% - 4rem);
    margin: 0 2rem;
    box-sizing: border-box;
  }
  .table1 th,
  .table1 td {
    padding: 1rem;
  }
  .table1 th {
    padding: 1rem;
    width: auto;
    white-space: nowrap;
  }
}

main .mv {
  width: 1440px;
  margin: 0 auto;
  margin-bottom: 10rem;
  position: relative;
  z-index: 100;
}
main .mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 4rem;
  color: #ffffff;
}
main p {
  margin-bottom: 2rem;
}
main .content1 {
  width: 1120px;
  margin: 0 auto 16rem;
  position: relative;
}
main .content2 {
  width: 1440px;
  margin: 0 auto 10rem;
  position: relative;
}

/* スマートフォン */
@media only screen and (max-width: 768px) {
  main .mv {
    width: 100%;
    margin-bottom: 2rem;
  }
  main .mv h2 {
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
  }
  main .content1 {
    width: 100%;
    margin: 0 auto 2rem;
    position: relative;
  }
  main .content2 {
    width: 100%;
    margin: 0 auto 4rem;
    position: relative;
  }
}

footer {
  background: #4a5e42;
  padding-top: 7rem;
  color: #ffffff;
}
footer .foot-logo {
  width: 34rem;
  margin: 0 auto 9rem;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
}
footer .foot-menu1,
footer .foot-menu2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100rem;
  margin: 0 auto;
}
footer .foot-menu1 li {
  padding: 0 3rem;
  white-space: nowrap;
  margin-bottom: 4rem;
}
footer .foot-menu2 {
  padding-bottom: 2rem;
}
footer .foot-menu2 li {
  margin: 0 2rem 4rem;
}
footer .foot-menu2 li:first-child {
  width: 3.5rem;
}
/*
footer .foot-menu2 li:last-child {
	width: 4.6rem;
}
*/
footer .foot-menu3 {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  border-top: #ffffff 1px solid;
  padding: 1rem 0;
  margin: 0 auto 0;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 2rem;
    padding-top: 2rem;
    color: #ffffff;
  }
  footer .foot-logo {
    width: 24rem;
    margin: 0 auto 2rem;
  }
  footer a {
    font-size: 1.5rem;
  }
  footer .foot-menu1,
  footer .foot-menu2 {
    width: 75%;
    padding-bottom: 2rem;
  }
  footer .foot-menu1 li {
    padding: 0 2rem;
    margin-bottom: 1rem;
  }
  footer .foot-menu2 li {
    margin: 0 2rem 2rem;
  }
  footer .foot-menu3 {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* overlay */
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* TOP */
main .text-box01 {
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  color: #ffffff;
  font-size: 2.5rem;
  width: 45rem;
}
main .text-box01 dd {
  font-size: 1.5rem;
}
main .index-menu {
  display: flex;
  justify-content: space-between;
}
main .index-menu a {
  display: block;
  position: relative;
}
main .index-menu a p {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  bottom: 5rem;
  font-size: 2.5rem;
}
main .index-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* スマートフォン */
@media only screen and (max-width: 768px) {
  main .ttl1 {
    font-size: 3rem;
    margin: 2.4rem 0 2rem;
  }
  main .ttl1 span {
    display: block;
    font-size: 1.6rem;
  }
  main .text-box01 {
    bottom: 2rem;
    left: 2rem;
  }
  main .index-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 2rem;
  }
  main .index-menu li {
    margin-right: 2rem;
  }
  main .index-menu li:last-child {
    margin: 0;
  }
  main .index-menu a p {
    bottom: 1rem;
  }
  main .index-banner {
    display: block;
    padding: 0 2rem;
  }
  main .index-banner li {
    width: 100%;
    margin-bottom: 2rem !important;
  }
  main .index-banner li img {
    width: 100%;
  }
}

/* company */
#greetings {
  background: #ffffff url("../img/company/img01.png") no-repeat right bottom;
  padding: 6rem 16rem;
}
#greetings dt {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
#greetings dd {
  width: 74.8rem;
}
#greetings .signature {
  width: 74.8rem;
  text-align: right;
  margin: 0;
}
#greetings .signature img {
  width: 24.8rem;
}
#company-policy {
  background: #ffffff url("../img/company/img03.png") no-repeat;
  padding: 8rem 16rem;
  font-family: "Noto Serif JP", serif;
  min-height: 72rem;
}
#company-policy dl {
  font-size: 2.5rem;
  display: flex;
  margin-bottom: 8rem;
}
#company-policy dl dt {
  width: 11.6rem;
}
.company-branch {
  display: flex;
  justify-content: space-between;
}
.company-branch img {
  width: 49.4rem;
  margin-top: -3.4rem;
}
.company-branch div {
  width: 60rem;
}
.company-branch dl {
  border-bottom: #4a5e42 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.company-branch dt {
  font-weight: 400;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  #greetings {
    margin: 2rem;
    padding: 2rem;
    background-size: 50%;
  }
  #greetings dt {
    font-size: 3rem;
  }
  #greetings dd {
    width: 100%;
  }
  #greetings .signature {
    width: 100%;
    text-align: left;
    padding-bottom: 14rem;
  }
  #company-policy {
    background-size: cover;
    background-position: center 0;
    padding: 2rem 2rem 4rem;
    margin: 2rem;
    min-height: auto;
  }
  #company-policy dl {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 4rem;
  }
  #company-policy dl dt {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
  }
  #company-policy dl dt::before,
  #company-policy dl dt::after {
    content: "";
    display: inline-block;
    width: 18rem;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  #company-policy dl dt::before {
    left: 0;
  }
  #company-policy dl dt::after {
    right: 0;
  }
  .company-branch {
    display: block;
  }
  .company-branch .map {
    display: inline-block;
    padding: 2rem;
  }
  .company-branch .map img {
    margin: -2rem 0 0;
  }
  .company-branch div {
    width: 100%;
    padding: 0 2rem;
  }
}

.flex-box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.flex-box1 dl {
  width: 63.8rem;
}
.flex-box1 dl.order-detail-dl {
  width: 45.5rem;
}

.flex-box1 dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  margin: 1.8rem 0;
}
.flex-box1 dt.sub-ttl01 {
  line-height: 1.5;
}
.flex-box1 dt.sub-ttl01 br {
  display: inline;
}

.flex-box1 dt.sub-ttl02 {
  font-size: 2rem;
  margin: 1em 0 0;
}
.flex-box1 dd {
  line-height: 2;
}
.flex-box1 div {
  width: 45rem;
}

.flex-box1 div.order-detail {
  padding-top: 4em;
  width: 65rem;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  .flex-box1 {
    display: block;
    margin-bottom: 4rem;
  }
  .flex-box1 dl {
    width: 100%;
    padding: 0 2rem;
  }
  .flex-box1 dt {
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .flex-box1 dd {
    line-height: 2;
  }
  .flex-box1 div {
    width: 100%;
    padding: 0 2rem;
  }

  .flex-box1 dt.sub-ttl01 br {
    display: none;
  }

  .flex-box1 div.order-detail {
    padding-top: 0;
    width: 100%;
  }
}

/* product */
main .content1.product-box {
  margin-bottom: 12rem;
}
.product-box .flex-box2,
.product-box .flex-box3 {
  display: flex;
  justify-content: space-between;
}
.product-box .flex-box3 {
  flex-direction: row-reverse;
}
.product-box .flex-box2 .img,
.product-box .flex-box3 .img {
  width: 60rem;
}
.product-box dl {
  width: 48rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-box dl dt {
  text-align: center;
}
.product-box dl img {
  margin-top: 7.5rem;
  width: 30.5rem;
}
#pork.product-box dl img {
  margin-top: 11.5rem;
  width: 31rem;
}
#chicken.product-box dl img {
  margin-top: 0;
  width: 112rem;
}
#egg.product-box dl img {
  margin-top: 12.4rem;
  width: 33.5rem;
}
#processed-products.product-box dl img {
  margin-top: 16.4rem;
  width: 40.4rem;
}
.product-box .table1 {
  width: 100%;
  margin-top: 4rem;
}
.product-box .table1 th {
  border-left: none;
  width: 25rem;
  text-align: center;
}
.product-box .table1 td {
  border-right: none;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  main .content1.product-box {
    margin-bottom: 4rem;
  }
  .product-box .flex-box2,
  .product-box .flex-box3 {
    display: block;
  }
  .product-box .flex-box2 .img,
  .product-box .flex-box3 .img {
    width: 100%;
    padding: 0 2rem;
  }
  .product-box .flex-box2 .img img,
  .product-box .flex-box3 .img img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
  }
  .product-box dl {
    width: 100%;
    display: block;
    padding: 2rem;
  }
  .product-box dl dt {
    padding-bottom: 2rem;
  }
  .product-box dl img {
    margin-top: 0;
  }
  #pork.product-box dl img {
    margin-top: 0;
  }
  #chicken.product-box dl img {
    margin-top: 0;
    width: 40rem;
  }
  #others.product-box dl img {
    margin-top: 0;
  }
  .product-box .table1 {
    width: calc(100% - 4rem);
    margin-top: 0;
  }
  .product-box .table1 th {
    width: auto;
  }
}

/* recruitment */
.flex-box4 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
.flex-box4 dl {
  width: 72.2rem;
}
.flex-box4 dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.5rem;
  padding-bottom: 4rem;
}
.flex-box4 .img {
  width: 36.3rem;
}
.flex-box4 .img img:first-child {
  margin-bottom: 2rem;
}
.recruitment-table table th {
  width: auto;
}
.recruitment-btn {
  width: 35rem;
  margin: 0 auto 2rem;
}
.recruitment-btn dt {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.recruitment-btn p a {
  color: #4a5e42;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.mail-btn {
  background: #4a5e42;
}
.mail-btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  padding: 2rem 4rem;
  line-height: 1;
}
.mail-btn a:before {
  content: url(../img/mail-icon.svg);
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  margin-right: 1rem;
}
/* スマートフォン */
@media only screen and (max-width: 768px) {
  .flex-box4 {
    display: block;
    margin-bottom: 4rem;
  }
  .flex-box4 dl {
    width: 100%;
    padding: 4rem 2rem 0;
  }
  .flex-box4 .img {
    width: 100%;
    padding: 0 2rem;
  }
}

/* news */
.news .date {
  position: absolute;
  top: -3rem;
}
.news .flex-box5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.news .flex-box5 .text {
  width: 63.8rem;
}
.news .flex-box5 .img {
  width: 45rem;
}
.news .news-list li {
  padding-bottom: 2rem;
}
.news .news-list p {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.news .news-list a {
  color: #4a5e42;
  text-decoration: none;
}
.news .news-list span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6rem;
  vertical-align: middle;
}
.news .news-list span::before,
.news .news-list span::after,
table.news-table tbody td span::before,
table.news-table tbody td span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news .news-list span::before,
table.news-table tbody td span::before {
  left: 0.2rem;
  margin-top: 0.65rem;
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 1rem solid #4a5e42;
}
@media only screen and (max-width: 768px) {
  .news .date {
    position: static;
    padding: 0 2rem;
    margin: 0;
  }
  .news .ttl2 {
    text-align: left;
  }
  .news .flex-box5 {
    display: block;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }
  .news .flex-box5 .text {
    width: 100%;
  }
  .news .flex-box5 .img {
    width: 100%;
  }
  .news .news-list {
    padding: 0 2rem;
  }
  .news .news-list li {
    padding-bottom: 2rem;
  }
}

/* access */
.access .flex-box6 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: #4a5e42 1px solid;
}
.access .flex-box6:last-child {
  border: none;
}
.flex-box6 .map {
  width: 50rem;
  height: 30rem;
}
.flex-box6 .text {
  width: 45rem;
  padding: 1rem 1.4rem;
  border: #4a5e42 1px solid;
}
.flex-box6 .text h3 {
  font-weight: 700;
}
.flex-box6 .text p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .access {
    padding: 0 2rem;
  }
  .access .flex-box6 {
    display: block;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .flex-box6 .map {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flex-box6 .text {
    width: 100%;
  }
  .flex-box6 .text span {
    font-weight: 700;
    font-size: 2rem;
  }
}

/* contact */
.contact .tel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85rem;
  margin: 0 auto;
}
.contact .tel-list li {
  width: 40rem;
  padding: 1.4rem 2rem;
  border: #4a5e42 1px solid;
  line-height: 1.5;
}

/* .contact .tel-list li:nth-child(1),
.contact .tel-list li:nth-child(2) {
  margin-bottom: 4rem;
} */

.contact .tel-list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 4rem;
}
.contact .tel-list li span {
  display: block;
  font-weight: 700;
}
.contact .tel-list li a {
  display: block;
  color: #4a5e42;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .contact .tel-list {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
  .contact .tel-list li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact .tel-list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
  /* .contact .tel-list li:nth-child(1),
  .contact .tel-list li:nth-child(2) {
    margin-bottom: 2rem;
  } */
  .contact .tel-list li span {
    display: block;
    font-weight: 700;
  }
  .contact .tel-list li a {
    display: block;
    color: #4a5e42;
    font-weight: 700;
    font-size: 2rem;
    text-decoration: none;
  }
}

/* about-usage */
.about-usage ul li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: #4a5e42 1px solid;
}
.about-usage ul li h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .about-usage ul {
    padding: 0 2rem;
  }
  .about-usage ul li h3 {
    margin-bottom: 0;
  }
}

.news.index-news {
  margin-bottom: 6rem;
}
.news.index-news .flex-box5 {
  margin-bottom: 0;
}
.news.index-news .news-link a span {
  display: inline-block;
  transform: scaleY(1.6);
  margin-left: 0.5rem;
}
.news.index-news .news-link a {
  color: #4a5e42;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .news.index-news .news-link {
    padding: 0 2rem;
  }
}

/* 追加 */

main .banner-05 {
  max-width: 1120px;
  margin: 0 auto 10rem;
}

@media only screen and (max-width: 768px) {
  main .banner-05 {
    max-width: 700px;
    margin: 1rem;
  }
}

main table.news-table {
  width: 100%;
  border: 1.5px solid #4a5e42;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  main table.news-table {
    width: 92%;
    margin: 0 2rem;
  }
}

table.news-table thead {
  background-color: #d1e0ca;
  font-size: 2.5rem;
  border-bottom: 1.5px solid #4a5e42;
}
table.news-table thead th {
  padding-left: 1em;
}

table.news-table.-recipe thead th {
  text-align: center;
  padding: 1.8em;
  background-image: url("../img/recipe/pickup_recipe_header.jpg");
}
table.news-table.-recipe thead th .title {
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
table.news-table.-recipe thead th img {
}

table.news-table tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

table.news-table tbody::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #999999;
}

table.news-table tbody::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

table.news-table tbody {
  display: block;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 540px;
  scrollbar-gutter: stable;
  padding: 0 1em;
}

table.news-table tbody td {
  border-bottom: 1.5px solid #4a5e42;
  font-size: 2rem;
  padding: 0.8em 1em 0;
}
table.news-table tbody td span {
  font-size: 1.8rem;
  padding: 0 0 0 1.6rem;
  position: relative;
}
table.news-table tbody td a {
  text-decoration: none;
  color: #4a5e42;
}

main table.news-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* 商品情報 */

table.table1 th.center {
  vertical-align: middle;
}
