/*
Theme Name:Nature Farm2022.04
Theme URI: none
Description: none
Author: TRUE FEEL's
Author URI: none
Template:
Version: 1(2022.04)
.
テーマ用CSS
.
*/

/* custom css
----------------------------------------------------------------------------------------------------------------------------------------------------- */
 /*reset
-------------------------------------------------------------------- */
html,body,article,section,div, header,nav,footer,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote,table,tbody, th, td,img,iframe,a{
  margin: 0;
  padding: 0;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



li { list-style: none; }

a {
	display:inline-block;
	text-decoration: none;
	transition: .3s;
color:#999;
}

a:hover {
	opacity:0.5;
}

h1,h2{
    font-size: 30px;
	font-weight:bold;
	}

h3{
	font-size:30px;
	font-weight:normal;
}

#page_single h3{
	font-size:20px;
	font-weight:bold;
}

.title_jp{
	letter-spacing:0.5em;
}
.sec_title{
margin-bottom:30px;
}



.sec_title:after{
     content: "";
    display: block;
    border-top: #1e7702 1px solid;
    width: 50px;
    margin: auto;
}
.title_line{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	border-top:#fff 1px solid;
	margin:0 10px;
}

.sub_title{
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;

}


.m_return{
		display:none;
	}

.shadow{
	text-shadow: #fff 0 0 2px;
}
@media screen and (max-width:812px) {
	h1,h2{
font-size:6vw;

}
h3{
	font-size:6vw;
}



h2.section_title{
		font-size:5.5vw;
		position:static;
	display:block;
	padding:5px 10px;
	text-align:left;
}

	.sec_title p:nth-child(2){
font-size:small;
}

	.title_line{
	width:50px;
}
	.m_return{
		display:inline;
	}
	.pc_return{
		display:none;
	}
}
/*html body
-------------------------------------------------------------------- */
body{
	background:#fff;
	color:#000;
	position:relative;
	opacity:0;
	font-family:sans-serif;
}

body.home::before{
	content:"";
	position:fixed;
		background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/04/top1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
width:100%;
	height:100vh;
}
.wrapper{
	padding-bottom:100px;
}
section{
	width:100%;
	text-align:center;
	position:relative;
	padding:50px 0;
		overflow-y:hidden;
}


.inner{
	display:inline-block;
	position:relative;
	width:1100px;
	margin:auto;
}


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

	
	
	.inner{
	width:100%;
padding:0 10px;

}
}


/*header
-------------------------------------------------------------------- */
header{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100px;
	z-index: 1000;
	background:rgba(255,255,255,0.9);
	text-align:center;

}

.home header{
	display:none;
}


header h1.discription{
	font-size:small;
	font-weight:300;
	background:rgba(240,240,240,0.8);
	padding:5px;
	margin:0;
}
header .discription h1{
	display:inline;
	font-size:small;
}

a.header_logo{
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background-image:url(./image/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:block;
	    position: absolute;
	width: 180px;
    height: 50px;
	margin:10px;
}


.sns_icon a{
	display:inline-block;
	margin:0 10px;
	color:#fff;
	font-size:30px;
}


@media screen and (max-width:812px) {
header{
	height:70px;
}

header .discription{
display:none;
}

a.header_logo{
    width: 200px;
    height: 70px;
	margin:5px 10px;
}
}

/*menu_buttton
----------------------- */
.my-parts-hidden {
  display: none;
}

#my-parts-icon {
	display:none;
}


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

	#my-parts-icon {
  cursor: pointer;
  display: block;
  height: 30px;
position:absolute;
top:23px;
	right:20px;
  width: 30px;
	z-index:100;
	display:block;
}

#my-parts-icon span {
   background: #000;
  display: block;
  height: 1px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}

#my-parts-icon span::before,
#my-parts-icon span::after {
  -webkit-transform: rotate(0);
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#my-parts-icon span::before {
  margin-top: -30%;
}

#my-parts-icon span::after {
  margin-top: 27%;
}

