@charset "utf-8";


/*ブレイクポイント（PC基準で制作 2021/07/21）
• スマートフォン：@media screen and (max-width: 599px) {}
• タブレット：設定なし（実質600px以上）
• PC：設定なし（実質600px以上）
*/

.wrapper{
	width: 100%;
	background-color: #fff;
    }

.container{
	max-width: 1025px;
	margin: 0px auto;
}

section{

}
.inner{
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 0px;

}
/*ゆず
--------------------------------------------------------- */
img.yuzu{
	width: 60px;
	margin-bottom: 10px;
    }
/*================================================
* h3 ゆず入り
================================================*/
h3{
	font-size: 100%;
	margin-bottom: 20px;
	padding-top: 90px;
	color: #957647;
	text-align: center;
	background-image: url(../img/yuzu.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center 20px;
}




/*================================================
* header
================================================*/
header {
}
header a.logo {
	display: block;
	width: 80%;
	height: 80%;
	overflow: hidden;
	text-indent: -9999px;
	background-size: 40%;
	background-image: url("../img/logo_50th.png");
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 5%;
	margin-bottom: 5px;
}


/*================================================
* h1 キービジュアル
================================================*/
h1{
	margin-bottom: 20px;
}


/*================================================
* intro 何でも「かけ」ぽん
================================================*/

.intro {
	text-align: center;
	margin-bottom: 40px;
}
.intro img{
	width: 65%;
	margin-bottom: 5%;
}

.intro h6{
	font-size: 120%;
	margin-bottom: 10px;
	padding: 0 1em 0 1em;
	color: #957647;
}

.intro p {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 1em 0 1em;
	text-align: left;
}



/*================================================
* genzairyou　こだわりの原材料
================================================*/

.genzairyou {
	margin-bottom: 80px;
	padding: 0 5%;
}
.genzairyou > p{
	padding: 0 1em 0 1em;
        text-align: left;
	margin-bottom: 60px;
    }
.genzairyou h4{
	font-size: 100%;
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
}
.genzairyou h5{
	font-size: 150%;
	margin-bottom: 20px;
	text-align: center;
}

.genzairyou .anchor {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}
.genzairyou .anchor a{
  border: 2px solid #333333;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  color: #333333;
  background: #ffffff;
}
.genzairyou .anchor a:hover {
  color: #ffffff;
  background: #333333;
}

.genzairyou .set-list {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 30px auto;
	box-sizing: border-box;
	padding: 0;
}
.genzairyou .set-list .in{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	height: 20%;
}

.genzairyou .set-list .in .text{
/*	position: absolute;*/
	width: 95%;
/*	top: calc(80% - 25px);*/
	text-align: center;
	color: #957647;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.5em;
	background-color: rgba(238,229,218,0.8);
	border-radius: 40px;
	display: block;
	margin-bottom: 0.5em;
    }
.genzairyou .set-list .in .text2{
	text-align: justify;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	font-size: 85%;
}

.genzairyou .set-list .in a:hover{
    opacity: 0.5 ;
    transition: 0.2s ;
}


/*================================================
* tigau　市販品とはここが違います
================================================*/

.tigau01 , .tigau02{
	text-align: center;

}
.tigau01  p , .tigau02 p{
	margin-bottom: 1.6em;
	font-size: 100%;
	text-align: left;
}
.tigau01 img {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 85%;
}
.tigau02 img {
	width: 65%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.tigau01 h4 , .tigau02 h4{
	margin-bottom: 30px;
}


/*================================================
* recipe そのままでも、ほかの調味料を合わせても。
================================================*/
.recipe {
	padding-top: 60px;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #f0f0f0;
	padding-bottom: 60px;
}


.recipe h2 {
	font-size: 120%;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
}
.recipe h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #969700;
}
.recipe p {
	text-align: center;
	margin-bottom: 30px;
	display: block;
}
.recipe .flex-box{
/*flex親*/
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}
.recipe .flex-box .box {
/*flex子*/
	width: 45%;
	padding: 1%;
	margin-bottom: 3%;
	border: 1px solid #a1a1a1;
	background-color: #ffffff;
    }
.recipe .flex-box .box:nth-child(odd) {
/*flex子*/
    margin-right: 3%;
    }
.recipe .flex-box .box h4 {
	position: relative;
	text-align: center;
	color: #ffffff;
	background-color: #454545;
	padding: 10px;
	margin-bottom: 20px;
    font-size: 70%;
}
.recipe .flex-box .box h4 em {
	display: block;
	font-size: 130%;
}
.recipe .flex-box .box h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #454545;
}
.recipe .flex-box p{
	font-size: 80%;
	margin: 10px 5px;
	text-align: left;
}

