@charset "UTF-8";

html {
    
}
body {
    color: #2b2a27;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}
h2 {
    font-family: ta-kotodama-r, sans-serif;
}
h3 {
    font-family: ta-kotodama-r, sans-serif;
}

/*//////ヘッダー情報//////*/

header > .container {
    display: flex;
    padding:16px 20px;
    align-items: center;
    justify-content: space-between; /*ナビゲーション要素を右端に*/

}
/*ロゴ*/
.area_logo_header .logo {
    display: block;
}
.area_logo_header .logo img {
    height: 75px;
}   
/*ナビゲーション*/ 
.nav_header .list_nav_header {
    display: flex;
}
.nav_header .list_nav_header li{
    margin-right: 50px;
    font-size: 20px;
}
/*SP用ナビゲーション*/
.sp_nav_header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #343249;
    color: #fff;
    text-align:left;
    opacity: 0.9;
    transform: translateY(-150%);
    transition: 0.5s;
}
.sp_nav_header .sp_nav_menu li {
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.sp_nav_header .sp_nav_menu li a {
    display: flex;
    justify-content:space-between;
    align-items: bottom;
    margin: 0 auto;
    padding: 1em 2em;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    background-color: #343249;
  }

.sp_nav_header .sp_nav_menu li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .sp_nav_header .sp_nav_menu li a:hover {
    text-decoration: none;
    opacity: 0.6
  }
  .sp_nav_sns {
    margin: 20px auto;
  }
  .sns_ico {
    display: flex;
    justify-content: center;
  }
  .sns_ico li {
      display: block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      background-color: #fff;
      color: #343249;
      text-align: center;
      border-radius: 50%;
      font-size: 32px;
      margin: 15px 25px;
  }
  .sns_ico li a:hover {
      opacity: 0.5;
  }


/*SP用ナビゲーションおわり*/

/*チェックボックス*/
.drawer-btn:checked ~ .sp_nav_header {
    transform: translateY(0%);
}

.drawer-btn {
  position: absolute;
  top: 45px;
  right: 35px;
  transform: scale(2.0);
  opacity: 0;
}
/*//////ヘッダー情報 おわり//////*/


/*//////直売所ページリンクボタン・テキスト//////*/
.shop_link {
    margin-top: 100px;
    text-align: center;
}
.button02 {
    margin-top: 30px;
}
.button02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background-color: #343249;
    border-radius: 50vh;
  }
  
  .button02 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .button02 a:hover {
    text-decoration: none;
    opacity: 0.6
  }
  /*//////直売所ページリンクボタン・テキストおわり//////*/


  /*//////フッター情報 //////*/
  footer {
    margin-top: 100px;
    background-color: #343249;
    /*background:url(../img/footer_bg1.png) no-repeat bottom;
    background-size: 100%;*/
    color: #F5F5F5;
    }
.footer_inner {
    margin-left: 30px;
    padding-top: 30px;
    display: flex;
    line-height: 2em;
    }
    .area_logo_footer {
    
    }
    .area_text_footer {
    margin-left: 20px;
    margin-top: 20px;
    }
    .area_link_footer {
    margin-top: 20px;
    margin-left: 130px;
}   
    .copyright{
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.66rem;
    }

  /*//////フッター情報 おわり//////*/

/*///////メディアクエリ//////*/
@media screen and (max-width: 848px) {
    /* スクリーンサイズが848px以下の場合に適用 */
    
    .nav_header {
        display: none;
    }

    .footer_inner {
        font-size: 16px;
        flex-direction: column;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .area_link_footer {
        margin: 60px 0 ;
        padding: 0;
    }
}

/*848px以上でSP用ヘッダー非表示*/
@media screen and (min-width: 848px) {
    .sp_nav {
        display: none;
    }
    .sp_nav_header {
        display: none;
    }
}





/* スクリーンサイズが428px以下の場合に適用 */
@media screen and (max-width: 428px) {
    body {
        font-size: 16px;
        font-weight: 200;
    }
     .area_logo_header .logo img {
       height: 50px;
    }



/*フッターのメニューをボタンに変更*/
 .button02 {
    margin-top: 30px;
}
.area_link_footer a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0;
    padding: 1em 2em;
    width: 78%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    background-color: #343249;
    border:1px solid #F5F5F5;
    border-radius: 50vh;
  }
  
  .area_link_footer a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .area_link_footer a:hover {
    text-decoration: none;
    opacity: 0.6
  }
	



}
