@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
h2.title {
	color: #000;
	background-color: #c0d5c2;
}
#recipe {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#recipe nav {
	margin-bottom: 30px;
}
#recipe nav ul li {
	display: inline-block;
}
#recipe nav ul li a {
	display: block;
	min-width: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #595656;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 15px;
}
#recipe nav ul li a:hover {
	background-color: #BED4C0;
}
#recipe .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recipe .flex::after {
	content: "";
	display: block;
	width: 320px;
}
#recipe .flex .box {
	width: 320px;
	margin-bottom: 55px;
}
#recipe .flex .box div {
	position: relative;
}
#recipe .flex .box figure img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 16px;
}
#recipe .flex .box figcaption {
	font-family: "Sawarabi Mincho", serif;
	color: #595656;
	text-align: center;
	font-size: 19px;
	margin-top: 15px;
	margin-bottom: 8px;
}
#recipe .flex .box ul li {
	display: inline-block;
}
#recipe .flex .box ul li a {
	display: block;
	min-width: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #595656;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 10px;
}
#recipe .flex .box ul li a:hover {
	background-color: #BED4C0;
}
#recipe .flex .box div a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#recipe .flex .box div a:hover {
	background-color: hsla(0,0%,100%,0.30);
}






.wp-pagenavi {
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
}
.wp-pagenavi a {
	background-color:#dcdcdc;
	width: 40px;
	height: 40px;
    line-height: 40px;
    border: 1px solid #c0d5c2;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 18px;
	display: inline-block;
	font-size: 21px;
}
.wp-pagenavi .current {
	background-color:#c0d5c2;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	color: #000;
	margin-right: 18px;
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	border: 1px solid #c0d5c2;
}
.wp-pagenavi a:hover {
	background-color:#c0d5c2;
	color: #fff;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	border-style: none;
	background-color:white;
	width: auto;
	margin-right: 25px;
}
.wp-pagenavi .previouspostslink:hover {
	text-decoration: underline;
	background-color:white;
	color: rgba(0,0,0,1.00);
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .nextpostslink {
	border-radius: 0px;
	border-style: none;
	width: auto;
	margin-left: 10px;
	background-color:white;
}
.wp-pagenavi .nextpostslink:hover {
	text-decoration: underline;
	background-color:white;
	color: rgba(0,0,0,1.00);
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
    display: none;
}





h2.title.h100 {
	height: 100px;
	line-height: 100px;
}
#single {
	margin-bottom: 150px;
}
#single figure {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
}
#single figure img {
	width: 100%;
	height: auto;
}
#single ul {
	text-align: left;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#single ul li {
	display: inline-block;
}
#single ul li a {
	display: block;
	min-width: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #595656;
	height: 30px;
	line-height: 30px;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 10px;
}


#single .items {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	margin-top: 70px;
	border-radius: 10px;
}
#single .items .inner {
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 40px;
}
#single .items .inner h3 {
	text-align: center;
	font-size: 21px;
	font-family: "Noto Sans JP", sans-serif;
	padding-top: 20px;
	margin-bottom: 15px;
}
#single .items .inner table {
	border-bottom: 1px solid #dfdfdf;
}
#single .items .inner th {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
}
#single .items .inner td {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	text-align: right;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
}


#single .howto {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	margin-top: 70px;
	border-radius: 10px;
}
#single .howto .inner {
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 40px;
}
#single .howto .inner h3 {
	text-align: center;
	font-size: 21px;
	font-family: "Noto Sans JP", sans-serif;
	padding-top: 20px;
	margin-bottom: 15px;
}
#single .howto .inner table {
	border-bottom: 1px solid #dfdfdf;
}
#single .howto .inner th {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40px;
}
#single .howto .inner td {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
}
#single .btn a {
	display: block;
	width: 222px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d4d4d4;
	border-radius: 11px;
	margin-top: 80px;
	line-height: 52px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
}
#single .btn a img {
	position: relative;
	top: 16px;
	margin-left: 8px;
}
#single .btn a:hover {
	background-color: #F5F5F5;
}
.youtube {
  position: relative;
  width: 310px;
  margin-left: auto;
	margin-right: auto;
  aspect-ratio: 9 / 16;
  margin-top: 50px;
}

