@charset "utf-8";

*{
	margin:0;
	padding:0;
	line-height: 2;
	font-size:16px;
}

html{
	scroll-behavior: smooth;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  text-align: center;
  color: #7F5151;
  background-color:#F8F9FA;
}
.container{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-image: url(images/aki.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.catch img{
	position: absolute;
	top: -10%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	animation: zoomIn 1.5s cubic-bezier(0.25,1,0.5,1)forwards;
	width: ;
}
@keyframes zoomIn{
	0%{
		transform: scale(0.8);
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}
.header{
	display: flex;
	justify-content: space-between;
	background-color: #EB4E00;
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

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

a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

.nav1{
	font-size: 1.25rem;
	margin-top: 13px;
}
.nav1 ul{
	list-style: none;
	display: flex;
}

nav ul li{
	margin-right: 25px;
	border-right: solid 2px #fff;
	padding-right: 25px;
	
}
.nav3{
	background-color: #EB4E00;
}
.nav3 ul{
	list-style: none;
	padding: 20px 20px 40px 20px;
}
.nav3 ul li{
	margin-top: 50px;
	border-right: none;
	text-align: left;
}
h2{
	font-size: 30px;
}

.english{
	line-height: 0;
	font-size: 20px;
	font-weight: bold;
	color: #A38383;
}


.about{
	background-image: url("images/about-bg.jpg");
	background-repeat: no-repeat;
	max-width: 100%;
}

.about2{
	width: 75%;
	margin: 0 auto;
	padding: 100px 0;
}

.talk{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.text{
	background-color: #fff;
	width: 450px;
	height: 100%;
	border-radius: 0 40px 40px 40px;
	padding: 30px 30px;
	box-shadow: 5px 5px 5px #A8A8A8;
}

.text p{
	font-size: 20px;
  font-weight: 600;
	text-align: center;
}

.text2{
	border-radius: 40px 0 40px 40px;
}

.tm{
	margin: -30px 20px 10px 0;
}

.tm2{
	margin: -30px 0 10px 20px;
}
.bold{
	font-size: 20px;
	font-weight: 900;
}

[data-aos="fade-left"]{
	transition: 3s;
}

.november{
	width: 60%;
	margin: 0 auto;
	padding: 100px 0;
}
.season{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

.seasons{
	margin-top: 40px;
}

.seasons img{
	background-color: #FFEAE2;
	border-radius: 50%;
	padding: 25px;
	margin-block: 2em;
	position: relative;
	height: auto;
	transition: transform .3s ease;
}

.seasons:hover img{
	transform: scale(1.1);
}

.seasons:nth-child(2){
	margin-right: 40px;
	margin-left: 40px;
}

.seasons:nth-child(5){
	margin-right: 40px;
	margin-left: 40px;
}

.seasons:nth-child(8){
	margin-right: 40px;
	margin-left: 40px;
}

.tooltip{
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	background-color: #EB4E00;
	color: #fff;
	padding: 5px 10px;
	border-radius: 40px;
	font-size: 0.9em;
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.tooltip::after{
	content: "";
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top-color: #EB4E00;
	position: absolute;
	bottom: -18px;
	left: 45%;
}

.tooltip.show{
	opacity: 1;
}
.osusume{
	margin-top: 300px;
	margin-bottom: 400px;
}

.osusume2{
	display: flex;
	justify-content: center;
}
.osusume3:nth-child(2){
	margin: 0 30px;
}
.osusume3 img{
	width: 500px;
	height: 360px;
	transition: transform .3s ease;
}
.osusume3:hover img{
	transform: scale(1.1);
}

.osusume h2{
	margin-bottom: 60px;
}
.negi .mame-text{
	width: 160px;
	margin: 0 auto;
	padding: 5px;
}
.nagi .mame-text p{
	font-weight: 800px;
}
.negi .yasai-img{
	width: 130px;
	height: 130px;
	margin: 20px auto;
}
footer{
	background-color: #EB4E00;
	padding-top: 70px;
	padding-bottom: 40px;
}

.nav2 ul{
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 30px;
}

.nav2 ul li{
  padding-right: -50px;
}

footer img{
	margin-bottom: 30px;
}

.sns i{
	color: #fff;
	font-size: 35px;
	margin-bottom: 60px;
}

small{
	color: #fff;
	font-size: 12px;
}




/*レシピ一覧*/

.menu{
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 125px;
	text-align: left;
	display: flex;
}

.yasai{
	width: 100%;
}

.menu2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}


.menu img{
	border-radius: 15px;
	width: 250px;
	height: 250px;
}

.menu1:nth-child(2){
	margin: 0 40px;
}

.menu1:nth-child(5){
	margin: 0 40px;
}

.menu1 p{
	margin: 10px 0;
	color: #211D1D;
	font-weight: 500;
	line-height: 1.5;
}

.menu:nth-child(1){
	margin-top: 200px;
}

.mame{
	width: 40%;
	margin-top: 260px;
}

.mame img{
	width: 150px;
	height: 150px;
}

.mame-text{
	background-color: #fff;
	padding: 15px;
	border: solid 3px #EB4E00;
	border-radius: 15px;
	height: auto;
	position: relative;
	margin: 0 50px;
	line-height: 1.5;
	max-width: 300px;
}

.mame-text::after{
	content: "";
	position: absolute;
	bottom: -10px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 135deg;
  translate: -50%;
  border: solid 3px #EB4E00;
  border-bottom: #fff;
  border-left: #fff;
}

.yasai-img{
	text-align: center;
	margin-top: 20px;
	animation: negi 1s infinite;
}
@keyframes negi{
	0%,100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-3px);
	}
}
h4{
	font-size: 20px;
	color: #EB4E00;
}
/*メニュー*/
.wrap2{
	width: 70%;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 200px;
}

.main{
	display: flex;
	margin: 130px 0;
}

.main3{
	width: 50%;
	text-align: left;
}
.main h2{
	font-size: 30px;
	border: solid 2px #A5A5A5;
	border-left: 20px solid #EB4E00;
	line-height: 1;
	padding: 0.5em;
}

.main img{
	width: 420px;
	height: 420px;
	border-radius: 15%;
	margin-right: 50px;
}

.time{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.time2,.time1{
	font-size: 20px;
}

.times{
	margin: 50px 0;
}

.time i{
	font-size: 20px;
	margin-right: 10px;
}
.sub{
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
}

.main3 table{
	margin: 60px 0;
}

.main3 th{
	font-size: 20px;
}

.main3 td{
	text-align: right;
}

.sub2{
	text-align: left;
	width: 60%;
}

.sub2 ol{
	counter-reset: number;
	list-style: none;
	padding: 0.5em;
}

.sub2 ol li{
	position: relative;
	padding-left: 30px;
	line-height: 1.8em;
	padding: 0.5em 0.5em 0.5em 40px;
	margin: 15px 15px 10px 0;
}

.sub ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #EB4E00;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.wrap2 h3{
	font-size: 25px;
}

.sub3{
	background-color: #FFDFDF;
	padding: 3em 4em 3em 4em;
	position: relative;
	border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.0.5);
}

.sub3 th{
	text-align: left;
	border-bottom: 1px dotted #909090;

}

.sub3 td{
	text-align: right;
	border-bottom: 1px dotted #909090;
}

.sub3 table{
  border-spacing: 0 15px;
  width: 100%;
}


.masking-tape{
	position: absolute;
	top: -1em;
	left: 25%;
	width: 100px;
	height: 30px;
	background-image: linear-gradient(rgba(245, 135, 120, 1.0));
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(4deg);
}



@media screen and ( min-width:960px) and ( max-width:1390px){

.catch img{
	width: 600px;
}
.november{
	width: 900px;
}
	.seasons img{
	background-color: #FFEAE2;
	border-radius: 50%;
	padding: 25px;
	margin-block: 2em;
	position: relative;
	height: auto;
	transition: transform .3s ease;
}
.osusume3 img{
	width: 300px;
	height: 240px;
}
	.menu{
	max-width: 900px;
	margin: 0 auto;
	display: block;
}
.yasai{
	width: 100%;
}
.menu2{
	width: 850px;
	margin: 0 auto;
	margin-top: 40px;
}
.menu img{
	border-radius: 15px;
	width: 230px;
	height: 230px;
}

.menu1:nth-child(2){
	margin: 0 20px;
}

.menu1:nth-child(5){
	margin: 0 20px;
}

.menu1 p{
	margin: 10px 0;
	color: #211D1D;
	font-weight: 500;
	line-height: 1.5;
}

.menu:nth-child(1){
	margin-top: 170px;
}

.mame{
	width: 450px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}

.mame img{
	width: 140px;
	height: 140px;
}

.mame-text{
	background-color: #fff;
	padding: 15px;
	border: solid 3px #EB4E00;
	border-radius: 15px;
	height: auto;
	position: relative;
	margin: 0 50px;
	line-height: 1.5;
}

.mame-text::after{
	content: "";
	position: absolute;
	bottom: -10px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 135deg;
  translate: -50%;
  border: solid 3px #EB4E00;
  border-bottom: #fff;
  border-left: #fff;
}

.yasai-img{
	text-align: center;
	margin-top: 20px;
	animation: negi 1s infinite;
}


.wrap2{
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 200px;
}

.main img{
	width: 400px;
	height: 400px;
	border-radius: 15%;
	margin-right: 50px;
}

}

@media screen and ( min-width:1390px) and (max-width: 1504px){
	.menu img{
	width: 220px;
	height: 220px;
}
.mame img{
	width: 150px;
	height: 150px;
}
}

@media screen and (min-width:600px) and ( max-width:960px){

	.catch img{
		width: 500px;
	}
	.text p{
		font-size: 17px;
	}
	.bold{
		font-size: 18px;
	}
	.november{
	width: 80%;
	padding: 50px 0;
}
.season{
	max-width: 600px;
	margin: 0 auto;
}
.season::after{
  content:"";
  display: block;
  width:200px;
}
.seasons{
	margin-top: 40px;
}

.seasons img{
	width: 150px;
	height: 150px;
}

.seasons:nth-child(2){
	margin-right: 0;
	margin-left: 0;
}

.seasons:nth-child(5){
	margin-right: 0;
	margin-left: 0;
}

.seasons:nth-child(8){
	margin-right: 0;
	margin-left: 0;
}
.seasons:nth-child(odd){
	margin-right: 10px;
}
.seasons:nth-child(even){
	margin-left: 10px;
}
.seasons p{
	margin-top: -25px;
}

.tooltip{
	opacity: 1;
	font-size: 0.9em;
	width: 70%;
	animation: fluffy 1.5s infinite;
}
@keyframes fluffy{
	0%,100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-2px);
	}
}
.tooltip::after{
	content: "";
	width: 0;
	height: 0;
	border: solid 8px transparent;
	border-top-color: #EB4E00;
	position: absolute;
	bottom: -14px;
	left: 45%;
}
.osusume2{
	display: block;
	padding: 0 30px;
}
.osusume3 img{
	width: 500px;
	height: 380px;
}
.osusume3:nth-child(2){
	margin: 24px 0;
}
.menu{
	display: block;
	max-width: 600px;
	margin-top: 50px;
}
.menu img{
	width: 220px;
	height: 220px;
}

.menu2{
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 10px;
}


.menu1:nth-child(2){
	margin: 0;
}

.menu1:nth-child(5){
	margin: 0;
}
.menu1:nth-child(odd){
	margin-right: 10px;
}
.menu1:nth-child(even){
	margin-left: 10px;
}
.menu1 p{
	margin: 10px 0;
	line-height: 1.3;
	font-size: 15px;
}
.menu:nth-child(1){
	margin-top: 150px;
}
.mame{
	width: 280px;
	margin: 0 auto;
	margin-top: 35px;
}

.mame img{
	width: 140px;
	height: 140px;
}
.mame-text{
	margin: 0 10px;
	font-size: 15px;
	line-height: 1.5;
}
h4{
	font-size: 20px;
	margin-top: -5px;
}
.yasai{
	width: 100%;
	margin-left: auto;
}
.wrap2{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 150px;
}

.main{
	display: block;
	margin: 0;
	margin-bottom: 80px;
}

.main3{
	width: 100%;
	margin-top: 50px;
}
.main h2{
	font-size: 28px;
	border: solid 2px #A5A5A5;
	border-left: 18px solid #EB4E00;
	line-height: 1;
	padding: 0.5em;
}

.main img{
	width: 400px;
	height: 400px;
	border-radius: 15%;
	margin-right: 0;
}

.time{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

.time2,.time1{
	font-size: 17px;
}

.times{
	margin: 35px 0;
}

.time i{
	font-size: 17px;
	margin-right: 10px;
}
.sub{
	flex-direction: column-reverse;
	max-width: 900px;
}

.main3 table{
	margin: 0;
}
.main3 th{
	font-size: 20px;
}
.main3 td{
	text-align: right;
}
.sub2{
	text-align: left;
	width: 100%;
	margin-top: 50px;
}
.sub2 ol{
	margin-top: -30px;
	counter-reset: number;
	list-style: none;
	padding: 0.5em;
}
.sub2 ol li{
	position: relative;
	padding-left: 30px;
	line-height: 1.8em;
	padding: 0.5em 0.5em 0.5em 40px;
	margin: 15px 15px 10px 0;
}

.sub ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #EB4E00;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.wrap2 h3{
	font-size: 22px;
}
.sub3{
	background-color: #FFDFDF;
	padding: 3em 4em 3em 4em;
	position: relative;
	border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.0.5);
}
.sub3 th{
	text-align: left;
	border-bottom: 1px dotted #909090;

}

.sub3 td{
	text-align: right;
	border-bottom: 1px dotted #909090;
}

.sub3 table{
  border-spacing: 0 15px;
  width: 100%;
}

.masking-tape{
	position: absolute;
	top: -1em;
	left: 40%;
	width: 100px;
	height: 30px;
	background-image: linear-gradient(rgba(245, 135, 120, 1.0));
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(4deg);
}

}







