@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Yuji Syuku", serif;
  color: #1A2D00;
  font-size: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9;
  transition: 0.5s;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
  background-color: rgba(244, 234, 213, 0.6);
  ;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#header.scroll-nav .nav-item a {
  color: #1A2D00;
}
#header.scroll-nav .page-title {
  color: #1A2D00;
  border-right: 3px solid #1A2D00;
  border-left: 3px solid #1A2D00;
}
.navarea {
  width: 100%;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item {
  text-align: center;
  width: 12%;
}
.page-title {
  width: 15%;
  color: #ffffff;
  display: block;
  font-size: 36px;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.nav-item a {
  color: #ffffff;
  display: block;
  font-size: 24px;
}
.main {
  line-height: 0;
  position: relative;
}
.main-ttl {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  line-height: 2;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: normal;
  letter-spacing: 7px;
  height: 100%;
}
.main-ttl span {
  margin-top: 80px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.left {
  width: 50%;
  line-height: 0;
}
.right {
  width: 50%;
}
.h3-ttl {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: normal;
  writing-mode: vertical-rl;
  letter-spacing: 10px;
}
.news {
  padding: 60px 0;
  background-color: #507702 !important;;
  color: #ffffff;
}
.news .flex {
  align-items: center;
}
.news .h3-ttl {
  width: 70%;
}
.news-inner {
  max-width: 840px;
  padding: 100px 0;
  background-color: #70932B;
  border-radius: 0 190px 0 190px;
}
.news-list {
  width: 70%;
  margin: 0 auto;
}
.news-list .news-itme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
}
.news-list .news-itme dt {
  width: 30%;
  padding: 20px 0;
}
.news-list .news-itme dd {
  flex: 1;
  padding: 20px 0;
}
.introduction {
  background-color: #F4EAD5;
}
.introduction .flex {
  align-items: center;
}
.introduction .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.introduction .right {
  width: 34%;
  padding: 0 8%;
  line-height: 2;
}
.introduction .reverse {
  flex-direction: row-reverse;
}
.introduction .right .txt {
  width: 70%;
}
.introduction .right .ttl {
  width: 20%;
}

.flex .right p {
  font-family: "Shippori Mincho B1", serif;
}

.detail-btn {
  display: block;
  max-width: 330px;
  padding: 10px 0;
  text-align: center;
  color: #1A2D00;
  font-size: 24px;
  border: solid 2px #1A2D00;
  border-radius: 0 100px 0 100px;
  margin: 100px auto 0;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #1A2D00;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  margin-left: 15px;
}
.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.farm-bg {
  line-height: 0;
}
.guidance {
  background-color: #F4EAD5;
  padding: 50px 0;
}
.guidance .h3-ttl {
  width: 70%;
}
.guidance .flex {
  align-items: center;
}
.guidance .right {
  width: 34%;
  padding: 0 8%;
  line-height: 2;
}
.recruit {
  color: #ffffff;
  background-color: #507702 !important;
}
.recruit .flex {
  align-items: center;
}
.recruit .right {
  width: 34%;
  padding: 0 8%;
  line-height: 2;
}
.recruit .right .txt {
  width: 70%;
}
.recruit .right .ttl {
  width: 20%;
}
.recruit .detail-btn {
  color: #ffffff;
  border: solid 2px #ffffff;
}
.recruit .dli-arrow-right {
  color: #ffffff;
}
.map {
  height: 840px;
}
#footer {
  background-image: url("../img/img05.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 30px;
  height: 400px;
  color: #ffffff;
  text-align: center;
}
#footer h1 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 50px;
}
#footer .txt {
  font-size: 24px;
  line-height: 2.3;
  margin-bottom: 50px;
  font-family: "Shippori Mincho B1", serif;
}
.copyright {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
}
.sp {
  display: none;
}
.header-sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .page-title {
    font-size: 26px;
  }
  .main-ttl {
    width: 55%;
    writing-mode: initial;
    top: 50%;
    height: auto;
  }
  .main-ttl span {
    margin-left: 75px;
  }
  .nav-item {
    width: 15%;
  }
  .nav-item a {
    font-size: 18px;
  }
  .page-title {
    font-size: 26px;
  }
  .news .left {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .news .h3-ttl {
    width: 100%;
    writing-mode: initial;
  }
  .news .right {
    width: 100%;
  }
  .news-inner {
    padding: 50px 0;
    margin: 0 auto;
  }
  .introduction .right {
    width: 40%;
    padding: 0 5%;
  }
  .recruit .right {
    width: 40%;
    padding: 0 5%;
  }
  .detail-btn {
    margin-top: 30px;
  }
  .map {
    height: 500px;
  }
}
@media (max-width: 820px) {
  #header {
    display: none;
  }
  .header-sp {
    display: block;
    position: absolute;
    top: 0;
    z-index: 3;
  }
  .header-sp h1 {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    margin-left: 20px;
  }
  #nav-toggle {
    position: fixed;
    top: 30px;
    right: 25px;
    height: 20px;
    width: 30px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 30px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: black;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  #gloval-nav {
    background-color: #F4EAD5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    transform: translateX(-100%);
    transition: opacity .6s ease, visibility .6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #1A2D00;
    padding: 20px 0;
    transition: color .6s ease;
  }
  .nav-title {
  display: inline-block;
  font-size: 30px;
  padding: 0 20px;
  margin: 30px auto;
  border-left: 3px solid #507702;
  border-right: 3px solid #507702;
  color: #507702;
  }

  .menu-accordion ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    overflow-y: hidden !important;
  }
  .menu-accordion li {
    width: 46%;
    background: #FFFFFF;
    border: 1px solid #5A4E3F;
  }
  #nav-toggle::before {
    content: "";
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 0 30px 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  body.open #nav-toggle::before {
    background: #70932B;
    color: #FFFFFF;
  }

  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(-200px);
    transition: transform .6s ease, opacity .2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    transform: translateX(0);
    transition: transform .6s;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease;
  }
  #nav-toggle {
    z-index: 100;
  }
  #gloval-nav {
    z-index: 10;
  }
  /* -------------------
  #gloval-nav ul {
    overflow-y: scroll;
  }
  ------------------- */
  .left {
    width: 100%;
    text-align: center;
  }
  .h3-ttl {
    writing-mode: initial;
    letter-spacing: normal;
  }
  .news-inner {
    width: 90%;
  }
  .introduction .flex2 {
    flex-direction: column-reverse;
  }
  .introduction .reverse {
    flex-direction: column-reverse;
  }
  .introduction .right {
    width: 90%;
    padding: 10% 5%;
  }
  .introduction .right .txt {
    width: 100%;
  }
  .introduction .right .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .guidance .h3-ttl {
    width: 100%;
    margin-bottom: 70px;
  }
  .guidance .right {
    width: 90%;
    padding: 0 5%;
  }
  .recruit .flex2 {
    flex-direction: column-reverse;
  }
  .recruit .right {
    width: 100%;
    padding: 5%;
  }
  .recruit .right .txt {
    width: 100%;
  }
  .recruit .right .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 680px) {
  .news-inner {
    padding: 30px 0;
    border-radius: 0 120px 0 120px;
    text-align: center;
  }
  .news-list {
    width: 80%;
  }
  .news-list .news-itme dt {
    width: 100%;
    padding: 0;
  }
  .news-list .news-itme dd {
    flex: 1;
    padding: 10px 0 20px 0;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main-ttl {
    width: auto;
    height: 65%;
    writing-mode: vertical-rl;
  }

  .detail-btn {
    width: 70%;
    font-size: 20px;
  }
  .introduction .right {
    padding: 15% 5%;
  }
  .guidance {
    background-image: url("../img/img03.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
    padding: 40px 0;
  }
  .guidance .flex {
    background-color: #F4EAD5;
    width: 80%;
    height: 88%;
    padding: 5% 0;
    margin: 0 auto;
  }
  .guidance .h3-ttl {
    margin-bottom: 0;
  }
  .recruit .right {
    padding: 15% 5%;
  }
  #footer {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  #footer h1 {
    font-size: 24px;
  }
  #footer .txt {
    font-size: 17px;
  }
}

