@charset "utf-8";

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%;
}
#wrapper{
  height:100%;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("https://nozawafarm.com/inaka2.jpg") center no-repeat;
  background-size:cover;
  background-position: 0px 50px;
}
.container-top1{
    max-width: 400px;
    margin: 0 auto 30px auto;
    padding-top:80px;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.chara{
    text-align:center;
}
.header{
    width: 100%;
    height:50px;
    background:#212121;
    margin-bottom:30px;
    color:#e6e6e6;
    box-shadow:0px 10px 10px 5px rgba(0,0,0,0.4);
    position: fixed;
    z-index:300;
  
}
#header{
  position: fixed;
  height:50px;
  z-index:300;
  top: 0;
  left:0;
  width:100%;
}
.tx1{
    padding:15px 0px;
    font-size:13px;
    text-align: center;
}
.tx2{
    text-align: center;
}
.tx3{
    font-family: "Nico Moji"; 
    font-size: 16px;
}
.btn-outline-warning{
    margin: 5px;
}
.btn-warning{
    margin: 5px;
}
.global-nav {
    position: fixed;
    right: -320px; /* これで隠れる */
    top: 0;
    width: 300px; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 60px;
    background-color: rgba(224, 224, 224,0.95); /* 背景の色 */
    transition: all .6s;
    z-index: 4000;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  
  
  .hamburger {
    position: absolute;
    right: 30px;
    top:3px;
    cursor: pointer;
    font-size: 30px;
    display: none;
  }
  .global-nav__list {
    margin: 0;
    padding: 25px 0 0 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 16px;
    margin: 10px 0;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .global-nav__item span{
    text-align: center;
    font-size: 17px;
    font-family: 'Dancing Script', cursive;
  }

  .global-nav__item a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #27224f;
  }
  .global-nav__item a:hover {
    background-color: #c6c5eb;
    text-decoration: none;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background-color: #111;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0.8;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.7;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .fa-bars{
    line-height: 100px;
    color:white;
  }
  
  .fa-times{
    color: black;
  }
  .closs-btn{
    position:absolute;
    top: 10px;
    right:30px;
    cursor: pointer;
    font-size:30px;
  }
 .logo:hover{
     opacity:0.6;
 }
 .main{
     width:90%;
     max-width:1200px;
     background-color:rgba(184, 184, 184,0.8);
     height:auto;
     margin: 0 auto 20px auto;
     border-radius:10px;
     padding-bottom: 120px;
     box-shadow:0px 10px 10px 5px rgba(0,0,0,0.4);
 }
 #pageTop {
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: none;
    z-index:200;
  }
  
  
  #pageTop i {
    padding-top: 6px
  }
  
  
  #pageTop a {
    display: block;
    z-index: 999;
    padding:10px 0px 10px 14px;
    border-radius: 15px;
    width: 40px;
    height: 50px;
    background-color: #ff6f00;
    color: #fffbc9;
    font-weight: bold;
    text-decoration: none;
    font-size:18px;
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .single{
    width : 90%;
    margin:0 auto 0 auto;
    padding-top: 30px;
    text-align:center;
  }
  .image1{
    margin: 0 auto;
    max-width: 800px;
  }
  .mobile-top{
    width: 300px;
    margin:0px auto;
    padding-top: 10px;
    text-align: center;
    display: none;
  }
  .pc-top{
    max-width: 800px;
    height: 130px;
    margin: 0px auto 0 auto;
    padding:50px 0 0 0;
    text-align: center;
  }
  .menu1,.menu2,.menu3,.menu4{
    color:#27224f;
    font-size:16px;
  }
  .menu1 p,.menu2 p,.menu3 p,.menu4 p{
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
  }
  .news{
    font-family: 'Dancing Script', cursive;
    font-size:40px;
    color:#f5aa42;
  }
  .contacttitle{
    font-family: 'Dancing Script', cursive;
    font-size:40px;
    color:#00174d;
  }
  .notes{
    font-family: 'Dancing Script', cursive;
    font-size:40px;
    color:#6b0000;
  }
  .menu1,.menu2,.menu3,.menu4{
    display:none;
  }
  .menulist:hover{
 opacity:0.7;
}
 .col-lg-3 a:hover{
   text-decoration: none;
 }
