﻿.maindesign {
	color: #333;
}
.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#main {
		margin-bottom: 50px !important;
	}
}
.maindesign .mt20 {
	margin-top: 20px;
}
.maindesign .feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
	content: ' ';
	border-bottom: solid 3px #e5002d;
	bottom: -3px;
	width: 8%;
	display: block;
}

@media screen and (max-width: 767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.maindesign .sp-side {
		margin-inline: 10px;
	}
}
#main section {
	margin-bottom: 40px;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign p {
	line-height: 1.3;
}
.maindesign .cooperation_txt {
	margin-block-start: 15px;
}
.maindesign .nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-block-start: 30px;
}
.maindesign .nav-list .nav-list__btn:nth-child(n + 5) {
	margin-top: 15px;
}
.maindesign .nav-list__btn {
	position: relative;
	border: 1px solid #b6b6b6;
	width: calc(50% - 5px);
	font-size: 1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	text-align: center;
	border-radius: 40px;
	color: #333;
	cursor: pointer;
}
.maindesign .nav-list__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(135deg);
	z-index: -1;
}
.maindesign .nav-list__btn:hover {
	border-color: #e5002d;
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .nav-list__inner {
	display: flex !important;
	opacity: 1;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3em;
}
.maindesign .nav-list::before,
.maindesign .nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .nav-list::before {
	order: 1;
}

@media screen and (max-width: 767px) {
	.maindesign .nav-list__btn {
		width: 49%;
	}
	.maindesign .nav-list::before,
	.maindesign .nav-list::after {
		width: 49%;
	}
	.maindesign .nav-list .nav-list__btn:nth-child(n + 3) {
		margin-top: 15px;
	}
}

.maindesign .more_btn {
	position: relative;
	cursor: pointer;
	border-radius: 9999px;
	overflow: hidden;
	opacity: 1;
	background-color: #969696;
	margin-block-start: 25px;
	margin-inline: auto;
	max-width: 600px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.maindesign .more_btn {
		margin-block-start: 15px;
	}
}
.maindesign .more_btn a {
	text-decoration: none;
}
.maindesign .more_btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .more_btn__inner {
	font-feature-settings: 'palt';
	color: #fff;
	width: auto;
	min-height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.35;
	font-size: 1.1rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.maindesign .more_btn__inner {
		font-size: 1rem;
		min-height: 3.8em;
	}
}
.maindesign .more_btn__inner::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}

#main .recipes-list li {
	line-height: 1.5;
	border-bottom: dotted 1px #b6b6b6;
	padding: 10px;
	display: flex;
}
@media screen and (max-width: 767px) {
	#main .recipes-list li {
		flex-wrap: wrap;
		align-items: flex-end;
	}
}
#main .recipes-list li a:hover {
	text-decoration: underline;
	opacity: 0.75;
	transition: all 0.3s ease 0s;
}
#main .recipes-list__ttl {
	width: 45%;
}
@media screen and (max-width: 767px) {
	#main .recipes-list__ttl {
		width: fit-content;
	}
}
#main .recipes-list__quantity {
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	#main .recipes-list__quantity {
		display: flex;
		justify-content: flex-end;
		margin-block-start: 8px;
	}
}
#main .howto-list > li {
	text-indent: -2em;
	padding-left: 3em;
}
@media screen and (max-width: 767px) {
	#main .howto-list > li {
		padding-left: 2.5em;
	}
}
#main .features-head {
	font-size: 1.2em;
	margin-top: 20px;
}
#main .features-list {
	list-style-type: disc;
}
#main .features-list li {
	line-height: 1.5;
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
}
#main .features-list li::before {
	content: '・';
	font-size: 1rem;
	position: absolute;
	left: 0;
	top: 10px;
	color: #313333;
}
#main .recipe--block .recipe--block__name {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
#main .recipe--block .recipe--block__head {
	font-size: 1.2em;
	margin: 30px 0 10px 0;
}
#main .recipe--block .recipe--block__images {
	position: relative;
}
#main .recipe--block .recipe--block__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
}

