@charset "UTF-8";
/*--------------------
	畑だより
--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kurenaido&display=swap');


/*出し分け*/
.pc__only {
    display: block;
}
.sp__only {
    display: none;
}

@media only screen and (max-width: 768px) {
.pc__only {
        display: none;
    }
    .sp__only {
        display: block;
    }
  }




/*アニメーション*/
  .anim{
      animation-name: fadein;
      animation-duration: 2s;
  }
  @keyframes fadein{
      from{
      opacity: 0;
      transform: translatey(0);
      }
      to{
      opacity: 1;
      transform: translatey(0);
      }
  }

/*ヘッダー*/
.head {
  position: relative;
    width: 100%;
    height: 62px;
    display: block;
    border-bottom: 1px solid #d5e0d6;
}

.headlog {
  width: 110px;
  position: absolute;
  top: 11px;
  left: 20px;
}

@media only screen and (max-width: 768px) {

  .headlog {
    position: relative;
    width: 110px;
    height: auto;
    top:10px;
    left: 10px;
  }
}

/*前・後の記事へ遷移*/
.wrap_list{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.prev_next_list{
  display:flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: relative;
  /*border-bottom: 1px solid #d5e0d6;*/
}

.prev_next_list .prev_1{
  position: absolute;
  left: 0;
}

.prev_next_list .prev_3{
  position: absolute;
  right: 0;
}

.prev_next_list a{
  display: block;
  padding: 20px 8px 20px;
  color: #286048;
}

.prev_next_list a:hover{
  text-decoration: underline;
}


/*main*/
.hatake{
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

.small {
font-size:0.8em;
}

.bold{
  font-weight: bold;
}

.red{
  color: #bf2626;
  display: inline-block;
}

.border{
  border-bottom: 1px solid #000;
}

.yellowback{
  background-color: #fff2cc;
}

.fade {
    opacity: 1;
}

.anim {
    transition: opacity 0.2s linear;
    opacity: 1;
}

.mv{
  text-align: center;
  margin: 0 auto;
}

.mv .contents__title{
    font-size: 1.1rem;
    letter-spacing: 0rem;
    text-indent: 0rem;
    line-height: 1.5;
    text-align: center;
    margin: 5px 0 10px;
    font-family: "YakuHanJP", "Shippori Mincho", sans-serif;
    font-weight: 600;
}

.mv .contents__title2{
  font-size: 1.1rem;
  letter-spacing: 0rem;
  text-indent: 0rem;
  line-height: 1.5;
  text-align: center;
  margin: 5px 10px 37px;
  font-family: "YakuHanJP", "Shippori Mincho", sans-serif;
  font-weight: 600;
}

.mv .contents__title_att{
  font-size: 0.8rem;
  font-weight: normal;
  padding-bottom: 3px;
  letter-spacing: 0rem;
  text-indent: 0rem;
  line-height: 1.5;
  text-align: center;
  margin: 5px 10px 37px;
}

.mv .contents__title_att a{
  border-bottom: 1px solid #286048;
  color: #286048;
}

.mv .hatake_tl{
  width: 231px;
  max-width: 50%;
  padding: 1% 0 0;
  margin: 3% auto 1%;
}

.mv .hatake_img {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.hatake_img_naka {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: 0 auto 50px;
}

.hatake img {
   display: block;
   width: 100%;
   height: auto;
}


#contents .article01{
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  #contents .article01 {
    width: 87%;
  }
  .hatake_img_naka {
    margin: 0 auto 8%;
  }

  .mv .contents__title{
      margin: 5px 0 25px;
  }

  .mv .contents__title2{
      margin: 5px 0 16px;
  }

  .mv .contents__title_att{
    text-align: left;
    margin: 0% 8% 5%;
  }
}

#contents.bgcol{
  background-color: rgb(247, 246, 246);
  padding: 4% 0 2%;
}

@media screen and (max-width: 768px) {
  #contents.bgcol{
    padding: 8% 0;
  }
}


#contents .contents__title {
  font-size: 1.5rem;
  font-family: "YakuHanJP", "Shippori Mincho", sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  text-indent: 0rem;
  line-height: 1.5;
  text-align: center;
  margin: 37px 0;
}

