@charset "UTF-8";
/* CSS Document */
.sp{
	display:none;
}
@media(min-width:650px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	h2{
		font-size:3.6rem;
	}
}
img{
	width:100%;
}
/*ヒーロー部分*/
.hero{
	position:relative;
}
.hero h1{
	position:absolute;
	font-size:4vw;
	top:45%;
	left:2%;
	color:#ffffff;
	font-family:'Noto Serif JP', serif;
	font-weight: 600;
}
.hero p{
	position:absolute;
	font-size:2.5vw;
	top:70%;
	left:9%;
	color:#ffffff;
	font-family: 'Noto Serif JP', serif;
	font-weight:700;

}
@media(min-width:650px){
	.hero h1{
	font-size:3vw;
	top:35%;
	left:5.5%;
}
.hero p{
	font-size:2vw;
	left:11%;
	margin-top:10px;
}
}
/*ヘッダー部分*/
header{
	margin-top:30px;
}

.header-navigation ul li{
	list-style: none;
}
.header-navigation ul a li:hover{
	color: #fd9c2a;
}
.header-navigation ul a{
	text-decoration: none;
	color:#201F1F;
	border: solid #201F1F 1px;
	border-radius: 30px;
	padding:10px 20px;
	display:block;
	margin:20px auto;
	width:60%;
	max-width:450px;
}

.header-navigation ul a:hover{
	color:#fd9c2a;
	border: solid #fd9c2a 1px;
}
.has-child ul a{
	text-decoration: none;
	border: none;
	border-radius:0px;
	padding:5px 0px;
	display:inline;
	width:100%;
	max-width:450px;
	border-bottom: dashed 2px orange;
	border-top:2px;
	font-size:clamp(12px, 4vw, 16px);
	}
	.has-child ul li{
       padding:20px 0px;
		}
.has-child ul{
	background-color:#FFF;
	border:solid 1px #f5ad14;
	border-radius:40px;
	width: 75%;
    max-width: 450px;
	margin:0 auto;
	padding:10px 0px;
}
.has-child ul a:hover{
	color:#fd9c2a;
	border: none;
}
ul ul{
	display:none;
}
nav ul li{
	position: relative;
}
.has-child::before{
	content:'';
	position: absolute;
	left:70%;
	top:18px;
	width:6px;
	height:6px;
	border-top: 2px solid #fd9c2a;
	border-right:2px solid #fd9c2a;
	transform: rotate(135deg);
}
.open::before{
	top:20px;
	transform: rotate(-45deg);
}

@media(min-width:1050px){
	.header-navigation ul {
		display:flex;
		justify-content: center;
		align-items: top;
		margin:40px 0 0px;
		gap:20px;
		
	}
.header-navigation ul a{
	border-radius: 30px;
	padding:10px 20px;
	display:block;
	margin:10px auto;
    width:200px;
}
.has-child ul {
	display:none;
}
.has-child ul a{
	text-decoration: none;
	border: none;
	border-radius:0px;
	padding:5px 0px;
	display:inline;
	width:100%;
	max-width:450px;
	border-bottom: dashed 2px orange;
	border-top:2px;
	font-size:1.4rem;
	}
	.has-child ul li{
    padding:20px 0px;
		}
.has-child ul{
	background-color:#FFF;
	border:solid 1px #f5ad14;
	border-radius:30px;
	width: 95%;
	margin:0 auto;
	padding:10px 10px;
	position:absolute;
	left: 50%;
    transform: translate(-50%);
}

.has-child::before{
	content:'';
	position: absolute;
	left:72%;
	top:26px;
	width:6px;
	height:6px;
}
.open::before{
	top:30px;
	transform: rotate(-45deg);
}
}
/*レシピ検索*/
.saction-search {
	padding:50px 10px 50px;
}
.saction-search h2{
	font-size:2.4rem;
	margin-bottom:15px;
}
.saction-search p{
	margin-bottom:15px;
}
/*検索フォーム*/
#form2{
position:relative;
	margin:0 auto;
margin-bottom:20px;
	max-width:385px;
}
#sbox2{
height:40px;
padding:0 30px 0 10px; 
border-radius:30px;
border: 2px solid #ffc13c;
outline:0 #ffc13c;
background:none;
	width:70%;
	
}
#sbtn2{
height:45px;
position:absolute; 
left:80%;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#ffc13c;
border:none;
font-size:20px;/*アイコンサイズ*/
}
#sbtn2:hover{
color:#7fbfff;
}

