@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.cormorant {
  font-family: "Cormorant", 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: auto;
  max-height: 500px;
  aspect-ratio: 1920/390;
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 16/9;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
main section .page_title .sv_ttl {
  position: relative;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(50px, 2.273rem + 3.64vw, 80px);
  line-height: 1;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 12.5px;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 記事 */
/******************************/
.news_text_block .category a {
  background-color: #1B07AB;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 5px;
}
.news_text_block h2 {
  border-bottom: dotted 2px #583500;
  padding-bottom: 12px;
}
.news_text_block h2 span {
  display: inline-block;
  font-size: 13px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.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;
}

/******************************/
/* 提携先一覧  */
/******************************/
.partner-list .sec01 {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .partner-list .sec01 {
    padding-bottom: 50px;
  }
}

/******************************/
/* 特徴  */
/******************************/
.farm .sec01 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm .sec01 {
    padding: 50px 0;
  }
}
.farm .sec02 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ブルーベリー  */
/******************************/
.blueberry .sec01 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .blueberry .sec01 {
    padding: 50px 0;
  }
}
.blueberry .sec02 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .blueberry .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* RECRUIT  */
/******************************/
.recruit .sec01 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding: 50px 0;
  }
}
.recruit .sec02 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .recruit .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* 農園紹介  */
/******************************/
.farm-intro .sec01 {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .farm-intro .sec01 {
    padding: 0 0 50px;
  }
}
.farm-intro .sec01 .layout_b .imgbox {
  width: 25%;
}
.farm-intro .sec02 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm-intro .sec02 {
    padding: 50px 0;
  }
}
.farm-intro .sec02 .sec02_flex_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.farm-intro .sec02 .sec02_flex_dl dt {
  width: 25%;
}
.farm-intro .sec02 .sec02_flex_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 80px;
}
.farm-intro .sec03 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm-intro .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 当別について */
/******************************/
.about-tobetsu .sec01 {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .about-tobetsu .sec01 {
    padding: 0 0 50px;
  }
}
.about-tobetsu .sec01 .layout_a .imgbox {
  width: 35%;
}
@media (max-width: 1024px) {
  .about-tobetsu .sec01 .layout_a .imgbox {
    width: 100%;
  }
}
.about-tobetsu .sec01 .layout_a .txtbox {
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .about-tobetsu .sec01 .layout_a .txtbox {
    margin-right: 0;
    margin-top: 35px;
  }
}
.about-tobetsu .sec02 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .about-tobetsu .sec02 {
    padding: 50px 0;
  }
}
.about-tobetsu .sec03 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .about-tobetsu .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
}

/******************************/
/* サムネイルなし一覧 */
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list li {
  margin-right: 20px;
  margin-bottom: 5px;
}

.category-list li:last-child {
  margin-right: 0;
}

/*
.category-list li.active a{
  border: solid 1px #fec73a;
  background-color: #fec73a;
}
*/
.category-list li a {
  display: block;
  border: solid 1px #333;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}
@media (max-width: 767px) {
  .category-list li a {
    padding: 5px 10px;
  }
}
.category-list li a:hover {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/******************************/
/* サイドメニュー */
/******************************/
.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;
}
/*# sourceMappingURL=css_map/style_page.css.map */
