@charset "utf-8";
/* CSS Document */
@media screen and (max-width:480px){
.pc{
  display: none;
}
*{
  font-family: 'Yusei Magic', sans-serif;
  color: #007200;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  display: none;
}
.navibg{
    background-image: url(../image/navi_bg_sp.svg);
    width: 100%;
    height: 97px;
    padding: 5px 0 0 0;
}
.navi_logo{
  width: 100%;
  position: absolute;
  margin: 0 auto;
}
.navi_logo img{
  width: 20%;
}
.mainlogo{
  display: block;
  margin: 0 auto;
}
.question_button{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../image/mail_icon.svg) no-repeat center 80%;
  right: 0;
  margin: 10px 15px 0 0;
  text-align: center;
  transition: background 1s;
}
.question_button:hover{
  background-color: #ffffff;
  color: #DB7A2A;
  border: solid 2px #DB7A2A;
  cursor: pointer;
}
.question_icon{
  width: 10%; 
}
.question_button a{
  display: block;
  width: 40px;
  height: 40px;
}

/*========= ナビゲーションのためのCSS ===============*/

#hamburger-button-menu{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:relative;
  z-index: 99999;
  /*ナビのスタート位置と形状*/
  top:0;
  left: -120%;
  width:100%;
  height: 350px;/*ナビの高さ*/
  background:#f9e6c2e1;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#hamburger-button-menu.panelactive{
  left: 0;
}

/*ナビゲーション*/
#hamburger-button-menu ul{
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#hamburger-button-menu li{
  list-style: none;
  text-align: center; 
}

#hamburger-button-menu li a span{
  color: #007200;
  text-decoration: none;
  padding:10px 0;
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2.0rem;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:relative;
  z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  left: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #DB7A2A;
  width: 65%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*メインビジュアル*/

.main_visual{
  overflow: hidden;
}
.main_visual li img{
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}
#main_logo{
  position: absolute;
  font-size: 5.0vw;
  color: #fff;
  text-shadow: 3px 2px 3px #000; 
  top: 220px;
  left: 5%; 
}

/*h１*/

.h2{
  background: url(../image/h1_bg.svg) center/70% no-repeat;
  padding: 0 0 20px 0;
  text-align: center;
  margin: 10px 0 0 0;
}
.h2_title{
  font-size: 1.3rem;
  padding: 0 0 0 10px;
}

/*ファームの理念*/

#farm_rinen{
  width: 100%;
  height: 190px;
}

#rinen_sent{
  display:block;
  width: 80%;
  font-size: 4.0vw;
  margin: 10px auto;
  line-height: 7.0vw;
  text-align: center;
}
#farmar_info{
  width: 100%;
  margin: 10px auto 50px;
  background: url(../image/navi_bg_sp.svg);
  padding: 10px 0 0 0;
}
#photo{
  background: url(../image/farmer_photo.png) no-repeat center center;
  width: 45%;
  background-size: 90% auto;
}
#farmar_info_area{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
#photo_comment{
  position: relative;
  width: 55%;
  margin: 0 10px 0 auto;
}
#photo_comment dl{
  margin: 3vw 0;
}
#photo_comment dl dt{
  float: left;
  width: 50%;
  font-size: 3.5vw;
  margin: 0px 0 1vw 0;
  letter-spacing: 1vw;
}
#photo_comment dd{
  font-size: 2.5vw;
  line-height: 4.0vw;
  text-align: justify;
}

#safe_area{
  margin: 0 0 50px 0;
}

#safe1{
  width: 85%;
  margin: 10px auto 0;
  font-size: 3.5vw;
  line-height: 1.5rem;
}
#safe2{
  width: 85%;
  margin: 10px auto 20px;
  display: flex;
  justify-content: space-around;
  font-size: 3.0vw;
  line-height: 4.5vw;
}
#safe2 a{
  display: block;
  width: 50%;
  margin: 30px auto;
}
#safe2 img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
#safe2 ul{
  width: 55%;
  margin: auto 0;
}
#safe3{
  display: flex;
  width: 85%;
  margin: 0px auto 50px;
}
#safe3 p{
  display:block;
  width: 50%;
  font-size: 3.0vw;
  line-height: 4.5vw;
  text-align: justify;
}
#safe3 a{
  display: block;
  width: 50%;
  margin: 0px auto;
}
#safe3 img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
#what_jgap{
  color: #007200;
  border-bottom: #007200 2px solid;
}
#what_jgap:hover{
  color: #DB7A2A;
  border-bottom: #DB7A2A 2px solid;
}
#item_area{
  background: url(../image/navi_bg_sp.svg);
  width: 100%;
  height: 300px;
  margin: 0 0 50px 0;
  padding: 5px 0 0 0;
}
#item{
  /*background: url(../image/item.svg) no-repeat;
  background-size: contain;*/
  width: 100%;
  height: 230px;
  margin: 0px auto 0;
}
#sales_place{
  margin: 0 0 50px 0;
}
#sales_place div{
  width: 100%;
  margin: 5px auto;
}