#my-parts-checkbox:checked ~ #my-parts-icon span {
  background: rgba(51, 51, 51, 0);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before,
#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
	background: #fff;
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

}
/*menu
------------------------- */
.navi{
display:inline-block;
	
}

.navi .inner{
	width:100%;
}


.menu{
	margin-bottom:20px;
	transition:0.3s;
	display:inline-block;
	margin:20px auto 0;
}

.menu li {
	display:inline-block;
	margin:0 20px;
}

.menu li a{
	display:block;
	color:#000;
		font-weight:bold;
}




@media screen and (max-width:812px) {
.navi{
	background:rgba(0,0,0,0.9);
	position:fixed;
	top:0;
right:-400px;
	z-index:10;
	transition:1s;
	width:400px;
	height:100vh;
	opacity:0;
			 display: flex;
  align-items: center;
  justify-content: center;
	overflow-y:scroll;
	  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;
	padding:10px;
}
.navi::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.navi .inner{
	text-align:left;
	width:100%;
}
.navi.active{
right:0;
	opacity:1;
}

.menu{
	margin-bottom:20px;
	transition:0.3s;
}

.menu li {
	display:block;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:#555 0.5px solid;
}

.menu li a{
	display:block;
	color:#fff;
	font-size:6vw;
}
.navi{
right:-100%;
	width:100%;
}


.navi.active{
right:0;
	opacity:1;
}



.menu li a span:first-child{
font-size:25px;
	font-weight:bold;
}
.menu li a span:last-child,.open span:nth-child(2){
	font-size:3vw;
}

.navi .playlist p span:first-child;{
	font-size:25px;
	font-weight:bold;
}
.navi .playlist p span:last-child{
	font-size:small;
	font-weight:300;
	color:#E68D33;
}
.navi .playlist img{
	width:auto;
	height:20px;
}
.sns_icon img{
	width:auto;
	height:20px;
}
.navi .credit{
margin-top:20px;

}
}

/* footer
--------------------------- */
footer{
	background:#000;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	color:#fff;
	text-align:center;
}
footer .inner{
	margin:0 auto;
padding:20px 0;
}



footer .footer_logo{
	background-image:url(./image/footer_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	width:30px;
	height:20px;
	margin:0 10px;
}

footer .menu{
	margin:0 auto 10px;
}

footer .menu li{
	display:inline-block;
	margin: 0 10px;
    padding-bottom: 0;
    border-bottom: #555 0px solid;
}

footer .menu li a{
	font-size:x-small;
	color:#999;
}
.copyright{
font-size:small;
	color:#fff;
}

.footer_sns_icon{
	margin-top:30px;
}
.footer_sns_icon li{
	display:inline-block;
		background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	margin:0 10px;
}

.footer_sns_icon a{
	display:block;
	width:100%;
	height:100%;
}



.prof_image{
	width:250px;
	text-align:center;
	margin:0 0 10px 10px;
}
@media screen and (max-width:812px) {

	.footer_contents{
	 display: block;
	width:100%;
	margin-bottom:20px;
		text-align:center;
}
	.footer_contents svg{
	display:block;
	width:100px;
	height:auto;
		margin:0 auto;
}

	footer h1{
font-size:25px;
}
.credit{
	margin-bottom:10px;
}

.credit div{
			display:inline-block;
	vertical-align:top;
}
	.copyright{
		font-size:10px;
	}
}


/*home.php
-------------------------------------------------------------------- */
.title_contents{
	margin-bottom:30px;
}


.more{
	display:inline-block;
		width:300px;
	padding:20px 0;
	color:#1e7702;
	margin:20px auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	text-align:center;
	border:#1e7702 2px solid;
	border-radius:40px;
}

.more:hover{
	background:#1e7702;
	color:#fff;
	opacity:1;

}
.content{
	text-align:left;
	margin:30px auto;
}

.content img{
	width:300px;
	height:auto;
}

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

}

/*top
---------------------------- */
#top{
	min-height:600px;
	height:100vh;
	padding:150px 0;
}

