@charset "utf-8";

/* #contents
============================================================ */
#contents {
	padding: 15px 0 0;
}
#contents .hgroup {
	position: relative;
	padding: 9px 50px 20px 50px;
	display: inline-block;
	font-family: Noto Serif JP;
}

#contents .hgroup h1,
#contents .hgroup h2 {
	line-height: 1;
	font-size: 20px;
}
#contents .hgroup p {
	margin-top: 12px;
	line-height: 1;
	font-size: 14px;
}

/* 言語切り替えセクション
============================================================ */
.encyclopedia-section {
	position: relative;
	padding: 9px 50px 20px 50px;
	display: inline-block;
	font-family: Noto Serif JP;
}

.encyclopedia-title-container {
	display: inline-block;
}

.encyclopedia-title {
	line-height: 1;
	font-size: 20px;
	margin: 0;
}

.encyclopedia-subtitle {
	margin-top: 12px;
	line-height: 1;
	font-size: 14px;
}

/* PC版言語切り替え */
.lang-switcher-pc {
	position: absolute;
	top: 9px;
	right: 50px;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 8px;
	background: #fff;
}

.lang-switcher-pc .lang-link {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	transition: background-color 0.2s;
}

.lang-switcher-pc .lang-link:hover {
	background-color: #f5f5f5;
}

.lang-switcher-pc .lang-link.active {
	background-color: #333;
	color: #fff;
}

.lang-switcher-pc .lang-link::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url('/salute/mg/wp-content/themes/funasho/assets/img/common/icon_language.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.lang-switcher-pc .lang-separator {
	color: #ccc;
	margin: 0 4px;
	font-size: 12px;
}

/* モバイル版言語切り替え */
.lang-switcher-mobile {
	display: none;
}

.lang-dropdown {
	position: relative;
}

.lang-dropdown-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	width: 100%;
	justify-content: space-between;
}

.lang-dropdown-btn::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url('/salute/mg/wp-content/themes/funasho/assets/img/common/icon_language.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.dropdown-arrow {
	font-size: 10px;
	color: #666;
	transition: transform 0.2s;
}

.lang-dropdown-btn[aria-expanded="true"] .dropdown-arrow {
	transform: rotate(180deg);
}

.lang-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
	display: none;
}

.lang-dropdown-menu.show {
	display: block;
}

.lang-dropdown-menu li {
	border-bottom: 1px solid #eee;
}

.lang-dropdown-menu li:last-child {
	border-bottom: none;
}

.lang-dropdown-menu a {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	transition: background-color 0.2s;
}

.lang-dropdown-menu a::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url('/salute/mg/wp-content/themes/funasho/assets/img/common/icon_language.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.lang-dropdown-menu a:hover {
	background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
	#contents {
		padding: 0 0 10px;
		min-width: 320px;
	}
	#contents .hgroup {
		position: relative;
		padding: 9px 45px 0 45px;
		display: inline-block;
		margin-bottom: -10px;
	}
	#contents .hgroup h1,
	#contents .hgroup h2 {
		font-size: 16px;
	}
	#contents .hgroup p {
		margin-top: 10px;
		font-size: 11px;
	}

	/* モバイル版言語切り替え */
	.encyclopedia-section {
		padding: 9px 45px 0 45px;
		margin-bottom: -10px;
	}

	.encyclopedia-title {
		font-size: 16px;
	}

	.encyclopedia-subtitle {
		margin-top: 10px;
		font-size: 11px;
	}

	.lang-switcher-pc {
		display: none;
	}

	.lang-switcher-mobile {
		display: block;
		position: absolute;
		top: 9px;
		right: 45px;
		width: 120px;
	}
}

/* .lists
============================================================ */
#contents .list {
	width: 1200px;
	margin: 0 auto;
}
#contents .list ul {
	width: 100%;
}