/*================================================
recipe 写真つきレシピ例
================================================*/
.recipe .expl .list {
    /*flex親*/
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
}
    /*flex子*/
.recipe .expl .list-item {
	margin-bottom: 50px;
	text-align: center;
    width:46%;
    }
.recipe .expl .list-item:nth-child(odd) {
    margin-right: 5%;
    }
.recipe .expl .list-item:hover {
	opacity: 0.5 ;
		}
.recipe .expl .list-item .image{
    display:block;
    width:100%;
    max-width:500px;
    margin:0px auto 10px auto;
    border-radius:100%;
}
.recipe .expl .list-item .name{
	font-size: 80%;
	
}
.recipe .expl .smartcook {
	margin: 10 0 0 50px;
	text-align: right;
	font-size: 60%;
}
.recipe .expl .smartcook img {
	width: 150px;
	margin-left: 1em;
	margin-top: 1em;
}



/*================================================
* youtube
================================================*/
.youtube {
	width: 85%;
	margin: 0 auto 50px auto;
}
.youtube h3{
	text-align: center;
	color: #ffffff;
	margin: 50px;
}

.youtube p{
	background-color: rgba(255,255,255,0.85);
}

.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide:before {
  content:none;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}

/*================================================
* kodawari
================================================*/

.kodawari {
    padding: 20% 0 20% 0;
	background-color: #000;
}
.kodawari h3{
	background-image: none;
	padding: 0;
	color: #A7985E;
}
.kodawari h4{
	font-size: 120%;
	margin-bottom: 5%;
	color: #ffffff;
}
.kodawari img  {
	margin-top: 50px;
	margin-bottom: 50px;
}
.kodawari p {
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
    margin: 0 ;
	
}


/*================================================
* promise
================================================*/
.promise {
	text-align: center;
	background-image:url("../img/promise_bg_02.jpg");
	background-repeat:no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	padding: 10%;
}

.promise .inner{
	background-color: rgba(255,255,255,0.85); /*透過白85%*/
	padding: 10%;
	margin-bottom: 10%;
/*	box-shadow: 0px 0px 10px #333333;*/
}



.promise em {
	position: relative;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	top: 0;
	padding: 0.25em 1em;
	margin-bottom: 10%;
	background-image: none;
}

.promise em:before, .promise em:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
}

.promise em:before {
  border-top: dotted 1px #694610;
  border-left: dotted 1px #694610;
  border-bottom: dotted 1px #694610;
  left: -10px;
}

.promise em:after {
  content: '';
  border-top: dotted 1px #694610;
  border-right: dotted 1px #694610;
  border-bottom: dotted 1px #694610;
  right: -10px;
}

.promise h4 {
	color: #694610;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 5%;
}
.promise p{
    margin: 0 5% 10% 5%;
    text-align: left;
	font-size: 90%;
}
.promise .catch p{
	font-size: 90%;
}
.promise .catch p span{
	font-size: 75%;
}



/*================================================
* order
================================================*/

.order {
	margin: 5% 5% 80px 5%;
    }

