@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30dvw;
  max-height: 500px;
  aspect-ratio: 1920/425;
  border-bottom: 25px solid #FFC400;
}
@media (max-width: 1024px) {
  main section .page_head {
    height: auto;
    aspect-ratio: 16/7;
    max-height: none;
    border-bottom: 10px solid #FFC400;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(32px, 0.636rem + 5.82vw, 80px);
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(16px, 0.773rem + 0.97vw, 24px);
  font-weight: bold;
  line-height: 1;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 3px #2C2A2A;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #006837;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}
.single-gallery_post .category a:first-child {
  margin-top: 0;
}
.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
}

/******************************/
/* サイドメニュー */
/******************************/
.sidemenu .category-list li {
  margin: 0 0 10px;
  width: 100%;
}
.sidemenu .category-list li a {
  color: #333;
  background: none;
  padding: 5px 0;
  text-align: left;
}
.sidemenu .category-list li a:before {
  content: "-";
  margin-right: 5px;
}

/******************************/
/* COMPANY*/
/*運営会社*/
/******************************/
.company .sec01 {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec01 .named {
  text-align: right;
}
.company .sec01 .named span {
  font-size: 20px;
  font-weight: 500;
}
.company .sec01 .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .company .sec01 .sec01_flex {
    display: block;
  }
}
.company .sec01 .sec01_flex .sec01_ttl {
  width: 300px;
}
@media (max-width: 1024px) {
  .company .sec01 .sec01_flex .sec01_ttl {
    width: 100%;
    margin-bottom: 40px;
  }
}
.company .sec01 .sec01_flex .sec01_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .company .sec01 .sec01_flex .sec01_body {
    margin-left: 0;
  }
}
.company .sec01 .sec01_outline {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.company .sec02 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/*下層*/
/******************************/
.crops .sec01,
.feature .sec01,
.glutinous-rice .sec01,
.melon .sec01,
.watermelon .sec01,
.asparagus .sec01,
.pumpkin .sec01,
.wheat .sec01,
.soy .sec01,
.crops .sec01,
.farm .sec01,
.purchase .sec01,
.nayoro .sec01,
.recruit .sec01,
.one-day .sec01 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .crops .sec01,
  .feature .sec01,
  .glutinous-rice .sec01,
  .melon .sec01,
  .watermelon .sec01,
  .asparagus .sec01,
  .pumpkin .sec01,
  .wheat .sec01,
  .soy .sec01,
  .crops .sec01,
  .farm .sec01,
  .purchase .sec01,
  .nayoro .sec01,
  .recruit .sec01,
  .one-day .sec01 {
    padding: 50px 0;
  }
}
.crops .sec02,
.feature .sec02,
.glutinous-rice .sec02,
.melon .sec02,
.watermelon .sec02,
.asparagus .sec02,
.pumpkin .sec02,
.wheat .sec02,
.soy .sec02,
.crops .sec02,
.farm .sec02,
.purchase .sec02,
.nayoro .sec02,
.recruit .sec02,
.one-day .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .crops .sec02,
  .feature .sec02,
  .glutinous-rice .sec02,
  .melon .sec02,
  .watermelon .sec02,
  .asparagus .sec02,
  .pumpkin .sec02,
  .wheat .sec02,
  .soy .sec02,
  .crops .sec02,
  .farm .sec02,
  .purchase .sec02,
  .nayoro .sec02,
  .recruit .sec02,
  .one-day .sec02 {
    padding: 50px 0;
  }
}

.purchase .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #FAF6ED;
}
@media (max-width: 1024px) {
  .purchase .sec03 {
    padding: 50px 0;
  }
}

.nayoro .sec03 {
  border-top: solid 1px #707070;
  position: relative;
  padding: 80px 0;
  background-color: #FAF6ED;
}
@media (max-width: 1024px) {
  .nayoro .sec03 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=css_map/style_page.css.map */
