/*style*/

/* clearfix(floatの解除)*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

body{
	margin: 0;
  color: #fff;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Meiryo", sans-serif;
}

/* ナビゲーション */
.nav-menu {
  display: none;
  text-align: center;
  width: 100%;
  height: 100vh;
  transition: all 0.3;
  background: #ec6451;
  z-index: 2;
  position: fixed;
}

.nav-menu ul{
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
    display: grid;
    gap: 20px;
}

.nav-menu li{
  list-style: none;
}

.nav-menu a{
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}

#overlay ul li a:hover {
  color: #000!important;
}

.nav-button{
   position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 10%;
  padding-top: 10px;
  padding-right: 10px;
}

.nav-button button{
  background: transparent;
  border: none;
  appearance: none;
}

.nav-button img{
  width: 100%;
}


/*トップ*/
.example{
  position: relative;
}

.top{
  height: 100vh;
  background-image: url(img/herb.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.example .top img{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


/* オーガニックハーブソルト */
#herb-back{
  background-image: url(img/honeyy.jpg);
  background-size: cover;
  background-color: #85b61b;
}
.herb, .herb2  {
  width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
.herb2{
  padding-bottom: 70px;;
}
.herb-right p{
  margin: 0;
}

.herb img {
  height: 50px;
  width: auto;
  float: left;
  padding-right: 10px;
  padding-top: 20px;
}

.herb-font h2 {
  font-size: 30px;
}

.herb h3{
  text-align: left;
}

.haeb-back{
  width: 900px;
  margin: 0 auto;
}

.herb-left{
  float: left;
  width: 23.6%;
}
.herb-left img{
width: 100%;
}
.herb-right{
  padding: 15px;
  background-color: #704598;
  float: left;
  width: 72%;
}
.herb-text{
  color: #85b61b;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}



/* ハーブ紹介 */
#shiyou-box{
  background-color: #8865a9;
}

.shiyou-box,.shiyou-box2{
  width: 900px;
  margin: 0 auto;
}
.shiyou-box2{
  padding-bottom: 30px;
}

.shiyou-left{
  width: 14%;
  float: left;
}

.shiyou-left img{
  /* padding-top: 10px; */
  width: 100%;
}

.shiyou-right{
  width: 83%;
  float: right;
}
.shiyou-right p{
  margin-top: 0;
}
.shiyou-text,.shiyou-text2{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}


.shiyou2-right{
  width: 14%;
  float: right;
}

.shiyou2-left{
  width: 83%;
  float: left;
}

.shiyou2-right img{
  padding-top: 10px;
  width: 100%;
}
.shiyou2-left p{
  margin-top: 0;
}

.shiyou-text2{
text-align: right;
padding-right: 2%;
}


/* 地図 */
.tizu {
  background-color: #85b61b;
  margin: 0;
}

.tizu img{
  width: 850px;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  display: block; 
  margin: auto;
}






footer{
  background-color: #85b61b;
}

footer p{
  margin: 0;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}



/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }



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

  .example .top img{
    width: 70%;
  }


  /* オーガニックハーブソルト */
.herb, .herb2 {
  width: 90%;
  padding-bottom: 0;
}

.herb img  {
  width: 80%;
  height: auto;
}
.haeb-back{
  width: 100%;
}

.herb-left{
  float: none;
  width: 100%;
}
.herb-left img{
width: 100%;
}
.herb-right{
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.herb-text{
  padding-top: 15px;
}
.herb-right p{
  padding-left: 15px;
  padding-right: 15px;
}
.herb2{
  padding-bottom: 150px;
}


.herb img {
  height: 50px;
  width: auto;
}

.herb-font h2 {
  font-size: 30px;
}






/* ハーブ紹介 */
.shiyou-box,.shiyou-box2{
  width: 90%;
  text-align: center;
}
.shiyou-box2{
  padding-bottom: 30px;
  padding-top: 30px;
}

.shiyou-left{
  width: 40%;
  float: none;
  margin: 0 auto;
}

.shiyou-left img{
  width: 100%;
  padding-bottom: 10px;
}

.shiyou-right{
  width: 100%;
  float: none;
}

.shiyou2-right{
  width: 40%;
  float: none;
  margin: 0 auto;
}

.shiyou2-left{
  width: 100%;
  float: left;
}

.shiyou2-right img{
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
}
.shiyou2-left p{
  margin-top: 0;
}

.shiyou-text2{
text-align: center;
padding-right: 0;
}




* 地図 */
.tizu {
  width: 90%;
  margin: 0 auto;
}
.tizu img{
  width: 90%;
}

}