@media screen and (min-width: 330px) and (max-width: 599px){

.seasons:hover img{
	transform: none;
}
.osusume3:hover img{
	transform: none;
}
a:hover{
	opacity: 1;
}
	img{
		max-width: 100%;
		height: auto;
	}
	.header img{
		width: 140px;
		height: 40px;
	}
	
	.header{
		padding: 5px;
	}
	
	.header{
	display: flex;
	justify-content: space-between;
	background-color: #EB4E00;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

a{
	text-decoration: none;
	font-size: 13px;
}	

a:hover{
	opacity: 1;
	transition: 0.5s;
}

.nav1{
	margin-top: 5px;
}

.nav1 ul li{
	margin-right: 0;
	margin-left: 20px;
	border-right: none;
	padding-right: 0;
}
	.english{
		font-size: 18px;
	}
	h2{
		font-size: 25px;
		margin-top: 5px;
	}
	.about2{
		padding: 50px 0;
	}

.about{
	max-width: 100%;
}

.talk{
	margin-top: 40px;
}

.text{
	padding: 15px;
	box-shadow: 3px 3px 3px #A8A8A8;
	width: 300px;
}

.text p{
	font-size: 14px;
  font-weight: 600;
	line-height: 1.5;
}


.tm{
	margin: -10px 15px 10px 0;
}

.tm2{
	margin: -10px 0 10px 15px;
}
.bold{
	font-size: 15px;
}

.november{
	width: 80%;
	padding: 50px 0;
}
.season{
	width: 300px;
	margin: 0 auto;
}
.season::after{
  content:"";
  display: block;
  width:137px;
}
.seasons{
	margin-top: 40px;
}

.seasons img{
	width: 80px;
	height: 80px;
}

.seasons:nth-child(2){
	margin-right: 0;
	margin-left: 0;
}

.seasons:nth-child(5){
	margin-right: 0;
	margin-left: 0;
}

.seasons:nth-child(8){
	margin-right: 0;
	margin-left: 0;
}
.seasons:nth-child(odd){
	margin-right: 10px;
}
.seasons:nth-child(even){
	margin-left: 10px;
}
.seasons p{
	margin-top: -25px;
}

.tooltip{
	opacity: 1;
	font-size: 0.7em;
	width: 70%;
	animation: fluffy 1.5s infinite;
}
@keyframes fluffy{
	0%,100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-2px);
	}
}
.tooltip::after{
	content: "";
	width: 0;
	height: 0;
	border: solid 8px transparent;
	border-top-color: #EB4E00;
	position: absolute;
	bottom: -14px;
	left: 45%;
}

