@charset "UTF-8";
@media (max-width: 1000px) {
	body {
		padding-top: 100px;
		/* スマホ用高さ */
	}
}

#id {
	display: none;
}

.menu_top .menu_top_container {
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.menu_top .menu_top_container {
		width: 100%;
	}
}

.menu_top .menu_top_container img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.menu {
	width: 80%;
	margin: 0 auto;
	background: #000;
	color: #fff;
	position: relative;
}

.menu h2 {
	margin-top: 60px;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.menu h2 {
		font-size: 6.66667vw;
		line-height: 1.5;
		margin-top: 16vw;
		margin-bottom: 13.33333vw;
	}
}

/* ブロック */
.menu-item {
	display: flex;
	min-height: 400px;
}

/* 逆 */
.menu-item.reverse {
	flex-direction: row-reverse;
}

.menu-item {
	display: flex;
	min-height: 400px;
}

/* 逆 */
.menu-item.reverse {
	flex-direction: row-reverse;
}

/* 50%固定 */
.menu-text,
.menu-img {
	width: 50%;
}

/* はみ出し防止（重要） */
.menu-text {
	min-width: 0;
	padding: 40px 40px 40px 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 1000px) {
	.menu-text {
		padding: 40px;
	}
}

.menu-img img {
	width: 100%;
	aspect-ratio: 1 / 1;
	/* ←正方形 */
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 1000px) {
	.menu-img img {
		height: 300px;
	}
}

/* 50%固定 */
.menu-text,
.menu-img {
	width: 50%;
}

/* はみ出し防止（重要） */
.menu-text {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-text h3 {
	font-size: 23px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.menu-text h3 {
		font-size: 4.8vw;
	}
}

/* リスト */
.menu-text ul {
	list-style: none;
	padding: 0;
	font-size: 20px;
}

@media screen and (max-width: 1000px) {
	.menu-text ul {
		font-size: 3.46667vw;
	}
}

.menu-text li {
	padding: 10px 0;
	border-bottom: 1px solid #444;
}

/* 画像 */
.menu-bottom-text {
	font-size: 18px;
	margin: 150px 0;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.menu-bottom-text {
		font-size: 2.93333vw;
		width: 100%;
	}
}

/* スマホ */
@media (max-width: 1000px) {
	.menu-item {
		flex-direction: column;
		min-height: auto;
	}
	.menu-text,
	.menu-img {
		width: 100%;
	}
	.menu::before {
		display: none;
	}
}

@media (max-width: 1000px) {
	.menu-item {
		flex-direction: column;
	}
	.menu-item.reverse {
		flex-direction: column;
		/* ←これ追加 */
	}
	.kome {
		font-size: 12px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li {
		padding: 0 12vw;
	}
}

.price .price_container ul li .ttl {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li .ttl {
		font-size: 3.46667vw;
		width: 100%;
	}
}

.price .price_container ul li .ttl::before {
	content: "◆";
	font-size: 15px;
	position: absolute;
	left: -23px;
	top: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li .ttl::before {
		top: 4vw;
	}
}

.price .price_container ul li table {
	width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li table {
		width: 100%;
	}
}

.price .price_container ul li table tr {
	width: 700px;
	margin: 0 auto;
	justify-content: space-between;
	padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li table tr {
		width: 100%;
	}
}

.price .price_container ul li table tr td {
	font-size: 20px;
	line-height: 1.5;
	padding: 100px 0;
}

@media screen and (max-width: 1000px) {
	.price .price_container ul li table tr td {
		font-size: 3.46667vw;
		padding: 16vw 0;
	}
}

.price .price_container ul li table tr td:nth-child(2) {
	text-align: end;
}

.price .price_container .read {
	font-size: 15px;
	line-height: 2;
	text-align: center;
	margin-top: 100px;
}

@media screen and (max-width: 1000px) {
	.price .price_container .read {
		font-size: 3.2vw;
		padding-bottom: 30.66667vw;
		margin-top: 21.33333vw;
	}
}

/*# sourceMappingURL=menu.css.map */