@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea,select {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	-webkit-text-size-adjust: 100%;
	list-style: none;
	letter-spacing: 0.05em;
}
html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-feature-settings : "palt";
	color: #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
}
b {
    font-weight:bold;
}

a:link , a:link p , a:link img {
    color: #222;
	text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover , a:hover p , a:hover img {
    color: #222;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:active , a:active p {
    color: #222;
	text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:visited , a:visited p {
    color: #222;
}
.clear {
	clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
ul li {
	float: left;
	list-style-type: none;
	padding: 0;
}
p {
	font-size: 15px;
	font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
 }
h2 {
    position: absolute;
    top: 170px;
    left: 150px;
}
h2 span {
    background: #fff;
    padding: 3px 5px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
h3 {
    font-size: 27px;
    font-weight: bold;
    color: #004910;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}
h4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.15em;
}
h5 {
    font-size: 28px;
    font-weight: bold;
    margin: 70px auto 25px auto;
    letter-spacing: 0.15em;
}
.pc {
    display: block;
    }
.sp , .sp-only {
    display: none;
}
.margin-t {
    margin-top: 30px;
}
.margin-b {
    margin-bottom: 30px;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* 画面全体の設定 */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background: #1d1496;
z-index: 20000;
}
/* ローディングアニメーションの設定 */
.loader {
    width: 200px;
    height: 66px;
}
/* ローディング終了後 */
.loaded {
    opacity: 0;
    visibility: hidden;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
header {
    width: 1000px;
    margin: 0 auto;
    padding: 65px 0 0 0;
    text-align: center;
    z-index: 20000;
}
header li {
    margin: 0 65px 0 0;
}
header li:last-child {
    margin: 0;
}
header li a img {
    margin: -30px 0 0 0;
    height: 125px;
}
header li a p {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;   
}
header li a p::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #004910;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header li a:hover p::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header li a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
header li a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
header li a:hover p , header li a:active p {
    color: #004910;
}
header li p.active {
    color: #004910;
    font-weight: bold;
    padding: 0 0 2px 0;
    border-bottom: 2px solid #004910;
    font-size: 15px;
}
.tab a img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.2s;
    z-index: 20000;
}
.tab a:hover img {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    transition: all 0.2s;
}
.tab a img.fb {
    position: fixed;
    bottom: 253px;
    right: -25px;
}
.tab a img.insta {
    position: fixed;
    bottom: 165px;
    right: -25px;
}
.tab a img.line {
    position: fixed;
    bottom: 80px;
    right: -25px;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.wrap-all {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    z-index: -1;
}
section {
    width: 100%;
    margin: 120px 0;
    z-index: -1;
}
p.mont {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
section.about .left {
    color: #004910;
    position: relative;
}
section.about .left img {
    position: absolute;
    top: 85px;
    left: -350px;
    overflow: hidden;
}
section.about .right {
    width: 540px;
    text-align: center;
}
section.about .right h3 , section.about .right p {
    text-align: left;
}
button.custom-btn {
    width: 300px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    margin: 50px 0 0 0;
    z-index: 50000;
}
button.btn {
    border: 1px solid #222;
    z-index: 1;
}
button.btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #004910;
    transition: all 0.3s ease;
}
button.btn:hover {
    color: #fff;
    border: 1px solid #004910;
}
button.btn:hover:after {
    left: 0;
    width: 100%;
}
button.btn:active {
    top: 2px;
}
.youtube {
	position: relative;
	width: 85%;
	padding-top: 48%;
	margin: 100px 7.5% 0 7.5%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.vegitable , section.store{
    background: #4ba56a;
    text-align: center;
    color: #fff;
}
section.vegitable p , section.buy p , section.store p , section.sns p {
    text-align: center;
}
img.background1 {
    width: 100%;
    height: auto;
    max-height: 124px;
    margin: -10px 0 75px 0;
}
img.background2 {
    width: 100%;
    height: auto;
    max-height: 124px;
    margin: 75px 0 -10px 0;
}
#vegebox {
    width: 100%;
}
#vegebox .box {
    background: #fff;
    padding: 20px 10px;
    width: 234px;
    height: 215px;
    border-radius: 10px;
    margin: 21px 21px 0 0;
    float: left;
}
#vegebox .box:nth-child(4n) {
    margin: 21px 0 0 0;
}
#vegebox .box img {
    height: 100px;
}
#vegebox .box p {
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}
#vegebox .box p.vege-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
}
section.buy , section.sns {
    text-align: center;
    color: #004910;
}
p.txt {
    color: #222;
    margin: 30px 0;
}
section.buy img {
    width: 100%;
}
section.buy a img , footer a img , footer a p {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
section.buy a:hover img , footer a:hover img , footer a:hover p {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
section.store h3 {
    color: #fff;
    text-align: left;
    margin: 65px 0 30px 0;
}
section.store table td {
    border-bottom: 1px solid #82c896;
    padding: 10px 25px 10px 10px;
    text-align: left;
    vertical-align: middle;
}
section.store table td.last {
    border-bottom: none;
    padding: 10px 25px 0 10px;
}
section.store .right {
    margin: 65px 0 0 0;
}
.map {
    margin: 45px auto;
    position: relative;
}
.mapON {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 20px;
}
section.store .mapON table td {
    border-bottom: none;
    padding: 5px 10px;
    vertical-align: middle;
}
section.store .mapON table td p {
    text-align: left;
    color: #222;
    font-size: 13px;
    line-height: 1;
    margin: 7px 0 0 0;
}
a.map-btn p{
    width: 220px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    background: #fff;
    border: 3px solid #004910;
    color: #004910;
    display: inline-block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a.map-btn:hover p{
    background: #004910;
    color: #fff;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
section.sns .left, section.sns .right {
    width: 475px;
    text-align: center;
}
section.sns iframe {
    margin: 30px 0 0 0;
    width: 475px;
    height: 475px;
}
.insta_list {
    width: 100%;
    margin: 30px 0 0 0;
}
.insta_list li {
    width: calc((100% - 16px)/ 3);
    height: 100%;
    min-height: 153px;
    margin: 0 8px 8px 0;
    padding: 0;
}
.insta_list li:nth-child(3n) {
    margin: 0 0 8px 0;
    padding: 0;
}
.insta_list li a img {
    width : 100%;
    height: 100%;
    min-height: 153px;
    max-height: 153px;
}

footer{
    padding: 70px 0 30px 0;
    margin: 120px 0 0 0;
    text-align:center;
    width: 100%;
    background: #004910;
    z-index: -1;
}
footer .left li {
    float: none;
    margin: 0;
    padding: 0;
}
footer .left li p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 10px;
    line-height: 1.5;
}
footer .left li p.pp-link {
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 10px;
    line-height: 1;
}
footer .left li p a:link , footer .left li p a:visited {
    color: #fff;
}
footer .left li p a:hover {
    text-decoration: underline;
}
footer .right li {
    margin: 10px 15px;
    vertical-align: middle;
}
footer .right li a img {
    margin: 16px 15px;
}
a.f-btn p {
    width: 280px;
    height: 60px;
    border-radius: 30px;
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 57px;
    font-weight: bold;
    background: #fff;
    border: 3px solid #004910;
    color: #004910;
    display: inline-block;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a.f-btn:hover p{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
ul.f-navi p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}
ul.f-navi li {
    margin: 40px 20px 30px 0;    
}
ul.f-navi li:last-child {
    margin: 40px 0 30px 0;    
}
footer p.copyright {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
}
/*topに戻るボタン*/
#fixedTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border: 1px solid #222;
    outline: none;
    color: #222;
    z-index: 20000;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #222;
    border-color: #222;
    color: #fff;
    opacity: 1;
}