#contents .list ul li {
	float: left;
	width: 270px;
	margin: 0 40px 30px 0;
	text-align: left;
}
#contents .list ul li:nth-child(4n) {
	margin-right: 0;
}
#contents .list ul li a {
	display: block;
	width: 100%;
	overflow: visible;
}
#contents .list ul li a:hover,
#contents .list ul li a:active,
#contents .list ul li a:focus {
	text-decoration: none;
}
#contents .list ul li a .img {
	position: relative;
	width: 100%;
}
#contents .list ul li a:hover .img {
	opacity: 0.5;
}
#contents .list ul li a .img.new:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 10px;
	background-image: url(/salute/mg/pages/salute/img/icon_new.svg);
	background-size: 37px 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 37px;
	height: 36px;
}
#contents .list.vegetables ul li a .img.new:before {
	background-image: url(/salute/mg/pages/salute/img/icon_new.svg);
}
#contents .list ul li a .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#contents .list ul li a h3 {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}
#contents .list ul li a p {
	font-size: 10px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#contents .list {
		width: 100%;
		min-width: 320px;
		margin: 20px 0 0;
		padding: 0 18px 0 20px;
		box-sizing: border-box;
	}
	#contents .list ul {
		width: 100%;
	}
	#contents .list ul li {
		float: left;
		width: 50%;
		padding: 0 2px 18px 0;
		margin: 0;
		text-align: left;
		box-sizing: border-box;
	}
	#contents .list ul li:nth-child(4n) {
		margin-right: 0;
	}
	#contents .list ul li a:hover .img {
		opacity: 1;
	}
	#contents .list ul li a .img.new:before {
		content: '';
		position: absolute;
		top: -4px;
		left: 10px;
		background-image: url(/salute/mg/pages/salute/img/icon_new.svg);
		background-size: 42px 37px;
		width: 42px;
		height: 37px;
	}
	#contents .list.vegetables ul li a .img.new:before {
		background-image: url(/salute/mg/pages/salute/img/icon_new.svg);
	}
}

/* .pager
============================================================ */
#contents .pager .page-numbers {
	font-size: 14px;
	color: #030000;
	line-height: 48px;
	width: 48px;
	margin-top: 40px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	vertical-align: middle;
	background-color: #fff;
}
#contents .pager a.page-numbers:hover,
#contents .pager a.page-numbers:active,
#contents .pager a.page-numbers:focus {
	text-decoration: none;
	background-color: #efefef;
}
#contents .pager .page-numbers.current {
	background-color: #000;
	color: #fff;
}
#contents .pager .page-numbers.prev,
#contents .pager .page-numbers.next {
	position: relative;
	width: 120px;
}
#contents .pager .page-numbers.prev:before,
#contents .pager .page-numbers.next:before {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	content: '';
	background-size: 7px 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 7px;
	height: 14px;
	visibility: visible;
}
#contents .pager .page-numbers.prev:before {
	left: 20px;
	background-image: url(/salute/common/img/pc/tri_0714l.png);
}
#contents .pager .page-numbers.next:before {
	right: 20px;
	background-image: url(/salute/common/img/pc/tri_0714r.png);
}
@media only screen and (max-width: 768px) {
	#contents .pager {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#contents .pager:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#contents .pager .page-numbers:not(.prev):not(.next) {
		display: none;
	}
	#contents .pager .page-numbers {
		line-height: 40px;
		margin-top: 0;
	}
	#contents .pager .page-numbers.prev,
	#contents .pager .page-numbers.next {
		width: 100px;
	}
	#contents .pager .page-numbers.prev {
		float: left;
	}
	#contents .pager .page-numbers.next {
		float: right;
	}
	.pageCount {
		font-size: 14px;
		line-height: 0.1;
		width: 100%;
		text-align: center;
		position: relative;
		bottom: -20px;
	}
}

/* #detail
============================================================ */
#detail #contents .outer {
	width: 1200px;
	margin: 0 auto;
}
#detail #contents .outer h1 {
	font-size: 30px;
	line-height: 1.5;
	font-family: "noto serif jp";
}
/* .tagBlock */
#detail #contents .outer .tagBlock {
	margin-top: 10px;
}
#detail #contents .outer .tagBlock li {
	display: inline-block;
}
#detail #contents .outer .tagBlock li a {
	display: inline-block;
	padding: 0 6px;
	margin: 0 3px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	background-color: #f4efe7;
	border-radius: 10px;
}
#detail #contents .outer .tagBlock li a:hover,
#detail #contents .outer .tagBlock li a:active,
#detail #contents .outer .tagBlock li a:focus {
	text-decoration: none;
	background-color: #cfba99;
}