.direct{
  width: 50%;
  height:auto;
  background:rgba(247, 249, 255,0.9);
  margin: 0 auto 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #7a7a7a;
  border-radius: 4px;
  font-size:15px;
  box-shadow:0px 10px 10px 5px rgba(0,0,0,0.4);
}
.direct p{
  text-align: center;
  color: #49404f;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
.direct a:hover{
  text-decoration: none;
}

.mainin{
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  padding-top: 30px;
  background-color: white;
  margin: 60px auto 2px auto;
  text-align: center;
}
.contact{
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: white;
  margin: 2px auto 100px auto;
  text-align: center;
}
.newstitle{
  width:50%;
  height:100px;
  margin:0 auto 30px auto;
}
.notetitle{
  width:50%;
  height:100px;
  margin:0 auto 30px auto;
}

footer{
  width: 100%;
  height:auto;
  background:#212121;
  bottom:0;
  left:0;
}
.single .image1{
  display: none;
}
.newstitle p{
  font-size: 20px;
  font-weight: bold;
  color:#5c5c5c;
}
.notetitle p{
  font-size: 20px;
  font-weight: bold;
  color:#242424;
  text-align: center;
}

.newsallover{
  width: 60%;
  margin: 0px auto 50px auto;
  border: 1px solid pink;
  text-align: left;
  background-image: url("https://nozawafarm.com/background1.jpg");
  background-position: center;
  border-radius: 10px;
  padding: 0 0 0 20px;
}
.newsall{
  text-align: left;
  color:#2e2d33;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}
.newsall a{
  color:#2e2d33;
  transition: 0.6s;
}
.newsall a:hover{
  color:black;
}
.newsmain{
  margin:0 auto;
  border-bottom: 1px solid gray;
  background: #fcfcfc;
  max-width: 800px;
  color: #5c5c5c;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0
}
.newsmain1 img{
  width: 150px;
}
.right-top{
  font-size: 15px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.right-bottom{
  font-size:14px;
  margin:10px auto -0 auto;
  width:95%;
  }
.right-bottom p{
  text-align: left;
}
.right-top img{
  width:40px;
}
.right-top span{
  margin-right: 10px;
}

.note{
  background-image: url("https://nozawafarm.com/background2.png");
  height: auto;
  width: 100%;
  background-position: -500px 0px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;
}
.image1{
  border-radius: 8px;
  cursor:pointer;
}
.image1:hover{
  opacity:0.8;
}

.direct{
  position: relative;
  cursor:pointer;
}
.direct:hover{
  background:rgba(247, 249, 255,0.7);
}
.direct:active{
 box-shadow:none;
 top:10x;
 left:3px;
}
.arrow{
  position: absolute;
  top:30%;
  left:40%;
  width: 80px;
  display: none;
}
.note img{
 max-width: 400px;
 border-radius: 8px;
}
.note-left,.note-left2{
  margin: 0 auto;
}
.note-right,.note-right2{
  background-image:url("https://nozawafarm.com/note2.jpg");
  background-position: 10px 2px;
  background-size: 480px;
  border-radius: 2px;
  margin: 0 auto;
  padding: 20px 0;
  color: #3d3f40;
  box-shadow:2px 2px 2px black;
}
.note-all{
  height: auto;
  max-width: 900px;
  margin: 0 auto;
}
.note-right-top{
  font-size: 17px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto 40px auto;
}
.note-right-bottom{
  text-align: left;
  max-width:530px;
  line-height:28px;
  margin: 0 auto;
}
.note-date{
    background: linear-gradient(transparent 60%, #b4c7d9 50%);
}
main{
  position: relative;
}
.contact img{
  max-width:250px;
}
.contact p{
  font-size:20px;
}
.contact-div{
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #dbdbdb;
  display: inline-block;
  padding:20px 60px;
  color: #4a4a4a;
}
.contact-div2{
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.divimg{
  display: inline;
  cursor: pointer;
}
.divimg:hover{
  opacity:0.9;
}
.contact-div2 p{
  background: rgba(255, 255, 255,0.7);
  border-radius: 2px;
  display:inline;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #3d3d3d;
}
.contact-span{
  text-align: left;
  max-width:500px;
  font-size:14px;
}
.footer-top{
  max-width: 950px;
  margin:0 auto;
}
.footer-top-left{
  height:100px;
  font-size: 14px;
  text-align: left;
  color:#d9d9d9;
  font-family: 'ヒラギノ角ゴ ProN W6';
  padding:30px 0;
}
.footer-top-right{
  height:100px;
  font-size: 14px;
  text-align: center;
  color:#d9d9d9;
  font-family: 'ヒラギノ角ゴ ProN W6';
  padding:30px 0;
}
.footer-top-right a{
  color:#d9d9d9;
  transition: 0.7s;
}
.footer-top-right a:hover{
  color:#d9d9d9;
  text-decoration: underline;
}
.footer-bottom{
  background:black;
  color:#d9d9d9;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  height:auto;
}
.tx1link{
  color:#e6e6e6;
}
.tx1link:hover{
  text-decoration: none;
  color:#bfbfbf;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 2s;
}
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 8;
 }
 #loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 9;
 }
.item-logo{
  margin-top: 50px;
}
.list{
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
  color:#3b3b3b;
}
.list a{
  color:#160059;
  text-decoration: underline;
}
.error{
  max-width: 700px;
  margin: 0 auto;
}
#pastnews{
  color:red;
  font-size:13px;
  display: none;
}
.newsall:hover{
  color:black;
  cursor:pointer;
}
.mnozawaexplain{
  text-align: left;
  font-size: 13px;
  background:black;
  max-width:280px;
  opacity:0.9;
  color:white;
  display:none;
  margin-top: 10px;
  padding:5px;
  border-radius: 2px;
  
}

    .overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
    width:500px;
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-250px;
    background-color:#fffbc4;
    border:2px solid orange;
    z-index:2;
    opacity:0.9;
    border-radius: 5px;
    font-size: 15px;
    color:#262626;
    font-weight: bold;
}
.btn_area p{
    padding:7px 15px 5px 15px;
}
#button{
    display:block;
    margin:5px auto 0 auto;
    text-align: right;
}
.fadiv{
  background:rgba(
    255, 176, 5
    ,0.7);
  display: inline;
  padding:5px 0 5px 10px;
  border-radius:20px;
  margin-right:5px;
  cursor:pointer;
  z-index:200;
}
.right-bottom a{
  color:#70aeff;
  font-weight: bold;
}
.note-left2{
  order: 2;
}
.note-right2{
  order: 1;
}
.rakuma img:hover{
 opacity:0.8;
}

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
 
.menu1 span,.menu2 span,.menu3 span,.menu4 span{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}