#contents .contents__title .sanchi{
  font-family: "YakuHanJP", "Shippori Mincho", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #contents .contents__title {
    margin: 29px 0;
    text-align: left;
    line-height: 1.3;
  }

  #contents .contents__title .sanchi{
    display: inline-block;
    padding-top:3%;
  }
}


#contents .contents__txtarea {
  font-size: 1.0625rem;
  text-align: justify;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 2;
  margin: 0 0 50px;;
}

#contents .contents__txtarea .center {
  font-weight: bold;
  display: block;
  text-align: center;
}

#contents .contents__txtarea2 {
  font-size: 1.0625rem;
  text-align: justify;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 2;
  margin: 0;
}

#contents .contents__txtarea3 {
  font-size: 1.1rem;
  text-align: justify;
  font-family: 'Zen Kurenaido', sans-serif;
  font-weight: bold;
  letter-spacing: 0rem;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #contents .contents__txtarea {
    margin: 0 0 8%;
    line-height: 1.7;
  }

  #contents .contents__txtarea2 {
    margin: 0 0 0;
    line-height: 1.7;
  }

  #contents .contents__txtarea3 {
    margin: 0 0 0;
    line-height: 1.7;
  }
}

#contents .memo{
  border-top: solid 2px #333333 ;
  padding: 50px 0 0;
  margin-bottom: 50px;
}

#contents .memo .fontb{
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

#contents .memo .fonts{
  font-size: 0.8em;
  line-height: 1.4;
}

#contents .memo a{
  display: block;
  text-decoration: underline;
  color: rgb(43, 96, 72);
}

#contents .memo2{
  border-top: dotted 1px #333333 ;
  padding: 30px 0 0;
  margin-bottom: 50px;
  line-height: 1.5;
}

#contents .memo2 .fonts{
  font-size: 0.8em!important;
  line-height: 1.7;
}

#contents .memo2 a{
  text-decoration: underline;
  color: rgb(43, 96, 72);
}


/*アーカイブ*/
.hatake .wrap {
   display: flex; /*横並び*/
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 0;
 }

 .hatake .container-stretch {
    align-content: stretch;
}

.hatake .wrap .content {
 width: 48%;
  height: auto;
  background: #fff;
  padding: 2%;
  margin: 2% 0;
}

.hatake .item {
   display: flex; /*横並び*/
   align-items: center; /*上下中央配置*/
   background-color: #ffffff;
   position: relative;
}

.hatake .wrap a {
    background: #fff;
    color: #221817;
    text-decoration: none;
    border-radius: 5px;
}

.hatake .wrap a:hover {
    text-decoration: none;

}

.hatake .wrap a:hover img,.hatake .wrap a:hover h2{
    opacity: 0.8;
}

.hatake .wrap a .text:before {
    content: "";
    display: block;
    width: 32px;
    height: 11px;
    background: url(../images/yajirushi_g.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 14px;
    right: 60px;
    transition: all 0.2s cubic-bezier(0.38, 0, 0.6, 1.01);
}


.hatake .wrap a .text:after {
    content: "";
    display: block;
    width: 41px;
    height: 19px;
    background: url(../images/icon_readmore.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.2s cubic-bezier(0.38, 0, 0.6, 1.01);
}

.hatake .image {
   width: 50%;
}

.hatake .text {
   padding: 0 0 0 30px; /*テキストの左右余白*/
   width: 50%;
}

.hatake .text h2{
  font-family: "YakuHanJP", "Shippori Mincho", sans-serif;
  font-size: 1rem;
  padding: 0 0 30px;
  line-height: 1.4;
}

.hatake .text p{
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.5;
}

.text .day{
  font-size: 0.7rem;
  text-align: justify;
  line-height: 1.5;
}

.text .new{
  font-size: 0.7rem;
  text-align: justify;
  line-height: 1.5;
  color: #bf2626;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .hatake .wrap {
     display: flex;
     flex-flow: column;
     padding: 0;
   }

   .hatake .wrap .content {
    align-items: center; /*上下中央配置*/
      width: 100%;
      margin: 2% 0;
   }

   .hatake .item {

   }

   .hatake .image {
      width: 40%;
   }

   .hatake .text {
      padding: 0 0 0 10px; /*テキストの左右余白*/
      width: 60%;
   }

}


/*ボタン*/
.allbtn{
  display: flex;
  padding: 5% 10%;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.morebtn{
  display: flex;
  padding: 0 10%;
  width: 80%;
  max-width: 800px;
  margin: 0% auto 3%;
}

.allbtn a,.morebtn button {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: rgb(43, 96, 72);
    font-family: Helvetica, YakuHanMPs, "Zen Kaku Gothic Antique", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(43, 96, 72);
    border-image: initial;
    padding: 18px 30px 17px;
    text-decoration: none;
    z-index: 0;
}

.allbtn a:hover,.morebtn button:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #2B6048;
}

@media screen and (max-width: 768px) {
  .allbtn{
    padding: 8% 0;
  }
}

/*フッタースマホ*/
#SPfooter .SPfooter_bottom{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
    -webkit-text-size-adjust: 100%;
  }