.order .inner{
    padding: 1%;
    margin: 1em auto;
    border: 1px solid #000;
    border-radius: 10px;

}
.order dl{
    border-bottom: 1px solid #b9b7b7;
}
.order dl dt{
    width: 120px;
    border-top: 2px solid #b9b7b7;
    margin: 0;
    padding: 10px;
    float: left;
    clear: left;
}
.order dl dd{
    margin: 0 0 0 120px;
    padding: 10px;
    padding-left: 20px;
    border-top: 2px solid #b9b7b7;
}
.order dl dd span{
    color:  #ff8400;
    border: 1px solid #ff8400;
    border-radius: 20px;
    padding: 5px 10px;
}





.order img{
        border-radius: 10px;

}
.order .content-item {
	width: 100%;
	margin-bottom: 10px;
    }

.order img{
    display:block;
    max-width:100%;
    margin:0px auto;
}
.order .text{
	padding: 0 1em 0 1em;
	position: relative;
}

.order .text h2{
    margin: 0 0 20px 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.order .text p{
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.order .text .price{
	padding: 1em 0 0 1em;
	font-size: 120%;
	font-weight: normal;
	text-align: right;
}

.order .text .price span{
    font-size: 80%;
    margin-right: 0.5em;
}
.order .text .price em{
	display: block;
	font-size: 200%;
	font-weight: bold;
	color: #ae0b2a;
}


.order .store {
	padding-top: 4%;
	padding-bottom: 5%;
	background-color: #eaeaea;
}
.order .store .recipe .explain {
	text-align: center;
	margin-bottom: 2%;
    padding: 0 2em 0 2em;
    font-size: 80%;
}
    
    
    .order .store .recipe .explain strong {
	font-size: 120%;
	border-radius: 100px;
	background-color: #454545;
	color: #ffffff;
	padding: 5px 20px;
	margin-right: auto;
	display: block;
	width: 50%;
	margin-left: auto;
	margin-bottom: 10px;
}

.store .btn a {
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto 1% auto;
	padding: 18px 16px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 99px;
	font-size: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #4f4f4f;

}
.store .btn a:hover {
	text-decoration: none;
	color: #ffffff;
	transition : all 0.2s;
    opacity: 0.6 ;
}



/*================================================
* links
================================================*/
.links{
	text-align: center;
	margin-bottom: 150px;	
  font-family: YakuHanJP, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.links h4{
	font-size: 120%;
	margin-bottom: 20px;
	padding-top: 150px;
	color: #694610;
	text-align: center;
	background-image: url("../img/chomiryo.png");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center 30%;

}
.links .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 5%;
}
.links .flex .item{
	width: 40%;
	border: 2px solid #dcdcdc;
	border-radius: 12px ;
	margin: 10px;
}
.links .flex .item img{
	border-radius: 10px 10px 0 0 ;
}
.links .flex .item p{
	font-weight: bold;
	margin: 1%;
	font-size: 100%;
}
.links .flex .item a:hover {
	text-decoration: none;
	transition : all 0.2s;
    opacity: 0.6 ;
}




/*-----------------------------------------------------------------------------
　footer　
-----------------------------------------------------------------------------*/
footer a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer {
  width: 100%;
  position: relative;
}
.detail footer {
  margin-bottom: 53px;
}
#footer-nav {
  font-size: 14px;
  color: #fff;
  width: 100%;
  background: #b79551;
  padding: 0;
  text-align: center;
}
#footer-nav li {
  margin: 0;
  position: relative;
  border-top: 1px solid #fff;
}
#footer-nav li a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#footer-nav li a:hover {
  /*color: #999;*/
  text-decoration: none;
}
#copyright {
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 2em 0 2em;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #b79551;
}
.footer_logo {
  display: inline-block;
  margin: 5px 0;
}
.footer_tel {
  display: inline-block;
  padding: 5px 5% 20px;
}
.footer_logo img {
  max-width: 165px;
}
.footer_tel img {
  width: 100%;
  max-width: 307px;
}
