@charset "UTF-8";

/* food */
.img_food_top01 {
	width: 380px;
	margin-left: 30px;
	float: right;
	margin-bottom: 30px;
}

.food_top_copy {
	font-size: 24px;
	width: 100%;
}

.food_top_copy2 {
	font-size: 24px;
	width: calc(100% - 55px);
}

.food_top_copy3 {
	font-size: 24px;
	width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
	.img_food_top01 {
		float: none;
		max-width: 380px;
		width: 80%;
		margin-left: 0;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}

	.food_top_copy {
		font-size: 18px;
		width: 100%;
	}

	.food_top_copy2 {
		font-size: 18px;
		width: calc(100% - 55px);
	}
}


ol.food_top_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

ol.food_top_list li {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}

ol.food_top_list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #ffb900;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #333;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	ol.food_top_list li {
		font-size: 14px;
		line-height: 1.5;
		padding-left: 30px;
		position: relative;
	}
}

.food_map {
	margin-left: -50px;
	margin-right: -50px;
	position: relative;
}

.food_map_bg {
	width: 100%;
	height: auto;
	max-width: 1030px;
	display: block;
}

.food_map_info_wrap {
	padding: 0.5em;
	display: flex;
	background: rgba(255, 255, 255, 0.80);
	position: absolute;

	border: solid 2px #ffb900;
}

.r_arrow_box {
	padding: 0.5em;
	display: flex;
	background: rgba(255, 255, 255, 0.80);
	position: absolute;
	border: 2px solid #FFB900;
}

.r_arrow_box:after,
.r_arrow_box:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 50%;
}

.r_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -10px;
	border-left-color: #FFFFFF;
}

.r_arrow_box:before {
	border-color: rgba(255, 185, 0, 0);
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-width: 12px;
	margin-top: -12px;
	margin-left: 2px;
	border-left-color: #FFB900;
}


.l_arrow_box {
	padding: 0.5em;
	display: flex;
	background: rgba(255, 255, 255, 0.80);
	position: absolute;
	border: 2px solid #FFB900;
}

.l_arrow_box:after,
.l_arrow_box:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 50%;
}

.l_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -10px;
	border-right-color: #FFFFFF;
}

.l_arrow_box:before {
	border-color: rgba(255, 185, 0, 0);
	border-top-width: 13px;
	border-bottom-width: 13px;
	border-left-width: 13px;
	border-right-width: 13px;
	margin-top: -13px;
	margin-left: 2px;
	border-right-color: #FFB900;
}

.t_arrow_box {
	padding: 0.5em;
	display: flex;
	background: rgba(255, 255, 255, 0.80);
	position: absolute;
	border: 2px solid #FFB900;
}

.t_arrow_box:after,
.t_arrow_box:before {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
}

.t_arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-bottom-color: #FFFFFF;
	right: 50%;
}

.t_arrow_box:before {
	border-color: rgba(255, 185, 0, 0);
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-width: 12px;
	margin-left: -12px;
	margin-bottom: 2px;
	border-bottom-color: #FFB900;
}

.map_kt_01 {
	top: 45%;
	left: 2%;
}

.map_kt_02 {
	bottom: -5%;
	left: 25%;
}

.map_cs_01 {
	top: 20%;
	right: 2%;
}

.map_cs_02 {
	top: 45%;
	left: 2%;
}

.map_cs_03 {
	top: 10%;
	left: 7%;
}

.map_hr_01 {
	top: 70%;
	left: 35%;
}

.map_hr_02 {
	top: 20%;
	left: 2%;
}



.map_ch_01 {
	top: 7%;
	right: 10%;
}

.map_ch_02 {
	bottom: 10%;
	left: 10%;
}

.map_ko_01 {
	top: -7%;
	right: 10%;
}


.map_ko_02 {
	top: 20%;
	left: 2%;
}


.map_kk_01 {
	top: 35%;
	left: 12%;
}

.map_hk_01 {
	top: 20%;
	left: 5%;
}

.map_hk_02 {
	top: 20%;
	left: 5%;
}

.map_th_01 {
	top: 50%;
	right: 2%;
}

.map_th_02 {
	top: 5%;
	left: 2%;
}

@media screen and (max-width: 850px) {
	.map_cs_03 {
		top: 2%;
		left: 7%;
	}
}


