@charset "utf-8";

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
.accessPage {
	background: url(../img/access/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.access {
	margin: -5px 0 0;
}

.access .headLine01 {
	margin-bottom: 29px;
}

.access p {
	margin-bottom: 30px;
	line-height: 2;
}

.access .topText {
	margin-bottom: 52px;
	padding-bottom: 50px;
	border-bottom: 1px solid #EBEBEB;
}

.access .tabBox {
	margin-bottom: 32px;
	width: 530px;
}

.access .tabBox th,
.access .tabBox td {
	font-weight: normal;
	color: #323232;
	border: 1px solid #EBEBEB !important;
}

.access .tabBox thead th {
	color: #fff;
	background-color: #FD7275;
	border-left: 1px solid #EA8384 !important;
	border-right: 1px solid #EA8384 !important;
	border-top: none !important;
}

.access .h301 {
	margin-bottom: 35px;
}

.access .tabBox td {
	color: #F57173;
}

.access .tabBox td span {
	color: #323232;
}

.access .map {
	margin-bottom: 30px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.accessPage {
		background: url(../img/access/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.access {
		margin: -2px 0 0 2px;
	}

	.access .headLine01 {
		margin-bottom: 29px;
	}

	.access p {
		margin-bottom: 17px;
		line-height: 1.8;
	}

	.access .topText {
		margin-bottom: 34px;
		padding-bottom: 34px;
		border-bottom: 1px solid #EBEBEB;
	}

	.access .tabBox {
		margin-bottom: 18px;
		width: auto;
	}

	.access .tabBox .comTable {
		margin: 0;
	}

	.access .tabBox th,
	.access .tabBox td {
		font-weight: normal;
		color: #323232;
		line-height: 1.5;
		border: 1px solid #EBEBEB !important;
	}

	.access .tabBox thead th {
		padding: 4px 3px;
		color: #fff;
		background-color: #FD7275;
	}

	.access .tabBox td {
		padding: 7px 5px;
	}

	.access .tabBox th {
		padding: 7px 2px 7px 11px;
		letter-spacing: 0;
	}

	.access .h301 {
		margin-bottom: 32px;
	}

	.access .tabBox td {
		color: #F57173;
	}

	.access .tabBox td span {
		color: #323232;
	}

	.access .map {
		margin-bottom: 30px;
	}

	.access .map iframe {
		width: 100% !important;
		height: 200px !important;
	}
}