#top div{
	background-image:url(./image/logo.png);
	background-color:rgba(255,255,255,0.5);
	background-repeat:no-repeat;
	background-position:center;
	background-size:50%;
	width:100%;
	height:100%;
}
@media screen and (max-width:812px) {
	#top{
	padding:40vh 0;
}
	#top div{
	background-size:70%;
}
}


/*news
--------- */
#news{
	background-color:#fff;
}
.news_area{
	margin-top:20px;
}

.news_list{
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
	text-align:left;

}

.news_list li{
	margin-bottom:10px;
	border-bottom:#999 1px dotted;
	
}

.news_list li h3,.news_list li a{
	display:inline;
	font-size:16px;
	color:#000;
}


@media screen and (max-width:812px) {
h2.news_title{
	display:block;
	-ms-writing-mode: horizontal-tb;
	writing-mode:horizontal-tb;
	margin-bottom:10px;
}

.news_area .news_list{
	display:block;
border-top:#000 2px solid;
	border-left:#000 0px solid;
	padding:10px 0 0;

}

}

/*about
--------- */
#about{
	height:550px;
		display: flex;
	background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/03/DSC_0596-scaled-1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

#about::before{
	content:"";
	background-color:rgba(0,0,0,0.5);
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#about h2{
	margin-left:50px;
}
#about .inner{
width:auto;
	  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	    text-align: left;
	line-height:200%;
	color:#fff;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}



@media screen and (max-width:812px) {
	#about{
	height:1500px;
}
	#about .inner{
	-webkit-text-size-adjust: 100%;
}
	#about h2{
	margin-left:20px;
}
	
	#about .inner div{
		-webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
		 -webkit-column-gap:3;
  -moz-column-gap:3;
  -ms-column-gap:3;
  column-gap:3;
		 
	}
}
/*works
---------- */
#works{
	background-color:#fff;
}
img.certification{
width:100px;
	height:auto;
}

.works_list{
	margin:20px auto;
}
.works_list li{
	background-size:cover;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:500px;
	height:300px;
	margin:10px;
}

.works_list li:nth-child(1){
	background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/04/scaled-1.jpg);
}

.works_list li:nth-child(2){
	background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/04/IMG_0201.jpg);
}
.works_list li:nth-child(3){
	background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/04/IMG_0347-rotated-1.jpg);
}
.works_list li:nth-child(4){
	background-image:url(https://naturefarm.co.jp/wp-content/uploads/2022/04/IMG_1375.jpg);
}

.works_list li div{
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
		padding:100px 10px 0;
		color:#fff;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

.works_list li h3{
	font-size:25px;
	font-weight:bold;
}

@media screen and (max-width:812px) {
	.works_list li{
	width:100%;
		height:200px;
	margin:10px 0;
}

	.works_list li div{
		padding:60px 0;

}
.works_list li h3{
	font-size:20px;
	font-weight:bold;
}
	
	.works_list li p{
		font-size:3.5vw;
	}
}
/*farm
---------- */
#farm{
	background-color:#00400e;
	color:#fff;
}

.farm_list li{
	display:inline-block;
	vertical-align:top;
	width:500px;
	margin:10px;
}

.farm_list li p{
	margin-bottom:10px;
	font-weight:bold;
}
.farm_list li img{
	display:block;
	width:100%;
	height:auto;
}

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

.farm_list li{
	width:100%;
	margin:10px 0;
}

}
/*shop
---------- */
#shop{
	background-color:#fff;
}
.shop_list{
	display:inline-block;
	vertical-align:top;
	width:200px;
	margin:20px 30px 0;
}

.shop_list p{
	margin-bottom:10px;
	font-weight:bold;
}
.shop_list img{
	display:block;
	width:100%;
	height:auto;
}
/*gallery
---------- */
#gallery{
	background-image:url(./wp-content/uploads/2022/03/DSC_0596-scaled.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


#information{
	min-height:auto;
}

/*sns
-------------------------------------------------------------------- */
#sns{
	background-color:#F3F3F3;
}

/*contact
---------- */


.mailform{
	width:750px;
	margin:30px auto;
	text-align:left;
}

