@charset "UTF-8";

.main_container {
	position: relative;
}
.main_container::before {
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 1000%;
	height: 1000000px;
	background-repeat: repeat;
	background-position: center top;
	content: "";
}

.title_container {
	text-align: center;
}

.content-title {
	font-weight: bold;
}

.access-table_container {
	max-width: 1000px;
	margin: 0 auto;
	border-collapse: collapse;
}

.access-table_container tr {
	border-bottom: 2px solid #efefef;
}
.company-table_container th , .company-table_container td {
	font-size: clamp(0.875rem, 0.707rem + 0.35vw, 0.938rem);
}


.access-table_container th {
	font-weight: bold;
	text-align: left;
}

.access-table_container td {
	font-weight: normal;
	text-align: justify;
}

.googlemap-container {
	display: flex;
	max-width: 700px;
	width: 95%;
	margin: 0 auto; /* 上に30pxのマージン、左右中央揃え */
	justify-content: center;
	align-items: center;

	aspect-ratio: 7/5;
}

.googlemap-container iframe {
	width: 100%;
	height: 100%;
}



@media screen and (min-width: 768px) {
	.main_container {
		padding-top: calc(80px + 50px);
		padding-bottom: 100px;
	}
	.main_container::before {
		top: 80px;
		background-image: url(../images/access_bg-pc.png);
		background-size: 1920px 1610px;
		opacity: 0.4;
	}
	.access-content_container {
		margin-top: 55px;
	}
	.access-table_container {
		width: 95%;
		margin-bottom: 55px;
	}
	.access-table_container tr:nth-of-type(1) th , .access-table_container tr:nth-of-type(1) td {
		padding-top: 0 !important;
	}
	.access-table_container th , .access-table_container td {
		padding: 30px 0;
	}
	.access-table_container th {
		width: 150px;
		padding-left: 30px;
	}

	.access-table_container td {
		padding-left: 50px;
	}.access-table_container tr:nth-of-type(1) td br {
		display: none;
	}.access-table_container tr:nth-last-of-type(1) td br:nth-last-of-type(1) {
		display: none;
	}
	.googlemap-container {
		width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: calc(60px + 15px);
		padding-bottom: 110px;
	}
	.main_container::before {
		top: 60px;
		background-image: url(../images/access_bg-mb.png);
		background-size: 375px 1388px;
		opacity: 0.5;
	}
	.access-content_container {
		margin-top: 30px;
	}
	.access-table_container {
		width: calc(100% - 40px);
		margin-bottom: 20px;
	}

	.access-table_container tr {
		display: block;
		padding-bottom: 25px;
		border-bottom: 1px solid #cccccc;
	}

	.access-table_container tr:not(:nth-last-of-type(1)) {
		margin-bottom: 20px;
	}

	.access-table_container th , .access-table_container td {
		display: block;
		width: 100%;
	}

	.access-table_container th {
		margin-bottom: 5px;
		padding-left: 10px;
		color: #333333;
		font-weight: bold;
	}

	.access-table_container td {
		padding-right: 10px;
		padding-left: calc(10px + 0.5em);
		line-height: 20px;
	}
	.access-table_container tr:nth-last-of-type(1) td br:nth-of-type(1) {
		display: none;
	}

	.googlemap-container {
		width: calc(100% - 60px);
		min-height: 220px;
	}


	/* [[BREAK]]を置換した div に縦余白 */
	.sp-break {
		height: 0.8em;
	}
}
