@charset "UTF-8";

/*common*/
html {
    height: 100%;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

a:link {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 2em;
}

/*PC--------------------------------------------------------------------------------------*/


/*navi*/

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 25px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #999;
    justify-content: center;
    align-items: center;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #18942d;
    font-size: 1.4em;
    font-weight: blod;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    transition-duration: 0.2s;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav a.nav__logo {
    width: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.nav__logo a,
.nav__logo img{
    width: 100%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 25%;
    width: 30px;
    height: 2px;
    background-color: #18942d;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #18942d;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 998;
    cursor: pointer;
}


#wrap {
    flex: 1 0 auto;
    min-height: 0%;
}


/*header*/

.logo-bg{
    background: #fff;
    padding: 60px 0;
}

.logo-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.logo-wrap h1 {
    max-width: 291px;
    width: 100%;
    margin: 0 auto;
}

.logo-wrap h1 img {
    width: 100%;
}

.header-bg {
    width: 100%;
    background: url(../images/header/headerBG.jpg) no-repeat center;
    background-size: cover;
}

.header-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.header {

    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 44.28571%;
    position: relative;
    width: 100%;
    display: block;
}

.catch-pos {
    position: absolute;
    top: 10%;
    left: 16%;
    width: 68%;
}

.catch {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 15.13569%;
    position: relative;
    width: 100%;
    display: block;
    background: url(../images/header/catch.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

.suzaka-pos {
    position: absolute;
    bottom: -10%;
    left: 39%;
    width: 22%;
}

.suzaka {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 72.58064%;
    position: relative;
    width: 100%;
    display: block;
    background: url(../images/header/suzaka.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}


/*content*/

section.content01 {
    background: url(../images/content/bg01.png) no-repeat left top #eee fixed;
}


section.content02 {
    background: url(../images/content/bg02.png) no-repeat right top #fff fixed;
}


.content-wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px;
    box-sizing: border-box;
}

.content-wrap.pb0{
    padding-bottom: 0;
}

h2 {
    position: relative;
    text-align: center;
    color: #eb6458;
    font-size: 2.8em;
    margin-bottom: 80px;
    line-height: 1;
}

h2.mt {
    margin-top: 60px;
}

h2:before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #333;
}


h3 {
    text-align: center;
    font-size: 1.8em;
    margin: 60px auto;
    line-height: 1
    
}

h3 span{
    background: linear-gradient(transparent 70%, #ccc 70%);
    padding: 0 0.3em;
}

h4{
    text-align: center;
    color: #eb6458;
    font-size: clamp(10px, 22 / 1200 * 100vw, 22px);
    margin-top: 1em;
}

h4.note-title{
    text-align: left;
    color: #18942d;
    font-size: clamp(10px, 18 / 1200 * 100vw, 18px);
    margin-top: 1em;
}

h5{
    text-align: center;
    color: #18942d;
    margin-bottom: 1em;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
}

p.read{
    text-align: center;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    margin: 2em 0;
}

p.read2{
    text-align: center;
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
    margin: 2em 0 2.5em 0;
    color: #eb6458;
}

ul.fruits-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3% -3% -3%;
    justify-content: center;
}

ul.fruits-list li {
    width: 33.333333%;
    padding: 0 3%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.fruits-list li figure {
    width: 70%;
    margin: 0 auto;
}

ul.fruits-list li figure img {
    width: 100%;
}

ul.fruits-list li p{
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
}

.farm-wrap{
    overflow: hidden;
}

.farm01{
    width: 50%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 58.3333%;
    position: relative;
    display: block;
    background: url(../images/content/farm01.jpg) no-repeat;
    background-size: cover;
    float: left;
}

.farm01 .text{
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: 50%;
    background: rgba(255,255,255,0.7);
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
    padding: 0.5em;
    box-sizing: border-box;
}

.farm02{
    width: 50%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 29.166666%;
    position: relative;
    display: block;
    background: url(../images/content/farm02.jpg) no-repeat;
    background-size: cover;
    float: left;
}

.farm02 .text{
    position: absolute;
    top: 1em;
    left: 1em;
    width: 50%;
    background: rgba(255,255,255,0.7);
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
    padding: 0.5em;
    box-sizing: border-box;
}

.farm03{
    width: 50%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 29.166666%;
    position: relative;
    display: block;
    background: url(../images/content/farm03.jpg) no-repeat;
    background-size: cover;
    float: left;
}

.farm03 .text{
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 50%;
    background: rgba(255,255,255,0.7);
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
    padding: 0.5em;
    box-sizing: border-box;
}

.map iframe{
    width: 100%;
}

.farmer-wrap{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 35%;
    position: relative;
    width: 100%;
    display: block;
    background-size: cover;
}

.farmer-pos {
    position: absolute;
    bottom: 0;
    left: 36%;
    width: 28%;
}

.farmer {
    width: 100%;
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 120.58823%;
    position: relative;
    width: 100%;
    display: block;
    background: url(../images/content/farmer.png) no-repeat;
    background-size: cover;
}

.text01 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 30%;
}

.text02 {
    position: absolute;
    top: 20%;
    right: 0;
    width: 30%;
}

.name{
    font-size: clamp(10px, 30 / 1200 * 100vw, 30px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.name span{
    font-size: clamp(10px, 12 / 1200 * 100vw, 12px);
    color: #eb6458;
}

.text01 p,
.text02 p{
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
}

.contact-btn a{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #eb6458;
    color: #fff;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 50px;
}

.contact-btn a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 0.5em;
    font-weight: bold;
    color: #ff0;
}

/*footer*/

.footer{
    background: url(../images/common/footerBG.jpg);
}

.footer-wrap {
    margin: 0 auto;
    padding: 80px 30px 130px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: clamp(10px, 14 / 1200 * 100vw, 14px);
    display: table;
}

.footer-wrap ul.note{
    list-style: none;
    margin: 0 -2%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap ul.note li{
    flex-basis: 50%;
    padding: 2%;
    box-sizing: border-box;
}

.footer-wrap ul.note li a{
    background: #fff;
    text-align: center;
    display: block;
    border-radius: 50px;
    padding: 0.5em;
}

.footer-wrap .note a{
    color: #000;
}

/*loop
----------------------------*/
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
  
    to {
      transform: translateX(-100%);
    }
  }
  
  /*IE11対策
    ----------------------------*/
  _:-ms-lang(x)::-ms-backdrop,
  .loop {
    display: -ms-grid;
    overflow: hidden;
  }
  /*----------------------------*/
  
  .loop__wrap {
    display: flex;
    overflow: hidden;
  }
  
  .loop__list {
    display: flex;
    list-style: none;
  }
  
  .loop__list--left {
    animation: infinity-scroll-left 55s infinite linear 0.5s both;
  }
  
  .loop__item {
    width: calc(100vw / 7);
  }
  
  .loop__item>img {
    width: 100%;
  }
  

/*pagetop*/

#page-top {
    position: fixed;
    bottom: 35px;
    right: 10px;
    width: 60px;
    z-index: 100;
}

#page-top img {
    width: 100%;
}

.inquiry{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.inquiry a{
    display: block;
    text-align: center;
    background: #eb6458;
    color: #fff;
    padding: 1em;
}

.inquiry a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
    font-weight: bold;
    color: #ff0;
}




/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {

    /*navi*/

nav {
    width: 100%;
}

.toggle_btn {
    top: 10px;
    right: 10px;
}


}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
        line-height: 1.8;
    }

    /*header*/

    .logo-bg{
        background: #fff;
        padding: 6vh 0;
    }

    .logo-wrap h1 {
        width: 200px;
        margin: 0 auto;
    }

    .catch-pos {
        position: absolute;
        top: -10%;
        left: 5%;
        width: 90%;
    }

    .suzaka-pos {
        position: absolute;
        bottom: -30%;
        left: 35%;
        width: 30%;
    }

    /*content*/

    section.content01 {
        background: url(../images/content/bg01.png) no-repeat top left #eee;
        background-size: 60%;
    }

    section.content02 {
        background: url(../images/content/bg02.png) no-repeat top right #fff;
        background-size: 60%;
    }

    .content-wrap {
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
        padding: 6vh 15px;
        box-sizing: border-box;
    }

    h2 {
        position: relative;
        text-align: center;
        color: #eb6458;
        font-size: 2em;
        margin-bottom: 8vh;
    }

    h2.mt {
        margin-top: 6vh;
    }

    h2:before {
        position: absolute;
        bottom: -15px;
        left: calc(50% - 30px);
        width: 60px;
        height: 3px;
        content: '';
        border-radius: 3px;
        background: #333;
    }

    h3 {
        text-align: center;
        font-size: 1.4em;
        margin: 6vh 0;
    }

    h4{
        text-align: center;
        color: #eb6458;
        font-size: clamp(10px, 18 / 375 * 100vw, 18px);
        margin-top: 1em;
    }

    h4.note-title{
        text-align: left;
        color: #18942d;
        font-size: clamp(10px, 16 / 375 * 100vw, 16px);
        margin-top: 1em;
    }
    
    h5{
        text-align: center;
        color: #18942d;
        margin-bottom: 1em;
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }

    p.read{
        text-align: left;
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }

    p.read2{
        text-align: left;
        font-size: clamp(10px, 12 / 375 * 100vw, 12px);
        margin: 2em 0 2.5em 0;
        color: #eb6458;
    }

    ul.fruits-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -3% -3vh -3%;
        justify-content: center;
    }

    ul.fruits-list li {
        width: 100%;
        padding: 0 3%;
        margin-bottom: 3vh;
        box-sizing: border-box;
    }

    ul.fruits-list li figure {
        width: 50%;
        margin: 0 auto;
    }

    ul.fruits-list li p{
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }
    
    .farm01{
        width: 100%;
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 116.6666%;
        position: relative;
        display: block;
        background: url(../images/content/farm01.jpg) no-repeat;
        background-size: cover;
        float: none;
    }
    
    .farm01 .text{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.7);
        font-size: clamp(10px, 12 / 375 * 100vw, 14px);
        padding: 0.5em;
        box-sizing: border-box;
    }
    
    .farm02{
        width: 100%;
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 58.3333%;
        position: relative;
        display: block;
        background: url(../images/content/farm02.jpg) no-repeat;
        background-size: cover;
        float: none;
    }
    
    .farm02 .text{
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255,255,255,0.7);
        font-size: clamp(10px, 12 / 375 * 100vw, 14px);
        padding: 0.5em;
        box-sizing: border-box;
    }
    
    .farm03{
        width: 100%;
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 58.3333%;
        position: relative;
        display: block;
        background: url(../images/content/farm03.jpg) no-repeat;
        background-size: cover;
        float: none;
    }

    .farm03 .text{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        background: rgba(255,255,255,0.7);
        font-size: clamp(10px, 12 / 375 * 100vw, 14px);
        padding: 0.5em;
        box-sizing: border-box;
    }

    .farmer-wrap{
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 140%;
        position: relative;
        width: 100%;
        display: block;
        background-size: cover;
    }
    
    .farmer-pos {
        position: absolute;
        bottom: 0;
        left: 25%;
        width: 50%;
    }
    
    .farmer {
        width: 100%;
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 120.58823%;
        position: relative;
        width: 100%;
        display: block;
        background: url(../images/content/farmer.png) no-repeat;
        background-size: cover;
    }
    
    .text01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
    }
    
    .text02 {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
    }
    
    .name{
        font-size: clamp(10px, 24 / 375 * 100vw, 24px);
        font-weight: bold;
        text-align: center;
        margin-bottom: 1em;
    }
    
    .name span{
        font-size: clamp(10px, 12 / 375 * 100vw, 12px);
        color: #eb6458;
    }
    
    .text01 p,
    .text02 p{
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }

    .loop__item {
        width: calc(100vw / 3);
      }


    /*footer*/

    .footer-wrap {
        margin: 0 auto;
        padding: 6vh 15px 13vh 15px;
        box-sizing: border-box;
        color: #fff;
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        display: table;
    }

    .footer-wrap ul.note li{
        flex-basis: 100%;
        padding: 2%;
        box-sizing: border-box;
    }

    /*pagetop*/

#page-top {
    position: fixed;
    bottom: 25px;
    right: 10px;
    width: 60px;
    z-index: 100;
}






}