@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* floor
-------------------------------------------------------------------------------------------------------------------------------*/

/* section 
=================================================== */
.floor .section{
	width: 100%;
	margin-bottom: 5px;
}

/* ttl
---------------------------------------- */
.floor .section .ttl{
	display: table;
	width: 100%;
	background: #2fa544;
}
.floor .section .ttl h3{
	display:table-cell;
	width: 70px;
}
.floor .section .ttl h4{
	display:table-cell;
	padding-right: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4;
}
/*.floor .section .ttl p{
	display:table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 15px;
}*/

/* cont
---------------------------------------- */
.floor .section .cont{
	display: none;
	padding: 5px 0;
}
.floor .section .cont h5{
	padding: 8px 10px;
}
.floor .section .cont h5.ct01{
	background: #7cadda;
}
.floor .section .cont h5.ct02{
	background: #a6d496;
}
.floor .section .cont h5.ct03{
	background: #f5b27f;
}
.floor .section .cont h5.ct04{
	background: #f6babc;
}
.floor .section .cont h5.ct05{
	background: #c9ab84;
}
.floor .section .cont h5.ct06{
	background: #d6b1d2;
}
.floor .section .cont ul {
	padding: 15px 10px 20px 10px;
}
.floor .section .cont ul li {
	display: flex;
	padding: 5px 0;
}
.floor .section .cont ul li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	background-color: #eee;
	margin-right: 10px;
	font-size: 95%;
}
.floor .section .cont ul li .num.ct01 {
	background-color: #cddfef;
}
.floor .section .cont ul li .num.ct02 {
	background-color: #dee8bc;
}
.floor .section .cont ul li .num.ct03 {
	background-color: #f8ee7c;
}
.floor .section .cont ul li .num.ct04 {
	background-color: #f3d5d4;
}
.floor .section .cont ul li .num.ct05 {
	background-color: #dbd6c5;
}
.floor .section .cont ul li a{
	flex: 1;
	color: #626262;
	line-height: 1.6;
	text-decoration: none;
}
.floor .section .cont .map {
	padding: 15px 0 20px;
}
.floor .section .cont .map-color {
	padding: 20px 0;
}
.floor .section .cont .map img {
	width: 100%;
}