.mailform input,select{
	-webkit-appearance: auto;
    appearance: auto;
}

.mailform label{
display:block;
	margin-bottom:10px;
}
.mailform .small{
	font-size:12px;
	font-weight:300;
}


.mailform input[type='radio']:after{
      width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
}

.mailform input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

.mailform input[type='checkbox']{
	-webkit-appearance: none;
    appearance: none;
    border: none;
}
.mailform input[type='checkbox']:after{
        position: relative;
	font-family: 'Font Awesome 5 Free';
         content: "\f0c8";
        display: inline-block;
	color:#999;
	font-size:16px;

}

.mailform input[type='checkbox']:checked:after {
	content: "\f14a";
	color:#ffa500;
    }

input[type="text"],input[type="email"],.wpcf7-textarea,.wpcf7-tel{
	width: 100%;
	padding:10px;
	border:#999 1px solid;
	background:#fff;
	-webkit-appearance: none;
	border-radius: 0;
}
.wpcf7-select{ width: 100%;padding:9px 10px;border:#333 1px solid;background:#fff; -webkit-appearance: none;border-radius: 0;margin:0;}


.file{
margin-bottom:10px;
}
.file span{
	font-weight:300;
}
div.wpcf7 label[for="file"] {
	display:inline-block;
  color: #fff;
  background-color: #000;
	padding:5px;
	margin:5px 5px 5px 0;
	transition:0.5s;
}
div.wpcf7 label[for="file"]:hover{
cursor:pointer;
	opacity:0.5;
}

.wpcf7-submit,.reset{
	display:block;
	background:#E68D2E;
	width:100px;
	height:30px;
	color:#fff;
	border:0;
	padding:5px 0;
	margin:20px auto;;
	text-align:center;
	-webkit-appearance: none;
	border-radius: 0;
	cursor:pointer;
	transition:0.3s;
}
.wpcf7-submit:hover{
	opacity:0.5;
}
.wpcf7-select,.wpcf7-textarea,.wpcf7-submit,.reset{
	-webkit-appearance: none;
	border-radius: 0;
}
.wpcf7 textarea[name="your-message"] {
        height: 130px !important;margin-bottom:-6px !important;
}
.red{
	color:#B40404;
}

div.wpcf7-mail-sent-ok{
	    border: 2px solid #ff0066!important;
}

.accept{
	margin:10px auto;
}

@media screen and (max-width:812px) {
	.mailform{
	width:100%;
	padding:0;

}
}

/*company
-------------------------------------------------------------------- */

table.company{
	border-collapse: collapse;
	text-align:left;
	margin:30px auto;
}

table.company tr{
		border-bottom:#999 1px dotted ;
}

table.company td{
	padding:5px;

}

table.company td ol li{
	list-style:decimal;
	margin-left:25px;
}

.message{
	display:inline-block;
	vertical-align:top;
	width:600px;
	    font-family: 'Noto Serif JP', serif;
	font-size:15px;
}

.chiba{
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin-left:20px;
	text-align:center;
}

.chiba img{
	display:block;
	width:100%;
	height:auto;
}
@media screen and (max-width:812px) {

#company .section_title {
    margin-bottom: 0;
}

	#company table{
	margin-top:20px;
}
	
	.message{
	width:100%;
	font-size:15px;
}

.chiba{
	width:100%;
	margin-left:0;

}
	
}





/*index.php,page.php,single.php
-------------------------------------------------------------------- */
.wp-pagenavi{
	margin:20px auto;
}

.breadcrumb{
	text-align:left;
	font-weight: 300;
	    margin-bottom: 10px;
	font-size: small;
}

.breadcrumb a{
	color:#999;
}

.post-categories li{
	display:inline-block;
	margin:5px;
	background:#E68D33;
	border-radius:3px;
}

.post-categories li a{
	display:block;
	width:100%;
	height:100%;
	padding:5px;
	color:#fff;
	font-size:small;
}

#page_single{
	min-height:100vh;
	padding:100px 0 0;
}

