@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto
}

a:hover {
	opacity: 0.7;
}

h1,
p {
	margin: 0;
	line-height: 0;
}

header {
	background-color: #000;
	width: 100%;
	position: fixed;
}

main {
	max-width: 768px;
	margin: 0 auto;
	box-shadow: 0 4px 6px 4px #efefef;
	padding-top: 65px;
}

main img {
	max-width: 768px;
}

footer {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 0 5%;
	text-align: center;
	font-size: 16px;
	color: #333;
}

footer ul {
	display: flex;
	justify-content: center;
	margin: 3% 0;
	padding: 0;
}

footer ul li {
	width: 40%;
	text-align: center;
	list-style: none;
}

.head_wrap {
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.head_wrap p {
	width: 50%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.inner_tx {
	line-height: 1.8;
	text-align: left;
	margin: 30px auto 50px;
	width: 85%;
	font-size: 130%;
}

.inner_tx a {
	display: contents;
}

.showroom {
	text-align: center;
	margin: 10px auto 30px;
}

.cta {
	text-align: center;
}

.cta img {
	margin-top: 10px;
}

.product-info-section {
	padding: 60px 20px;
	background-color: #f9f9f9;
	/* 背景色（お好みに合わせて変更可） */
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333;
	line-height: 1.6;
}

.product-info-section .container {
	max-width: 900px;
	margin: 0 auto;
}

.product-info-section .section-title {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 10px;
}

.product-info-section .section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #333;
}

.info-table-wrapper {
	border-top: 1px solid #ccc;
}

.info-row {
	display: flex;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.info-row dt {
	width: 30%;
	background-color: #f0f0f0;
	padding: 20px;
	font-weight: bold;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
}

.info-row dt span {
	font-size: 0.75rem;
	font-weight: normal;
	display: block;
}

.info-row dd {
	width: 70%;
	padding: 20px;
	margin: 0;
	font-size: 0.85rem;
	background-color: #fff;
}

.nutrition-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.nutrition-list li {
	white-space: nowrap;
}

.caption {
	font-size: 0.75rem;
	color: #666;
	margin-top: 8px;
}

@media screen and (max-width: 640px) {
	main {
		overflow: hidden;
		box-shadow: none;
		padding-top: 50px;
	}

	footer {
		font-size: 12px;
	}

	footer ul li {
		width: 50%;
	}

	.head_wrap {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}

	.head_wrap img {
		width: 80%;
	}

	main img {
		width: 100%;
	}

	.cta img {
		margin-top: 10px;
		width: 85%;
	}

	iframe {
		width: 100%;
		height: auto;
		min-height: 220px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.info-row {
		flex-direction: column;
	}

	.info-row dt,
	.info-row dd {
		width: 90%;
	}

	.info-row dt {
		padding: 10px 20px;
		background-color: #eee;
	}
}