@charset "utf-8";
/* CSS Document */

*{
  cursor: url("../img/pointer.png"),auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 800;
}

/*img {
			transition: 1.0s ;
		}*/

		/*img:hover {
			opacity: 0.8 ;
		}*/

.zoom{
	height: auto;
 overflow:hidden; 
	text-align: center;
	margin:0 auto;
}
.zoom img{
 transition:1s all;
	 overflow:hidden; 
}
.zoom img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
	 overflow:hidden; 
}


body{
}
#wrapper {
	max-width:1100px;
	margin: 0 auto;
	/*background-color: #1E7B68;*/
}
#toppage #wrapper{
	width: 90%;
	margin: 0 auto;
	/*background-color: #70D972;*/
}


header {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


	#slider img {
	width: 100%;
	height: auto;
	filter: brightness(70%);
}
#toppage h1 img  {
	top: 20%;
	position: absolute;
	width: 40%;
	height: auto;
	left: 29%;
	z-index: 10
}
ul#nav {
	min-width: 100%;
	position: absolute;
	top: 6%;
	left: 0;
	margin-left: 5px;
}

#nav li {
	float: left;
box-sizing:border-box;}

#nav li a {
	display: block;
	height: auto;
	padding: 15px 10px;
	text-align: center;
	font-family: vdl-logojrblack, sans-serif;
	font-size: 1em;
	font-style: normal;
	margin-right: 1px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 5px #000;
}

#nav li:last-child{
	/* [disabled]float: right; */
}


li#shop_btm a{
	float: right;
	margin-right: 0px;
	background-color: rgba(232,17,17,1.0);
	padding-right: 20px;
	color: #ffffff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-family: vdl-logojrblack, sans-serif;
	font-size: 1em;
font-style: normal;
}



/*hoverでライン*/
.borderFade {
	padding-bottom: 0px;
	color: #e50012;
	position: relative;
}

.borderFade::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(3px);
	background: #e50012;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.borderFade:hover::after {
    opacity: 1;
    transform: translateY(0);
}


/*sp_only shopボタン*/

.white{
	display: none;
}


.circle {
	color: #000;
	background-color: #fff;
	width: 200px;
	height: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	right:-30px;
	box-shadow: 5px 5px 10px rgba(0,0,0,1.0);
	text-decoration: none;
	overflow: hidden;
}



.mini_circle {
	color: #000;
	background-color:#fff;
	width: 130px;
	height:  130px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top:-20px;
	right: -20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-decoration: none;
	overflow: hidden;
}
.circle:hover {
	background-color: #FFFF00;
	transform:scale(1.1,1.1);
  transition:1s all;
	 overflow:hidden; 
}

.mini_circle:hover {
	background-color: #FFFF00;
	transform:scale(1.1,1.1);
  transition:1s all;
	 overflow:hidden; 
}


.texts {
	padding-top: 22px;
	display: block;
	margin-top: 22px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	margin-left: -10px;
}

.mini_texts {
	padding-top: 0px;
	display: block;
	margin-top: 25px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5;
}

/*トップページ*/

#descripton{
	margin-top:10px;
	display:block;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 800;
}

main{
	width:100%;
}

#story{
background:url(../img/kazari_right.png)  no-repeat right top,url("../img/kazari_left.png") no-repeat left bottom;
	/*margin-top:10px;*/
	
}
.story_image{
	width: 40%;
	box-sizing: border-box;
	margin-top: 50px;
	margin-right: 0;
	margin-left: 30px;
	margin-bottom: 50px;
}

.story_image img{
	margin-top:10px;
	margin-right: 10px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-bottom:15px;
}

#story_text{
	width: 50%;
	/*background-color: antiquewhite;*/
	box-sizing: border-box;
	height: auto;
	padding-top: 20px;
	padding-right: 38px;
	padding-left: 38px;
	padding-bottom: 38px;
	margin-top: 60px;
	margin-left: 30px;
}
	
#story h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 300px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 23px;
	/*background-color: aqua;*/
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
}

#story h3{
	width: 80%;
	margin: 10px auto;
	color: #836a02;
	/*background-color: coral;*/
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
}

