@charset "UTF-8";

.icon-new {
	display: inline-block;
	color: #F50909;
	margin-left: 1.4em;
}

.bdr-box {
	padding: 0.5em;
	color: #000;
	border: solid 1px #000;
	text-align: center;
}

/* sub02・同時調理 */
.subgrid-img {
	margin-top: 2rem;
}

/* sub04 */
#sub04 .sub-sub-item:not(:first-of-type) {
	padding-top: 2rem;
}

#sub04 .sub-sub-item:first-of-type {
	padding-top: 3rem;
}

#sub04 .sub-sub-title {
	margin-block: 0 .5em;
}

/* sub07・スライドショー */
.swiper-pagination {
	display: flex;
	justify-content: center;
	column-gap: 1.4rem;
	margin: 1.4rem auto 0;
	position: static;
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid #535353;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #535353;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* sub02 */
	.grid-container>div:first-of-type .sub-sub-title {
		margin-top: 3rem;
	}

	/* 個別スタイル */
	.bdr-box {
		margin-bottom: 5rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* グリッドレイアウト */
	.grid-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 6%;
		row-gap: 6rem;
	}

	.grid-item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		row-gap: 2rem;
	}

	.subgrid-img {
		margin-top: 0;
	}

	.list-images {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 2%;
		margin-top: 0;
	}

	.list-images>li {
		inline-size: 49%;
	}

	.list-images.maxcol3>li {
		inline-size: 32%;
	}

	.list-images figcaption {
		font-size: 1.6rem;
	}

	/* sub04 */
	#sub04 .sub-sub-item:first-of-type {
		padding-top: 4rem;
	}

	/* 個別スタイル */
	.bdr-box {
		margin-bottom: 8rem;
	}
}