@charset "utf-8";

/*******************************************

-------------------------------------------
ご挨拶
********************************************/

main #greeting {
	padding-top: 20px;
}
main #greeting .message {
	margin-top: 70px;
}
main #greeting .message p {
	font-size: 23px;
	font-weight: 300;
	margin-top: 40px;
}
main #greeting .message p:first-of-type {
	text-align: center;
	font-size: 33px;
	font-weight: 500;
}
main #greeting figure {
	text-align: center;
	width: 230px;
	margin: 40px auto 0;
}
main #greeting figure figcaption {
	margin-top: 10px;
}
main #greeting figure figcaption p {
	text-align: center;
}
main #greeting figure figcaption p:nth-of-type(1) {
	border-bottom: 1px solid #7c7674;
	padding-bottom: 5px;
	font-size: 13px;
}
main #greeting figure figcaption p:nth-of-type(1) em {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 8px;
}
main #greeting figure figcaption p:nth-of-type(1) em::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #231815;
	margin-left: 8px;
	position: relative;
	top: 2px;
}
main #greeting figure figcaption p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 600;
	margin-top: 3px;
}
@media only screen and (max-width: 767px) {
	main #greeting {
		padding-top: 0;
	}
	main #greeting .message {
		margin-top: 40px;
	}
	main #greeting .message p {
		font-size: 16px;
		margin-top: 30px;
	}
	main #greeting .message p:first-of-type {
		font-size: 24px;
	}
}

/*******************************************

-------------------------------------------
法人概要
********************************************/

main #outline {
	background-color: #efefef;
	padding-top: 20px;
	padding-bottom: 80px;
}
main #outline table {
	width: 100%;
	max-width: 850px;
	margin: 50px auto 0;
	border-top: 1px solid #7c7674;
}
main #outline table th,
main #outline table td {
	border-bottom: 1px solid #7c7674;
	padding: 15px 10px;
	font-size: 25px;
}
main #outline table th {
	font-weight: 500;
	width: 150px;
}
main #outline table td {
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	main #outline {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	main #outline table th,
	main #outline table td {
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 15px;
	}
	main #outline table th {
		font-weight: 600;
	}
}

/*******************************************

-------------------------------------------
アクセス
********************************************/

main #access {
}
main #access .map {
	width: 100%;
	max-width: 850px;
	margin: 60px auto 0;
}
main #access .map .gmap {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
	height: 0;
}
main #access .map .gmap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
main #access .map > p {
	font-size: 25px;
	font-weight: 300;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	main #access .map {
		margin-top: 30px;
	}
	main #access .map .gmap {
		padding-top: 70%;
	}
	main #access .map > p {
		font-size: 16px;
	}
}