@charset "UTF-8";
.web_font {
  font-family: "Buenard", serif;
}
@media screen and (min-width: 770px) {
  #farm_conts .section_01_bg {
    width: 100%;
    margin-bottom: 120px;
    margin-top: 80px;
  }
  #farm_conts .section_01 .t_title {
    line-height: 44px;
    font-size: 38px;
    text-align: center;
    margin-bottom: 28px;
  }

  /*▼▼全体▼▼ */

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

  .hiragino {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /*▼▼ページテーマ▼▼ */
  #mainimg_farm {
    background-image: url(../img/about/farm/main_image.jpg);
    background-size: cover;
    width: 100%;
    height: 386px;
    clear: both;
    text-align: center;
    background-position: center center;
  }

  #farm_conts .half {
    width: auto;
  }

  /*▼▼about▼▼ */
  #farm_conts .section_01 .t_title_sea {
    margin-bottom: 56px;
  }

  /*▼▼connection▼▼ */
  .connection .img {
    width: 494px;
  }
  #farm_conts .connection {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 58px;
  }

  .cone_text {
    width: 570px;
    margin-top: -10px;
  }

  .cone_text .text_1 {
    margin-bottom: 14px;
  }

  #farm_conts .text_2 {
    font-size: 15px;
    line-height: 2.2;
  }

  /*▲▲connection▲▲*/
  /*▼▼flow▼▼ */

  .flow .img {
    width: 330px;
  }
  .flow {
    display: flex;
    width: 1100px;
    justify-content: space-between;
    margin: 0 auto 103px;
  }
  .flow_text {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }
  .flow_text_box {
    min-height: 56px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column-reverse;
  }

  .flow_point {
    font-size: 18px;
    background-color: #000060;
    color: #fff;
    display: block;
    padding: 3px 7px 2px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow_point::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #000060;
    border-bottom: 0;
    display: block;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow_box {
    width: 330px;
    position: relative;
  }

  .flow_box .img_1 {
    position: relative;
  }
  .flow_box .img_1::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 19px;
    background-image: url(../img/about/farm/about_arrow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
  }
  .flow_box:nth-of-type(3n) .img_1::after {
    display: none;
  }

  /*▼▼staff▼▼ */
  .t_title_farm {
    margin-bottom: 24px;
  }
  .staff_point {
    font-size: 22px;
    background-color: #000060;
    color: #fff;
    line-height: 1;
    padding: 3px 6px 2px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .farm_staff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: 0 auto 88px;
  }
  .farm_staff .farm_staff_text {
    margin-top: 12px;
  }
  .farm_staff .img {
    width: 450px;
  }
  .farm_staff .emp {
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #000060;
    margin-bottom: 10px;
    padding: 3px 6px 2px;
  }
  .farm_staff .h4_title {
    font-feature-settings: "palt";
    font-size: 25px;
    line-height: 1.4;
    color: #036;
    margin-bottom: 14px;
  }
  /*▲▲staff▲▲ */

  .conts_slider {
    margin-bottom: 98px;
  }
  .conts_slider .swiper-slide {
    width: 474px;
  }
  .conts_slider .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  /*▼▼service▼▼ */
  .farm_service {
    width: 1100px;
    margin: 0 auto;
  }
  .farm_service .btn a::after {
    content: "";
    display: block;
    width: 95px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/index_2021/btn_icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transition: all 0.3s;
    left: 60px;
  }
  .farm_service .btn a:hover::after {
    left: 67px;
  }

  .farm_service .text_box {
    background-color: #f5f5f5;
    padding: 98px 60px 108px;
    width: 400px;
    box-sizing: border-box;
  }
  .farm_service .text_box h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 93px;
  }

  .farm_service .eg {
    display: block;
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 6px;
  }

  .farm_service .btn {
    font-size: 16px;
    position: relative;
  }

  .farm_service img {
    width: 310px;
  }

  .farm_service_share {
    display: flex;
    justify-content: space-between;
    margin-bottom: 82px;
  }
  #farm_conts .restaurant_explanation_text {
    margin-bottom: 24px;
  }

  .explanation_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .explanation_title {
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .explanation_title_1 {
    letter-spacing: -1px;
  }

  .farm_service .text2 {
    margin-bottom: 30px;
  }

  /*▼▼workship▼▼*/

  .workshop_explanation {
    width: calc(100% - 450px);
    margin-top: -6px;
  }

  .explanation_supplement {
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
  }
  .farm_service .workshop_keyword {
    margin-bottom: 24px;
  }
  .farm_service .workshop_keyword li {
    display: inline-block;
    color: #003366;
    background-color: #f5f5f5;
    line-height: 1.4;
    padding: 4px 8px 3px;
    margin: 0 1px 8px 0;
  }
  .farm_service .farm_workshop .workshop_img {
    margin-bottom: 10px;
  }
  .workshop_explanation .bgc {
    background-color: #f5f5f5;
    padding: 7px 7px 5px;
  }
  /*▲▲workship▲▲*/

  /*▼▼restaurant▼▼*/

  .restaurant_explanation {
    width: calc(100% - 450px);
    margin-top: -6px;
  }
  .restaurant_explanation .text_2 {
    margin-bottom: 28px;
  }
  .farm_restaurant {
    margin-bottom: 90px;
  }

  /*▲▲restaurant▲▲*/

  /*▲▲service▲▲ */

  .sns_banner {
    display: flex;
    justify-content: center;
    margin-bottom: 125px;
  }

  .sns_banner img {
    width: 490px;
  }
  .sns_banner_2 {
    margin-left: 20px;
  }
  /*▲▲about▲▲ */
}

