﻿@charset "UTF-8";
/* CSS Document */

body {
font-family: "FOT-筑紫Aオールド明朝 Pr6 M", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin: 0;
padding: 0;
line-height: 1.6;
color: #000;
background-image: url("../images/bg.jpg");
background-position: top left;
background-repeat: space;
background-attachment: fixed;
background-size: cover;
background-color: #FFFFFF;
margin: 0;
padding: 0;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@media only screen and (max-width: 600px) {
	body:after {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0;
	z-index: -1;
	background: url("../images/bg.jpg") top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}

}
p,h1,h2,h3,h4,ul,li,img,dl,dt,dd {
margin: 0;
padding: 0;
list-style: none;
font-weight: normal;
}
h1,h2,h3,h4,ul,ul {
margin: 0;
padding: 0;
list-style-type: none;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.2rem;
}
p {
font-size: 1rem;
font-feature-settings : "palt";
}
a{
color: #6E581F;
}
a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

@media(max-width:600px){
	p {
	font-size: 1.1rem;
	}
	a {
	text-decoration: none;
	}
}


/* ordinary-production ========================================================================== */
.sns{
width: 220px;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
}
.sns li {
}

.SNS-timeline{
text-align: center;
}

.readtxt{
width: 100%;
padding: 40px 0 0;
margin: 0 auto;
font-size: 1.1rem;
line-height: 2;
text-align: center;
}
.commonBtn{
width: 400px!important;
color: #FFF!important;
background-color: #000!important;
border: none!important;
}
@media only screen and (max-width: 600px) {
	.back{
	text-align: center;
	}
	.readtxt{
	width: 90%;
	padding: 0;
	}
	.commonBtn{
	width: 90%!important;
	}
}
.commonBtn{
display: block;
justify-content: space-between;
align-items: center;
margin: 32px auto 0;
padding: 12px;
text-align: center;
width: 60%;
color: #FFF;
text-decoration: none;
font-weight: 700;
background-color: #862855;
border: 2px solid #5A012C;
box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
transition: 0.3s;
border-radius: 10px;
}

.clear{
display: none;
margin: 0 auto;
}
.clearSp{
display: block;
margin: 0 auto;
}
@media only screen and (max-width: 600px) {
	.clear{
	display: block!important;
	}
	.clearSp{
	display: none!important;
	}
}

.txtButton{
display: block;
justify-content: space-between;
align-items: center;
margin: 16px auto 0;
padding: 4px 0;
text-align: center;
width: 100%;
color: #1D1A0E;
text-decoration: none;
font-weight: 700;
background-color: #ADA179;
transition: 0.3s;
border-radius: 6px;
}


/*deco ========================================================================== */

hr {
display: block;
width: 100%;
height: 1px;
background-color: #D9D9D9;
border: 0;
margin: 80px 0;
}

/*固定する背景*/
div.pbox {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
	min-height: 500px;
  padding: 5%;
}
.scrollbox {
  background-color: #111;
}
@media(max-width:768px){
	div.pbox {
		min-height: 300px;
	}
	.parallax-bg {
		background-size: 240%;
		background-position: center bottom;
	}
}


/* mod-header ========================================================================== */
.mod-Header {
width: 100%;
margin: 0;
padding: 60px 0;
text-align: left;
background-position : center;
background-size:100% auto;
background-size:cover;
}
.mod-Header h1{
margin: 160px auto 0;
text-align: center;
vertical-align: middle;
}
.intro-txt{
color: #000;
text-align: center;
margin-top: 40px;
text-shadow: 1px 1px 5px rgba(255,255,255,255);
}

@media only screen and (max-width: 600px) {
	.mod-Header {
	width: 100%;
	margin: 0 auto 32px;
	padding: 32px 0 64px;
	text-align: center;
	}
	.intro-txt{
	font-size: 1.3em;
	color: #000;
	text-align: left;
	margin: 0 24px;
	}
}


/* Nakai ========================================================================== */
.nakai-Header {
height: 480px;
background-image: url("../images/mainvisual.jpg")!important;
}
.outlineImg{
width: 100%;
max-width:  1500px;
margin: 0 auto;
display: block;
box-shadow: 0px 0px 24px rgba(0,0,0,0.05);
}
@media only screen and (max-width: 600px) {
	.nakai-Header {
	height: 600px;
	background-image: url("../images/mainvisual_sp.jpg")!important;
	}
	.outlineImgSP{
	width: 100%;
	}
}

.featureMenu {
max-width:1000px;
margin:0 auto 40px;
display:table;
}
.featureMenu dl {
position:relative;
width:768px;
text-align:left;
display:table-cell;
vertical-align: top;
padding-left: 32px;
}
.featureMenu dl dt {
font-weight: normal;
font-size: 2rem;
font-weight: 600;
margin:0 0 20px;
padding:0;
}
.featureMenu dd {
margin: 0;
}
.featureMenu dd:nth-child(n + 2) {
margin: 16px 0 0 0;
}
.featureMenu .newsImg {
width:600px;
display:table-cell;
}
.featureMenu .newsImg-sm {
width:400px;
display:table-cell;
}
.featureMenu dd.title{
font-size: 2rem;
font-weight: 600;
line-height: 1.4;
}
.featureMenu dd.title span{
font-size: 1rem;
}
.featureMenu dd.title strong{
color: #E55400;
font-size: 1rem;
}
.featureMenu dd.article{
}

@media(max-width:768px){
	.featureMenu {
	width:100%;
	margin: 40px auto 40px;
	display:block;
	}
	.featureMenu dl {
	position:relative;
	width:100%;
	text-align:left;
	vertical-align: top;
	padding-left:0;
	margin:0 auto;
	display:block;
	}
	.featureMenu dl dt {
	font-weight: normal;
	font-size: 1.4rem;
	margin:10px 0 10px;
	padding:0;
	line-height: 28px;
	}
	.featureMenu dd {
	margin: 20px 0 0 0;
	}
	.featureMenu dd.title{
	margin: 10px 0 0 0 !important;
	}
	.featureMenu dd.article{
	margin: 10px 0 0 0 !important;
	}
	.featureMenu .newsImg {
	width: 100%;
	text-align: center;
	}
	.featureMenu .newsImg img {
	width: 100%;
	margin: 0 auto;
	}
	.featureMenu .newsImg-sm {
	width:100%;
	}
}


/* mod-contents ========================================================================== */
.mod-contentsALL{
max-width:100%;
*zoom:1;
margin:0 auto;
}
.mod-contentsALL:after{
content:'';
clear:both;
display:table;
}

.mod-contents{
width:100%;
max-width: 1500px;
margin:0 auto;
}
.mod-contents .generalttl{
margin: 0 auto 40px;
text-align: center;
}

.mod-contents .cntDetail{
width:100%;
margin:80px auto 0;
}
.mod-contents .cntDetail ul.shopMenu{
max-width: 100%;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.mod-contents .cntDetail li{
max-width:31.5%;
color: #FFF;
border-radius: 20px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
background-color: #553C31;
}
.mod-contents .cntDetail li:nth-child(2), .mod-contents .cntDetail li:nth-child(3){
margin-left: 24px;
}
.mod-contents .cntDetail li:nth-child(4){
margin-top: 32px;
width: 100%;
max-width: 100%;
display: table;
text-align: left;
}
.mod-contents .cntDetail li:nth-child(4) div{
display: table-cell;
vertical-align: top;
width: 50%;
padding: 16px 0;
}
.mod-contents .cntDetail li:nth-child(4) .imgcnt{
width: 40%;
text-align: center;
}
.mod-contents .cntDetail li:nth-child(4) .txtcnt{
width: 60%;
}
.mod-contents .cntDetail li:nth-child(4) img{
height: 100px;
padding: 24px 0 0 0;
}
.mod-contents .cntDetail .detailCnt{
width:100%;
padding-bottom: 24px;
}
.mod-contents .cntDetail .detailCnt h2{
padding: 16px 24px 0;
font-size: 1.2rem;
color: #FFF;
}
.mod-contents .cntDetail .detailCnt p{
display: block;
min-height: 110px;
padding: 0 24px 0 24px;
font-size: 1rem;
color: #FFF;
}
.mod-contents .cntDetail li:nth-child(4) p{
min-height: 0!important;
}
.mod-contents .cntDetail .detailCnt .shopImg{
border-radius: 20px 20px 0 0;
}
.mod-contents .cntDetail .banner{
display: block;
margin: 80px auto 0;
text-align: center;
}


.mod-contents .cntDetail_Info ul.shopOption{
max-width: 80%;
margin: 120px auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.mod-contents .cntDetail_Info ul.shopOption li{
width:49%;
}
.mod-contents .cntDetail_Info ul.shopOption li .detailCnt{
width:100%;
text-align: center;
}
.mod-contents .cntDetail_Info ul.shopOption p{
font-size: 0.9rem;
padding: 0 20px;
}

.mod-contents .cntDetail_Info ul.shopOption li:nth-child(1){
border-right: solid 2px #DDCFC2;
}


@media only screen and (max-width: 990px) {
	.mod-contents .cntDetail li{
	max-width:30%;
	}
	.mod-contents .cntDetail li:nth-child(2), .mod-contents .cntDetail li:nth-child(3){
	margin-left: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.mod-contents .cntDetail ul.shopMenu{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	}
	.mod-contents .cntDetail li{
	width:100%;
	max-width:100%;
	border-radius: 0;
	box-shadow: 0;
	margin: 0!important;
	}
	.mod-contents .cntDetail li:nth-child(4){
	margin-top: 32px!important;
	}
	.mod-contents .cntDetail li:nth-child(4) div{
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 16px 0;
	}
	.mod-contents .cntDetail li:nth-child(4) .imgcnt{
	width: 100%;
	text-align: center;
	}
	.mod-contents .cntDetail li:nth-child(4) .txtcnt{
	width: 100%;
	}
	.mod-contents .cntDetail li:nth-child(4) img{
	height: 100px;
	padding: 24px 0 0 0;
	}
	.mod-contents .cntDetail_Info ul.shopOption{
	max-width: 100%;
	display: block;
	}
	.mod-contents .cntDetail_Info ul.shopOption li{
	width:90%;
	margin: 0 auto;
	padding: 0;
	}
	.mod-contents .cntDetail_Info ul.shopOption li:nth-child(1){
	margin-bottom: 64px;
	border-right: none;
	}
	.mod-contents .cntDetail .detailCnt .shopImg{
	border-radius: 0;
	}
	.mod-contents .cntDetail ul.shopMenu li .detailCnt h2,
	.mod-contents .cntDetail_Info ul.shopOption li .detailCnt h2{
	font-size: 1.4rem;
	}
	.mod-contents .cntDetail ul.shopMenu li .detailCnt p,
	.mod-contents .cntDetail_Info ul.shopOption li .detailCnt p{
	font-size: 1rem;
	text-align: left!important;
	}
	.mod-contents .cntDetail_Info ul.shopOption li .detailCnt p{
	padding: 0;
	}
	.costaImg{
	width: 50%;
	}
	.mod-contents .cntDetail .banner img{
	width: 100%;
	}
}

.newsCont {
list-style-type: none;
margin: 0;
width: 1000px;
margin: 30px auto 0;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.newsCont a {
text-decoration: none;
}
.newsCont li {
width: 300px;
height: auto;
text-decoration: none;
margin: 0;
}
.newsCont li .date {
margin-top: 10px;
font-size: 0.8rem;
font-weight: 600;
color: #A2A2A2;
}
.newsCont li .title {
margin-top: 10px;
font-size: 1rem;
font-weight: 600;
color: #B10004 !important;
}
.newsCont li .article {
margin-top: 10px;
font-size: 0.9rem;
font-weight: 500;
color: #272727 !important;
}
.newsCont li .foodTitle {
margin-top: 10px;
font-size: 1rem;
font-weight: 600;
color: #272727 !important;
}
.newsCont li:nth-child(n + 4) {
margin-top: 30px;
}
.newsCont li:nth-child(n + 13) {
margin-top: 30px;
border-top: 1px solid #E6E6E6;
padding: 20px 0 0 0;
}
.newsCont .newsImg {
width:100%;
display:table-cell;
}
.original-salt{
max-width:1000px;
margin: 0 auto;
padding: 24px;
background-color: #F0F9FA;
position:relative;
overflow:hidden;
}
.original-salt dd{
margin: 0 !important;
}
.original-salt:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 24px 24px 0; /* This trick side-steps a webkit bug */
border-style:solid;
border-color:#fff #fff #C0DEE2 #C0DEE2; /* A bit more verbose to work with .rounded too */
background:#C0DEE2; /* For Opera when also applying a border-radius */
display:block; width:0; /* Only for Firefox 3.0 damage limitation */
}

@media(max-width:768px){
	.newsCont {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 20px 10px 0;
	width: auto;
	}
	.newsCont li {
	width: 48%;
	}
	.newsCont li:nth-child(n + 3) {
	margin-top: 20px;
	}
	.newsCont li:nth-child(n + 13) {
	margin-top: 10px;
	border-top: 1px solid #E6E6E6;
	padding: 10px 0 0 0;
	text-align: center;
	}
}

.cntDetail_Table{
width: 1000px;
margin: 32px auto 0;
text-align: left;
}
.table-info{
width: 1000px;
border-collapse: collapse;
}
.table-info tr{
border-bottom: 1px solid #D9D9D9!important;
justify-content: space-between;
}
.table-info th{
text-align: center;
width: 25%;
padding: 24px 0;
}
.table-info td{
width: 75%;
padding: 24px;
}
.table-info .table-info-child tr{
padding: 16px 0;
}
.table-info .table-info-child th{
text-align: left;
padding: 0;
}
.table-info .table-info-child td{
padding: 0;
}
.table-info .note{
font-weight: lighter;
font-size: 0.9rem;
line-height: 2;
}
.block-notes{
margin: 40px 0 0;
}
.block-notes p{
font-weight: lighter;
font-size: 0.9rem;
line-height: 2;
}
@media only screen and (max-width: 600px) {
	.cntDetail_Table{
	width: 90%;
	}
	.table-info{
	width: 100%;
	}
	.table-info th{
	display: block;
	width: 100%;
	border-bottom: none;
	text-align: left;
	padding: 16px 0;
	}
	.table-info td{
	display: block;
	width: 100%;
	border-bottom: none;
	text-align: left;
	padding: 0 0 16px;
	}
	.table-info .table-info-child{
	width: 100%;
	}
	.table-info .table-info-child tr{
	width: 100%;
	}
	.table-info .table-info-child td{
	width: 100%;
	}
	.table-info .table-info-child th, .table-info .table-info-child td{
	text-align: left;
	}
}

.mod-intro {
max-width: 1400px;
margin: 0 auto 0;
padding: 0;
text-align: left;
}
.mod-intro p.read {
margin-bottom: 40px;
text-align: center;
}
.mod-intro .newsCont {
list-style-type: none;
margin: 0;
max-width: 1200px;
margin: 0px auto 0;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.mod-intro .newsCont li {
width: 31%;
height: auto;
text-decoration: none;
margin: 0;
}
.mod-intro .newsCont li .foodTitle {
margin-top: 10px;
font-size: 1rem;
font-weight: 600;
color: #000 !important;
}
.mod-intro .newsCont li .foodTitle span {
font-weight: lighter;
float: right;
}
.mod-intro .newsCont li:nth-child(n + 4) {
margin-top: 40px;
}
@media only screen and (max-width: 600px) {
	.mod-intro {
	max-width: 100%;
	margin: 0 24px 0;
	padding: 0;
	text-align: left;
	}
	.mod-intro p.read {
	margin-bottom: 40px;
	text-align: center;
	}
	.mod-intro .newsCont {
	list-style-type: none;
	margin: 0;
	max-width: 100%;
	margin: 0px auto 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	}
	.mod-intro .newsCont li {
	width: 48%;
	height: auto;
	text-decoration: none;
	margin: 0 0 40px 0;
	}
	.mod-intro .newsCont li .foodTitle {
	margin-top: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #000 !important;
	}
	.mod-intro .newsCont li:nth-child(n + 4) {
	margin-top: 0;
	}
	.mod-intro .newsCont li:nth-child(n + 5) {
	margin-top: 0;
	}
	.mod-intro .newsCont li:nth-child(n + 9) ,
	.mod-intro .newsCont li:nth-child(n + 10) {
	margin-bottom: 0;
	}
}

.cntDetail_Info{
width: 1000px;
margin: 32px auto 0;
text-align: left;
}
.table-info{
width: 1000px;
border-collapse: collapse;
}
.table-info tr{
border-bottom: 1px solid #D9D9D9!important;
justify-content: space-between;
}
.table-info th{
text-align: center;
width: 25%;
padding: 24px 0;
}
.table-info td{
width: 75%;
padding: 24px;
}
.table-info .table-info-child tr{
padding: 16px 0;
}
.table-info .table-info-child th{
text-align: left;
padding: 0;
}
.table-info .table-info-child td{
padding: 0;
}
.table-info .note{
font-weight: lighter;
font-size: 0.9rem;
line-height: 2;
}
.block-notes{
margin: 40px 0 0;
}
.block-notes p{
font-weight: lighter;
font-size: 0.9rem;
line-height: 2;
}
@media only screen and (max-width: 600px) {
	.cntDetail_Info{
	width: 90%;
	}
	.table-info{
	width: 100%;
	}
	.table-info th{
	display: block;
	width: 100%;
	border-bottom: none;
	text-align: left;
	padding: 16px 0;
	}
	.table-info td{
	display: block;
	width: 100%;
	border-bottom: none;
	text-align: left;
	padding: 0 0 16px;
	}
	.table-info .table-info-child{
	width: 100%;
	}
	.table-info .table-info-child tr{
	width: 100%;
	}
	.table-info .table-info-child td{
	width: 100%;
	}
	.table-info .table-info-child th, .table-info .table-info-child td{
	text-align: left;
	}
}

/* Facebobok ========================================================================== */
.FacebobokPC{
text-align: center;
display: block !important;
width: 400px;
padding: 56px 0 0px;
margin: 0 auto;
}
.FacebobokPC blockquote{
text-align: center;
margin: 0 auto;
}

.Facebobok{
text-align: center;
display: none !important;
}
.Facebobok blockquote{
text-align: center;
margin: 0 auto;
}

@media(max-width:600px){
	.Facebobok{
	width: 331px;
	text-align: center;
	margin: 56px auto 0;
	display: block !important;
	}
	.FacebobokPC{
	display: none !important;
	}
}

/*footer ========================================================================== */
.mod-footer {
margin-top: 80px;
padding: 10px 0;
text-align: center;
border-top: none!important;
background-color: #EDEDED;
}
.mod-footer .sns{
margin-top: 40px;
}
.mod-footer p{
margin: 20px auto;
font-size: 0.8rem;
color: #000!important;
}