#story_text p{
	margin-top: 15px;
	line-height:1.6em;
	font-weight: 600;
	text-align: center;
	font-size: 1em;
}


#quality_text{
	width:500px;
	margin-left: 80px;
}

#quality h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding: 30px;
}

#quality h3{
color:#FFF;
	text-align: center;
	padding-left: 0px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
		width: 80%;
	margin: 0 auto;
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: bold;
}

#quality_text p{
text-align: center;	
	margin-top:15px;
	line-height:1.6em;
	font-weight: 600;
	font-size: 1em;
	text-shadow: 2px 2px 2px rgba(257,256,256,0.5);
}


.next{
	display:block;
	margin-bottom: 20px;
	padding-right: 5px;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	text-align: end;
}
.next a {
  position: relative;
  display: inline-block;
  text-decoration: none;
		text-align: end;
}
.next a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #e50012;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.next a:hover::after {
  transform: scale(1, 1);
}



#quality{
	margin-top:50px;
	margin-bottom:50px;
	background-image: url("../img/farmer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}



#contents{
	margin-top: 50px;
	margin-right: 70px;
	margin-left: 70px;
}


#contents ul li{
	margin-right:20px;
	margin-left: 20px;
}

#contents .h4 {
	position: relative;
}


#contents h4 {
	position: absolute;
	top: 60px;
	left: 13%;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.3em;
	text-shadow: 1px 1px 10px #000;
	text-align: center;
	z-index: 500;
}

.flex{
	display:flex;
	justify-content:center;
}




/*スマホタブレットのナビゲーション*/

#photo_nav{
	width: 100%;
	margin: 0 auto;
}

#photo_nav img{
	width: 100%;
	height: auto;
	margin-top:20px;
}

#contents_small{
	width:100%;
	margin:15px auto;
}




/*footer*/
.topbtm{
	text-align: center;
	margin-top:20px;
}

#footer_back{
	margin-top:10px;
	width:100%;
	height: auto;
	background-color: #000033;
	
}

#footer_back p{
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 22px;
	padding-bottom: 11px;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
}

footer img{
	width: 38%;
	height: auto;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 1px;
}


/*下層ページ共通*/



.under_title_baner{
	margin-top:130px;
}

.under_header{
	background-color:#fff;
	display: block;
	text-align: center;
	position: fixed;
	max-width: 960px;
	margin-bottom: 20px;
	z-index: 500;
	width: 100%;
}


.under_title_baner{
	margin-top:130px;
}


#storypage h1{
	text-align: center;
	margin:10px auto;
}

#qualitypage h1{
	text-align: center;
	margin:10px auto;
}

.under_title_baner img{
	display:block;
	width:100%;
	height: auto;
}


.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

 /*消えないフェイドイン*/
.text_fadein{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #e50012;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background:rgba(229,0,18,0.70);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background:#836a02;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom:1px solid #000;
	 background:#fff;
}
nav.globalMenuSp ul li:hover{
  background :#e50012;
}

nav.globalMenuSp ul li:last-child:hover{
background :#fff;
}

nav.globalMenuSp ul li a img:last-child{
transition        : 2s ease-in-out;
}

nav.globalMenuSp ul li a img:last-child:hover{
transform: scale(1.2, 1.2)
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
/*storypage*/
#storypage #wrapper,
#qualitypage #wrapper{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow-x: hidden;
}

.family{
	width: 100%;
}
#storypage main img,
#qualitypage main img{
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
	}

#storypage h3,
#qualitypage h3{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #836A02;
	ont-family: toppan-bunkyu-midashi-min-st, serif;
font-weight: 900;
font-style: normal;
	border-bottom: 1px solid #E50012;
padding:10px 50px;
}


.storypage_text{
	width: 70%;
	height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
	paddinng:20px 30px;
}
.storypage_text p{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	ont-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 700;
	font-style: normal;
	line-height: 2.5em;
}
.storypage_monyou{
	margin:10px auto;
}

/*qualitypage*/

#qualitypage .under_header{
	background: #fff;
    display: block;
	text-align: center;
    position: fixed;
    max-width: 960px;
	margin-bottom:20px;
	/*z-index: 500;*/
}