/* #pageNav */
#contents #pageNav {
	margin-top: 90px;
	display: table;
}
#contents #pageNav li {
	display: table-cell;
	width: 598px;
	border: 1px solid #ccc;
	border-left: none;
	height: 80px;
}
#contents #pageNav li:last-child {
	border-right: none;
	/*text-align: right;*/
}
#contents #pageNav li span {
	display: table;
	height: 100%;
	width: 100%;
}
#contents #pageNav li span a  {
	display: table-cell;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 40px;
	position: relative;
}
#contents #pageNav li span a:hover,
#contents #pageNav li span a:active,
#contents #pageNav li span a:focus {
	text-decoration: none;
	background-color: #ebdcc5;
}
#contents #pageNav li span a:before {
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 8px 17px;
	width: 8px;
	height: 17px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}
#contents #pageNav li:nth-child(1) span a:before {
	background-image: url(/salute/common/img/pc/tri_0817l.png);
	left: 14px;
}
#contents #pageNav li:nth-child(2) span a:before {
	background-image: url(/salute/common/img/pc/tri_0817r.png);
	right: 14px;
}
@media only screen and (max-width: 768px) {
	#detail #contents .outer {
		width: 100%;
		min-width: 320px;
		margin: 20px 0 0;
	}
	#detail #contents .outer h1 {
		font-size: 15px;
		padding: 0 20px;
	}
	/* .tagBlock */
	#detail #contents .outer .tagBlock {
		margin-top: 6px;
	}
	#detail #contents .outer .tagBlock li a {
		padding: 0 3px;
		font-size: 10px;
		line-height: 16px;
		border-radius: 8px;
	}

	/* #pageNav */
	#contents #pageNav {
		margin-top: 45px;
	}
}

/* .f2_toppage#index
============================================================ */
/* #block01 */
.f2_toppage#index #contents #block01 {
	width: 100%;
    display: flex;
    justify-content: center;
	background: #FFF;
	margin-top: -15px;
	padding: 15px 0;
}

.f2_toppage#index #contents #block01 .box {
	width: 600px;
	height: 400px;
}
.f2_toppage#index #contents #block01 .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.f2_toppage#index #contents #block01 .box a:hover,
.f2_toppage#index #contents #block01 .box a:active,
.f2_toppage#index #contents #block01 .box a:focus {
	text-decoration: none;
}
.f2_toppage#index #contents #block01 .box a .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.f2_toppage#index #contents #block01 .box a .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_toppage#index #contents #block01 .box a:hover .img img,
.f2_toppage#index #contents #block01 .box a:active .img img,
.f2_toppage#index #contents #block01 .box a:focus .img img {
	opacity: 0.5;
}
.f2_toppage#index #contents #block01 .box a h3 {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: table;
	width: 600px;
	height: 60px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.f2_toppage#index #contents #block01 .box a h3 span {
	display: table-cell;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: middle;
	text-align: left;
	font-family: "Noto serif JP";
}
.f2_toppage#index #contents .list ul li {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.f2_toppage#index #contents #block01 {
		width: 100%;
		display: block;
		min-width: 320px;
		margin: 0;
		padding: 5px 20px;
		box-sizing: border-box;
	}
	.f2_toppage#index #contents #block01 .box {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 5px;
	}
	.f2_toppage#index #contents #block01 .box:nth-child(1) {
		margin-top: 0;
	}
	.f2_toppage#index #contents #block01 .box a:hover .img img,
	.f2_toppage#index #contents #block01 .box a:active .img img,
	.f2_toppage#index #contents #block01 .box a:focus .img img {
		opacity: 1;
	}
	.f2_toppage#index #contents #block01 .box a h3 {
		width: 100%;
	}
	.f2_toppage#index #contents #block01 .box a h3 span {
		font-size: 14px;
		padding: 0 10px;
	}
}