#page_single .news_list{
	display:inline-block;
	vertical-align:top;
	padding-left:0;
	text-align:left;

}

#page_single .news_list li{
	margin-bottom:20px;
	border-bottom:#999 1px solid;
}
#page_single .news_list li a h2{
	font-size:20px;
	margin:0;
	text-align:left;
}
#page_single .news_list li a h2:after{
	content:none;
}
#page_single .news_list li h3,.news_list li a{
	display:inline;
	font-size:16px;
	color:#000;
}

@media screen and (max-width:812px) {
#page_single .news_list li a h2{
	font-size:4vw;
}
}

/* page_single
------------- */


#page_single h2{
	padding:0 5px;
	font-size:30px;
	margin-top:50px;
}
#page_single h2:after {
    content: "";
    display: block;
    border-top: #E68D33 3px solid;
    width: 50px;
    margin: 20px auto;
}






/*COMPANY(会社案内)
------------------------------- */
.company_logo > img{
	display:inline-block;
	vertical-align:top;
	width:200px;
	height:auto;
	margin:0 20px;
}

.company_logo a img{
	display:inline-block;
	vertical-align:top;
	width:320px;
	height:auto;
	margin:0 20px;
}

table.com_info{
	width:100%;
	border-collapse: collapse;
	text-align:left;
	margin:0 auto 30px;
}

table.com_info td{
	border: 1px solid #999;
	vertical-align:top;
	padding:5px;
}

@media screen and (max-width:812px) {
.company_logo > img{
margin:20px auto;
}

.company_logo a img{
	width:300px;
	height:auto;
	margin:20px auto;
}

	table.com_info{
font-size:x-small;
}

		table.com_info tr td:first-child{
white-space: nowrap;
}
}


/*ページ送り
-------------------------------------------------------------------- */
.post-navigation {
  margin:20px 0;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: none!important;
	padding: 3px 10px!important;
	margin: 0 5px 5px!important;
	font-size:small;

}

/*linkcard
--------------------------------------------------------------------------------- */
.linkcard {
    margin: 20px 0!important;
    height: 120px;
	text-align:center;
}

blockquote.lkc-quote {
    display: inline-block;
width:500px;
	height:100%;
}
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
    padding: 0;
    max-width: 100%;
		height: 100%;
	text-align:left;
	margin:auto!important;
}
.lkc-internal-wrap {
    border:none!important;
    background-color:#555!important;

}

.lkc-external-wrap {
    border: #999 0.5px solid!important;
    background-color: #fff!important;
}

.lkc-link {
    display: block;
    height: 100%;
}

.lkc-card{
	    margin:0!important;
	    height: 100%;
	overflow: hidden;
	padding:10px
}
.lkc-info {
    white-space: normal!important;
	position: absolute;
	bottom:10px;
	right:10px;
	    padding-top:10px!important;
    z-index: 5;
}
.lkc-domain {
    color: #000!important;
}

.lkc-content{
	height:auto!important;
	    margin: 5px!important;
}


.lkc-thumbnail img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.lkc-title-text {
    color: #000!important;
    position: relative;
}

.lkc-url {
   display:none!important;
}

.lkc-excerpt {
 display:none!important;
}

.lkc-share{
	display:none!important;
}
@media screen and (max-width:812px) {
	blockquote.lkc-quote {
width:100%;
}
}
/*slick
--------------------------------------------------------------------------------- */
.slick-prev {
left: 10px;
    z-index: 1;
}
.slick-next {
    right: 10px;
}

/*animation
--------------------------------------------------------------------------------- */
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1.5s;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

 .fadein_right {
  opacity: 0;
  transform : translate(-50px, 0);
  transition : all 1500ms;
}

.fadein_right.scrollin_right{
  opacity: 1;
  transform: translate(0, 0);
}



/*to_top_scrollup
--------------------------------------------------------------------------------- */
#to_top_scrollup{
	z-index:100!important;
}


/*reCAPTHA
--------------------------------------------------------------------------------- */
.grecaptcha-badge{
	display:none;
}