@media only screen and (max-width: 760px) {
  .rb1710_footer__last__nav {
    display: flex;
    justify-content: center;
  }

  .rb1710_footer__last__copyright {
    text-align: center;
    line-height: 1.5;
}
}


/*リストページ*/
.is-hidden { display: none; }

.item{
    opacity: 1;
}
.item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
}

.content{
    opacity: 1;
}
.content.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none !important;
}

.list-btn.is-btn-hidden{
	display:none;
}

.list-btn {
    margin-top: 20px;
}

/*キャプション*/
.hatake_img_naka p{
  display: block;
  text-align:center;
  font-size:14px;
  padding-top: 5px;
  line-height: 1.3;
}

.hatake_img_naka p a{
  display: inline;
  text-decoration: underline;
  color: #2B6048;
}
@media only screen and (max-width: 760px) {
  .hatake_img_naka p{
    font-size:14px;
    text-align:left;
  }
}

.hatake_img_naka .center{
  display: block;
  text-align:center;
  font-size:14px;
  padding-top: 5px;
}
@media only screen and (max-width: 760px) {
  .hatake_img_naka .center{
    font-size:14px;
    text-align:center;
  }
}

.hatake_img_naka .center2{
  display: block;
  text-align:center;
}
@media only screen and (max-width: 760px) {
  .hatake_img_naka .center2{
    text-align:center;
  }
}

/*Googleフォーム*/
#form-contents{
  width: 86%;
    max-width: 700px;
    margin: 2% auto 3%;
    padding: 4% 4.5% 0;
    border: 1px solid #2B6048;
    box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
  #form-contents{
      padding: 6% 5% 0;
  }
}

#form-contents .form_tl{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height:2;
}

@media only screen and (max-width: 760px) {
  #form-contents .form_tl{
      line-height: 1.2;
  }
}

#form-contents .form_text{
  font-size: 1rem;
  padding: 3% 0;
  text-align: center;
}

#form-contents .form-group{
  padding:1% 0 3%;
}

#form-contents .koumoku{
  padding: 0 0 2%;
  display: block;
  line-height: 1.3;
  font-weight: 500;
}

#form-contents .koumoku_s{
  font-size: 0.9rem;
  font-weight: normal;
}

#form-contents .form-control{
  width: 100%;
}

#form-contents input.form-control[type="titlle"] {
    display: block;
    background: #F3F3F3;
    border: 1px solid #333333;
    border-radius: 4px;
    float: none;
    width: 86%;
    height: auto;
    padding: 6px 18px;
    margin: 0 0 0 3%;
    font-size: 17px;
    text-align: left;
    box-sizing: border-box;
}

#form-contents input.form-control[type="text"] {
    display: block;
    background: #ffffff;
    border: 1px solid #333333;
    border-radius: 4px;
    float: none;
    width: 100%;
    height: auto;
    padding: 12px 18px;
    margin: auto;
    font-size: 17px;
    text-align: left;
    box-sizing: border-box;
    font-family: メイリオ,Meiryo,ＭＳ Ｐゴシック,mono-space,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,sans-serif;
}

#form-contents textarea.cs__txtarea--box {
    border: 1px solid #333333;
    background: #FFFFFF;
    width: 100%;
    height: 136px;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.2;
    font-family: メイリオ,Meiryo,ＭＳ Ｐゴシック,mono-space,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,sans-serif;
  }

#form-contents .cc__wrap .cc__btn {
  display: block;
  width: 150px;
  margin: 15px auto 40px;
  border-radius: 4px;
  line-height: 38px;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  background: #2B6048;
  border: 1px solid #2B6048;
  color: #fff;
}