/* #block02 */
.f2_toppage#index #contents #block02 {
	width: 1200px;
	margin: 0 auto;
}
.f2_toppage#index #contents #block02 .hgroup {
	padding: 24px 15px 0 15px;
	min-height: 53px;
}
@media screen and (max-width: 768px) {
	.f2_toppage#index #contents #block02 {
		width: 100%;
		min-width: 320px;
		margin: 30px 0 0;
	}
	.f2_toppage#index #contents #block02 .hgroup {
		padding: 9px 44px 0;
		min-height: initial;
	}

}

/* #block03 */
.f2_toppage#index #contents #block03 {
	width: 1200px;
	margin: 40px auto 0;
}
.f2_toppage#index #contents #block03 .hgroup {
	padding: 0 13px;
	min-height: 53px;
}
.f2_toppage#index #contents #block03 .hgroup:before,
.f2_toppage#index #contents #block03 .hgroup:after {
	background-size: 38px 53px;
	width: 38px;
	height: 53px;
}

@media screen and (max-width: 768px) {
	.f2_toppage#index #contents #block03 {
		width: 100%;
		margin: 30px 0;
	}
	.f2_toppage#index #contents #block03 .hgroup {
		padding: 0 13px;
		min-height: initial;
	}
	.f2_toppage#index #contents #block03 .hgroup:before,
	.f2_toppage#index #contents #block03 .hgroup:after {
		background-size: 31px 43px;
		width: 31px;
		height: 43px;
	}

}

/* #block03 */
.f2_toppage#index #contents #block04 {
	width: 1200px;
	margin: 30px auto 0;
}
.f2_toppage#index #contents #block04 ul {
	width: 100%;
}
.f2_toppage#index #contents #block04 ul li {
	float: left;
	width: 580px;
	margin-top: 30px;
}
.f2_toppage#index #contents #block04 ul li:nth-child(2n) {
	float: right;
}
.f2_toppage#index #contents #block04 ul li a:hover,
.f2_toppage#index #contents #block04 ul li a:active,
.f2_toppage#index #contents #block04 ul li a:focus {
	text-decoration: none;
}
.f2_toppage#index #contents #block04 ul li a {
	display: block;
	width: 100%;
}
.f2_toppage#index #contents #block04 ul li a img {
	vertical-align: bottom;
}
.f2_toppage#index #contents #block04 ul li a:hover img,
.f2_toppage#index #contents #block04 ul li a:active img,
.f2_toppage#index #contents #block04 ul li a:focus img {
	opacity: 0.5;
}

.f2_toppage#index #contents #block04.c-bn {
	background: #F4EFE7;
	width: 100%;
	padding: 30px 0 60px;
}
.f2_toppage#index #contents #block04.c-bn ul {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.f2_toppage#index #contents #block04.c-bn {
		padding: 30px 0 20px;
	}
	.f2_toppage#index #contents #block04.c-bn ul {
		width: 100%;
		padding: 0 18px 0 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 768px) {
	.f2_toppage#index #contents #block04 {
		width: 100%;
		min-width: 320px;
		padding: 50px 20px 0;
		box-sizing: border-box;
		margin: 0;
	}
	.f2_toppage#index #contents #block04 ul li {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.f2_toppage#index #contents #block04 ul li:nth-child(2n) {
		float: none;
	}
	.f2_toppage#index #contents #block04 ul li a img {
		width: 100%;
		height: auto;
	}
	.f2_toppage#index #contents #block04 ul li a:hover img,
	.f2_toppage#index #contents #block04 ul li a:active img,
	.f2_toppage#index #contents #block04 ul li a:focus img {
		opacity: 1;
	}
}