@media screen and (max-width: 767px) {
	#main .recipe--block .recipe--block__icon {
		width: 85px;
		height: 85px;
	}
}
#main .recipe--block .recipe--block__icon > img {
	opacity: 0.7;
}
#main a:hover .recipe--block__icon > img {
	background-color: transparent !important;
	opacity: 0.7 !important;
}

/* ----画像リスト----*/
/* ----2列表示----*/
.maindesign .banner-list {
	text-align: center;
}
.maindesign .banner-list li:nth-child(-n + 2) {
	margin-top: 0;
}
.maindesign .banner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .banner-list li {
	width: 48%;
	margin-top: 24px;
}

.maindesign .banner-list p {
	margin-top: 0.5rem;
	line-height: 1.5;
}
.maindesign .banner-list p span {
	margin-left: 0.5em;
}
/* ----2列表示----*/
.maindesign .banner-list.col-2 li:nth-child(-n + 2) {
	margin-top: 0;
}
/* ----1列表示----*/
.maindesign .banner-list.col-1 li {
	width: 100%;
}
.maindesign .banner-list.col-1 li:nth-child(-n + 1) {
	margin-top: 0;
}
/* -- 画像リスト end --  */
@media screen and (max-width: 767px) {
	.maindesign .banner-list li {
		width: 100%;
		margin-bottom: 20px;
	}
}

.maindesign .delivery_schedule__ttl {
	font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__ttl {
		font-size: 1rem;
	}
}
.maindesign .delivery_schedule__content {
	margin-block-start: 12px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__content {
		overflow-x: scroll;
	}
}
.maindesign .delivery_schedule__inner {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__inner {
		width: 550px;
	}
}
.maindesign .delivery_schedule__april {
	grid-column: 3 / 6;
}
.maindesign .delivery_schedule__may {
	grid-column: 6 / 9;
}
.maindesign .delivery_schedule__inner table,
.maindesign .delivery_schedule__inner thead,
.maindesign .delivery_schedule__inner tbody,
.maindesign .delivery_schedule__inner tfoot,
.maindesign .delivery_schedule__inner tr {
	display: contents;
}
.maindesign .delivery_schedule td,
.maindesign .delivery_schedule th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule td,
	.maindesign .delivery_schedule th {
		font-size: 0.95rem;
	}
}

.maindesign .delivery_schedule__season td,
.maindesign .delivery_schedule__season th {
	height: 35px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__season td,
	.maindesign .delivery_schedule__season th {
		height: 28px;
	}
}
.maindesign .delivery_schedule__region td,
.maindesign .delivery_schedule__region th {
	height: 50px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__region td,
	.maindesign .delivery_schedule__region th {
		height: 40px;
	}
}
.maindesign .delivery_schedule th {
	background-color: #ddd;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule tr td:first-child,
	.maindesign .delivery_schedule tr th:first-child {
		position: sticky;
		left: 0;
	}
	.maindesign .delivery_schedule tr td:nth-child(2),
	.maindesign .delivery_schedule tr th:nth-child(2) {
		border-left: none;
	}
	.maindesign .delivery_schedule tr td:first-child::before,
	.maindesign .delivery_schedule tr th:first-child::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-right: 1px solid #ccc;
	}
}
.maindesign .delivery_schedule tr td:last-child,
.maindesign .delivery_schedule tr th:last-child {
	border-right: 1px solid #ccc;
}
.maindesign .delivery_schedule tr:last-child td,
.maindesign .delivery_schedule tr:last-child th {
	border-bottom: 1px solid #ccc;
}

.maindesign .delivery_schedule__hokkaido,
.maindesign .delivery_schedule__east,
.maindesign .delivery_schedule__west {
	position: absolute;
	display: inline-block;
	height: 24px;
	transform: translateY(50%);
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__hokkaido,
	.maindesign .delivery_schedule__east,
	.maindesign .delivery_schedule__west {
		height: 20px;
	}
}
.maindesign .delivery_schedule__hokkaido {
	background-color: #66cdaa;
}
.maindesign .delivery_schedule__east {
	background-color: #66cdaa;
}
.maindesign .delivery_schedule__west {
	background-color: #66cdaa;
}