.osusume{
	margin-top: 100px;
	margin-bottom: 100px;
}
.negi .mame-text{
	width: 150px;
	padding: 4px;
}
.negi .yasai-img img{
	width: 90px;
	height: 90px;
	margin: 10px auto 50px auto;
}
.negi{
	margin-top: 250px;
	margin-bottom: -30px;
}
.osusume2{
	display: block;
	padding: 0 30px;
}
.osusume3 img{
	width: 100%;
	height: 100%;
}
.osusume3:nth-child(2){
	margin: 24px 0;
}
.osusume h2{
	margin-bottom: 20px;
}

footer{
	padding-top: 30px;
	padding-bottom: 20px;
}
footer img{
		width: 140px;
		height: 40px;
	}
.nav2 ul{
	margin-bottom: 20px;
	margin-left: 10px;
}

.nav2 ul li{
  padding-right: 0;
  font-size: 14px;
  border-right: none;
  margin-right: 20px;
}

footer img{
	margin-bottom: 30px;
}

.sns i{
	font-size: 20px;
	margin-bottom: 30px;
}

small{
	font-size: 10px;
}




/*レシピ一覧*/

.menu{
	display: block;
	width: 87%;
	margin-top: 50px;
}
.menu img{
	width: 150px;
	height: 150px;
}