/* .f2_recipes#detail
============================================================ */
/* .block01 */
.f2_recipes#detail #contents .outer .block01 {
	margin-top: 35px;
	text-align: left;
}
.f2_recipes#detail #contents .outer .block01 .box.left {
	width: 890px;
}
.f2_recipes#detail #contents .outer .block01 .box.left .img {
	width: 100%;
}
.f2_recipes#detail #contents .outer .block01 .box.left .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left {
	margin-top: 15px;
	width: 580px;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .keypoint {
	font-size: 18px;
	line-height: 32px;
	font-family: "Noto serif JP";
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo h3 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 17px;
	font-family: "Noto serif JP";
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo h3 img {
	margin-right: 8px;
	vertical-align: middle;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo p {
	margin-top: 8px;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right {
	margin-top: 23px;
	width: 275px!important;
	border-right: 1px dotted #000;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li {
	float: left;
	width: 90px;
	height: 120px;
	border-left: 1px dotted #000;
	text-align: center;
	padding-top: 8px;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li .icon img {
	vertical-align: bottom;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li .txt {
	color: #161616;
	font-size: 12px;
	line-height: 1;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li strong {
	display: block;
	font-size: 24px;
	margin: 28px 0 10px;
}
.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li span {
	display: block;
	margin-top: 36px;
	line-height: 1;
}

.f2_recipes#detail #contents .outer .block01 .box.right {
	width: 270px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.f2_recipes#detail #contents .outer .block01 .box.right h2 {
	font-size: 16px;
	margin-top: 11px;
	line-height: 1;
	font-family: "Noto serif JP";
}
.f2_recipes#detail #contents .outer .block01 .box.right ul {
	margin-top: 30px;
}
.f2_recipes#detail #contents .outer .block01 .box.right ul li {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}
.f2_recipes#detail #contents .outer .block01 .box.right ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.f2_recipes#detail #contents .outer .block01 .box.right ul li span {
	float: left;
	display: inline-block;
	text-align: left;
}
.f2_recipes#detail #contents .outer .block01 .box.right ul li em {
	float: right;
	display: inline-block;
	text-align: right;
}
@media only screen and (max-width: 768px) {
	.f2_recipes#detail #contents .outer .block01 {
		margin-top: 15px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left {
		float: none;
		width: 100%;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left {
		float: none;
		margin-top: 15px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .keypoint {
		font-size: 13px;
		line-height: 23px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo h3 {
		font-size: 11px;
		line-height: 16px;
		margin-top: 12px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo h3 img {
		margin-right: 4px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.left .memo p {
		margin-top: 7px;
		font-size: 12px;
		line-height: 19px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right {
		float: none;
		margin-top: 13px;
		width: 100%!important;
		padding: 0 20px;
		box-sizing: border-box;
		border-right: none;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li {
		width: 33%;
		height: 40px;
		border-left: 1px dotted #000;
		padding-top: 0;
		box-sizing: border-box;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li:last-child {
		border-right: 1px dotted #000;
		width: 34%;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li .icon {
		float: left;
		width: 45%;
		text-align: center;
		padding-top: 8px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li .icon:nth-child(1) {
		padding-top: 3px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li .txt {
		float: right;
		width: 55%;
		font-size: 9px;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li strong {
		font-size: 18px;
		margin: 6px 0;
	}
	.f2_recipes#detail #contents .outer .block01 .box.left .row .cell.right li span {
		margin-top: 17px;
		font-size: 11px;
	}

	.f2_recipes#detail #contents .outer .block01 .box.right {
		float: none;
		margin-top: 17px;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;
	}
	.f2_recipes#detail #contents .outer .block01 .box.right h2 {
		padding: 15px 0;
		margin-top: 0;
		border-top: 2px solid #000;
	}
	.f2_recipes#detail #contents .outer .block01 .box.right ul {
		margin-top: 0;
		border-bottom: 2px solid #000;
	}
}

/* .block02 */
.f2_recipes#detail #contents .outer .block02 {
	text-align: left;
}
.f2_recipes#detail #contents .outer .block02 ul li {
	margin-top: 50px;
	width: 580px;
	float: left;
}

.f2_recipes#detail #contents .outer .block02 ul li:nth-child(2n) {
	float: right;
}
.f2_recipes#detail #contents .outer .block02 ul li .img {
	width: 100%;
}
.f2_recipes#detail #contents .outer .block02 ul li .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_recipes#detail #contents .outer .block02 ul li .row {
	margin-top: 10px;
}
.f2_recipes#detail #contents .outer .block02 ul li .row .box.left {
	width: 38px;
	line-height: 30px;
	font-family: 'Noto Sans JP','Roboto Slab', serif;
	color: #161616;
	font-size: 24px;
	text-align: center;
	border-right: 1px solid #ccc;
	margin-right: 11px;
}
.f2_recipes#detail #contents .outer .block02 ul li .row .box.right {
	float: left;
	width: 530px;
	padding-top: 4px;
}
.f2_recipes#detail #contents .outer .block02 ul li .row .box.right .point p {
	color: #c50101;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.f2_recipes#detail #contents .outer .block02 ul li {
		margin-top: 20px;
		width: 100%;
		padding: 0 20px;
		min-width: 320px;
		box-sizing: border-box;
		float: none;
	}

	.f2_recipes#detail #contents .outer .block02 ul li:nth-child(2n) {
		float: none;
	}
	.f2_recipes#detail #contents .outer .block02 ul li .row {
		margin-top: 10px;
	}
	.f2_recipes#detail #contents .outer .block02 ul li .row .box.left {
		width: 12%;
		box-sizing: border-box;
		padding-top: 7px;
		line-height: 1;
		font-size: 20px;
		margin-right: 0;
	}
	.f2_recipes#detail #contents .outer .block02 ul li .row .box.right {
		float: right;
		width: 85%;
		padding-top: 4px;
	}
	.f2_recipes#detail #contents .outer .block02 ul li .row .box.right .point p {
		color: #c50101;
		font-weight: 500;
	}
}

