@charset "utf-8";
/* veggie rich css */



/* body
------------------------------*/
body {
  font-family: YuGothic,游ゴシック体,Yu Gothic,Helvetica Neue,Helvetica,Arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
width: 1440px; 
height: auto;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
}




/* wrapper
------------------------------*/
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}



/* header
------------------------------*/
header {
  background-image: url(../images/vegetable2.1.png);
  width: 100%;
  height: 707px;
  padding: 0px;  
  display: flex;
  justify-content: space-between;
  background-size: cover;
}

/* 
* SlickNav Responsive Mobile Menu v1.0.10 * (c) 2016 Josh Cope
* licensed under MIT
*/ 
.slicknav_btn {
position: relative;
display: block;
/* vertical-align: middle; */ 
float: right;
padding: 0.438em 0.625em 0.438em 0.625em; 
line-height: 1.125em;
cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
   margin-top: 0.188em;
}

header h1 {
  color: #fff;
  width: 246px;
  height: 60px; 
  text-align: center;
}
.slicknav_menu{
  display: block;
}
.slicknav_nav a{
  padding: 10px 10px;
  margin: 2px 5px;
  font-size:  1rem;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.slicknav_nav s:hover{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  backgroud: #ccc;
  color: #222;
}

/* nav ---------------- */
nav{
  width: calc(100% - 246px);
}

nav ul{
  text-align: right;
  line-height: 60px;
  padding-top: 5px;
  text-align: center;
}

nav ul li{
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}

nav ul li a{
  font-weight: bold;
  color: #fff;
  font-size: large;
  text-decoration: none;
}
nav ul li a:hover{
  color: #999;
  border-bottom: 1px solid #666;
}

/* container -------*/
.container{
  margin: 50px 30px 50px;
  text-align: center;
}

.container h2{
  text-align: center;
  font-size: 25px;
  background-image: url(../images/mark2.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px solid #1a401a;
  margin-bottom: 50px;
  margin-right: 5px;
  padding: 8px;
  width: 320px;
  margin: 0 auto;
}
.container h2 p{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px; 
}
.container h3{
  text-align: center;
  font-size: 25px;
  background-image: url(../images/mark2.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px solid #1a401a;
  margin-bottom: 50px;
  margin-right: 5px;
  width: 320px;
  margin: 0 auto;
}
.container h4{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.container p{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.container .banner{
  text-align: center;
}
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_10 {
  display: flex;
  text-align: center;
  width: 120%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  margin-left: -50px;
}
a.btn_10 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 60px;
  background: #daa520;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 5px 12px #CAD4E2, 6px 6px 12px #ffd700;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  transition-duration: 0.2s;
  margin-bottom: 40px;
}
/* a.btn_10:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 1px #CAD4E2, -2px -2px 4px #FFF;
} */


/* article */

article{
  margin-bottom: 40px;
}

/* section p---- */
section p{
  width: 310px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: justify;
}

/* .content------ */
.content{
  display: flex; 
  justify-content: space-between;
  margin-top: 20px;
}
.content h3{
  font-size: 25px;
  text-align: center;
}
.content a{
  display: block;
  position: relative;
  padding:10px 10px;
  width: 350px;
  height: 80px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #90be70;
  margin-left: -30px;
  margin-top: 40px;
}
.content p{
  display: flex;
  position: relative;
  width: 520px;
  text-align: left;
  margin-left: -100px;
}
.content a::before{
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #2b550e;
}
.content section h3{
  line-height: 40px;
  text-align: center;
  background-image: url(../images/mark2.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px solid #1a401a;
  margin-bottom: 20px;
  margin-right: 5px;
  width: 320px; 
}
.content p{
  font-size: 18px;
  float: left;
  height: auto;
  margin-top: 40px;
}

.content section .photo{
  width: 260px;
  margin: 0 auto;
}

.content section .photo img{
  border-radius: 284px;
  margin-left: 0px;
  margin-top: 30px;
  
}

/* aside--------- */
aside .shop{
  display: flex;
  justify-content: space-between;
}

aside section{
  width: calc((100% - 20px) / 2);
  padding-top: 20px;
  /* border-top: 1px solid #ccc;  */
}
aside h1{
  line-height: 40px;
  text-align: center;
  background-image: url(../images/mark2.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px solid #1a401a;
  margin-bottom: 20px;
  margin-right: 5px;
  width: 320px; 
  margin: 0 auto;
}
aside h3{
  font-size: 22px;
  text-align: center;
  width: 330px;
  margin-left: -20px;
}
aside p{
  font-size: 18px;
  float: left;
}
aside section p img{
  border-radius: 240px;
  margin: 0px 20px 20px 20px;
}
aside .botton a{
 text-align: center;
}


/* footer----- */
footer{
  background-color: #608862;
  padding-top: 20px; 
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  width: 1440px;
  margin: 0 auto;
}
section{
  margin-bottom: 50px;
}

.location a{
color: #fff;
font-size: 18px;
text-decoration: none;
}
.location a :hover{
  text-decoration: underline;
}
.location .menu{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.location .menu li{
  font-size: 15px;
  margin: 0;
  padding: 10px 20px;
}
.icon ul {
  display: flex;
  justify-content: space-around;
  width: 300px;
  margin-left: 526px;
  margin-bottom: 10px;
  margin-top: 20px;
}

footer small{
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.slicknav_menu{
  display: none;
}



/* SNS */
.insta_btn {
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 20px;
  text-decoration: none;
}

.insta_btn{
  color:#668ad8;
  transition: .5s;
}

.insta_btn .insta{
  ;
}

.slicknav_menu{
  display: none;
}

/* 会社概要  */
h2{
font-size: 1.6rem;
position: relative;
padding: 30px 30px;
margin-top: 30px;
font-weight: 700;
letter-spacing: .1em;
line-height: 1.2;
text-align: center;
}

table.corporate{
  width: 500px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 1.4rem;
}

table .corporate th,
table .corporate td{
  padding: 20px;
}

table.corporate th{
  background: #90be70;
  vertical-align: middle;
  text-align: center;
  width: 450px;
  height: 80px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
}

table.corporate th:after{
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #90be70;
  border-width: 10px;
  border-top: -10px;}

  /* firefox */
  @-moz-document url-prefix(){
    table.corporate th::after{
      float: right;
      padding: o;
      left: 30px;
      top: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: relative;
      pointer-events: none;
      border-left: #90be70;
      margin-top: -10px;
    }
  }

  table.corporate td{
    background: #f8f8f8;
    width: 700px;
    padding-left: 20px;
  }
  
/* お問合せ */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus::placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

body {
  font-family: 'Lato', sans-serif;
  background: #e2dedb;
  color: #b3aca7;s
}

.contact-ttl  {
  position: relative;
  margin-top: 30px;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 7px;
}

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 50px auto;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 160px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  width: 502px;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #b3aca7;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}

.direct-contact-container {
  text-align: center;
  background-image: url(../images/mailicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 50px;
  margin-right: 5px;
  width: 340px;
  margin: 0 auto;
  font-size: 20px;
}

.copyright{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  /* margin: 0 auto; */

}

 
