@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  position: relative; }
  h1:not(#top_h1)::before {
    content: '';
    width: 40px;
    height: 3px;
    background: #a61212;
    position: absolute;
    bottom: 0;
    left: 0; }
  h1:not(#top_h1)::after {
    content: '';
    width: 210px;
    height: 3px;
    background: #cacaca;
    position: absolute;
    bottom: 0;
    left: 40px; }
  h1:not(#top_h1) span {
    display: block;
    font-size: 18px;
    color: #6d6d6d;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    margin-bottom: 0; }

h1 + p {
  font-size: 16px;
  color: #333; }

h2 {
  font-size: 21px;
  color: #373737;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 40px; }
  h2 span {
    display: block;
    font-size: 14px;
    color: #a81212;
    font-family: 'Cabin', sans-serif; }

h2 + p {
  font-size: 16px;
  color: #373737;
  margin-bottom: 60px; }

h2 + ul li {
  list-style: disc;
  margin-left: 26px; }

h3 {
  font-size: 18px;
  color: #4599e5;
  font-weight: bold;
  margin-bottom: 20px; }

section {
  padding: 80px 0; }
  section:nth-of-type(even) {
    background: #f5fbff; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  display: block;
  width: 420px;
  margin: 40px auto 0;
  border: 1px solid #ff8438;
  background: #ff8438;
  padding: 12px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 10px; }
  .link_btn i {
    margin-left: 30px;
    font-size: 16px;
    color: #fff; }
  .link_btn:hover {
    background: #fff;
    transition: .3s;
    color: #ff8438; }
    .link_btn:hover i {
      color: #ff8438; }

#about_farm01, #about_farm02, #about_farm03 {
  margin-top: -60px;
  padding-top: 60px; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    font-size: 31px; }
    h1:not(#top_h1) span {
      font-size: 16px;
      margin-bottom: -6px; }

  h2 + p {
    margin-bottom: 40px; }

  section {
    padding: 60px 0;
    /*&:last-of-type {padding:60px 0 100px;}*/ }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #a41212; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #ff8438;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Header
 
*****************************************************/
.fixed_header, .lv1_fixed_header {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 1100px; }
  .fixed_header .header_container, .lv1_fixed_header .header_container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1%;
    box-sizing: border-box;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fixed_header .header_container .header_logo_container, .lv1_fixed_header .header_container .header_logo_container {
      width: 200px; }
      .fixed_header .header_container .header_logo_container img, .lv1_fixed_header .header_container .header_logo_container img {
        width: auto;
        height: 45px;
        vertical-align: -20%; }
    .fixed_header .header_container nav, .lv1_fixed_header .header_container nav {
      width: 880px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .fixed_header .header_container nav a, .lv1_fixed_header .header_container nav a {
        text-decoration: none;
        margin-right: 60px;
        color: #272727;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        transition: .2s; }
        .fixed_header .header_container nav a:hover::after, .lv1_fixed_header .header_container nav a:hover::after {
          content: '';
          display: block;
          width: 40px;
          height: 2px;
          background: #ef5151;
          border-radius: 1px;
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: 0 auto;
          transition: .2s; }
        .fixed_header .header_container nav a:last-of-type, .lv1_fixed_header .header_container nav a:last-of-type {
          width: 160px;
          text-align: center;
          background: #ff8438;
          padding: 20px;
          color: #fff;
          transition: .2s;
          margin-right: 0; }
          .fixed_header .header_container nav a:last-of-type:hover, .lv1_fixed_header .header_container nav a:last-of-type:hover {
            background: #ef5151;
            transition: .2s; }
            .fixed_header .header_container nav a:last-of-type:hover::after, .lv1_fixed_header .header_container nav a:last-of-type:hover::after {
              display: none; }

.lv1_fixed_header {
  position: static; }

@media screen and (min-width: 896px) {
  .cover_header {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: fixed;
    top: -100px; }
    .cover_header .header_container {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      padding: 0 1%;
      box-sizing: border-box;
      max-width: 1440px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .cover_header .header_container .header_logo_container {
        width: 200px; }
        .cover_header .header_container .header_logo_container img {
          height: 27px; }
      .cover_header .header_container nav {
        width: 880px;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .cover_header .header_container nav a {
          text-decoration: none;
          margin-right: 60px;
          color: #272727;
          font-size: 16px;
          font-weight: 600;
          position: relative;
          transition: .2s; }
          .cover_header .header_container nav a:hover::after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background: #ef5151;
            border-radius: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            margin: 0 auto;
            transition: .2s; }
          .cover_header .header_container nav a:last-of-type {
            width: 160px;
            text-align: center;
            background: #ff8438;
            padding: 4px;
            color: #fff;
            transition: .2s;
            margin-right: 0;
            border-radius: 10px; }
            .cover_header .header_container nav a:last-of-type:hover {
              background: #ef5151;
              transition: .2s; }
              .cover_header .header_container nav a:last-of-type:hover::after {
                display: none; } }
@media screen and (max-width: 896px) {
  .fixed_header, .lv1_fixed_header {
    height: 60px;
    min-width: 100%; }

  .header_container .header_logo_container img {
    height: 40px;
    vertical-align: -10%; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_contact_wrap {
  width: 100%;
  background: #f7f7f7;
  padding: 80px 0; }
  .footer_contact_wrap .footer_link_btn_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .footer_contact_wrap .footer_link_btn_container p {
      margin: 0 80px 0 0; }
      .footer_contact_wrap .footer_link_btn_container p .link_btn {
        background: #fff;
        font-size: 24px;
        color: #ff8438;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
        margin: 0;
        padding: 6px 0; }
        .footer_contact_wrap .footer_link_btn_container p .link_btn i {
          color: #ff8438;
          font-size: 24px;
          margin-right: 20px; }
      .footer_contact_wrap .footer_link_btn_container p span {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        color: #373737;
        text-align: center; }
    .footer_contact_wrap .footer_link_btn_container > .link_btn {
      margin: 0; }

.global_footer {
  width: 100%;
  padding: 40px 0 0;
  background: #a81212; }

.footer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .footer_container figure {
    width: 300px;
    margin-right: 80px; }
  .footer_container address {
    width: 400px;
    font-size: 16px;
    color: #fff; }
    .footer_container address a {
      text-decoration: none;
      color: #fff; }

.copyright {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #a41212;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #a41212;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .footer_contact_wrap {
    padding: 80px 0 100px; }

  .footer_contact_wrap .footer_link_btn_container p {
    width: 100%;
    margin: 0 0 40px; }

  .footer_contact_wrap .footer_link_btn_container p .link_btn {
    width: 100%; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.info_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .info_container .info_item {
    width: 46%;
    margin-bottom: 40px; }
    .info_container .info_item article {
      width: 100%;
      position: relative;
      z-index: 0;
      transition: .3s;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px; }
      .info_container .info_item article:last-of-type {
        margin-bottom: 0; }
      .info_container .info_item article a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .info_container .info_item article:hover {
        opacity: .7;
        transition: .3s; }
      .info_container .info_item article figure {
        width: 120px;
        height: 120px; }
        .info_container .info_item article figure img {
          height: 100%; }
      .info_container .info_item article div {
        width: 68.9%; }
        .info_container .info_item article div p {
          font-size: 16px;
          color: #373737;
          line-height: 24px; }
          .info_container .info_item article div p:nth-of-type(1) {
            font-size: 14px;
            color: #cccef1; }
          .info_container .info_item article div p:nth-of-type(2) {
            color: #272727;
            border-bottom: 1px solid #c8c8c8;
            padding-bottom: 8px;
            margin-bottom: 8px; }

.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #004898 solid;
    color: #004898;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #0E6B9E solid;
      color: #FF7300;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #004898;
    border: 2px #004898 solid;
    color: #FFF; }

@media screen and (max-width: 896px) {
  .info_container .info_item {
    width: 100%;
    margin-bottom: 40px; }

  .info_container .info_item article figure {
    width: 26%;
    height: 90px; } }
/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area .size-full:nth-of-type(n + 2) {
    margin-left: 1%; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contactform_container {
  width: 100%; }
  .contactform_container p {
    font-size: 16px; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #ff8a00;
      font-size: 16px;
      color: #333;
      padding: 26px;
      box-sizing: border-box; }
      .contactform_container table th span {
        font-size: 14px;
        color: #FFF;
        text-align: center;
        padding: 2px 15px;
        background: #d2556a;
        float: right; }
      .contactform_container table th .multi_line {
        display: inline-block;
        vertical-align: middle; }
    .contactform_container table td {
      /*width:70%;*/
      border-bottom: 1px solid #ccc;
      font-size: 16px;
      color: #333;
      padding: 20px 40px;
      box-sizing: border-box; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }

.agreementicon {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 2px 14px;
  background: #d2556a; }

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ffFF00;
  background: #F9A638;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h4 {
    margin: 40px 0 20px;
    font-size: 16px;
    font-weight: bold; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.thanks_container {
  text-align: center; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #0A1F54;
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 20px 40px;
    box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .contactform_container {
    width: 90%;
    margin: 0 auto; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 10px 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-bottom: none; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #ff8a00; }

  .privacypolicy {
    width: 100%; }

  .thanks_container .link_btn {
    width: 100%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid  #afafaf; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #ff8438;
  font-weight: 300;
  font-size: 18px;
  color: #FFF;
  padding: 16px 0;
  width: 32%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer;
  border-radius: 10px; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #FFF;
  border: 1px solid #004898;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  padding: 5px 0;
  width: 40%;
  height: auto;
  transition: .3s;
  position: relative;
  cursor: pointer; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #efefef; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 HOME
 
*****************************************************/
.frontpage h2 {
  text-align: center; }
  .frontpage h2 span {
    display: flex;
    justify-content: center;
    align-items: center; }
    .frontpage h2 span::before, .frontpage h2 span::after {
      content: '';
      height: 22px; }
    .frontpage h2 span::before {
      width: 19px;
      background: url("../images/common/h2_before.svg") center/cover no-repeat;
      margin-right: 8px; }
    .frontpage h2 span::after {
      width: 16px;
      background: url("../images/common/h2_after.svg") center/cover no-repeat;
      margin-left: 8px; }

/* cover
----------------------------------------------------*/
.main_cover {
  width: 100%;
  height: 600px;
  background: #f5fdff;
  position: relative;
  z-index: 0;
  padding: 100px 0;
  box-sizing: border-box; }
  .main_cover::after {
    content: '';
    width: 64vw;
    height: 100%;
    background: url(../images/home/main_cover.jpg) 30%/cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .main_cover .cover_txt {
    position: absolute;
    top: 240px;
    left: 5vw;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 72px;
    color: #000;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
    .main_cover .cover_txt span {
      color: #a81212; }

@media screen and (max-width: 896px) {
  .main_cover {
    height: 350px; }

  .main_cover::after {
    width: 100vw; }

  .main_cover .cover_txt {
    top: 120px;
    left: 0;
    font-size: 26px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    box-sizing: border-box; } }
/* 赤富士豚
----------------------------------------------------*/
.top_akafuji_wrap {
  width: 100%;
  padding: 80px 0; }

.top_akafuji_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_akafuji_container > figure, .top_akafuji_container div {
    width: 46%; }
  .top_akafuji_container > div figure {
    width: 90%;
    margin: 0 auto 20px; }
  .top_akafuji_container > div h2 + p {
    margin-bottom: 0; }

@media screen and (max-width: 896px) {
  .top_akafuji_wrap {
    padding: 40px 0; }

  .top_akafuji_container > figure, .top_akafuji_container div {
    width: 100%; }

  .top_akafuji_container div {
    margin-top: 20px; } }
/* 農場について
----------------------------------------------------*/
.top_about_wrap {
  width: 100%;
  padding: 80px 0;
  background: #f5fdff; }

.top_about_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_about_container .top_about_item {
    width: 29.76%;
    position: relative;
    z-index: 0; }
    .top_about_container .top_about_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_about_container .top_about_item figure {
      width: 100%;
      position: relative; }
      .top_about_container .top_about_item figure img {
        border-radius: 20px;
        transition: .2s; }
      .top_about_container .top_about_item figure figcaption {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        transition: .2s; }
    .top_about_container .top_about_item p {
      font-size: 16px;
      color: #373737;
      margin-top: 8px; }

@media screen and (min-width: 896px) {
  .top_about_container .top_about_item:hover figure img {
    opacity: .7;
    transition: .2s; }

  .top_about_container .top_about_item:hover figure figcaption {
    top: 65px;
    color: #272727;
    transition: .2s;
    border: 1px solid #4d4d4d;
    padding: 10px;
    display: inline-table; } }
@media screen and (max-width: 896px) {
  .top_about_wrap {
    padding: 40px 0; }

  .top_about_container .top_about_item {
    width: 80%;
    margin: 0 auto 40px; }
    .top_about_container .top_about_item:last-of-type {
      margin: 0 auto; }

  .top_about_container .top_about_item figure figcaption {
    top: 50px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display: inline;
    width: 60%;
    background: rgba(0, 0, 0, 0.2); }

  .top_about_container .top_about_item figure img {
    opacity: .7; } }
/* お知らせ
----------------------------------------------------*/
.top_information_wrap {
  width: 100%;
  padding: 80px 0; }

.top_news_container {
  width: 100%; }
  .top_news_container article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    transition: .3s;
    margin-bottom: 30px; }
    .top_news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_news_container article:hover {
      opacity: .7;
      transition: .3s; }
    .top_news_container article p {
      font-size: 16px;
      color: #373737;
      width: 77.38%; }
      .top_news_container article p:first-of-type {
        color: #8d8d8d;
        width: 11.9%;
        margin-right: 30px;
        border-right: 1px solid #8d8d8d;
        padding-right: 30px;
        padding-bottom: 30px; }

.top_info_btn_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px; }
  .top_info_btn_container .top_info_btn_item {
    width: 46%;
    height: 178px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .top_info_btn_container .top_info_btn_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_info_btn_container .top_info_btn_item:hover {
      opacity: .7;
      transition: .3s; }
    .top_info_btn_container .top_info_btn_item p {
      width: 95%;
      height: 90%;
      margin: 2% auto;
      background: rgba(255, 255, 255, 0.6);
      padding: 70px 30px 10px;
      box-sizing: border-box;
      font-size: 14px;
      color: #272727; }
      .top_info_btn_container .top_info_btn_item p span {
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
        color: #a81212;
        font-weight: bold; }
    .top_info_btn_container .top_info_btn_item::after {
      font-family: 'Font Awesome 5 free';
      content: '\f061';
      font-weight: 900;
      color: #a81212;
      font-size: 18px;
      position: absolute;
      bottom: 20px;
      right: 30px; }
    .top_info_btn_container .top_info_btn_item:first-of-type {
      background: url("../images/home/top_info_bk01.jpg") center/cover no-repeat; }
    .top_info_btn_container .top_info_btn_item:nth-of-type(2) {
      background: url("../images/home/top_info_bk02.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .top_information_wrap {
    padding: 40px 0; }

  .top_news_container article p {
    width: 100%; }

  .top_news_container article p:first-of-type {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #8d8d8d; }

  .top_info_btn_container {
    margin-top: 40px; }

  .top_info_btn_container .top_info_btn_item {
    width: 100%; }

  .top_info_btn_container .top_info_btn_item:first-of-type {
    margin-bottom: 30px; }

  .top_info_btn_container .top_info_btn_item p {
    margin: 2.6% auto; } }
@media screen and (max-width: 320px) {
  .top_info_btn_container .top_info_btn_item p {
    padding: 20px 30px 10px; } }
/*****************************************************

 下層共通
 
*****************************************************/
/* Lv1_cover
----------------------------------------------------*/
.lv1_cover {
  width: 100%;
  height: 380px;
  position: relative;
  z-index: 0;
  padding: 80px 0 0 80px;
  box-sizing: border-box; }
  .lv1_cover::after {
    content: '';
    width: 62vw;
    height: 100%;
    border-bottom-left-radius: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .lv1_cover h1, .lv1_cover h1 + p {
    width: 28vw; }

.lv2_cover {
  width: 100%;
  height: 140px;
  background: #f5fdff;
  position: relative;
  z-index: 0;
  padding: 30px 13%;
  box-sizing: border-box; }
  .lv2_cover h1::before, .lv2_cover h1::after {
    display: none; }

.akafuji::after {
  background: url("../images/common/cover_akafuji.jpg") center/cover no-repeat; }

.about::after {
  background: url("../images/common/cover_about.jpg") center/cover no-repeat; }

.build::after {
  background: url("../images/common/cover_build.jpg") center/cover no-repeat; }

.contact::after {
  background: url("../images/common/cover_contact.jpg") center/cover no-repeat; }

.news::after {
  background: url("../images/common/cover_news.jpg") center/cover no-repeat; }

/* Layout
----------------------------------------------------*/
.lv1_2col, .lv1_2col_rev {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .lv1_2col p, .lv1_2col_rev p {
    width: 58%;
    font-size: 16px;
    color: #333; }
  .lv1_2col figure, .lv1_2col_rev figure {
    width: 38%; }
    .lv1_2col figure img, .lv1_2col_rev figure img {
      border-radius: 20px; }
  .lv1_2col .link_btn, .lv1_2col_rev .link_btn {
    margin: 0; }

.lv1_2col_rev {
  flex-direction: row-reverse; }

.tel_btn {
  background: #fff;
  font-size: 24px;
  color: #ff8438;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin: 0;
  padding: 6px 0; }
  .tel_btn i {
    color: #ff8438;
    font-size: 24px;
    margin-right: 20px; }

@media screen and (max-width: 896px) {
  .lv1_cover {
    padding: 164px 24px 0;
    height: auto; }

  .lv1_cover::after {
    width: 94vw;
    height: 140px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
    right: auto;
    left: 0; }

  .lv1_cover h1, .lv1_cover h1 + p {
    width: 100%; }

  .lv1_2col p, .lv1_2col_rev p {
    width: 100%;
    margin-bottom: 20px; }

  .lv1_2col figure, .lv1_2col_rev figure {
    width: 100%; }

  .lv1_2col_rev p {
    margin-bottom: 0;
    margin-top: 20px; } }
/*****************************************************

 akafuji
 
*****************************************************/
.akafuji_container {
  width: 100%;
  padding: 40px 30px;
  background: #f3fbff;
  box-sizing: border-box;
  margin: 40px auto 80px; }
  .akafuji_container .akafuji_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
    .akafuji_container .akafuji_item p {
      width: 72.4%;
      font-size: 16px;
      color: #333; }
    .akafuji_container .akafuji_item figure {
      width: 24.4%; }
      .akafuji_container .akafuji_item figure img {
        border-radius: 20px; }
    .akafuji_container .akafuji_item:nth-child(4) {
      flex-direction: row-reverse; }
    .akafuji_container .akafuji_item:last-child {
      margin-bottom: 0; }

.akafuji_buy {
  margin-bottom: 60px; }
  .akafuji_buy h2 {
    text-align: left;
    margin-bottom: 24px; }
    .akafuji_buy h2 i {
      color: #a61212;
      margin-right: 16px;
      font-size: 31px; }

.akafuji_eat_wrap h2 {
  text-align: left;
  margin-bottom: 24px; }
  .akafuji_eat_wrap h2 i {
    color: #a61212;
    margin-right: 16px;
    font-size: 31px; }
.akafuji_eat_wrap h3 {
  margin-bottom: 8px; }
.akafuji_eat_wrap h3 + p {
  margin-bottom: 20px; }
  .akafuji_eat_wrap h3 + p a {
    text-decoration: none;
    color: #333; }
.akafuji_eat_wrap .akafuji_eat_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px; }
  .akafuji_eat_wrap .akafuji_eat_container figure {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 18px; }
    .akafuji_eat_wrap .akafuji_eat_container figure:nth-of-type(4n) {
      margin-right: 0; }
    .akafuji_eat_wrap .akafuji_eat_container figure img {
      border-radius: 20px; }
    .akafuji_eat_wrap .akafuji_eat_container figure figcaption {
      font-size: 16px;
      color: #333; }
  .akafuji_eat_wrap .akafuji_eat_container:nth-of-type(2) {
    margin-bottom: 0; }

@media screen and (max-width: 896px) {
  .akafuji_container {
    margin: 40px auto; }

  .akafuji_container .akafuji_item p, .akafuji_container .akafuji_item figure {
    width: 100%; }

  .akafuji_container .akafuji_item p {
    margin-top: 20px; }

  .akafuji_container .akafuji_item:nth-child(4) {
    flex-direction: column; }

  .akafuji_eat_wrap .akafuji_eat_container figure {
    width: 100%;
    margin-right: 0; }

  .akafuji_buy {
    margin-bottom: 40px; } }
/*****************************************************

 About
 
*****************************************************/
.about_farm01 {
  margin-bottom: 100px; }

.about_container {
  width: 100%;
  padding: 40px 30px;
  background: #f3fbff;
  box-sizing: border-box;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .about_container figure {
    width: 29%;
    margin-bottom: 50px; }
    .about_container figure img {
      border-radius: 20px; }
    .about_container figure:nth-of-type(n + 4) {
      margin-bottom: 0; }
  .about_container > h3 {
    width: 100%;
    margin-top: -20px; }

.greeting_name {
  width: 100% !important;
  text-align: right;
  color: #333;
  font-size: 16px; }
  .greeting_name span {
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: 600; }

.overview_wrap {
  width: 100%;
  margin: 80px auto; }
  .overview_wrap .overview_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; }
    .overview_wrap .overview_container .overview_item {
      width: 46%; }
      .overview_wrap .overview_container .overview_item table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed; }
        .overview_wrap .overview_container .overview_item table th, .overview_wrap .overview_container .overview_item table td {
          padding: 16px;
          font-size: 16px;
          color: #333; }
        .overview_wrap .overview_container .overview_item table th {
          width: 30%;
          border-bottom: 1px solid #a41212;
          text-align: center;
          vertical-align: top; }
        .overview_wrap .overview_container .overview_item table td {
          border-bottom: 1px solid #c8c8c8; }
          .overview_wrap .overview_container .overview_item table td a {
            text-decoration: none;
            color: #333; }
        .overview_wrap .overview_container .overview_item table tr:last-of-type th, .overview_wrap .overview_container .overview_item table tr:last-of-type td {
          border-bottom: none; }

@media screen and (max-width: 896px) {
  .about_container figure {
    width: 48%;
    margin-bottom: 20px; }
    .about_container figure:nth-of-type(n + 4) {
      margin-bottom: 20px; }
    .about_container figure:nth-of-type(n + 5) {
      margin-bottom: 0; }

  .about_container figure img {
    border-radius: 10px; }

  .overview_wrap {
    margin: 40px auto 0; }

  .overview_wrap .overview_container .overview_item {
    width: 100%; }
    .overview_wrap .overview_container .overview_item:first-of-type {
      margin-bottom: 40px; }

  .mapp-view-mini .mapp-footer {
    display: none !important; } }
/*****************************************************

 BUILD
 
*****************************************************/
.works_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px; }
  .works_container h2 {
    width: 100%; }
  .works_container .works_item {
    width: 29.76%; }
    .works_container .works_item figure {
      width: 100%; }
      .works_container .works_item figure img {
        border-radius: 20px; }

@media screen and (max-width: 896px) {
  .works_container {
    margin-top: 60px; }

  .works_container .works_item {
    width: 100%;
    margin: 0 auto 40px; }
    .works_container .works_item:last-of-type {
      margin: 0 auto; } }
/*****************************************************

 Page_name
 
*****************************************************/
/* section_name
----------------------------------------------------*/