/* .f2_vegetables#detail
============================================================ */
.f2_vegetables#detail #contents .outer h2 {
	margin-top: 25px;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto serif JP";
}

/* .block01 */
.f2_vegetables#detail #contents .outer .block01 {
	margin-top: 30px;
	text-align: left;
}
.f2_vegetables#detail #contents .outer .block01 .box.left {
	width: 580px;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .img {
	width: 100%;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec {
	width: 100%;
	margin-top: 20px;
}

.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl:last-child {
	border-bottom: none;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dt {
	float: left;
	width: 75px;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 8px 0;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dt:nth-child(2n) {
	margin-left: 40px;
}
.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dd {
	float: left;
	display: block;
	width: 190px;
	padding: 9px 0;
}
.f2_vegetables#detail #contents .outer .block01 .box.right {
	width: 580px;
}
.f2_vegetables#detail #contents .outer .block01 .box.right h3 {
	padding: 0 14px;
	line-height: 40px;
	font-family: "Noto serif JP";
	background-color: #F4EFE7;
}
.f2_vegetables#detail #contents .outer .block01 .box.right h4 {
	font-weight: bold;
	line-height: 24px;
}
.f2_vegetables#detail #contents .outer .block01 .box.right h3 + p,
.f2_vegetables#detail #contents .outer .block01 .box.right h3 + h4 {
	margin-top: 15px;
}
.f2_vegetables#detail #contents .outer .block01 .box.right p + h3 {
	margin-top: 35px;
}
.f2_vegetables#detail #contents .outer .block01 .box.right p + h4 {
	margin-top: 25px;
}

/* .block02 */
.f2_vegetables#detail #contents .outer .block02 {
	margin-top: 50px;
	text-align: left;
}
.f2_vegetables#detail #contents .outer .block02 h2 {
	font-size: 14px;
	line-height: 1;
}
.f2_vegetables#detail #contents .outer .block02 ul {
	width: 100%;
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 20px;
}
.f2_vegetables#detail #contents .outer .block02 ul li {
	display: block;
	margin: 0 0 20px 0;
}
.f2_vegetables#detail #contents .outer .block02 ul li a {
	width: 100%;
	display: block;
}
.f2_vegetables#detail #contents .outer .block02 ul li a:hover,
.f2_vegetables#detail #contents .outer .block02 ul li a:active,
.f2_vegetables#detail #contents .outer .block02 ul li a:focus {
	text-decoration: none;
}
.f2_vegetables#detail #contents .outer .block02 ul li a .img {
	width: 100%;
}
.f2_vegetables#detail #contents .outer .block02 ul li a .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_vegetables#detail #contents .outer .block02 ul li a:hover .img img,
.f2_vegetables#detail #contents .outer .block02 ul li a:active .img img,
.f2_vegetables#detail #contents .outer .block02 ul li a:focus .img img {
	opacity: 0.5;
}
.f2_vegetables#detail #contents .outer .block02 ul li a h3 {
	margin-top: 5px;
}
.f2_vegetables#detail #contents .outer .block02 ul li a span {
	margin-top: 5px;
	display: block;
	font-size: 10px;
	line-height: 1;
}

