@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dokdo&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.dokdo {
  font-family: "Dokdo", system-ui;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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-position: top center;
  background-repeat: no-repeat;
  background-image: repeating-linear-gradient(90deg, #ffe590, #ffe590 25px, #fff6cf 25px, #fff6cf 50px);
  height: 10dvw;
  max-height: 350px;
}

main section .page_head:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1383/249;
  background-image: url(../images/common/sv.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  main section .page_head:before {
    background-image: url(../images/common/sv_sp.svg);
  }
}

@media screen and (min-width: 1920px) {
  main section .page_head {
    background-size: cover;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}

@media screen and (max-width: 1024px) {
  main section .page_head {
    background-size: cover;
  }
}

main section .page_title {
  position: absolute;
  z-index: 2;
  top: calc(60%);
  left: calc(50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main section .page_title .sv_ttl {
  text-align: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 28px;
  font-family: "Dokdo", system-ui;
  text-transform: uppercase;
  color: #EB7B09;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  line-height: 1;
  color: #886113;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 20px;
  }
}

#news_c_content .doted {
  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;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* その他*/
/******************************/
.other .sec01,
.other .sec03,
.other .sec05 {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .other .sec01,
  .other .sec03,
  .other .sec05 {
    padding: 40px 0;
  }
}

.other .sec02,
.other .sec04 {
  position: relative;
  background-color: #FEFBEE;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .other .sec02,
  .other .sec04 {
    padding: 40px 0;
  }
}

/******************************/
/* スイートコーン*/
/******************************/
.sweet-corn .sec01 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .sweet-corn .sec01 {
    padding: 0 0 40px;
  }
}

.sweet-corn .sec02 {
  position: relative;
  border-top: solid 20px #F1D66F;
  border-bottom: solid 20px #F1D66F;
  background-color: #FEFBEE;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .sweet-corn .sec02 {
    padding: 40px 0;
  }
}

.sweet-corn .sec02 .layout_b {
  padding: 0 3%;
}

.sweet-corn .sec02 .layout_b .imgbox img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 48/34;
  border-radius: 60px;
  border: solid 6px #F1D66F;
}

.sweet-corn .sec03 {
  position: relative;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .sweet-corn .sec03 {
    padding: 40px 0;
  }
}

.sweet-corn .sec03 .sub_images_ul {
  padding: 0 3%;
}

.sweet-corn .sec03 .sub_images_ul li img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 36/26;
  border-radius: 10px;
  border: solid 3px #F1D66F;
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 2px #ccc;
  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: #E87109;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

.news_text_block .category_c.voice_c a {
  background-color: #E87109;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #886113;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

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

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .contact_infoarea hr {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contact .contact_infoarea .add_company .schedule_box {
  max-width: 470px;
}

.contact .contact_infoarea .sns_flex li a {
  max-width: 310px;
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* 初めての方へ  */
/******************************/
.beginners-guide .sec01 {
  position: relative;
  padding: 0 0 70px;
}

@media screen and (max-width: 1024px) {
  .beginners-guide .sec01 {
    padding: 0 0 45px;
  }
}

.beginners-guide .sec02 {
  position: relative;
  background-color: #FBF3D6;
}

/******************************/
/* obsession こだわり */
/******************************/
.obsession .sec01 {
  position: relative;
  padding-bottom: 50px;
}

.obsession .sec01:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: inline-block;
  background-color: #F1D66F;
}

.obsession .sec02 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .obsession .sec02 {
    padding: 45px 0;
  }
}

.obsession .sec02 .layout_a .imgbox figure img,
.obsession .sec02 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 66/44;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 6px #F1D66F;
  border-radius: 0px 60px 0px 0px;
}

/******************************/
/* manufacturer 森山農場について */
/******************************/
.manufacturer .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .manufacturer .sec01 {
    padding: 0 0 45px;
  }
}

.manufacturer .sec01 .greeting_area figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1000/546;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 70px 70px 0px 0px;
}

.manufacturer .sec01 .greeting_area .named {
  font-weight: 500;
  font-size: 22px;
}

.manufacturer .sec01 .greeting_area .named span {
  font-size: 16px;
  margin-right: 8px;
}

.manufacturer .sec02 {
  position: relative;
  background-color: #FEFBEE;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .manufacturer .sec02 {
    padding: 45px 0;
  }
}

.manufacturer .sec02 .sub_images_ul.cul2 li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 56/37;
}

/******************************/
/* FAQ */
/******************************/
.faq .add_guide_box {
  background-color: #FBF3D6;
}

@media screen and (max-width: 1024px) {
  .faq .fontsize_20px {
    font-size: 14px !important;
  }
  .faq .fontsize_20px .has-text-align-center {
    text-align: left !important;
  }
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
