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

/* ----------------------------------------------------------------------------------------------------
*  入館案内・料金
* --------------------------------------------------------------------------------------------------*/
.contentIn {
    width: auto;
}
.boxStyle01 {
	margin: 0;
}
#sec01 {
	margin-bottom: 78px;
}
#sec01 .boxStyle01 table caption {
	font-size: 20px;
	color: #fff;
	background-color: #42b8b0;
	text-align: center;
}
#sec01 .boxStyle01 table {
	width: 100%;
}
#sec01 .boxStyle01 table tr:first-of-type {
	border-top: 1px dashed #b2b2b2;
}
#sec01 .boxStyle01 table tr {
	border-bottom: 1px dashed #b2b2b2;
}
#sec01 .boxStyle01 table th {
	width: 103px;
	padding: 12px 16px !important;
}
#sec01 .boxStyle01 table th,
#sec01 .boxStyle01 table td {
	padding: 12px 0;
}
#sec01 .boxStyle01 .boxLeft {
	width: 100%;
	float: left;
}
#sec01 .boxStyle01 .boxRight {
	width: 480px;
	float: right;
}
/* 2019.05 空室情報 */
#vacancy {
	margin-bottom: 120px;
}
#vacancy > div > h2 {
	margin-bottom: 40px;
}
#vacancy > div > div {
	text-align: center;
}
#vacancy > div > div > a {
	margin: 30px auto 60px auto;
}
/* 2019.05 空室情報：ここまで */
/*#flow li.titleNumber {
    counter-increment: titleNumber;
}
#flow li.titleNumber:before {
    content: counter(titleNumber) ;
    display: inline-block;
    margin-right: 22px;
}*/
#flow {
	margin-bottom: 30px;
}
#flow li h3 {
	background-color: #34918c;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 20px;
}
#flow li h3 span {
	margin-right: 22px;
}
#flow li .procedureBox {
	padding: 35px 0 44px 85px;
	position: relative;
}
#flow li:not(:last-child) .procedureBox:before {
	position: absolute;
	content: '';
	background: url(../img/entrance/ico_arrow01.png) no-repeat center;
	width: 58px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#flow li .procedureBox p {
	margin-bottom: 35px;
}
#flow li .procedureBox dl dt {
	font-size: 20px;
	color: #34918c;
	margin-bottom: 20px;
}
#flow li .procedureBox dl {
	display: inline-block;
	vertical-align: middle;
}
#flow li .procedureBox dl + dl{
	margin-left: 220px;
}

@media screen and (max-width:768px) {
	section {
    	margin-bottom: 50px !important;
	}
	section:last-child {
    	margin-bottom: 0 !important;
	}	
	#sec01 .boxStyle01 table caption {
		font-size: 16px;
	}
	#sec01 .boxStyle01 table th {
		padding: 6px 18px !important;
	}
	#sec01 .boxStyle01 table th,
	#sec01 .boxStyle01 table td {
		padding: 6px 0;
	}
	#sec01 .boxStyle01 .boxLeft,
	#sec01 .boxStyle01 .boxRight {
		width: auto;
		float: none;
	}
	#sec01 .boxStyle01 .boxRight {
		margin-top: 20px;
	}
	#flow li h3 {
		font-size: 16px;
		padding: 10px;
	}
	#flow li h3 span {
		margin-right: 11px;
	}
	#flow li .procedureBox {
		padding: 15px 0 15px 18%;
	}
	#flow li:not(:last-child) .procedureBox:before {
		content: '';
		background: url(../img/entrance/ico_arrow01.png) no-repeat center;
		background-size: contain;
		width: 48px;
		height: 40px;
	}
	#flow li .procedureBox p {
		margin-bottom: 18px;
	}
	#flow li .procedureBox dl dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#flow li .procedureBox dl {
		display: block;
	}
	#flow li .procedureBox dl + dl{
		margin: 20px 0 0 0;
	}
}
