@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding-bottom: 10%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {
	width: 90%;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {
	width: 90%;
	max-width: 960px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd {
	position: relative;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translate(100%, -50%);
	width: 36px;
	height: 1px;
	background-color: #A1884B;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .note {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr {
	position: relative;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th,
.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {
	display: block;
	padding: 12px 0px;
	border: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th .big,
.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td .big {
	font-size: 1.125rem;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th .small,
.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td .small {
	font-size: 0.875rem;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th .bold,
.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td .bold {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th {
	padding-bottom: 0;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr:first-child th {
	padding-top: 0;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding-bottom: 5%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd::before {
		width: 120px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {
		display: table-cell;
		padding: 12px 0px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th {
		padding-right: 6px;
		text-align: left;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {
		text-align: right;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr:first-child td {
		padding-top: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd {
		gap: 18px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd::before {
		right: -24px;
		width: 180px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th.w50,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td.w50 {
		width: 55%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {
		white-space: nowrap;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .menu_hd .hd::before {
		right: -40px;
		width: 232px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr td {
		padding: 30px 0px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .menu_wrap .menu_wrap_inner .menu .table tr th {
		padding-right: 15px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