@media screen and (max-width: 769px) {
  .break {
    display: inline-block;
  }
  #mainimg_farm {
    background-image: url(../img/about/farm/main_image.jpg);
    background-size: cover;
    width: 100%;
    height: 50vw;
    text-align: center;
    background-position: center center;
  }
  #mainimg_farm img {
    width: 50%;
    padding-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  #farm_conts .section_01_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 116px;
    margin-top: 80px;
  }

  /*▼▼全体▼▼ */
  .farm_about img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hiragino {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
      "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /*▼▼ページテーマ▼▼ */

  /*▼▼about▼▼ */

  #farm_conts .section_01 .t_title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -.02em;
    width: 90%;
    margin: 0 auto 24px;
  }

  /*▼▼connection▼▼ */
  .connection .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .connection {
    width: 90%;
    margin: 0 auto 46px;
  }

  .cone_text {
    text-align: center;
    width: 100%;
    line-height: 1.9;
  }

  .cone_text .text_1 {
    margin-bottom: 20px;
  }
  .cone_text .text_2 {
    text-align: left;
  }

  /*▲▲connection▲▲*/
  /*▼▼flow▼▼ */

  .flow .img {
    width: 330px;
  }

  .flow {
    margin: 0 auto 76px;
    width: 90%;
  }
  .flow_text {
    font-size: 19px;
    text-align: center;
    line-height: 1.4;
  }
  .flow_text_box {
    margin-bottom: 12px;
  }

  .flow_point {
    font-size: 16px;
    line-height: 1;
    background-color: #000060;
    color: #fff;
    display: block;
    padding: 5px 8px 5px;
    position: relative;
    width: fit-content;
    margin: 0 auto 8px;
  }

  .flow_point::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #000060;
    border-bottom: 0;
    display: block;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow_box {
    position: relative;
    margin-bottom: 54px;
  }
  .flow_box:last-of-type {
    margin-bottom: 0;
  }
  .flow_box .img_1 {
    position: relative;
  }
  .flow_box:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(../img/about/farm/about_arrow.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%) rotate(90deg);
  }

  /*▼▼staff▼▼ */
  .staff_point {
    font-size: 22px;
    background-color: #000060;
    color: #fff;
    line-height: 1.8;
    padding: 3px 7px 3px 5px;
  }

  .farm_staff {
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto 48px;
  }
  .farm_staff .img {
    margin-bottom: 18px;
    width: 100%;
  }
  .farm_staff .emp {
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    background-color: #000060;
    margin-bottom: 8px;
    padding: 4px 6px 3px;
  }
  .farm_staff .h4_title {
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 1.4;
    color: #036;
    margin-bottom: 12px;
  }
  .farm_staff .text_2 {
    text-align: left;
  }
  /*▲▲staff▲▲ */

  .conts_slider {
    margin-bottom: 66px;
  }
  .conts_slider .swiper-slide {
    width: 70%;
  }
  .conts_slider .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  /*▼▼service▼▼ */
  .farm_service {
    width: 90%;
    margin: 0px auto 64px;
  }
  .farm_service .btn a::after {
    content: "";
    display: block;
    width: 82px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/index_2021/btn_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
  }

  .farm_service .text_box {
    margin-bottom: 30px;
  }
  .farm_service .text_box h2 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 12px 10px 12px;
    background-color: #f5f5f5;
  }

  .farm_service .eg {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 4px;
  }

  .farm_service .btn {
    font-size: 16px;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .farm_service .btn a {
    padding-right: 94px;
  }
  .farm_service_share {
    margin-bottom: 64px;
    position: relative;
    padding-bottom: 46px;
  }
  .farm_service_share:last-of-type {
    margin-bottom: 0;
  }
  .farm_service .workshop_keyword li {
    display: inline-block;
    color: #003366;
    background-color: #f5f5f5;
    line-height: 1.4;
    padding: 3px 6px 2px;
    margin-bottom: 6px;
  }
  .farm_service .workshop_keyword li:last-of-type {
    margin-bottom: 0;
  }
  .explanation_img {
    display: flex;
    order: 2;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .explanation_title {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.7;
  }
  .farm_service .text2 {
    margin-bottom: 30px;
  }

  /*▼▼workshop▼▼*/

  .workshop_explanation {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .explanation_supplement {
    font-size: 12px;
    order: 4;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }

  .workshop_explanation .bgc {
    background-color: #f5f5f5;
    padding: 7px 5px 5px;
    font-size: 10px;
  }

  #farm_conts .workshop_keyword {
    font-size: 13px;
    margin-bottom: 8px;
    order: 3;
  }

  /*▲▲workship▲▲*/

  /*▼▼restaurant▼▼*/

  .restaurant_explanation {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .restaurant_explanation_text {
    order: 3;
  }

  .farm_workshop_img {
    width: 49%;
  }

  /*▲▲restaurant▲▲*/

  /*▲▲service▲▲ */

  .sns_banner {
    width: 90%;
    margin: 0 auto;
  }
  .sns_banner .sns_banner_1 {
    margin-bottom: 12px;
  }
  /*▲▲about▲▲ */
}
