@charset "utf-8";

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

.section_a {}

.section_a .inner {
	padding-top: 35%;
}

.section_a .wrap {
	gap: 24px;
}

.section_a .heading_wrap {
	width: 90%;
	max-width: 1280px;
}

.section_a .heading_wrap .heading {}

.section_a .heading_wrap .heading .main {}

.section_a .heading_wrap .heading .sub {}

.section_a .content_wrap {
	gap: 24px;
}

.section_a .content_wrap .content {}

.section_a .content_wrap .content .item_wrap {}

.section_a .content_wrap .content .item_wrap .item {}

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

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

.section_a .content_wrap .content_1 {
	width: 90%;
	max-width: 640px;
}

.section_a .content_wrap .content_2 {
	width: 100%;
}

.section_a .table {
	width: 100%;
}

.section_a .table tr th,
.section_a .table tr td {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px #D9D9D9 solid;
}

.section_a .table tr th {
	position: relative;
	font-weight: 700;
}

.section_a .table tr th::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #B94091;
}

.section_a .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.section_a .map iframe {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_a .inner {
		padding-top: 10%;
	}

	.section_a .content_wrap .content_1 {
		width: 50%;
	}

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

	.section_a .table tr th {
		width: 25%;
	}

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

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

@media screen and (min-width: 1440px) {
	.section_a .wrap {
		gap: 48px;
	}

	.section_a .content_wrap {
		gap: 72px;
	}

	.section_a .table tr th,
	.section_a .table tr td {
		padding: 24px;
		font-size: 1.25rem;
	}
}

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

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

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

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

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

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

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

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

.section {}

.section .inner {}

.section .wrap {}

.section .heading_wrap {}

.section .heading_wrap .heading {}

.section .heading_wrap .heading .main {}

.section .heading_wrap .heading .sub {}

.section .content_wrap {}

.section .content_wrap .content {}

.section .content_wrap .content .item_wrap {}

.section .content_wrap .content .item_wrap .item {}

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

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

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

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

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

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

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