.maindesign .delivery_schedule__hokkaido {
	bottom: 125px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__hokkaido {
		bottom: 100px;
	}
}
.maindesign .delivery_schedule__east {
	bottom: 75px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__east {
		bottom: 60px;
	}
}
.maindesign .delivery_schedule__west {
	bottom: 25px;
}
@media screen and (max-width: 767px) {
	.maindesign .delivery_schedule__west {
		bottom: 20px;
	}
}

.maindesign .schedule_tomato_01__hokkaido {
	width: 33%;
	left: 66%;
}
.maindesign .schedule_tomato_01__east {
	width: 50%;
	left: 39%;
}
.maindesign .schedule_tomato_01__west {
	width: 52%;
	left: 27%;
}

.maindesign .schedule_tomato_02__hokkaido {
	width: 21%;
	left: 61%;
}
.maindesign .schedule_tomato_02__east {
	width: 37%;
	left: 39%;
}
.maindesign .schedule_tomato_02__west {
	width: 47%;
	left: 27%;
}

.maindesign .schedule_tomato_03__hokkaido {
	width: 20%;
	left: 60%;
}
.maindesign .schedule_tomato_03__east {
	width: 50%;
	left: 39%;
}
.maindesign .schedule_tomato_03__west {
	width: 29%;
	left: 30%;
}

.maindesign .schedule_tomato_04__hokkaido {
	width: 20%;
	left: 66%;
}
.maindesign .schedule_tomato_04__east {
	width: 49%;
	left: 33.5%;
}
.maindesign .schedule_tomato_04__west {
	width: 58%;
	left: 22.5%;
}

.maindesign .schedule_tomato_05__hokkaido {
	width: 20%;
	left: 66%;
}
.maindesign .schedule_tomato_05__east {
	width: 50%;
	left: 37%;
}
.maindesign .schedule_tomato_05__west {
	width: 58%;
	left: 22.5%;
}

.maindesign .schedule_tomato_06__hokkaido {
	width: 13%;
	left: 66%;
}
.maindesign .schedule_tomato_06__east {
	width: 35%;
	left: 38%;
}
.maindesign .schedule_tomato_06__west {
	width: 25%;
	left: 27%;
}

.maindesign .schedule_eggplant_01__hokkaido {
	width: 31%;
	left: 50%;
}
.maindesign .schedule_eggplant_01__east {
	width: 49%;
	left: 32%;
}
.maindesign .schedule_eggplant_01__west {
	width: 33%;
	left: 22.5%;
}

.maindesign .schedule_eggplant_02__hokkaido {
	width: 27%;
	left: 54%;
}
.maindesign .schedule_eggplant_02__east {
	width: 42%;
	left: 33.5%;
}
.maindesign .schedule_eggplant_02__west {
	width: 31%;
	left: 24%;
}

.maindesign .schedule_eggplant_03__hokkaido {
	width: 6%;
	left: 69%;
}
.maindesign .schedule_eggplant_03__east {
	width: 19%;
	left: 40%;
}
.maindesign .schedule_eggplant_03__west {
	width: 18%;
	left: 30%;
}

.maindesign .schedule_eggplant_04__hokkaido {
	width: 6%;
	left: 69%;
}
.maindesign .schedule_eggplant_04__east {
	width: 36%;
	left: 39%;
}
.maindesign .schedule_eggplant_04__west {
	width: 26%;
	left: 29%;
}

.maindesign .schedule_eggplant_05__hokkaido {
	width: 6%;
	left: 69%;
}
.maindesign .schedule_eggplant_05__east {
	width: 33%;
	left: 34%;
}
.maindesign .schedule_eggplant_05__west {
	width: 32%;
	left: 23%;
}

.maindesign .schedule_eggplant_06__hokkaido {
	width: 6%;
	left: 69%;
}
.maindesign .schedule_eggplant_06__east {
	width: 33%;
	left: 34%;
}
.maindesign .schedule_eggplant_06__west {
	width: 32%;
	left: 23%;
}

@media screen and (max-width: 767px) {
	.maindesign .scroll-text > span {
		font-size: 0.9rem;
		padding: 5px;
		border: 2px solid #e00012;
		color: #e00012;
		display: inline-block;
		font-weight: bold;
		margin-block-start: 10px;
	}
}
