@charset "utf-8";

:root {
	--deli-commoncolor: #171717;
	--deli-maincolor: #f36440;
	--deli-subcolor: #fff537;
	--deli-backcolor: #fcf8b7;
	--deli-oisixcolor: #006d32;
	--deli-noshcolor: #5db534;
	--deli-greencolor: #009781;
	--deli-radishcolor: #0f4f3d;
	--deli-fitdishcolor: #ee5121;
	--deli-delicolor: #c4305c;
	--deli-tsukuriokicolor: #f5732d;
	--deli-moviecolor: #7f0019;
	--box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

body {
	font-size: 14px;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #282828;
}

.pc_hide {
	display: none;
}

.tokutei__tbl {
	margin: 100px auto -120px;
	max-width: 800px;
	padding: 16px;
}

p {
	text-align: justify;
}

h1 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 16px;
	text-align: center;
}

.subtitle {
	font-size: 16px;
	font-weight: 500;
	margin: 24px auto 8px;
}

table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

table,
th,
td {
	border: 1px solid black;
	vertical-align: top;
}

th,
td {
	padding: 8px;
}

th {
	width: 22%;
}


/* ============================ SP ============================= */
@media only screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}

	.pc_hide {
		display: block;
	}

	.subtitle {
		font-size: 14px;
		margin: 16px auto 4px;
	}

	th,
	td {
		padding: 4px;
	}

}

/* footer =========================== */
footer {
	width: 100%;
	margin-top: 40px;
	padding: 16px;
	background-color: var(--deli-subcolor);
}

footer p {
	font-size: 14px;
	text-align: center;
	color: var(--deli-commoncolor);
}

@media only screen and (max-width: 680px) {
	footer {
		font-size: 14px;
		padding: 10px;
	}
}