@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/about/page_img.jpg");
}
#main  p {
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .greeting {
	padding-bottom: 14.1rem;
}
#main .greeting .imgBox .phoBox {
	margin-top: 0.9rem;
	order: 1;
	width: 46.7%;
}
#main .greeting .imgBox .phoBox img {
	width: 100%;
}
#main .greeting .imgBox .txtBox {
	width: 48.5%;
}
#main .greeting .imgBox .txtBox p {
	margin-bottom: 3.2rem;
}
#main .greeting .imgBox .txtBox p:last-child {
	margin-bottom: 0;
}
#main .greeting .imgBox .txtBox .name {
	margin-top: -0.3rem;
	line-height: 1.85;
}
#main .greeting .imgBox .txtBox .name span {
	margin-left: 1.8rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .overvion {
	padding: 15rem 0 14.9rem;
	background-color: #F2F2F2;
}
#main .overvion .headLine03 {
	margin-bottom: 5.8rem;
}
#main .overvion table {
	width: 100%;
	border-collapse: collapse;
}
#main .overvion th,
#main .overvion td {
	padding: 3.7rem 1rem 3.8rem;
	text-align: left;
	word-break: break-all;
	vertical-align: middle;
	letter-spacing: 0.1em;
	border-top: 1px solid #666;
}
#main .overvion tr:last-child th,
#main .overvion tr:last-child td {
	border-bottom: 1px solid #666;
}
#main .overvion td a:hover {
	opacity: 0.7;
}
#main .overvion th {
	width: 17.5%;
	font-weight: 700;
}
#main .access {
	padding-top: 15rem;
}
#main .access .headLine03 {
	margin-bottom: 5.8rem;
}
#main .access .map {
	margin-bottom: 3rem;
	position: relative;
}
#main .access .map iframe {
	width: 100%;
	height: 50rem;
	vertical-align: top;
	border: 0;
}
#main .access .txtInner .txtBox {
	margin-top: -0.8rem;
	width: calc(100% - 40rem);
}
#main .access .txtInner .link a {
	width: 36rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	letter-spacing: 0.1em;
	border: 1px solid #1A1A1A;
}
#main .access .txtInner .link .ico {
	padding: 1rem 0 1rem 3.0rem;
	letter-spacing: 0.1em;
	background: url("../img/common/icon01.png") no-repeat left center / 2.2rem;
}
#main .access .txtInner .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .greeting {
		padding-bottom: 5rem;
	}
	#main .greeting .imgBox {
		display: block;
	}
	#main .greeting .imgBox .phoBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .greeting .imgBox .txtBox {
		width: auto;
	}
	#main .greeting .imgBox .txtBox p {
		margin-bottom: 2rem;
	}
	#main .greeting .imgBox .txtBox .name span {
		font-size: 1.8rem;
	}
	#main .overvion {
		padding: 5rem 0;
	}
	#main .overvion th,
	#main .overvion td {
		padding: 2rem 1rem 0;
		display: block;
		width: 100% !important;
	}
	#main .overvion td {
		padding: 0 1rem 2rem;
		border-top: none;
	}
	#main .overvion tr:last-child th {
		border-bottom: none;
	}
	#main .access {
		padding-top: 5rem;
	}
	#main .access .map {
		margin-bottom: 3rem;
		padding-bottom: 75%;
	}
	#main .access .map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	#main .access .txtInner {
		display: block;
	}
	#main .access .txtInner .txtBox {
		margin: 0 0 2rem;
		width: auto;
	}
	#main .access .txtInner .link a {
		margin: 0 auto;
		width: 25rem;
		height: 5rem;
	}
}