@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main .map {
	margin-bottom: 26px;
	height: 500px;
	background-color: #f7f5f6;
	position: relative;
	overflow: hidden;
}
#main .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .sec01 p {
	text-align: center;
	letter-spacing: 0.11em;
}
#main .sec01 {
	margin-bottom: 105px;
}
#main .txtList {
	margin-top: -9px;
	display: flex;
	flex-wrap: wrap;
}
#main .txtList li {
	margin-left: -1px;
	padding: 13px 0 12px;
	width: calc(33.33% + 1px);
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.68;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
#main .sec02 {
	margin-bottom: 108px;
}
#main .sec03 {
	margin-bottom: 110px;
}
#main .sec04 {
	margin-bottom: 59px;
}
#main .sec04 p {
	margin-bottom: 40px;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .sec05 .headLine01 {
	margin-bottom: 59px;
}
#main .sec05 p {
	margin-bottom: 40px;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .sec05 p:last-child {
	margin-bottom: 50px;
}
@media all and (min-width: 897px) {

}
@media all and (max-width: 896px) {
	#main .map {
		margin-bottom: 20px;
		height: auto;
		padding-bottom: 65%;
	}
	#main .txtList li {
		margin: 0;
		width: auto;
		border-bottom: 1px solid #000000;
		font-size: 1.8rem;
		border-left: none;
		border-right: none;
	}
	#main .txtList {
		margin: 0;
		display: block;
	}
	#main .sec02 {
		margin-bottom: 80px;
	}
	#main .sec04 p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#main .sec05 p {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#main .sec03 .image img {
		width: 100%;
	}
}