@charset "UTF-8";

/* テキストリンク */
.link-text {
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (hover:hover) and (pointer: fine) {
	.link-text:hover {
		text-decoration: none;
	}
}

/* COCORO KITCHEN */
.cocoro-kitchen {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem 4.8%;
	padding: 3rem 3rem;
}

.cocoro-kitchen-img {
	inline-size: 100%;
	text-align: center;
}

.logo-cocoro-kitchen {
	inline-size: min(100%, 248px);
	margin-inline: auto;
}

.cocoro-kitchen-text {
	font-size: 1.5rem;

	small {
		display: inline-block;
		font-size: 1.2rem;
	}
}

@media (width >=768px) {

	.cocoro-kitchen {
		padding: 3.2% 4.8%;
	}

	.cocoro-kitchen-img {
		width: 30%;
	}

	.cocoro-kitchen-text {
		flex: 1 0;
		font-size: 1.6rem;
	}
}