.food_map .food_map_info {
	width: 20vw;
	max-width: 320px;
	padding: 0.5em;
	display: flex;
	background: #fff;
	border: solid 1px #ffb900;
}


.food_map .food_map_info dt {
	margin-right: 1em;
	width: 10vw;
	max-width: 120px;
}

.food_map .food_map_info dd {
	font-size: 1vw;
}



.food_map .food_map_info dt img {
	width: 100%;
}

@media screen and (min-width: 1400px) {
	.food_map .food_map_info dd {
		font-size: 14px;
	}


}

@media screen and (max-width: 1023px) {
	.food_map .food_map_info {
		width: 25vw;
		max-width: 300px;
		padding: 0.5em;
		display: flex;
		background: #fff;
		border: solid 1px #ffb900;
	}


	.food_map .food_map_info dt {
		margin-right: 1em;
		width: 15vw;
		max-width: 100px;
	}

	.food_map .food_map_info dd {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 767px) {
	.food_map {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;

	}

	.r_arrow_box,
	.l_arrow_box {
		display: none;
	}
}



.map_hokkaido {
	position: absolute;
	right: 10px;
	top: 195px;
}

.map_tohoku {
	position: absolute;
	right: 10px;
	top: 355px;
}

.map_kanto {
	position: absolute;
	right: 10px;
	top: 505px;
}

.map_hokuriku {
	position: absolute;
	left: 325px;
	top: 285px;
}

.map_chubu {
	position: absolute;
	right: 200px;
	top: 595px;
}

.map_kinki {
	position: absolute;
	left: 180px;
	top: 395px;
}


.map_chugoku-shikoku {
	position: absolute;
	left: 350px;
	bottom: 45px;
}

.map_kyushu {
	position: absolute;
	left: 120px;
	bottom: 0px;
}



.btn_link_text_food {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 360px;
	padding: 20px;
	border: solid 1px #B2B2B2;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transition: .2s background-color;
}

.btn_link_text_food:hover {
	background-color: #fff1d2;
}

.btn_link_text_food_l {
	max-width: 500px !important;
}

.recipe_date {
	display: block;
	font-size: 16px;
	margin-bottom: 0.25em;
}

.food-new-icon {
	background: #ffb900;
	padding: 0.15em 1em;
	border-radius: 20px;
	font-weight: 700;
	margin-right: 0.25em;
	margin-bottom: 0.35em;
	display: inline-block;
}

.food-new-icon02 {
	display: block;
	background: #ffb900;
	padding: 0 0.7em;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
}

.recipe_name {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.recipe_date {
		font-size: 14px;
	}

	.food-new-icon {
		background: #ffb900;
		padding: 0.15em 1em;
		border-radius: 20px;
		font-size: 14px;
		font-weight: 700;
		margin-right: 0.25em;
		margin: 0.35em 0;
		text-align: center;
	}

	.food-new-icon02 {
		background: #ffb900;
		padding: 0.15em 1em;
		border-radius: 20px;
		font-weight: 700;
		margin-right: 0.25em;
		margin-bottom: 0.35em;
		display: inline-block;
		font-size: 14px;
	}

	.recipe_name {
		font-size: 15px;
		font-weight: bold;
		display: block;
	}
}

.food-area-icon {
	display: inline-block;
	background: #ffb900;
	padding: 1em 3em;
	border-radius: 36px;
	font-weight: 700;
	margin-top: 2em;
	margin-right: 0.25em;
	font-size: 20px;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}


.color-hk {
	background: #a6e7ee !important;
}

.color-th {
	background: #acd9f3 !important;
}

.color-hr {
	background: #bfe3c7 !important;
}

.color-kt {
	background: #b8e6e2 !important;
}

.color-ch {
	background: #d3e9b8 !important;
}

.color-kk {
	background: #e7e9ab !important;
}

.color-sc {
	background: #f5deaa !important;
}

.color-ko {
	background: #f2c5ae !important;
}


.food_tn {
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.food_column_title {
	margin-top: -50px;
	margin-bottom: 20px;
	width: 100%;
	background: url("../img_mr/food/food_column_titlebg.png") repeat-x left center;
	text-align: center;
}

.food_column_title img {
	width: 110px;
}

.food_column_box {
	width: 330px;
	margin: 0 20px;
}

.food_column_box img {
	width: 100%;
}

.food_column_box p {
	font-size: 14px !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content_body {
	padding: 60px 50px 10px;
}

.food_new_recipe_box {
	margin-top: 40px;
	padding-bottom: 65px;
}

.food_new_recipe_box_inner {
	display: flex;
	flex-wrap: wrap;
}

.food_new_recipe_box_inner a {
	display: block;
	width: 22.7%;
	margin-right: 3%;
}

.food_new_recipe_box_inner a:nth-child(4n) {
	margin-right: 0;
}

.food_new_recipe_box dd img {
	width: 100%;
}

.food_area_recipe_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.food_new_recipe_dl {
	margin-bottom: 33px;
	position: relative;
}

.food_new_recipe_dl.new_recipe::before {
	content: "";
	background: url(../img_mr/food/food_new_recipe_icon2.png) center / cover no-repeat;
	width: 45px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 10px;
}

.food_new_recipe_dl dt {
	margin-top: 10px;
}

.food_card_recipe_dl {
	width: 32%;
	display: block;
	border: solid 1px #ffb900;
	background: #fff;
	padding: 0.5em;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 1.3%;
	margin: 0 5px 20px;
	font-size: 20px;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.food_card_recipe_dl dd {
	text-align: center;
}

.food_card_recipe_dl dt {
	padding: 1em 1em 0 1em;
}

.food_card_recipe_dl dt p {
	padding-bottom: 0.5em;
}

.food_card_recipe_dl dt p.info {
	border-bottom: solid 2px #ffb900;
	display: flex;
	justify-content: space-between;
}

.food_card_recipe_dl dt .time {
	font-size: 18px;
	padding: 0.25em 0.5em;
	font-weight: 700;
	background: #ffb900;
	border-radius: 20px;
}

.food_card_recipe_dl dt p.name {
	padding-top: 0.5em;
	font-weight: 700;
	font-size: 18px;
}

.food_recipe_btn {
	background: #fff;
	border: solid 2px #ffb900;
	border-radius: 36px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	display: block;
	font-size: 16px;
	padding: 11px;
	position: relative;
	text-align: center;
	transition: 0.2s background-color;
	width: 315px;
	margin: 5px auto 0;
	cursor: pointer;
}


@media screen and (max-width: 767px) {
	.btn_link_text_food {
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 10px;
		border: solid 1px #B2B2B2;
		border-radius: 5px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		transition: .2s background-color;
	}

	.content_body {
		padding: 20px;
		width: 100%;
	}

	.food_column_box {
		width: 100%;
		margin: 0;
	}

	.food_column_box img {
		width: 100%;
	}

	.food_new_recipe_box {
		margin-top: 20px;
		padding-bottom: 45px;
	}

	.food_new_recipe_box_inner {
		justify-content: space-between;
	}

	.food_new_recipe_box a {
		width: 47.5%;
		margin-right: 0;
	}

	.food_new_recipe_dl {
		display: block;
	}

	.food_new_recipe_dl dt {
		margin-top: 10px;

	}

	.food_new_recipe_dl img {
		width: 100%;

	}

	.food_new_recipe_dl dd img {
		margin-right: 0px;

	}

	.food_area_recipe_box {
		display: block;
		width: 96%;
	}

	.food-area-icon {
		display: inline-block;
		background: #ffb900;
		padding: 0.5em 3em;
		border-radius: 36px;
		font-weight: 700;
		margin-top: 2em;
		margin-right: 0.25em;
		font-size: 14px;
		-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	}

	.food_card_recipe_dl {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.food_card_recipe_dl a {
		display: flex;
	}

	.food_card_recipe_dl dd {
		width: 40%;
	}

	.food_card_recipe_dl dt {
		width: 60%;
		padding: 0 0 0 0.5em;
	}

	.food_card_recipe_dl dt p {
		padding-bottom: 0.5em;
		font-size: 12px;
	}



	.food_card_recipe_dl dt .time {
		font-size: 12px;
		padding: 0 0.5em 0.25em 0.5em;
		font-weight: 700;
	}

	.food_card_recipe_dl dt p.name {
		padding-top: 0;
		font-weight: 700;
		font-size: 14px;
	}
}

.food-checklist {
	column-count: 2;
}

.food-checklist li {
	padding: 0.5em;
}

.checknox-wrap {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	user-select: none;
}

.checknox-wrap input {
	display: none;
}

.checknox-wrap .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 24px;
	width: 24px;
	border: 2px solid #ffb900;
	box-sizing: border-box;
	background: #fff;
}

.checknox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 2px;
	width: 4px;
	height: 12px;
	border: 3px solid #ffb900;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checklist_box {
	background: url("../img_mr/food/checklist_bg.png") no-repeat right bottom;
	padding: 20px 30px 120px;
}



.checknox-wrap input:checked+.checkmark:after {
	display: block;
}

.checklist_title {
	font-size: 24px;
	background: url(../img_mr/food/checklist_title_bg.png) no-repeat left top;
	margin: -20px;
	margin-left: -20px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	pading-left: 10px;
}

@media screen and (max-width: 767px) {
	.checklist_title {
		font-size: 18px;
		background: url(../img_mr/food/checklist_title_bg.png) no-repeat left top;
		margin: -20px;
		margin-left: -20px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.checklist_title img {
		width: 24px;
	}
}

.food_enge {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.food_enge dl {
	width: 20%;

}

.food_enge dd {
	height: 252px;
}


.food_enge dt {
	margin-top: 0px;
	font-size: 16px;
	text-align: left;
	padding: 10px;

}

.food_balance {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.food_balance strong {
	margin-bottom: 20px;
}

.food_balance2 {
	order: 1;
	width: 30%;
	margin-bottom: 10px;
}

.food_balance1 {
	order: 2;
	width: 30%;
	margin-bottom: 10px;
}

.food_balance3 {
	order: 3;
	width: 30%;
	margin-bottom: 10px;
}

.food_balance4 {
	order: 4;
	width: 30%;
	margin-bottom: 10px;
}

.food_balance5 {
	order: 5;
	width: 30%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.checknox-wrap {
		display: block;
		position: relative;
		padding-left: 30px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		user-select: none;
	}

	.food-checklist {
		column-count: 1;
	}

	.checklist_box {
		background: url("../img_mr/food/checklist_bg.png") no-repeat center bottom;
		padding: 20px 0px 200px;
	}

	.food_enge {
		margin-top: 20px;
		display: block;
	}

	.food_enge dl {
		width: 100%;
		margin-bottom: 20px;
	}

	.food_enge dd {
		height: auto;
		text-align: center;
	}

	.food_enge dt {
		margin-top: 0px;
		font-size: 16px;
		text-align: left;
		padding: 10px 0;

	}

	.food_balance {
		display: block;
	}

	.food_balance2 {
		order: 2;
		width: 100%;
	}

	.food_balance1 {
		order: 1;
		width: 80%;
		margin: 0 auto 20px;
	}

	.food_balance3 {
		order: 3;
		width: 100%;
	}

	.food_balance4 {
		order: 4;
		width: 100%;
	}

	.food_balance5 {
		order: 5;
		width: 100%;
	}

}

.food_syokuzai {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.food_syokuzai dl {
	width: 49%;
	display: flex;
	background: #fff;
	border-radius: 10px;
	border: solid 5px #fff1cc;
	min-height: 200px;
	margin-bottom: 20px;
}

.food_syokuzai dd {
	position: relative;
	padding: 3em 1em 1em;
	font-size: 24px;
	font-weight: 700;
	min-width: 220px;
	background: #fff1cc;
	text-align: center;
}

.food_syokuzai dd span {
	position: absolute;
	top: 10px;
	left: 10px;


}

.food_syokuzai dd img {
	vertical-align: middle;
}


.food_syokuzai dt {
	padding: 1em;
	font-size: 16px;

}

.border-box-yellow {
	border: solid 1px #ffb900;
	border-radius: 10px;

}

.border-box-yellow>dt {
	background: #ffb900;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: 700;
	font-size: 20px;
}

.border-box-yellow>dd {
	padding: 1em;
	text-align: center;
}

.border-box-wrapper {
	display: flex;
	justify-content: space-between;
}

.border-box-wrapper>dl {
	width: 48%;
}

.border-box-wrapper>dl dd {
	display: flex;
	padding: 20px 10px 0;

}

.border-box-wrapper>dl dd p {
	width: 50%;
	text-align: left;
}

.border-box-wrapper>dl dd span {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.food_syokuzai {
		margin-top: 20px;
		display: block;
	}

	.food_syokuzai dl {
		width: 100%;
		display: block;
	}

	.food_syokuzai dt {
		width: 100%;
		display: block;
	}

	.food_syokuzai dd {
		width: 100%;
		display: block;
	}

	.border-box-wrapper {
		display: block;
	}

	.border-box-wrapper>dl {
		width: 100%;
		margin-bottom: 20px;
	}

	.border-box-wrapper>dl dd {
		display: block;
		padding: 20px 10px 0;

	}

	.border-box-wrapper>dl dd p {
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}

	.border-box-wrapper>dl dd span {
		width: 50%;
	}

	.border-box-wrapper>dl dd span img {
		width: 50%;
	}
}

.flex-y5 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.flex-y5 dl {
	width: 19%;

}

.flex-y5 dl dt {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #ffb900;
	min-height: 110px;
	display: grid;
	place-items: end center;
	padding-bottom: 5px;

}

.flex-y5 dl dd {
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	background: rgba(255, 242, 195, 1.00);
	padding: 0.5em;
}

@media screen and (max-width: 767px) {
	.flex-y5 {
		display: block;

	}

	.flex-y5 dl {
		width: 100%;
		margin-top: 20px;
	}

	.flex-y5 dl dt {
		font-weight: 700;
		font-size: 16px;
		text-align: center;
		border-bottom: solid 1px #ffb900;
		min-height: auto;
		padding-bottom: 10px;

	}
}


.food_point {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.food_point dl {
	width: 49%;
	margin-bottom: 20px;
}

.food_point dl dt {
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.recipe_time {
	display: flex;
}

.recipe_time dt {
	background: #ffb900;
	color: #000;
	padding: 0.5em 1em;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.recipe_time dd {
	background: #fff;
	border: solid 1px #ffb900;
	color: #000;
	padding: 0.5em 1em;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.food_recipe_contents {
	width: 54%;
	margin-left: 20px;
}

.recipe_table1 {
	width: 100%;
	margin-top: 20px;
}

.recipe_table1 th {
	padding: 0.5em;
	background: #ffd566;
}

.recipe_table1 th:last-child {
	padding: 0.5em;
	background: #fff1cc;
}

.recipe_table1 td {
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
}


.recipe_table1 td:nth-child(2n) {
	width: 35%;
}



.recipe_table2 {
	width: 100%;
	margin-top: 20px;

}

.recipe_table2 th {
	padding: 0.5em;
	border-bottom: solid 2px #ffb900;
	text-align: left;
}

.recipe_table2 td {
	padding: 0.5em;
	border-bottom: solid 1px #ccc;
}


.recipe_table2 td:nth-child(2n) {
	width: 35%;
}

.tdborder {
	padding: 0.5em;
	border-top: solid 2px #ffb900;
	text-align: left;
}

.recipe_table3 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 2px #ccc;
	border-left: solid 2px #ccc;
}

.recipe_table3 th {
	width: 16%;
	text-align: center;
	padding: 0.5em;
	text-align: left;
	border-bottom: solid 2px #ccc;
	border-right: solid 2px #ccc;
	background: #fff1cc;
}

.recipe_table3 td {
	width: 16%;
	text-align: center;
	padding: 0.5em;
	border-bottom: solid 2px #ccc;
	border-right: solid 2px #ccc;
}


@media screen and (max-width: 767px) {
	.food_point {
		margin-top: 20px;
		display: block;
	}

	.food_point dl {
		width: 100%;
		margin-bottom: 20px;
	}

	.food_point dl dt {
		font-weight: 700;
		text-align: center;
		margin-bottom: 10px;
	}

	.food_recipe_contents {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}

	.recipe_table3 {
		width: 100%;
	}

	.recipe_table3 th,
	.recipe_table3 td {
		text-align: center;
		display: block;
		width: 100%;
	}

	.recipe_table3 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
}

.btn-border-yellow {
	border: solid 2px #ffb900;
	border-radius: 36px;
}

.food_recipe_flow {
	margin-top: 40px;
	background: #fff url("../img_mr/food/food_flow_recipe_bg.png") repeat;
	border-radius: 20px;
	padding: 20px;
}

.food_recipe_flow dl {
	display: flex;
	margin-top: 10px;
}

.food_recipe_flow dl dt {
	color: #ffb900;
	font-size: 32px;
	margin-left: 50px;
	font-weight: 700;
}

.food_recipe_flow dl dd {
	margin-left: 30px;
	border-left: solid 1px #ffb900;
	padding-left: 10px;
}

.recipe_print {
	margin-top: 40px;
	text-align: center;


}

.recipe_print_btn {
	background: #ffb900;
	padding: 0.5em 4em;
	font-weight: 700;
	border-radius: 30px;
	background: #ffb900 url("../img_mr/food/food_print_icon.png") no-repeat 90% center;
}

@media screen and (max-width: 767px) {

	.food_recipe_flow {
		margin-top: 40px;
		background: #fff url("../img_mr/food/food_flow_recipe_bg.png");
		border-radius: 20px;
		padding: 20px;
	}

	.food_recipe_flow dl {
		display: flex;
		margin-top: 10px;
	}

	.food_recipe_flow dl dt {
		color: #ffb900;
		font-size: 32px;
		margin-left: 10px;
		font-weight: 700;
	}

	.food_recipe_flow dl dd {
		margin-left: 10px;
		border-left: solid 1px #ffb900;
		padding-left: 10px;
	}
}

/*accordion*/

/*ベース*/

.accordion {
	margin-top: 40px;
}

.acc_toggle {
	display: none;
}

.acc_Label {
	padding: 1em;
	display: block;
	color: #555;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 20px;
	text-align: center;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.acc_Label::before {
	content: "＋";
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
	font-size: 20px;

}

.acc_Label,
.acc_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.acc_content {
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}

.acc_toggle:checked+.acc_Label+.acc_content {
	height: auto;
	padding: 20px;
	transition: all .3s;
}

.acc_toggle:checked+.acc_Label::before {
	content: "−";
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
	font-size: 20px;
}

.recipe_sort_wrapper {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.accordion {
		margin-top: 0px;
	}

	.acc_Label {
		padding: 1em 0.5em;
		display: block;
		color: #555;
		background: #fff;
		border: solid 1px #ccc;
		font-size: 16px;
		text-align: center;
		-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		-moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		-ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	}

	.acc_Label::before {
		content: "＋";
		width: 12px;
		height: 12px;
		position: absolute;
		top: 12px;
		right: 10px;
		font-size: 20px;

	}

	.acc_toggle:checked+.acc_Label::before {
		content: "−";
		width: 12px;
		height: 12px;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 20px;
	}

	.acc_content {
		height: 0;
		margin-bottom: 10px;
		padding: 0 20px;
		overflow: hidden;
	}

	.acc_toggle:checked+.acc_Label+.acc_content {
		height: auto;
		padding: 20px 0;
		transition: all .3s;
	}
}

#sort li {
	//width:200px;

}

#sort li.food-area-icon {
	margin-top: 20px;
	margin-right: 10px;

}

.strong-yellow.food-ok {
	background: rgba(255, 211, 135, 1.00);
}

.strong-yellow.food-ng {
	background: #dedede;
}



.modal_rehabilitation {
	width: 780px;
	margin: 0 auto 80px;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}

.modal_rehabilitation_top {
	background: #e5156c;
	display: flex;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.modal_rehabilitation_top .modal_rehabilitation_top_left {
	padding: 10px;
	margin-left: 30px;
	color: #fff;
	line-height: 1.65;
	text-align: justify;
	width: 85%;
}

.modal_rehabilitation_top .modal_rehabilitation_top_left h3 {
	color: #fff;
	font-size: 22px;
}

.modal_rehabilitation_top .modal_rehabilitation_top_right {
	width: 15%;
	text-align: right;
	background: url(../img_mr/rehabilitation/howto_img05-2.png) no-repeat left bottom;
	background-size: auto 90%;
}

.modal_rehabilitation_top .modal_rehabilitation_top_right img {
	max-width: 70px;
}

.modal_rehabilitation_content {
	padding: 20px 50px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mfp-content {
	width: auto !important;
}

@media screen and (max-width: 767px) {
	.modal_rehabilitation_content {
		padding: 10px 20px;
	}
}

.modal_rehabilitation_content ul.list-style2.pink li {
	font-size: 20px;
}

.modal_rehabilitation_bottom .modal_rehabilitation_bottom_left {
	align-items: center;
	background: #ffb900;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 12px;
	max-width: 190px;
	width: 100%;
}

.modal_rehabilitation_bottom .modal_rehabilitation_bottom_left h4 {
	font-weight: bold;
	line-height: 1.45;
}

.modal_rehabilitation_bottom .modal_rehabilitation_bottom_right {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 21px;
	width: 100%;
}

.modal_rehabilitation_bottom .modal_rehabilitation_bottom_right ul li {
	padding: 3px 0;
}

.modal_rehabilitation_bottom .modal_rehabilitation_bottom_right ul li:not(:last-of-type) {
	border-bottom: 2px solid #ffb900;
}

.modal_rehabilitation_dismiss {
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.modal_rehabilitation_dismiss2 {
	display: block;
	position: absolute;
	right: 0px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.modal_rehabilitation_dismiss_r {
	display: block;
	position: absolute;
	left: auto;
	top: 10px;
	right: 10px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

a.btn_close {
	color: #fff;
	border: solid 1px #fff;
	border-radius: 30px;
	padding: 5px 20px;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
}

.modal_rehabilitation_dismiss_r a,
.modal_rehabilitation_dismiss a {
	border: solid 1px #fff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
}

button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

@media screen and (max-width: 767px) {
	.modal_rehabilitation {
		width: 100%;
		margin: 0 auto 20px;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 0px;
	}
}

.pink .balloon2::before,
.pink .balloon2::after {
	display: none;
}

@media screen and (max-width: 767px) {
	.balloon {
		font-size: 16px;
		padding: 8px 10px;
	}

	.figurerehabilitation {
		display: none;
	}

	.rehabilitationBtnList {
		display: flex;
	}

	.modal_rehabilitation_top {
		display: block;
	}

	.modal_rehabilitation_top .modal_rehabilitation_top_left {
		margin-right: 0;
		text-align: center;
	}

	.modal_rehabilitation_top .modal_rehabilitation_top_left img {
		max-width: 139px;
	}

	.modal_rehabilitation_top .modal_rehabilitation_top_right h3 {
		margin-bottom: 20px;
		text-align: center;
	}

	.modal_rehabilitation_top .modal_rehabilitation_top_right p {
		line-height: 1.8;
	}

	.modal_rehabilitation_bottom {
		display: block;
	}

	.modal_rehabilitation_bottom .modal_rehabilitation_bottom_left {
		max-width: 100%;
		padding: 10px;
	}

	.modal_rehabilitation_bottom .modal_rehabilitation_bottom_left br {
		display: none;
	}

	.modal_rehabilitation_bottom .modal_rehabilitation_bottom_right {
		background: #fff4d9;
		padding: 8px 21px;
	}

	.modal_rehabilitation_bottom .modal_rehabilitation_bottom_right ul li {
		line-height: 1.5;
		padding: 8px 0;
	}

	.modal_rehabilitation_dismiss {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.contentBorderlr span.bgbaseR.bgbaseR-yellow.fs20 {
		font-size: 18px !important;
	}

	p.md {
		font-size: 14px !important;
	}
}

.heading_icon {
	width: 40px;
}




/* food/stomach --------------- */

.heading01.line-short01 .heading_body .heading_text:after {
	width: 97.6% !important;
}

.heading01.line-short02 .heading_body .heading_text:after {
	width: 97.0% !important;
}

.content-img-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.content-img-txt {
	width: calc(100% - 220px);
	padding-top: 30px;
	margin-bottom: 50px;
}

.content-img {
	width: 160px;
	margin-bottom: 40px;
	margin-right: 30px;
}

.bone-img01 .content-img-txt {
	width: calc(100% - 270px);
}

.bone-img01 .content-img {
	width: 210px;
}

@media(max-width: 768px) {
	.content-img-wrap {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.content-img-txt {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	.bone-img01 .content-img-txt {
		width: 100%;
	}

	.bone-img01 .content-img {
		width: 210px;
	}
}

.food-point {
	padding: 0px 40px 50px 50px;

	text-align: center;
	border: solid 1px #ffb900;
	border-radius: 20px;
}

.food-point h4 {
	color: #333;
	background: #ffb900 !important;
	display: inline-block;
	border-radius: 30px;
	padding: 5px 80px;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
	top: -40px;
}

.food-point-wrap {
	display: flex;
	justify-content: space-between;
}

.food-point-txt {
	width: calc(100% - 390px);
	text-align: left;
	padding-top: 20px;
}


.food-point-txt.fpt-column1 {
	width: calc(100%);
}


.food-point-txt dl dt {
	/* border-left: solid 8px #ffb900; */
	padding-left: 18px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}

.food-point-txt dl dt::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 92%;
	background: #ffb900;
	position: absolute;
	left: 0;
	top: 3px;
}

.food-point-txt dl dd {
	padding-left: 17px;
	margin-bottom: 40px;
}

.food-point-img {
	max-width: 370px;
}

.food-point-img.bone-point-img {
	max-width: 340px;
}

.food-point-img img {
	width: 100%;
}


@media(max-width: 1023px) {
	.food-point {
		padding: 0px 30px 10px 30px;
		text-align: center;
	}
}

@media(max-width: 768px) {

	.food-point h4 {
		padding: 5px 20px;
	}

	.food-point-wrap {
		flex-direction: column;
	}

	.food-point-txt {
		width: 100%;
		padding-top: 0px;
	}

	.food-point-img {
		margin-left: auto;
		margin-right: auto;
	}

	.food-point-img {
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}
}

@media(max-width: 400px) {
	.food-point {
		padding: 0px 15px 50px 15px;
	}
}

.summaryWrap {
	padding: 15px 20px 15px 20px;
	border: solid 1px #ffb900;
	border-radius: 15px;
}

.img-width100 img {
	width: 100%;
}

.recommend-recipe-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 40px;
}

.recommend-recipe-wrap-btm {
	margin-bottom: 80px;
}

.recommend-recipe-itme {
	background: #fff8e5;
	border-radius: 20px;
	width: 48%;
}

.recommend-recipe-itme a {
	display: flex;
	align-items: center;
	padding: 10px;
	height: 100%;
	justify-content: space-between;
	text-decoration: none;
	background-color: transparent;
}

.recommend-recipe-itme a {
	outline: none !important;
	border: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.recommend-recipe-itme a:focus,
.recommend-recipe-itme a:active {
	outline: none !important;
	border: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

.recommend-recipe-img {
	width: 170px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}


.recommend-recipe-txt {
	padding-left: 15px;
	position: relative;
	width: calc(100% - 170px);
	height: 100%;
	display: flex;
	align-items: center;
}

.recommend-recipe-txt p:nth-child(1) {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
}

.recommend-recipe-txt p:nth-child(2) {
	color: #333;
	display: block;
	padding: 1px 0px 2px 0px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	font-size: 14px;
}

@media(max-width: 1024px) {
	.recommend-recipe-img {
		width: 140px;
	}

	.recommend-recipe-txt {
		width: calc(100% - 140px);
	}

	.recommend-recipe-txt p:nth-child(1) {
		margin-bottom: 25px;
	}
}

@media(max-width: 768px) {
	.recommend-recipe-txt {
		width: calc(100% - 120px);
		height: 93px;
	}

	.recommend-recipe-wrap {
		flex-direction: column;

	}

	.recommend-recipe-itme {
		width: 100%;
		margin-bottom: 20px;
	}

	.recommend-recipe-img {
		width: 120px;
	}

	.recommend-recipe-txt p:nth-child(1) {
		font-weight: 700;
		font-size: 16px;
	}

	.recommend-recipe-txt p:nth-child(2) {
		font-weight: 700;
		font-size: 12px;
	}
}


.sp1180,
.sp845,
.sp768,
.sp590,
.sp490,
.sp420 {
	display: none;
}

@media(max-width: 1175px) {
	.sp1180 {
		display: block;
	}
}

@media(max-width: 845px) {
	.sp845 {
		display: block;
	}
}


@media(max-width: 768px) {
	.sp768 {
		display: block;
	}

	.sp1180 {
		display: none;
	}
}

@media(max-width: 590px) {
	.sp590 {
		display: block;
	}
}

@media(max-width: 490px) {
	.sp490 {
		display: block;
	}
}

@media(max-width: 420px) {
	.sp420 {
		display: block;
	}

}

@media(max-width: 390px) {
	.recommend-recipe-txt p:nth-child(1) {
		line-height: 1.3;
	}

	.sp1180 {
		display: block;
	}

}