/*==================================================
農園のこだわり
===================================*/
.sub-ttl {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  letter-spacing: 7px;
  height: 100%;
}

section:not(.main) {
  background-color: #F4EAD5;
}

section.items.section-wrap {
  padding-bottom: 80px;
}

.section-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
}

.concept-txt {
  font-size: 30px;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2;
}

.items-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  background-color: #F4EAD5;
}

.items-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.items-img {
  width: 53%;
}

.items-content {
  width: 43%;
  margin-top: -10px;
}

.items-ttl {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 25px;
}

.items-txt {
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
}

/* 農園のこだわり レスポンシブ用 */
@media screen and (max-width: 1520px) {
  .sub-ttl {
    writing-mode: horizontal-tb;
    top: 60%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 16px;
  }

  .items-item {
    flex-direction: column !important;
    align-items: flex-start;
    padding-top: 30px;
  }

  .items-img {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  .items-content {
    order: 1;
    width: 100%;
    margin-top: 0;
  }

  .items-number,
  .items-ttl {
    display: inline-block;
    vertical-align: middle;
  }

  .items-number img {
    width: 40px; /* 任意の小さめサイズに調整 */
    height: auto;
  }

  .items-ttl {
    margin-left: 10px;
    font-size: 25px;
  }

  .items-img,
  .items-content {
    width: 100%;
  }
}

@media screen and (max-width: 490px) {
  .sub-ttl {
    writing-mode: horizontal-tb;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing:0;
  }
}

@media screen and (max-width: 400px) {
  .sub-ttl {
    display: none;
  }
}

/*==================================================
取扱商品
===================================*/
.products-ttl {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  letter-spacing: 7px;
  height: 100%;
}

.section-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
}