/* .block03 */
.f2_vegetables#detail #contents .outer .block03 {
	margin-top: 50px;
	text-align: left;
}
.f2_vegetables#detail #contents .outer .block03 h2 {
	font-size: 14px;
	line-height: 1;
}
.f2_vegetables#detail #contents .outer .block03 ul {
	margin-top: 10px;
	display: grid;
	grid-template-columns: repeat(6, minmax(180px, 1fr));

    gap: 10px;
}
.f2_vegetables#detail #contents .outer .block03 ul li {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.f2_vegetables#detail #contents .outer .block03 ul li a {
	width: 100%;
	display: block;
}
.f2_vegetables#detail #contents .outer .block03 ul li a:hover,
.f2_vegetables#detail #contents .outer .block03 ul li a:active,
.f2_vegetables#detail #contents .outer .block03 ul li a:focus {
	text-decoration: none;
}
.f2_vegetables#detail #contents .outer .block03 ul li a .img {
	width: 100%;
}
.f2_vegetables#detail #contents .outer .block03 ul li a .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.f2_vegetables#detail #contents .outer .block03 ul li a:hover .img img,
.f2_vegetables#detail #contents .outer .block03 ul li a:active .img img,
.f2_vegetables#detail #contents .outer .block03 ul li a:focus .img img {
	opacity: 0.5;
}
.f2_vegetables#detail #contents .outer .block03 ul li a h3 {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.f2_s#detail #contents .outer h2 {
		margin-top: 20px;
		font-size: 13px;
		line-height: 23px;
	}

	/* .block01 */
	.f2_vegetables#detail #contents .outer .block01 {
		margin-top: 15px;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left {
		float: none;
		width: 100%;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		border: none;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl {
		width: 100%;
		border-bottom: none;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl:last-child {
		border-bottom: none;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dt {
		width: 30%;
		margin-right: 0;
		font-size: 14px;
		line-height: 22px;
		padding: 9px 0;
		border-bottom: 1px solid #ccc;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dt:nth-child(2n) {
		margin-left: 0;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.left .spec dl dd {
		float: right;
		width: 70%;
		font-size: 14px;
		line-height: 22px;
		padding: 9px 0 9px 5px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.right {
		float: none;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 18px;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.right h3 {
		font-size: 14px;
		padding: 0 10px;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.right h4 {
		font-size: 14px;
	}
	.f2_vegetables#detail #contents .outer .block01 .box.right h3 + p,
	.f2_vegetables#detail #contents .outer .block01 .box.right h3 + h4 {
		margin-top: 5px;
	}

	/* .block02 */
	.f2_vegetables#detail #contents .outer .block02 {
		width: 100%;
		margin-top: 40px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.f2_vegetables#detail #contents .outer .block02 ul {
		width: 100%;
		margin-right: 0;
	}
	.f2_vegetables#detail #contents .outer .block02 ul li {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.f2_vegetables#detail #contents .outer .block02 ul li:nth-child(2n) {
		float: right;
		padding-right: 0;
		padding-left: 1px;
	}
	.f2_vegetables#detail #contents .outer .block02 ul li a:hover .img img,
	.f2_vegetables#detail #contents .outer .block02 ul li a:active .img img,
	.f2_vegetables#detail #contents .outer .block02 ul li a:focus .img img {
		opacity: 1;
	}

	/* .block03 */
	.f2_vegetables#detail #contents .outer .block03 {
		width: 100%;
		margin-top: 40px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.f2_vegetables#detail #contents .outer .block03 ul {
		width: 99%;
		grid-template-columns: repeat(2, minmax(50%, 1fr));
	}
	.f2_vegetables#detail #contents .outer .block03 ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.f2_vegetables#detail #contents .outer .block03 ul li a:hover .img img,
	.f2_vegetables#detail #contents .outer .block03 ul li a:active .img img,
	.f2_vegetables#detail #contents .outer .block03 ul li a:focus .img img {
		opacity: 1;
	}
	.f2_vegetables#detail #contents .outer .block03 ul li a h3 {
		line-height: 18px;
	}
}