/*contactpage*/

table {
  border-collapse: collapse;
}
 
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
 
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
 
 
input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
	
  padding: 20px;
}
 
.form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}



/*
div.form  {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.form p  {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 0.8em;
	color:#f00;
}

table{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width:70%;
	background-color: aqua;
	border:5px solid #ff0;
}


th{
	font-size: 1em;
	text-align: end;
	height: auto;
	min-width: 150px;
	font-weight: 500;
	background-color: aquamarine;
	border:5px solid rgba(50,198,148,1.00);
}

table{
	padding-top:5px;
}
input{
	height: 25px;
	width: 350px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
td .reason{
	width: 250px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom:5px;
}*/

/*会社案内*/

.kaisha_table{
	width: 80%;
	margin: 20px auto;
}

.kaisha {
	width: 90%;
}

.kaisha th,
.kaisha td {
	border: 1px solid #ffffff;
	padding: 15px;
}

.kaisha th {
font-weight: bold;
background-color: #E50012; 
	color:#fff;
	text-align: center;
}


.kaisha td {
font-weight:bolder;
	text-decoration: none;
	color:#000;
}

.kaisha td  a{
	text-decoration: none;
	color:#000;
}

#qualitypage #wrapper .under_header {
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
	
	
}


/*message*/

#message{
	width: 90%;
	margin:30px auto;
	display:block;
}
#message h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 800;
	text-align: center;
	line-height:1.1em;
	color:#e50012;
}



#message p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 800;
	text-align: left;
	text-align:center;
	line-height:1.1em;
	margin:10px auto;
}

#message img{
	margin:20px auto;
	text-align:center;
}


#messag figcaption{
	display:block;
	background-color:aqua;
	text-align:center;
}

/*お問い合わせ*/

#formplace{
	width:90%;
	margin:0 auto;
}

input::placeholder{
	color:#BCB9B9;
}
textarea::placeholder{
	padding-top:10px;
}

.pushUpBtn_place{
	width:50px;
	margin:10px auto;
}


.pushUpBtn {
    padding: 12px 24px;
    background-color: #836a02;
    color: #fff;;
    border-radius: 6px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.pushUpBtn:hover {
    transform: translate3d(0px,-1px,0px);
    background-color: #e50012;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}


/*
.entry_btns{
	text-align: center;
}

.entry_btns input{
	
	width: 100px;
	height: 40px;
	margin: 30 10px;
	padding: 10px;
	font-weight: bold;
	background: #f00;
	color: #fff;
	font-size: 1em;
	-webkit-appearance: none;
	border-radius: 5px;
}*/

form textarea {
width:80%;
box-sizing:border-box;
	border:none;
padding: 1em;
margin:0;
}


/*howtoeatpage*/

#howtoeat h4{
	font-size:1.2em;
	color:#e50012;
	text-align: center;
	margin-top:30px;
	margin-bottom: 10px;
}

#howtoeat p{
	text-align:center;
	padding:5px 20px;
	margin-top: 10px;
}

#order{
	width:90%;
	/*background-color:aqua;*/
	margin:0 auto;
}

/*#howtoeat h3{
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}


#howtoeat .order_photo{
	width: 30%;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#howtoeat #order{
	width: 90%;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}
#order .work_photo img {
	width: 100%;
	height: auto;
}
*/


/*クリア*/
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.left{
	float:left;
}

.right{
	float:right;
}


@media(max-width : 767px ){
.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	
	#contents_small ul li{
	margin-right:10px;
	margin-left: 10px;
}

.form-table th,
.form-table td {
  display: block;
  width: 100%;
  border-bottom: none;
	border-right: 1px solid #000;
}
	
	#descripton{
	font-size: 1.0em;

}
	
	}

@media (min-width: 768px) and (max-width: 949px){
.pc_only{
		display: none;
	}
	
	.sp_only{
		display: block;
	}

#contents_small ul li{
	margin-right:30px;
	margin-left: 30px;
}
	
}


@media (min-width: 950px){
	.sp_only{
		display: none;
	}
}
