@charset "UTF-8";
body{
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
}

/*loader*/
strong{
    font-weight: 700;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #f9f9f9;
	z-index: 3000;
  }
  #loader {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #000;
	z-index: 4000;
  }
  p.blinking{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	z-index: 5000;
  }
.loader-inner {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}


ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li::before{
    display: none;
}

.top-slider{
    width: 100%;
    padding: 40px 0;
    height: 600px;
    overflow: hidden;
}
.infiniteslide1{
    margin-bottom: 20px;
}

.top-slider ul.slide{
    position: relative;
    height: 100%;
}
.top-slider ul.slide li{
    width: 330px!important;
    margin-right: 50px;
}
.top-slider ul.slide li:nth-child(odd){
    padding-bottom: 20px;
}
.top-slider ul.slide li:nth-child(even){
    padding-top: 20px;
}
.top-slider ul.slide li img{
    width: 100%;
}
.top-slider ul.slide li img.deco{
    position: absolute;
    z-index: 100;
}
.top-slider ul.slide li img.deco1{
    width: 93px;
    left: -30px;
    bottom: 20px;
}
.top-slider ul.slide li img.deco5{
    width: 55px;
    right: -30px;
    top: 20px;
}
.top-slider ul.slide li img.deco2{
    width: 107px;
    right: -20px;
    bottom: 20px;
}
.top-slider ul.slide li img.deco3{
    width: 58px;
    left: -20px;
    bottom: 40px;
}
.top-slider ul.slide li img.deco6{
    width: 70px;
    left: -20px;
    bottom: 30px;
}
.top-slider ul.slide li img.deco4{
    width: 73px;
    right: -20px;
    bottom: 30px;
}
@media (max-width: 767px) {
    .top-slider{
        width: 100%;
        padding: 20px 0;
        height: 360px;
        overflow: hidden;
    }
    .infiniteslide1{
        margin-bottom: 0px;
    }
    .top-slider ul.slide{
        position: relative;
        height: 100%;
    }
    .top-slider ul.slide li{
        width: 230px!important;
        margin-right: 20px;
    }
    .top-slider ul.slide li:nth-child(odd){
        padding-bottom: 10px;
    }
    .top-slider ul.slide li:nth-child(even){
        padding-top: 10px;
    }
}

.lead p{
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    margin: 0;
}
@media (max-width: 767px) {
    .lead p{
        font-size: 18px;
        line-height: 1.8em;
    }
}


#farmers{
    padding: 30px 0;
}
#farmers h2{
    font-size: 34px;
    font-weight: 700;
}
#farmers p.sublead{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
#farmers ul.farmers-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#farmers ul.farmers-list li{
    width: 48%;
    margin-bottom: 50px;
}
#farmers ul.farmers-list li a{
    display: block;
    width: 100%;
    color: #000;
}
#farmers ul.farmers-list li img{
    width: 100%;
    margin: 0;
}
#farmers ul.farmers-list li div.name{
    display: flex;
    align-items: center;
    border: 1px solid #74C0D7;
    border-top: none;
}
#farmers ul.farmers-list li div.name img{
    width: 20%;
    padding: 10px;
    border-right: 1px solid #74C0D7;
}
#farmers ul.farmers-list li div.name p{
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
}
#farmers ul.farmers-list li div.name p strong{
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
}
@media (max-width: 767px) {
    #farmers h2{
        font-size: 24px;
    }
    #farmers ul.farmers-list li{
        width: 100%;
        margin-bottom: 20px;
    }
    #farmers ul.farmers-list li div.name p{
        font-size: 14px;
    }
    #farmers ul.farmers-list li div.name p strong{
        font-size: 18px;
    }
}

#farmers_head{
    position: relative;
    height: calc(900 / 2500 * 100%);
    min-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#farmers_head div.main-img{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#farmers_head div.main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
#farmers_head .content{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0;
    height: 100%;
}
#farmers_head .content .title{
    width: 46%;
    background: white;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#farmers_head .content .title p{
    margin-bottom: 0;
}
#farmers_head .content .title p.farm-name{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
#farmers_head .content .title p.main-title{
    font-size: 34px;
    font-weight: 700;
    line-height:1.6em;
    padding-bottom: 10px;
    border-bottom: 1px solid #74C0D7;
    margin-bottom: 20px;
}
#farmers_head .content .title div.title-lead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#farmers_head .content .title div.title-lead img{
    width: 20%;
    margin-bottom: 0;
}
#farmers_head .content .title div.title-lead p{
    width: 75%;
    line-height: 1.6em;
}
@media (max-width: 767px) {
    #farmers_head{
        height: auto;
        min-height: auto;
        display: block;
    }
    #farmers_head .content{
        padding: 20px!important;
    }
    #farmers_head .content .title{
        width: 100%;
    }
    #farmers_head div.main-img{
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        height:auto;
    }
    #farmers_head div.main-img img{
        width: 100%;
        height: auto;
        object-fit:inherit;
    }
    #farmers_head .content .title p.farm-name{
        font-size: 18px;
    }
    #farmers_head .content .title p.main-title{
        font-size: 28px;
    }
}


.flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex.reverse{
    flex-direction: row-reverse;
}
.flex .imgs,
.flex .txt{
    width: 48%;
}
.flex .imgs p.cap{
    margin-top: -10px;
    font-size: 0.8em;
    line-height: 1.6em;
}
.flex .txt p{
    margin-bottom: 20px;
    line-height: 1.8em;
}
.article .content>h2{
    font-size: 34px;
    width: 100%;
    margin-bottom: 50px;
}
.article .content>h2 strong{
    color: #74C0D7;
    display: block;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .flex .imgs,
    .flex .txt{
        width: 100%;
    }
    .article .content>h2{
        font-size: 28px;
        line-height: 1.6em;
    }
    .article .content>h2 strong{
        padding-bottom: 10px;
    }
}

.profile{
    background: #F9F9F9;
}
.profile .content{
    padding-bottom: 80px;
}
.profile .flex img.prof-img{
    width: 30%;
    margin: 0;
}
.profile .flex .prof{
    width: 68%;
    margin-bottom: 50px;
}
.profile .flex .prof h3{
    border-bottom: 2px solid #75c0d7;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
}
.profile .flex .prof dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2em;
    align-items: center;
}
.profile .flex .prof dt{
    width: 9em;
    margin-right: 2%;
    margin: 0;
    padding: 5px 0;
}
.profile .flex .prof dd{
    width: calc(100% - 10em);
    margin: 0;
    padding: 5px 0;
}
.profile .map{
    width: 650px;
    margin: auto;
}
.profile .map p{
    margin-bottom: 0;
}
.profile .map iframe{
    width: 100%;
    height: 380px;
}
@media (max-width: 767px) {
    .profile .content{
        padding-bottom: 40px;
    }
    .profile .flex img.prof-img{
        width: 100%;
    }
    .profile .flex{
        flex-direction: column-reverse;
    }
    .profile .flex .prof{
        width: 100%;
        margin-bottom: 10px;
    }
    .profile .flex .prof h3{
        padding-top: 30px;
    }
    .profile .flex .prof dl{
        justify-content: space-between;
        font-size: 14px;
        line-height: 1.6em;
    }
    .profile .flex .prof dt,
    .profile .flex .prof dd{
        padding: 5px 0;
    }
    .profile .flex .prof dt{
        width: 8em;
    }
    .profile .flex .prof dd{
        width: calc(100% - 9em);
    }
    .profile .map{
        width: 100%;
        margin-top: 30px;
    }
}