.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
h2.title {
	color: #000;
	background-color: #c0d5c2;
}
#recipe {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#recipe nav {
	margin-bottom: 5vw;
}
#recipe nav ul li {
	display: inline-block;
}
#recipe nav ul li a {
	display: block;
	min-width: 12vw;
	padding-left: 3vw;
	padding-right: 3vw;
	font-size: 3.5vw;
	color: #595656;
	height: 8vw;
	line-height: 8vw;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 1vw;
}
#recipe nav ul li a:hover {
	background-color: #BED4C0;
}
#recipe .flex {

}
#recipe .flex .box {
	margin-bottom: 8vw;
}
#recipe .flex .box div {
	position: relative;
}
#recipe .flex .box figure img {
	width: 100%;
	height: 60vw;
	object-fit: cover;
	border-radius: 16px;
}
#recipe .flex .box figcaption {
	font-family: "Sawarabi Mincho", serif;
	color: #595656;
	text-align: center;
	font-size: 5vw;
	margin-top: 15px;
	margin-bottom: 8px;
}
#recipe .flex .box ul li {
	display: inline-block;
}
#recipe .flex .box ul li a {
	display: block;
	min-width: 12vw;
	padding-left: 3vw;
	padding-right: 3vw;
	font-size: 3.5vw;
	color: #595656;
	height: 8vw;
	line-height: 8vw;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 1vw;
}
#recipe .flex .box ul li a:hover {
	background-color: #BED4C0;
}
#recipe .flex .box div a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#recipe .flex .box div a:hover {
	background-color: hsla(0,0%,100%,0.30);
}






.wp-pagenavi {
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15%;
    margin-bottom: 15%;
}
.wp-pagenavi a {
	background-color:#dcdcdc;
	width: 30px;
	height: 30px;
    line-height: 30px;
    border: 1px solid #c0d5c2;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	margin-right: 10px;
	display: inline-block;
}
.wp-pagenavi .current {
	background-color:#c0d5c2;
	border: 1px solid #c0d5c2;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: rgba(255,255,255,1.00);
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.wp-pagenavi a:hover {
	background-color:#c0d5c2;
	color: #fff;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	border-style: none;
	background-color:white;
	width: auto;
	margin-right: 15px;
}
.wp-pagenavi .previouspostslink:hover {
	text-decoration: underline;
	background-color:white;
	color: rgba(0,0,0,1.00);
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .nextpostslink {
	border-radius: 0px;
	border-style: none;
	width: auto;
	margin-left: 10px;
	background-color:white;
}
.wp-pagenavi .nextpostslink:hover {
	text-decoration: underline;
	background-color:white;
	color: rgba(0,0,0,1.00);
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
    display: none;
}





#single {
	margin-bottom: 15vw;
}
#single figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
#single figure img {
	width: 100%;
	height: auto;
}
#single ul {
	text-align: left;
	margin-left: 3vw;
	margin-right: 3vw;
	margin-top: 5vw;
}
#single ul li {
	display: inline-block;
}
#single ul li a {
	display: block;
	min-width: 12vw;
	padding-left: 3vw;
	padding-right: 3vw;
	font-size: 3.5vw;
	color: #595656;
	height: 8vw;
	line-height: 8vw;
	border: 1px solid #c0d5c2;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 1vw;
}


#single .items {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	margin-top: 10vw;
	border-radius: 10px;
}
#single .items .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 5vw;
}
#single .items .inner h3 {
	text-align: center;
	font-size: 5vw;
	font-family: "Noto Sans JP", sans-serif;
	padding-top: 5vw;
	margin-bottom: 3vw;
}
#single .items .inner table {
	border-bottom: 1px solid #dfdfdf;
}
#single .items .inner th {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5vw;
	border-top: 1px solid #dfdfdf;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#single .items .inner td {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5vw;
	text-align: right;
	border-top: 1px solid #dfdfdf;
	padding-top: 3vw;
	padding-bottom: 3vw;
}


#single .howto {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	margin-top: 10vw;
	border-radius: 3vw;
}
#single .howto .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 5vw;
}
#single .howto .inner h3 {
	text-align: center;
	font-size: 5vw;
	font-family: "Noto Sans JP", sans-serif;
	padding-top: 5vw;
	margin-bottom: 3vw;
}
#single .howto .inner table {
	border-bottom: 1px solid #dfdfdf;
}
#single .howto .inner th {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5vw;
	border-top: 1px solid #dfdfdf;
	padding-top: 3vw;
	padding-bottom: 3vw;
	width: 8vw;
}
#single .howto .inner td {
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.5vw;
	text-align: left;
	border-top: 1px solid #dfdfdf;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#single .btn a {
	display: block;
	width: 70%;
	height: 14vw;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d4d4d4;
	border-radius: 3vw;
	margin-top: 10vw;
	line-height: 14vw;
	text-decoration: none;
	font-size: 4.5vw;
	color: #000;
}
#single .btn a img {
	position: relative;
	top: 16px;
	margin-left: 8px;
}
#single .btn a:hover {
	background-color: #F5F5F5;
}


.youtube {
  position: relative;
  width: 90%;
  margin-left: auto;
	margin-right: auto;
  aspect-ratio: 9 / 16;
  margin-top: 10vw;
}

.youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