#sales_place img{
  display: block;
  width: 75%;
  margin: 10px auto 20px;
}
#sales_place ul{
  width: 60%;
  margin: 0 auto;
  font-size: 4.5vw;
  line-height: 9.5vw;
}
#sales_place ul li{
  background: url(../image/map_icon.svg) left center no-repeat;
  background-size: 3vw auto;
  padding: 0 0 0 5vw;
}
#sales_place ul li:hover{
  color: #DB7A2A;
}
#farm_outline {
  margin: 0 0 50px 0;
}
#farm_outline dl{
  width: 85%;
  height: 220px;
  margin: 10px auto 0;
  font-size: 3.5vw;
}
/*.address_number{
  font-size: 1.5vw;
  padding: 0 2px 0 0;
}*/
/*#farm_outline dl dt:nth-of-type(2){
  letter-spacing: 0.5rem;
}*/
#farm_outline dl dt{
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding: 0px 4rem 1.5rem 1rem;
}
#farm_outline dl dd{
  text-align: center;
  padding: 0px 0rem 1.5rem 0px;
}
#farm_outline dl dt,
#farm_outline dl dd{
  background: url(../image/green_boader_straigh.svg) no-repeat bottom;
  background-size: 105% auto;
  width: 50%;
  float: left;
  /*text-align: center;
  padding: 0vw 0 5vw 0;*/
}
/*#farm_outline dl dt span,
#farm_outline dl dd span{
  background: url(../image/green_boader_straigh.svg) no-repeat;
  background-size: 100px auto;
}*/
#form_area{
  background: url(../image/question_formBG.svg);
  padding: 5px 0 0 0;
}
#form_area form{
  width: 90%;
  margin: 0 auto;
  padding: 5px 0;
}
#form_area label,
.input_area{
  display: block;
  font-size: 3.5vw;
  height: 30px;
  margin: 0 0 10px 0px;
  padding: 7px 0 0 0;
}
#form_area label{
  float: left;
  width: 30%;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  margin: 0px 15px;
}
.input_area{
  background-color: #ffffff;
  width: 55%;
}
#form_area label:nth-of-type(4){
  letter-spacing: 0.2rem;
}
#confirm{
  background-color: #ffffff;
  width: 55%;
  height: 60px;
  margin: 0 0 5px 0;
}
.submit{
display: block;
width: 45%;
height: 35px;
margin: 10px auto 10px;
background: #DB7A2A;
color: #fff;
border-radius: 10px;
font-size: 4.5vw;
transition: 1s;
cursor: pointer;
text-align: center
}
.submit:hover{
background: #fff;
color: #DB7A2A;
border: solid 3px #DB7A2A;
border-radius: 25px;
cursor: pointer;
}

#sns_area h2{
  display: none;
}
#sns_area{
  width: 65%;
  height: 50px;
  background-color: #DB7A2A;
  margin: 20px auto;
  padding: 10px 0;
}
#sns_area ul{
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin: 0px auto;
}
#sns_area ul li a img{
  width: 30px;
  height: 30px;
}
.ov:hover{
  opacity: 0.6;
}
footer{
  width: 100%;
  height: 70px;
  background: #007200;
  margin: 0 auto;
}
#footer_logo{
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 1.5vw 0 0 0;
}
#footer_logo img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
#footer_address{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 1.5vw auto;
}
#footer_address li{
  color: #ffffff;
  font-size: 2.0vw;
  margin: 0 1vw;
  text-align: center;
}
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background: #007200;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #007200;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
/*=====================conf.tmpl=======================*/
.section-bar{
  background-color: #F6F7FB;
  border-bottom: solid 1px #007200;
}
.section-inner{
  width: 90%;
  margin: 0 auto;
}
.section-inner ul{
  padding: 15px 0;
  display: flex;
}
.section-inner ul li{
display: flex;
align-items: center;
margin: 0 10px;
font-size: 4.0vw;
}

.lead{
width: 80%;
margin: 20px auto;
text-align: center;
color: #007200;
font-size: 4.0vw;
}

#conf_area p{
width: 90%;
margin: 0 auto;
padding: 1.0vw 1.2vw;
display:flex;
justify-content: center;
font-size: 0.8rem;
}
.conf_span{
border: none;
width: 50%;
font-size: 0.8rem;
}
.conf_title{
width: 40%;
float: left;
text-align-last: justify;
color: #007200;
}
#conf_button{
width: 90%;
display: flex;
margin: 0 auto;
}
.conf_submit{
width: 40%;
height:40px;
display: block;
margin: 30px 20px 0px;
background:#DB7A2A;
color: #fff;
font-weight: bold;
font-size: 1.0rem;
border-radius: 25px;
transition: background 1s;
cursor: pointer;
text-align: center;
}
.conf_submit:hover{
  background: #fff;
  color: #DB7A2A;
  border: solid 3px #DB7A2A;
  border-radius: 25px;
  cursor: pointer;
}
/*error_tmpl*/
.back_submit{
  width: 40%;
  height: 40px;
  display: block;
  margin: 30px auto 0px;
  background:#DB7A2A;
  color: #fff;
  font-weight: bold;
  font-size: 1.0rem;
  border-radius: 25px;
  transition: background 1s;
  cursor: pointer;
  text-align: center;
  }
  .back_submit:hover{
    background: #fff;
    color: #DB7A2A;
    border: solid 3px #DB7A2A;
    border-radius: 25px;
    cursor: pointer;
  }
}