::placeholder {
  color: #ffc13c;
  font-weight:bold;
}
/*検索フォーム終了*/
.search-form ul{
	margin-top:30px;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	gap:20px;
}
.search-form ul li{
	list-style: none;
	background-color:#ffc13c;
font-weight:bold;
	width:200px;
		padding:10px;
	
}
.search-form ul li a{
	text-decoration: none;
	color:#333;
}
@media(min-width:650px){
	.saction-search h2{
	font-size:3.6rem;
	margin-bottom:30px;
}
.saction-search p{
   margin-bottom:20px;
	font-size:2.4rem;
}
	
/*検索フォーム*/
#form2{
margin:0 auto 40px;
	max-width:600px;
}
#sbox2{
height:50px;
	padding:0 0 0 10px;
	width:100%;
}
#sbtn2{
height:45px;
position:absolute; 
left:90%;/*アイコン左右の位置調整*/
	top:10%;
}
::placeholder {
	font-size:1.8rem;
}
/*検索フォーム終了*/
.search-form ul{
	margin:40px auto 60px;
	flex-direction: row;
	gap:30px;
		max-width:600px;
}
.search-form ul li{
	list-style: none;
	background-color:#ffc13c;
    font-weight:bold;
	padding:10px;
	font-size:2.0rem;
}
.search-form ul li:first-child{
		padding:25px 0;
}
.search-form ul li:last-child{
		padding:25px 0;
}	
}


/*レシピ*/
.recipe_note{
	font-size:clamp(12px, 3vw, 16px);
	margin-top:20px;
}
.section-recipe{
	margin:60px 0 60px;
}
.section-recipe h2{
	font-size:2.4rem;
	margin-bottom:20px;
}
.section-recipe h3{
	background-color:#fd9c2a;
	color:#fff;
	padding:20px 0;
	font-size:4vw;
}
.recipe-description{
	font-size: clamp(12px, 4vw, 16px);
	padding:30px; 
	line-height:1.6;
}
.zairyo-container{
	padding:0 20px 40px;
	margin:20px 0 60px;
	 background-image : linear-gradient(to right, #000, #000 2px, transparent 5px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.section-recipe h4{
	font-size:2.4rem;
	margin-bottom:20px;
}
.section-recipe__zairyo{
	max-width:330px;
	margin:0 auto;
}
.section-recipe__zairyo li{
	list-style: none;
	 position: relative;
    padding-left: 25px;
	text-align: left;
	margin-bottom:8px;
}
.section-recipe__zairyo li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #ffc13c;
    border-bottom: 2px solid #ffc13c;
  }
 
  .section-recipe__zairyo li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ffc13c;
    border-radius: 2px;
  }
.recipe-container h5{
	font-size:2.4rem;
	margin-bottom:20px;
}
.recipe{
	margin-bottom:30px;
}
.recipe-01 img{
	width:90%;
	margin-bottom:10px;
}
.recipe-01 p{
 padding:20px 30px;
}
.recipe-01{
	margin-bottom:40px;
}
.point{
	position:relative;
}
.point-text{
	position:absolute;
	top:2%;
	right:2%;
	text-align:left;
background-color:rgba(255, 255, 255, 0.542);
	padding:10px;
}
.point-text__description{
	font-size: clamp(8px, 1vw, 16px);
}
.pointo-text__title{
	color:#f5ad14;
	font-weight: bold;
	font-size: clamp(8px, 1vw, 16px);
}
.recipe-container{
		padding:0 0px 40px;
	margin:20px 0 60px;
	 background-image : linear-gradient(to right, #000, #000 2px, transparent 5px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
@media(min-width:650px){
	.recipe_note{
		margin-top:40px;
	}
	.section-recipe{
		margin-top:110px;
	}
.section-recipe h2{
	font-size:3.6rem;
	margin-bottom:40px;
}
.section-recipe h3{
	font-size:2.4rem;
}
.recipe-description{
	font-size:2.0rem;
	padding:60px; 
	line-height:1.8;
}
.zairyo-container{
	padding:0 60px 60px;
	margin:20px 0 80px;
	}
	
.section-recipe h4{
	font-size:2.4rem;
	margin-bottom:20px;
}
.section-recipe__zairyo{
	max-width:410px;
}
.section-recipe__zairyo li{
    padding-left: 25px;
	text-align: left;
	margin-bottom:10px;
	font-size:2.0rem;
}

.recipe-container h5{
	font-size:3.6rem;
	margin-bottom:60px;
}
.recipe{
	margin-bottom:80px;
}
.recipe-01{
		display:flex;
		align-items: center;
		justify-content: center;
		max-width:920px;
	    margin:0 auto 100px;
		padding:0 20px;
	}
.recipe-img{
	width:100%;
	margin-bottom:0px;
}
.recipe-text{
   padding:20px 0 0 30px;
    font-size: clamp(14px, 2vw, 20px);
	width:100%;
}
f
.recipe-01 p{
	padding:20px 0px;
   }

.point-text{
	position:absolute;
	top:2%;
	right:2%;
	text-align:left;
	background-color:rgba(255, 255, 255, 0.542);
	padding:30px;
}
.point-text__description{
	font-size: 2.0rem;
}
.pointo-text__title{
	font-size:2.4rem;
	
}
.recipe-container{
		padding:0 0px 120px;
	margin:20px 0 120px;
	}
}


/*つぶつぶかつお紹介*/
.section-tsubutsubu{
	margin-bottom:60px;
}
.section-tsubutsubu h2{
	font-size:2.4rem;
	margin-bottom:30px;
}
.tsubutsubu-introduction{
	padding:20px;
	margin:10px;
	    border: solid 2px #dedbdb;
}
.tsubutsubu-introduction img{
	width:60%;
}
.tsubutsubu-text h3{
	font-size:2.0rem;
	margin-top:10px;
	margin-bottom:20px;
}
.tsubutsubu-btn__01 a{
	text-decoration: none;
	color:#ffc13c;
	border: solid #ffc13c 2px;
	padding:20px 20px;
	display:block;
	margin:20px auto;
	max-width:200px;
	font-weight:bold;
}
.tsubutsubu-btn__02 a{
		text-decoration: none;
	color:#fff;
	background-color:#ffc13c;
	padding:10px 20px;
	display:block;
	margin:20px auto;
	max-width:200px;
	font-weight:bold;
}
@media(min-width:650px){
	
	.section-tsubutsubu{
	margin-bottom:120px;
}
.section-tsubutsubu h2{
	font-size:3.6rem;
	margin-bottom:60px;
}
.tsubutsubu-introduction{
	display:flex;
	padding:20px;
	border: solid 2px #dedbdb;
	align-items:center;
    justify-content: center;
	margin: 0 auto;
	max-width:700px
}
.tsubutsubu-introduction img{
	width:70%;
}
	.tsubutsubu-text h3{
	font-size:2.4rem;
	margin-top:10px;
	margin-bottom:30px;
}
.tsubutsubu-btn__01 a{
	width:200px;
	padding:10px 60px;
	margin:20px auto;
    font-size:2.4rem;
	max-width:348px;
	font-weight:bold;
}
.tsubutsubu-btn__02 a{
	width:200px;
	padding:10px 60px;
    font-size:1.8rem;
	max-width:348px;
}		
}

/*おすすめのレシピ*/
.section-osusume{
	padding:0 20px;
}
.section-osusume h2{
	margin-bottom:30px;
}
.resipebunner, .sonotabunner{
	margin-bottom:20px;
}
/*検索フォーム*/
#form3{
position:relative;
	margin:0 auto;
margin-bottom:20px;
	max-width:385px;
}
#sbox3{
height:40px;
padding:0 30px 0 10px; 
border-radius:30px;
border: 2px solid #ffc13c;
outline:0 #ffc13c;
background:none;
	width:70%;
	
}
#sbtn3{
height:45px;
position:absolute; 
left:80%;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#ffc13c;
border:none;
font-size:20px;/*アイコンサイズ*/
}
#sbtn3:hover{
color:#7fbfff;
}

