@charset "UTF-8";

/* グローバルスタイルリセット */
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.merit-num {
	background-color: #000;
	padding: .1em 1.4em;
	color: #fff;
}

.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	font-weight: 300;
	text-align: left;
}

.fig-caption-bottom .min-h {
	min-height: 3.6rem;
}

.btn-arrow {
	max-width: 340px;
	margin: 8rem auto 0;
	display: block;
}

/* 水のチカラで調理するメリット */
.list-merit {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
	row-gap: 4rem;
}

.merit-num {
	inline-size: fit-content;
	margin-inline: auto;
}

.merit-title {
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: .5em;
	text-align: center;
}

.list-merit figure {
	margin-top: 1rem;
}

.list-merit figcaption {
	font-size: 1.4rem;
	margin-top: .5em;
}

/* 水で焼くを実現する仕組み */
.column-container {
	background: #f5f5f5;
	max-inline-size: 1200px;
	margin: 8rem auto 0;
	padding: 4rem 5%;
	position: relative;
}

.column-index {
	inline-size: fit-content;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border-radius: 50px;
	padding: .4em 2.5em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.column-title-wrap {
	text-align: center;
}

.column-title {
	display: inline;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.4;
	padding: 0 .2em .2em;
	border-bottom: 2px dotted #000;
}

.list-kinou {
	margin-top: 2rem;
}

.list-kinou>li:not(:first-child) {
	margin-top: 1em;
}

.list-kinou .text {
	font-size: 1.4rem;
	margin-top: 0.25em;
}

.kinou-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.kinou-title span {
	display: inline-block;
	width: 1.5em;
	margin-right: 0.5em;
	background: #e60012;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-radius: 0.5rem;
	background: #e60012;
}

.list-menu {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
	row-gap: 3rem;
}

.list-menu figcaption {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: .6em;
}

.figtext {
	font-size: 1.4rem;
	margin-top: .3em;
}

.list-healsio {
	display: flex;
	flex-wrap: wrap;
	row-gap: 3rem;
	margin-top: 3rem;
}

/* 画像タイトル */
.img-sub-title {
	font-size: 1.5rem;
	margin-top: 3rem;
}

:has(.img-sub-title) .flex-item>* {
	margin-top: .5em;
}

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


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

	/* 画像タイトル */
	.img-sub-title {
		font-size: 1.6rem;
		margin-top: 4rem;
	}

	/* 水のチカラで調理するメリット */
	.list-merit {
		justify-content: space-between;
		column-gap: 4%;
	}

	.list-merit>li {
		inline-size: calc(92% / 3);
	}

	.merit-title {
		font-size: 1.8rem;
	}

	.list-merit figure {
		margin-top: 2rem;
	}

	.list-merit figcaption {
		font-size: 1.5rem;
	}

	/* 健康効果 */
	.list-healsio {
		row-gap: 6rem;
		column-gap: 6%;
		margin-top: 4rem;
	}

	.list-healsio>li {
		inline-size: 47%;
	}

	/* コラム */
	.column-container {
		margin-top: 12rem;
		padding: 6rem 5%;
	}

	.column-index {
		font-size: 1.6rem;
	}

	.column-title {
		font-size: 2rem;
	}

	.kinou-title {
		font-size: 1.6rem;
	}

	/* 水で焼く */
	.list-menu {
		justify-content: space-between;
		margin-top: 6rem;
		row-gap: 4rem;
	}

	.list-menu>li {
		inline-size: 47%;
	}

	.list-kinou>li:not(:first-child) {
		margin-top: 2.5rem;
	}

	.list-kinou .text {
		font-size: 1.4rem;
	}

	/* コラム */
	#column02 .flex-container {
		column-gap: 4%;
		margin-top: 3rem;
	}

	#column02 .flex-container>div:first-of-type {
		inline-size: 56%;
	}

	#column02 .flex-container>div:last-of-type {
		inline-size: 40%;
	}
}