.menu1{
	width: 155px;
}
.menu2{
	display: flex;
	flex-wrap: wrap;
	width: 340px;
	margin: 0 auto;
	margin-top: 10px;
}


.menu1:nth-child(2){
	margin: 0;
}

.menu1:nth-child(5){
	margin: 0;
}
.menu1:nth-child(odd){
	margin-right: 5px;
}
.menu1:nth-child(even){
	margin-left: 5px;
}
.menu1 p{
	margin: 6px 0;
	line-height: 1.3;
	font-size: 12px;
}
.menu:nth-child(1){
	margin-top: 100px;
}
.mame{
	width: 280px;
	margin: 0 auto;
	margin-top: 35px;
}

.mame img{
	width: 100px;
	height: 100px;
}
.mame-text{
	margin: 0 10px;
	font-size: 14px;
	line-height: 1.5;
}
h4{
	font-size: 17px;
	margin-top: -5px;
}
.yasai{
	width: 100%;
	margin-left: auto;
}

/*メニュー*/

.wrap2{
	width: 87%;
	margin-top: 100px;
}

.main{
	display: block;
	margin-top: 103px;
}

.main3{
	width: 100%;
	margin-top: 23px;
}

.main h2{
	font-size: 25px;
	border-left: 10px solid #EB4E00;
}

