@charset "utf-8";

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

.section_1 {
	background-image: url(../img/store_bg.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 300%;
}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 48px;
}

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

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

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

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

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

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

.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap img {
	width: 100%;
}

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

.section_1 .content_wrap .content_2 .item_wrap .item .img_wrap img {
	width: 100%;
}

.section_1 .table {
	width: 100%;
}

.section_1 .table tr th,
.section_1 .table tr td {
	display: block;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	border-bottom: 1px #ffffff solid;
}

.section_1 .table tr.firstline th {
	padding-top: 0;
}

.section_1 .map {
	width: 100%;
}

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

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

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

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

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

	.section_1 .content_wrap .content_1 {}

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

	.section_1 .content_wrap .content_1 .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap img {}

	.section_1 .content_wrap .content_1 .item_wrap .item_2 {}

	.section_1 .content_wrap .content_2 .item_wrap .item .img_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .img_wrap img {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_1 .content_wrap .content_3 {
		margin-top: 48px;
	}

	.section_1 .table {}

	.section_1 .table tr th,
	.section_1 .table tr td {}

	.section_1 .map {
		padding-top: calc(100% * (3 / 5));
	}
}

@media screen and (min-width: 1280px) {
	.section_1 {
		background-size: 120%;
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		gap: 96px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item {
		width: calc((100% - (96px * 1)) / 2);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 {
		padding-right: 24px;
	}

	.section_1 .table tr th,
	.section_1 .table tr td {
		display: table-cell;
		padding: 16px;
	}

	.section_1 .table tr th {
		width: 25%;
		padding-left: 0;
	}

	.section_1 .table tr.firstline th {
		padding-top: 0;
	}

	.section_1 .table tr td {
		width: 75%;
		padding-right: 0;
	}

	.section_1 .table tr.firstline td {
		padding-top: 0;
	}

	.section_1 .btn {
		right: -48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 {
		background-size: contain;
	}

	.section_1 .content_wrap {
		gap: 120px;
	}

	.section_1 .content_wrap .content_1 {
		gap: 120px;
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		gap: 144px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item {
		width: calc((100% - (144px * 1)) / 2);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .img_wrap {
		gap: 20px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .img_wrap {
		gap: 16px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .img_wrap img {
		width: calc((100% - (16px * 2)) / 3);
	}

	.section_1 .content_wrap .content_3 {
		margin-top: 120px;
	}

	.section_1 .table tr th,
	.section_1 .table tr td {
		font-size: 1.125rem;
	}
}

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

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