@charset "UTF-8";
/* clearfix */
.cf {
	zoom: 1;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #1f1f1f;
	color: #fff;
    font-size: 16px;
    margin-top: 80px;
}

a {
	color: #f6d103;
	text-decoration: none;
}

p {
    line-height: 1.6em;
}

/*************              header                ***********/

#top-head {
	width: 100vw;
	background: #1f1f1f;
	top: 0;
    position: fixed;
    border-bottom: 2px solid #f6d103;
    z-index: 2;
}

.headerinner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 20px;
}

.headerlogo {
	float: left;
}

#headernav {
	text-align: right;
	margin-top: 15px;
}




.mainv img {
	width: 100vw;
	min-width: 320px;
	margin-top: -20px;
}

#continar, .breadcrumbs {
    max-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
}



/*************              front page                ***********/

h2 {
    background: url(../img/h2.png) no-repeat;
    background-size: cover;
    height: 50px;
    line-height: 2.4em;
    font-size: 22px;
    margin: 20px 0;
    padding-left: 20px;
}

h3 {
    border-left: 5px solid #d0aa13;
    padding: 10px;
    font-size: 22px;
    margin: 10px 0 20px;
}

h3.title {
    border-left: none;
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    line-height: 1.6em;
}

.pickup img {
    max-width: 500px;
}
.pickup ul {
    position: relative;
    text-align: center;
    left: 50%;
    float: left;
    margin-top: 20px;
}
.pickup li {
    position: relative;
    left: -50%;
    float: left;
 }
.pickup li a{
    background: linear-gradient(#f9d02a,#ad8b00);
    color: #fff;
    font-size: 20px;
    width: 130px; 
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.pickup li a:hover {
    opacity: 0.9;
}
.pickup li a:first-child {
    margin-right: 10px;
}

 .product dl {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    max-width: 300px;
    text-align: center;
    padding: 20px 10px ;
}

.product dt img {
    width: 100%;
    max-width: 260px;

}

.product dd {
    color: #000;
    padding-top: 20px;
    font-size: 22px;
}


/*************              page                ***********/

#post-2 img {
    width: 100%;
}

h3.company {
    border-left: none;
    font-size: 28px;
    padding: 10px 0;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.gaiyou {
    background: #313131;
    margin-top: 40px;
    padding: 20px;
}

.gaiyou dt {
  margin-bottom: 10px;
}
}

.gaiyou dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.4em;
    border-bottom: 1px solid #fff;
}

.navigation {
  text-align: center;
  padding: 1em 0;
  width: 90%;
}
.navileft {
  float:left;
  width:44%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
  margin-left: 10%;
}
.naviright {
  float:right;
  width:44%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}

/*************              inquiry                ***********/


.red {
    color: #f00;
}

.post-17 form {
    width: 100%;
}

.post-17 form dt {
    background: #500047;
    width: 99%;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
}

.post-17 form input {
    width: 95%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
}

textarea {
    width: 95.5%;
    height: 150px;
    margin-bottom: 10px;
    margin-top: -1px;
    padding: 10px 20px 0 20px;
    font-size: 18px;
}

.submit-btn {
    text-align: center;
}

