@charset "utf-8";

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

body {
	background-image: url(../img/bg_other.webp);
	background-position: top;
	background-repeat: repeat;
	background-size: contain;
}

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.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 .main::before,
.section_1 .heading_wrap .heading .main::after {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th,
.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr td {
	display: block;
	padding: 12px 6px;
	border: 0;
	border-bottom: 1px #D0D0D0 dashed;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th {}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.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 .main::before,
	.section_1 .heading_wrap .heading .main::after {}

	.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 {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr td {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th {}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.45);
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr td {
		display: table-cell;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th {
		width: 25%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr td {
		width: 75%;
	}
}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table {
		width: calc((100% - (36px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .table tr td {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (36px * 1)) * 0.45);
	}
}

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

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