@charset "utf-8";
/* CSS Document */


/* layout
=========================================== */

.mainCont {
	border:1px solid #cfcfcf;
	background: #FFF;
	padding-bottom: 6%;
}

.mainCont:before {
	content: '';
	display: block;
	width: 91%;
	height: 4px;
	background: #e50044;
	margin:auto;
}

@media screen and (max-width: 640px){

	.mainCont {
		border:none;
		border-bottom:1px solid #cfcfcf;
		padding-bottom: 12%;
		padding-top: 1%;
	}

	.mainCont:before {
		display:none;
	}

}


/* sec_about
=========================================== */

#sec_about {
	width: 96%;
	margin:auto;
	overflow: hidden;
}

.sec_about_in {
	width: 91%;
	margin:0 auto;
	position: relative;
}

.about_cont + .about_cont {
	margin-top: 40px;
}

.about_ttl {
	color: #e50044;
	font-size: 1.8rem;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	letter-spacing: 1px;
	border-bottom:3px solid #cfcfcf;
	padding:0 0 10px 20px;
	margin-bottom: 20px;
	position: relative;
}

.about_ttl:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/icn_circle01.png) no-repeat center center;
	background-size: 14px;
	position: absolute;
	left:0;
	top: 2px;
}

.about_txtBox {
	overflow: hidden;
}

.about_txt {
	display: block;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: justify;
	width: 71%;
	padding-right: 4%;
	float: left;
}

.about_txt_main {
	padding-bottom: 20px;
}

.about_txt_career dd + dd {
	margin-top: 5px;
}

.about_img {
	float: right;
	width: 25%;
	font-size: 1.4rem;
}

.about_img img {
	padding: 0 0 10px 0;
}

.about_facility {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex:0 0 auto;
	-webkit-flex:0 0 auto;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_facility li {
	width: 32%;
	margin-bottom: 20px;
}

.about_facility li:last-child {
	margin-right: auto;
	margin-left:2%;
}

.about_facility li .txt {
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	background: #e50044;
	padding: 8px 10px;
}

.about_access {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.about_accessTxt {
	width: 50%;
	order:1;
	-webkit-order:1;
}

.about_access_Main {
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin:0 0 25px 0; 
}

.about_access_Main dt {
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
}

.about_access_Main dd + dt {
	margin-top:1em;
}
.about_access_timeTable .title {
	font-family:"ヒラギノ角ゴ ProN W6";
	font-weight:bold;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.about_access_timeTable .title span {
	font-size: 1.2rem;
	background: #e50044;
	color: #FFF;
	padding: 2px 5px;
	margin: 0 0 0 2px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	top: -2px;
	letter-spacing: 1px;
}
.about_access_timeTable table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.about_access_timeTable thead  {
	border-bottom: 1px solid #909090;
}

.about_access_timeTable thead th  {
	font-size: 1.4rem;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	padding-bottom: 5px;
}

.about_access_timeTable tbody  {
	border-bottom: 1px solid #909090;
}

.about_access_timeTable tbody th  {
	font-weight: bold;
	font-family:"ヒラギノ角ゴ ProN W6";
	font-size: 1.3rem;
	background: #ffedef;
	text-align: left;
	border-bottom: 1px solid #909090;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.about_access_timeTable tbody td  {
	font-size: 1.4rem;
	width: 2.6em;
	padding:5px 0 3px 0;
	border-bottom: 1px solid #909090;
}
.about_access_timeTable tbody tr:first-child td  {
	position: relative;
	padding-top: 20px;
}
.about_access_timeTable tbody span {
	display: block;
	text-align: center;
	font-size: 1.0rem;
	position: absolute;
	left:50%;
	top:3px;
	white-space: nowrap;
	transform:translateX(-50%);
}
.about_access_timeTable tbody .caption  {
	font-size: 1.2rem;
	padding-top: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #909090;
}
.about_access_timeTable .notes {
	font-size: 1.3rem;
	margin-top: 8px;
	position: relative;
	padding-left: 1.1em;
}
.about_access_timeTable .notes+.notes {
	margin-top: 2px;
}
.about_access_timeTable .notes:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top:0;
}

.about_accessMap {
	width: 44%;
	height: 300px;
	order:2;
	-webkit-order:2;
}

.access_map {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px){

	.about_ttl {
		line-height: 1.1em;
		font-size: 1.7rem;
	}

	.about_txt {
		font-size: 1.3rem;
		line-height: 2.1rem;
		width: 60%;
		padding-right: 6%;
	}

	.about_img {
		width: 34%;
	}

	.about_facility li {
		width: 48.4%;
	}

	.about_facility li:last-child {
		margin-left:0;
	}	

	.about_access {
		display: block;
	}

	.about_accessTxt {
		width: 100%;
	}

	.about_access_Main {
		font-size: 1.3rem;
		line-height: 2.1rem;
	}

	.about_access_timeTable tr th:first-child  {
		width: 150px;
	}

	.about_access_timeTable thead th  {
		font-size: 1.2rem;
	}

	.about_access_timeTable tbody th  {
		font-size: 1.2rem;
	}

	.about_access_timeTable tbody td  {
		font-size: 1.3rem;
	}

	.about_access_timeTable tbody .caption  {
		font-size: 1.1rem;
	}		
	.about_access_timeTable .notes {
		font-size: 1.1rem;
	}
	.about_accessMap {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}			

}

@media screen and (max-width: 640px){

	.about_access_timeTable tr th:first-child  {
		width: auto;
	}

	.about_img {
		font-size: 1.1rem;
	}	

}