.wpcf7-submit {
    max-width: 300px;
    background: linear-gradient(#f9d02a,#ad8b00);
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.error {
    text-align: center;
}


/*************              category    recipe               ***********/
.post-type-archive-recipe section,
.category section {
    margin-bottom: 20px;
}

.post-type-archive-recipe section a,
.category section a {
    color: #fff;
}

.post-type-archive-recipe section a:hover img,
.category section a:hover img {
    opacity: 0.9;
}

.post-type-archive-recipe section img.attachment-post-thumbnail,
.category section img.attachment-post-thumbnail {
    max-width: 500px;
}

.post-type-archive-recipe section ul,
.category section ul, .single section ul {
    margin-top:20px; 
}

.post-type-archive-recipe section li,
.category section li, .single section li {
    width: 100%;
}

.post-type-archive-recipe section li a,
.category section li a, .single section li a {
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(#f9d02a,#ad8b00);
    border-radius: 10px;
}

.post-type-archive-recipe section li a:hover,
.category section li a:hover, .single section li a:hover {
    opacity: 0.9;
}

.single section img {
    width: 100%;
}

.recipe-box {
    padding: 20px;
    margin: 10px 0;
    background: url(../img/recipe-bg.jpg);
}

.recipe-box p {
    padding: 10px 0;
}

h4.recipe {
    font-size: 20px;
    color: #1f1f1f;
}

span.line {
    border-bottom: 1px solid #1f1f1f;
    font-size: 20px;
    padding-bottom: 2px;
    color: #1f1f1f;
    line-height: 1.2em;
}


/*************              aside                ***********/


aside h2.side {
    background: linear-gradient(#79006b,#400039);
    margin-bottom: 0;
}

aside li {
    border-bottom: 1px dotted #fff;
}

aside li a {
    display: inline-block;
    width: 90%;
    color: #fff;
    padding: 15px 0;
}

aside li a:hover {
    color: #fff;
    background: #131313;
}



/*************              footer                ***********/

footer {
	width: 100%;
	border-top: 25px solid #4e4e4e;
	margin-top: 20px;
}

.footinnar {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: 16px;
}

.footinnar dt, .footinnar dd {
	margin-bottom: 10px;
}
.inq dt {
	font-size: 29px;
}

.footbottom {
	background: #4e4e4e;
	text-align: center;
	padding:  5px 0;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #a67e41;
	color: #a67e41;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 30px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}



/*-----------------------------------
 		メディアクエリ	〜769px
-----------------------------------*/


@media only screen and (max-width: 768px){
#continar {
    min-width: 250px;
}


/*************              header                ***********/

#menu-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

#menu-btn span {
    color: #f6d103;
    font-size: 20px;
    font-weight: bold;
}

#menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open #menu-btn span:after {
    content: attr(data-txt-close);
}

#headernav {
    position: fixed;
    display: table;
    top: -18px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

#headernav ul {
    padding-top: 64px;
    vertical-align: middle;
}

#headernav li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #fff;
}

#headernav li a {
    display: block;
    font-size: 18px;
    color: #fff;
    background: #242424;
}

#headernav li a:hover {
    color: #fff;
    background: #131313;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open #headernav {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;

}


/*************              front page                ***********/


.pickup-img {
    text-align: center;
}
.pickup img {
    width: 100%;
}


.product dl {
    margin: 0 auto 20px;
}


/*************              category                ***********/


section .thumb {
    text-align: center;
}

section img.attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}



.single section img.attachment-post-thumbnail {
    max-width: 500px;
}

/*************              aside                ***********/

aside li {
    width: 100%;
}

.gaiyou dd {
    margin-bottom: 20px;
}

.post-17 section {
    padding-right: 20px;
}


}



/*-----------------------------------
 		メディアクエリ	769px〜
-----------------------------------*/


@media only screen and (min-width: 769px){
#continar {
    width: 1024px;
}

/*************              header                ***********/

#headernav li {
	display: inline;
	padding-left: 10px;
}



/*************              footer                ***********/

.address {
	float: left;
	border-right: 2px solid #fff;
	margin-top: 10px;
	padding-right: 130px;
}
.inq {
	float: right;
}


/*************              front page                ***********/



.pickup h3 {
    border-left: none;
    margin-top: 0px;
    margin-bottom: 20px; 
}
.pickup img {
    float: left;
    margin-right: 30px;
}
.pickup ul {

    left: 3%;
}
.pickup li {
    left: -3%;
 }
.pickup li a{
    width:205px;
}

.productBox {
    margin-bottom: 20px;
}
.product dl {
    float: left;
    width: 33%;
}

.product dl:nth-child(2) {
    margin: 0 25px;
}


/*************              category    recipe             ***********/
.rightcontent {
    width: 670px;
    float: right;
}

.post-type-archive-recipe section,
.category section {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.post-type-archive-recipe section img.attachment-post-thumbnail,
.category section img.attachment-post-thumbnail {
    max-width: 300px;
    float: left;
    margin-right: 30px;
}




/*************              single                ***********/

.single section img.attachment-post-thumbnail  {
    margin-bottom: 20px;
}



/*************              aside                ***********/
aside {
    background: #000;
    width: 260px;
    margin-top: 20px;
    float: left;
    padding: 0 20px 20px 20px;
}

/*************              inquiry                ***********/

.post-17 form dt {
  clear: left;
  float: left;
  width: 20%;
  padding: 20px;
  padding-right: 0;
}

.post-17 form dt.messe {
    height: 121px;
    display: flex;
    align-items: center;
}

.post-17 form dd {
  margin: 0 0 0 22%;
}

.post-17 form input {
    height: 52px;
}






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


.gaiyou dt {
  clear: left;
  float: left;
  width: 20%;
  padding: 10px;
  margin: 0 30px 20px 0;
  
}

.gaiyou dd {
    
  padding: 10px 10px 30px 10px;
    margin: 0 20px 20px 0;
    border-bottom: 1px solid #fff;
}
}