.content-wrap {
  text-align: center;
}

.content-icon {
  margin-bottom: 30px;
}

.content-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #507702;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: normal;
}

.content-ttl-txt {
  font-size: 40px;
}

.content-ttl-sub {
  font-size: 30px;
}

.content-sub-ttl {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 40px 0 20px 0;
  position: relative;
}

.content-sub-ttl::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #1A2D00;
  margin: 2px auto 0;
}

.content-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.content-box {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}

.content-img img {
  width: 100%;
  height: auto;
  display: block;
}

.content-txt {
  margin-top: 12px;
  font-size: 25px;
  line-height: 1.5;
}

.content-about {
  text-align: center;
  font-size: 40px;
}

section.concept:last-of-type .content-about {
  margin-bottom: 80px;
}

/* 取扱商品 レスポンシブ用 */
@media screen and (max-width: 970px) {
  .products-ttl {
    writing-mode: horizontal-tb;
    top: 65%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .content-items {
    flex-direction: column;
    margin: 0;
  }

  .content-box {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 456px) {
  .content-ttl-txt,
  .content-ttl-sub {
    display: block;
    font-size: clamp(12px, 6vw, 25px);
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .products-ttl {
    display: none;
  }
}

/*==================================================
農園概要
===================================*/
.about {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  letter-spacing: 7px;
  height: 100%;
}

.greeting-wrap {
  padding-bottom: 50px;
}

.greeting {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  line-height: 2;
  padding-bottom: 20px;
}

.greeting-pickup {
  text-align: center;
  line-height: 2;
  font-size: 25px;
}

.about-ttl {
  font-weight: bold;
}

.about-ttl,
.about-txt {
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
}

.about-item {
  text-align: center;
}

.about-ttl {
  padding-bottom: 15px;
}

.about-txt {
  margin-bottom: 40px;
}

.about-txt:nth-of-type(12) {
  padding-bottom: 40px;
}

/* 農園概要 レスポンシブ用 */

@media screen and (max-width: 1100px) {
  .about {
    writing-mode: horizontal-tb;
    top: 65%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .about {
    display: none;
  }
}

/*==================================================
求人情報
===================================*/
.recruit-ttl {
  font-weight: bold;
}

.recruit-ttl,
.recruit-txt {
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
}

.recruit-item {
  text-align: center;
  margin-top: 60px;
}

.recruit-ttl {
  padding-bottom: 15px;
}

.recruit-txt {
  margin-bottom: 40px;
}

.recruit-contact {
  display: flex;
  justify-content: center;
  margin: 60px 0 ;
  gap: 20px;
}

/* 求人情報 レスポンシブ用 */
@media screen and (max-width: 768px) {
  .recruit-contact {
    flex-direction: column;
    align-items: center;
  }
}

/*==================================================
お問い合わせ
===================================*/

.contact-ttl {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  writing-mode: vertical-rl;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  letter-spacing: 7px;
  height: 100%;
}

.contactform {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.contactform form {
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 10px;
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
}

.contact-item {
  width: 160px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
}

.contact-body {
  padding-left: 0 !important;
}

.contactform input,
.contactform textarea {
  width: 90%;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 8px;
  margin-left: 100px;
}

.contactform input:focus,
.contactform textarea:focus {
  border: 2px solid #ccc;
}

.contactform textarea {
  min-height: 200px;
  vertical-align: top;
  resize: vertical;
}

.contactform td {
  padding: 8px;
}

.submit-container {
  text-align: center;
  margin-top: 20px;
}

.contactform input[type="image"] {
  width: 200px;
  height: auto;
  cursor: pointer;
  display: block;
  margin: 35px auto 40px auto;
}

/* お問い合わせ レスポンシブ用 */
@media screen and (max-width: 1355px) {
  .contact-ttl {
    writing-mode: horizontal-tb;
    top: 65%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  .contact-item {
    display: block;
    width: 100%;
    font-size: 20px;
    padding-bottom: 4px;
  }

  .contact-body {
    display: block;
    width: 100%;
    padding-left: 0 !important;
  }

  .contactform input,
  .contactform textarea {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .contact-ttl {
    display: none;
  }
}