.main img{
	max-width: 100%;
	height: auto;
	margin-right: 0;
}

.time2,.time1{
	font-size: 15px;
}

.times{
	margin: 30px 0;
}

.time i{
	font-size: 15px;
	margin-right: 7px;
}
.main3 p{
	font-size: 15px;
	line-height: 1.6;
}
.sub{
	flex-direction: column-reverse;
	width: 100%;

}

.sub2{
	text-align: left;
	margin-top: 50px;
	width: 100%;
}

.sub2 ol{
	padding: 0.3em;
	margin-top: -35px;
}

.sub2 ol li{
	position: relative;
	padding-left: 15px;
	line-height: 1.5em;
	padding: 0.5em 0 0.5em 40px;
	margin: 15px 0 10px 0;
}

.sub ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #EB4E00;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.wrap2 h3{
	font-size: 20px;
}

.sub3{
	padding: 1.5em 2em 1.5em 2em;
	margin-top: -60px;
}



.sub3 table{
  border-spacing: 0 16px;
}


.masking-tape{
	position: absolute;
	top: -1em;
	left: 25%;
	width: 80px;
	height: 25px;
	background-image: linear-gradient(rgba(245, 135, 120, 1.0));
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(4deg);
}

.sub3 h3{
	margin-top: 30px;
}
}