::placeholder {
  color: #ffc13c;
  font-weight:bold;
}
/*検索フォーム終了*/

@media(min-width:650px){
.section-osusume h2{
	margin-bottom:60px;
}	
.resipebunner, .sonotabunner{
	display:block;
	max-width:612px;
	margin: 0 auto 40px;

}	
/*検索フォーム*/
#form3{
margin:0 auto 40px;
	max-width:600px;
}
#sbox3{
height:50px;
	padding:0 0 0 10px;
	width:100%;
}
#sbtn3{
height:45px;
position:absolute; 
left:90%;/*アイコン左右の位置調整*/
	top:10%;
}
::placeholder {
	font-size:1.8rem;
}
/*検索フォーム終了*/	
}

/*sns*/
.sns h3{
	font-size:2.4rem;
	margin-top:60px;
}
.sns-container{
	display:flex;
	gap:20px;
    max-width:300px;
	padding:30px 20px;
	margin:0 auto;
}

.sns-photo{
	display:flex;
	align-items:flex-start;
	justify-content: center;
	gap:10px;
	margin-bottom:40px;
}
.instagram{
	width:25%;
}
.tomatosomen{
	width:65%;
}
@media(min-width:650px){
	.sns h3{
	font-size:3.6rem;
	margin-top:80px;
}
.sns-container{
	display:flex;
	gap:40px;
	max-width:380px;
	padding:60px 20px;
}
.sns-photo{
    max-width:612px;
	gap:10px;
	margin:0 auto 80px;
}	
}

.footer{
	margin-bottom:40px;
}
.footer a{
   text-decoration: none;
	color:#fff;
	background-color:#767575;
	padding:10px 20px;
	display:block;
	margin:20px auto;
	width:200px;
	font-weight:bold;
	position: relative;
}
.footer a:before{
	content: "";
    position: absolute;
    top: 50%;   
    left: 20%;
    transform: translateY(-50%) rotate(-180deg);  
    border: 5px solid transparent;
    border-left: 8px solid #fff;  
}

@media(min-width:650px){
	.footer{
	margin-bottom:60px;
}
.footer a{
   text-decoration: none;
	color:#fff;
	padding:15px 20px;
	width:400px;
	font-weight:bold;
	font-size:2.0rem;
}
.footer a:before{ 
    left: 30%;

}
}