

body {
	color: var(--black);
	text-rendering: optimizeLegibility;
    font-kerning: normal;               
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

img {
	width: 100%;
}

/* カラー */
:root {
	--white : #fff;
	--black : #333;
	--blue : #1d3e95;
	--blueusu : #cde0f5;
	--cyan : #e0ffff;
	--pink : #e84478;
	--pinkusu : #faecf0;
	--red : red;
	--yellow : #fff000;
	--GROUSES : #cd2723;
	--GROUSEStxt : #080404;
	--KATALLER : #003893;
	--KATALLERtxt : #cd2723;
	--ARANMARE : #ff5638; 
	--ARANMAREtxt : #1e2753; 
	--THUNDERBIRDS : #399e4f;
	--THUNDERBIRDStxt : #ecc533;

	--aqua : #549ed3;
	--genmai : #ddbc9e;
}


/* font-size: clamp(16px, 1.8vw, 30px); */

.menu_wrap {
	background-color: var(--cyan);
}

.menu__inner {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	background-color: var(--white);
}
/* ====================================== */
.menu_cap {
	text-align: center;	
}
.menu_cap h3 {
	font-size: clamp(18px, 1.9230769230769231vw, 25px);
	color: var(--pink);
	font-weight: bold;
}
.menu_cap h3 span {
	font-size: clamp(20px, 2.307692307692308vw, 30px);
}
.menu_cap h1 {
	font-size: clamp(22px, 2.6923076923076925vw, 35px);
	padding: .5em 0;
	color: #fff;
	border-radius: 100vh;
	text-align: center;
	max-width: 600px;
	width: 95%;
	margin: .5em auto 1em;
	position: relative;
}

/* 料理名カラー調整 */
.all_color {
	background-color: var(--blue);
}
.basketball_color {
	background-color: var(--GROUSES);
}
.soccer_color {
	background-color: var(--KATALLER);
}
.volleyball_color {
	background-color: var(--aqua);
}
.baseball_color {
	background-color: var(--THUNDERBIRDS);
}
.genmai_color {
	background-color: var(--genmai);
}
/* 料理名カラー調整 */

.menu_cap h1 img {
	line-height: 50px;
	position: absolute;
	top: calc(60% - 25px);
	left: 9px;
	display: block;
	width: 40px;
	height: 40px;
}
.menu_cap p {
	font-size: clamp(18px, 1.9230769230769231vw, 25px);
	color: var(--blue);
	font-weight: 600;
	padding-top: 1em;
}
@media screen and (min-width:765px) {
	.menu_cap h1 {
		width: 100%;
		padding: .3em 0;
	}
	.menu_cap h1 img {
		top: calc(50% - 25px);
		left: 20px;
		width: 50px;
		height: 50px;
	}
}
/* ==================================== */
.menu_imgInner {
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width:765px) {
	.menu_imgInner {
		width: 50%;
	}
}
/* ==================================== */
.point_inner {
	max-width: 1000px;
	width: 100%;
	margin: 2em auto 2em;
}
.point_inner h3 {
	color: var(--pink);
	border-radius: 100vh;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(22px, 1.9230769230769231vw, 25px);
}
.point_inner h3::before {
	content: "\f0eb";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 5px;
}
.point_inner p {
	margin: 0 auto;
	line-height: 2em;
	padding: 2em;
	font-size: clamp(16px, 1.5384615384615385vw, 20px);
}
@media screen and (min-width:765px) {
	.point_inner {
		margin: 4em auto 2em;
	}
}

/* ==================================== */
.zairyou_inner {
	background-color: var(--blueusu);
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em .8em;
	text-align: center;
}
.zairyou_inner h3 {
	font-size: clamp(22px, 1.9230769230769231vw, 25px);
	line-height: 1em;
}
.zairyou_inner h3 span {
	font-size: 16px;
}
.zairyou_inner h3::before {
	content: "\f2e7";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 5px;
}
.zairyou_inner h3.icon_none::before {
	content: none;
}

.menu_list {
	max-width: 600px;
	margin: 1.5em auto;
	display: flex;
	flex-direction: column;
	font-size: clamp(16px, 1.3846153846153846vw, 18px);
	font-weight: 600;
}
.menu_list p.matome_menu {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: var(--pink);
}
.menu_list li {
	padding: 1em;
	border-bottom: 4px dotted var(--white);
}
/* .menu_list li:nth-of-type(odd) {
	background-color: #ffffff;
} */

.memu_list--child {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width:765px) {
	.zairyou_inner {
		border-radius: 30px;
		padding: 2em;
	}
}
/* ==================================== */
.recipe_tejyun {
	margin: 5em 0;
}
.recipe_tejyun2 {
	margin: 0;
}
.recipe_tejyun--inner {
	padding: 0 10px;
}
.recipe_tejyun--inner h3 {
	color: var(--blue);
	margin: 2.5em 0 1em;
	text-align: center;
	font-size: clamp(22px, 1.9230769230769231vw, 25px);
}
.recipe_tejyun--inner h3::before {
    content: "\e51a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 5px;
}

.recipe_tejyun--inner ol {
	counter-reset: number;
	font-size: clamp(16px, 1.5384615384615385vw, 20px);
	max-width: 700px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin: 0 auto;
}
.recipe_tejyun--inner ol li {
	position: relative;
	padding-left: 2em;
	line-height: 1.8em;
	font-weight: 600;
}

.recipe_tejyun--inner ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: var(--blue);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
.recipe_tejyun--inner ol li span {
	font-size: clamp(14px, 1.2307692307692308vw, 16px);
}
/* ==================================== */
.comment-inner {
	padding: 0 10px;
}
.box--wrap {
	max-width: 1000px;
	width: 100%;
	margin: 5em auto 3em;
	padding: 2em 1em 1em;
	position: relative;
	border: 1px solid var(--pink);
	border-radius: 15px;
	font-size: clamp(16px, 1.3846153846153846vw, 18px);
	line-height: 2em;
}
.box--wrap .box-title {
	background-color: var(--pink);
	border-radius: 30px;
	font-size: clamp(18px, 1.5384615384615385vw, 20px);
	color: #fff ;
	padding: 10px 30px;
	line-height: 1;
	position: absolute;
	top: -20px;
	left: 20px;
}
@media screen and (min-width:765px) {
	.box--wrap {
		margin: 6em auto 3em;
		padding: 3em 2em 2em;
	}
}
/* ==================================== */
.top_return {
	padding: 2em 0;
	border-top: 4px dotted var(--pink);
}
.top_return a {
	width: fit-content;
	margin: 0 auto;
	font-size: 18px;
	display: flex;
	transition : all 0.5s ease 0s;
	color: var(--pink);
}
.top_return a::before {
	content: "\f015";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 7px;
}
.top_return a:hover {
	opacity: 0.3;
}
/* ==================================== */
.Next {
	margin: 3em 10px;
}
.Next h3 {
	color: var(--blue);
	margin: 2.5em 0 1em;
	text-align: center;
	font-size: clamp(22px, 1.9230769230769231vw, 25px);
}
.Next h3::before {
	content: "\f0a4";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 5px;
}
.l-wrapper {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}
.l-wrapper:hover {
	transform: translateY(-5px);
	box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: all .5s;
}
.card {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px #ccc;
}
.card-img {
	border-radius: 5px 5px 0 0;
	max-width: 100%;
	height: auto;
}
.card-content {
	padding: 8px 20px 20px;
}
.card-title span {
	font-size: 1.6em;
	color: #333;
	font-weight: 700;
}
.card-title {
	font-size: 16px;
}
.card-link {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 20px;
	color: var(--blue);
	font-weight: 700
}
.card-link a:hover {
	color: #6bb6ff;
}

.card-content p {
	margin-bottom:0;
}
