@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 51px;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .sec {
	margin-bottom: 70px;
	padding: 128px 164px 95px;
	border-radius: 50px;
	background-color: rgba(201,188,182,0.1);
}
#main .sec table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec table th,
#main .sec table td {
	padding-bottom: 29px;
	font-size: 1.8rem;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.19em;
	line-height: 1.8;
}
#main .sec table th {
	padding-right: 80px;
	width: 27%;
	font-size: 1.8rem;
	font-weight: normal;
}
#main .sec table th span {
	padding: 1px;
	display: block;
	text-align: center;
	background-color: #fff;
}
#main .sec table td .link {
	text-decoration: underline;
}
#main .sec table td li {
	padding-left: 0.7em;
	text-indent: -1em;
}
#main .map {
	margin-bottom: 115px;
	position: relative;
	overflow: hidden;
	height: 435px;
	width: 100%;
}
#main .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media all and (min-width: 897px) {
	#main .sec table td .link:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main h2 {
		margin-bottom: 30px;
		font-size: 2.5rem;
	}
	#main .sec {
		margin-bottom: 30px;
		padding: 40px 15px;
		border-radius: 23px;
	}
	#main .sec table th,
	#main .sec table td {
		padding-bottom: 20px;
		display: block;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	#main .sec table th {
		padding-bottom: 10px;
		padding-right: 0;
		width: 100%;
		font-size: 1.6rem;
	}
	#main .sec table th span {
		width: 100px;
		padding: 3px 1px;
	}
	#main .map {
		margin-bottom: 50px;
		height: auto;
		padding-bottom: 80%;
	}
}
@media all and (-ms-high-contrast:none) {
	#main .sec table th,
	#main .sec table td {
		padding-bottom: 26px;
	}
	#main .sec table th span {
		padding: 12px 1px 5px;
		line-height: 1;
	}
	#main .sec table td {
		padding-top: 7px;
	}
}