#form-contents .form-flex{
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 760px) {
  #form-contents .form_text {
    font-size: 1rem;
    padding: 5% 0;
    text-align: center;
    line-height: 1.3;
  }
  #form-contents .koumoku {
    padding: 2% 0 3%;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #form-contents .form-group{
    padding:0 0 6%;
  }
  #form-contents .cc__wrap .cc__btn{
    margin: 0 auto 8%;
  }
  #form-contents .koumoku_s{
    font-weight: normal;
  }
  #form-contents input.form-control[type="titlle"] {
    font-size: 15px;
    padding: 4px 6px;
    width: 74%;
  }

}

/*チェックボックス*/
#form-contents .ECM_CheckboxInput {
  padding: 0px 8px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#form-contents .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#form-contents .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
#form-contents .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
#form-contents .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px #333333;
  background: #FFFFFF;
}
#form-contents .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
#form-contents .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
#form-contents .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

/*アイコンいれる*/
.hatake .text_tl{
  text-align: center;
  margin: 0 auto -20px;
  display: block;
}

.hatake .text_tl a{
  border-bottom: 1px solid #000;
  padding:0 0 2px 0;
}

.hatake .text_tl a:hover{
  color: #2B6048;
  border-bottom: 1px solid #2B6048;
}

.hatake .text_tl .text_icon{
    width: 5%;
    vertical-align: middle;
    display: inline-block;
}

.hatake .hatake_img_naka a:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .hatake .text_tl{
    margin: 0 auto -10px;
  }
}

#contents .contents__txtarea a{
  display: inline;
  text-decoration: underline;
  color: #2B6048;
}

/*フキダシ*/
.arrow_box{
    position:relative;
    background:#f0f0f0;
    padding:10px;
    text-align:left;
    color:#333333;
    font-size:15px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color#ffffff;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#f0f0f0;
    top:100%;
    left:50%;
}

/*手書きフォント追加*/
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}



/*youtube*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*タイトル左右線*/
.heading {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  justify-content: center; /*テキストと2本の線を左右中央配置*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 20px;
  font-weight: bold;
}

.heading::before,
.heading::after {
  content: '';
  width: 10%;
  height: 3px;
  background-color: #79c375;
}

.heading::before {
  margin-right: 10px; /*テキストと線の間の余白*/
}

.heading::after {
  margin-left: 10px; /*テキストと線の間の余白*/
}

/*タイトル左右パイナップル*/
.heading2 {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  justify-content: center; /*テキストと2本の線を左右中央配置*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 20px;
  font-weight: bold;
}

.heading2::before,
.heading2::after {
  content: "";
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/2025_4-4_icon.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.heading2::before {
  margin-right: 10px; /*テキストと線の間の余白*/
}

.heading2::after {
  margin-left: 10px; /*テキストと線の間の余白*/
}

/*タイトル左右いちご*/
.heading3,.heading4 {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  justify-content: center; /*テキストと2本の線を左右中央配置*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.heading3::before,
.heading3::after {
  content: "";
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/2025_5-4_icon.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.heading4::before,
.heading4::after {
  content: "";
    display: block;
    width: 60px;
    height: 30px;
    background: url(../images/2025_7-4_icon.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.heading3::before,.heading4::before {
  margin-right: 10px; /*テキストと線の間の余白*/
}

.heading3::after,.heading4::after {
  margin-left: 10px; /*テキストと線の間の余白*/
}

/*シャドウ*/
.original-box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #dddddd;
  font-size: 30px;
  width: 300px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.2);
}

.instagram-media{
  margin: 0 auto!important;
}

a[target=_blank][rel=nofollow]{
  padding-right: 20px;
  background: url(/brand/fuzoroi/assets/img/arrow-up-right-from-square-solid.svg) right center / 14px auto no-repeat;
}

/*ソート機能*/
.container {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 0px 5px 24px;
  margin: 5px auto;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  padding: 8px 16px;
  margin: 5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 8px;
  background: #d5e0d6!important;
}

.button.active {
  color: #fff;
  background: #333!important;
}

.contents div.content {
  width: %;
}

.content.hide {
  display: none;
}

@media only screen and (max-width: 768px) {
.container {
  margin: 0;
}
}