@charset "utf-8";


.floorNaviBox {
	clear: both;
	padding: 30px;
	background: #EFEFEF;
}
@media only screen and (max-width: 767px) {
	.floorNaviBox {
		padding: 20px;
	}
}
.floorNaviBox .list01 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.floorNaviBox .list01 > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 23.4%;
	margin: 0 0 0 2.1%;
}
.floorNaviBox .list01 > li:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.floorNaviBox .list01 > li {
		width: 49%;
		margin: 2% 0 0 2%;
	}
	.floorNaviBox .list01 > li:nth-child(odd) {
		margin-left: 0;
	}
}
.floorNaviBox .list01 > li a {
	display: block;
	font-size: 23px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	border: 2px solid #3F5BA8;
	background: #ffffff;
	border-image: url(../img/common/common_bg02.png) 2 2 repeat;
}
.floorNaviBox .list01 > li.current a ,
.floorNaviBox .list01 > li a:hover {
	color: #ffffff;
	background: #3F5BA8;
}

@media only screen and (max-width: 767px) {
	.floorNaviBox .list01 > li a {
		font-size: 18px;
	}
}
.floorNaviBox .btnRestrant {
	clear: both;
	margin: 20px 0 0 0;
}
.floorNaviBox .btnRestrant a {
	display: block;
	font-size: 23px;
	line-height: 1;
	text-align: center;
	color: #E36039;
	text-decoration: none;
	padding: 15px;
	border: 2px solid #E36039;
	background: #ffffff;
	border-image: url(../img/common/common_bg03.png) 2 2 repeat;
}
.floorNaviBox .btnRestrant.current a ,
.floorNaviBox .btnRestrant a:hover {
	color: #ffffff;
	background: #E36039;
}
@media only screen and (max-width: 767px) {
	.floorNaviBox .btnRestrant a {
		font-size: 18px;
	}
}


.floorIndexList {
	clear: both;
	margin: 60px auto 0;
	padding: 0;
	width: 680px;
}
@media only screen and (max-width: 767px) {
	.floorIndexList {
		width: auto;
	}
}
.floorIndexList > li {
	margin: -65px 0 0 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: url(../img/floor/floor_line01.png) 234px 25px no-repeat;
}
.floorIndexList > li:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.floorIndexList > li {
		margin: -5% 0 0 0;
		background: none;
	}
}
.floorIndexList > li a {
	display: block;
	text-decoration: none;
}
.floorIndexList > li .numBox {
	float: left;
	width: 234px;
	font-size: 23px;
	line-height: 1;
	text-align: center;
	padding: 15px;
	border: 2px solid #3F5BA8;
	background: #ffffff;
	border-image: url(../img/common/common_bg02.png) 2 2 repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.floorIndexList > li .numBox {
		width: 30%;
		font-size: 18px;
	}
}
.floorIndexList > li a:hover .numBox {
	color: #ffffff;
	background: #3F5BA8;
}
.floorIndexList > li .imgBox {
	float: right;
	width: 408px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.floorIndexList > li .imgBox {
		width: 65%;
	}
}

.floorIndexList > li.floor04 .imgBox {
	z-index: 4;
}
.floorIndexList > li.floor03 .imgBox {
	z-index: 3;
}
.floorIndexList > li.floor02 .imgBox {
	z-index: 2;
}
.floorIndexList > li.floor01 .imgBox {
	z-index: 1;
}

.floorContentBox .ttlType01 {
	margin-bottom: 0;
}
.floorList01 {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.floorList01 > li {
	float: left;
	width: 48%;
	margin: 20px 0 0 4%;
	padding: 20px 0 0 0;
	list-style-type: none;
	border-top: 1px dotted #aaaaaa;
	overflow: hidden;
}
.floorList01 > li:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
.floorList01 > li:first-child ,
.floorList01 > li:nth-child(2) {
	border: none;
}
@media only screen and (max-width: 767px) {
	.floorList01 > li {
		float: none;
		width: auto;
		margin: 20px 0 0 0;
	}
	.floorList01 > li:nth-child(2) {
		border-top: 1px dotted #aaaaaa;
	}
}
.floorList01 > li .picBox {
	float: left;
	width: 35%;
	margin: 0 20px 0 0;
	border: solid 1px #ddd;
}
.floorList01 > li .picBox img {
	width: 100%;
}
.floorList01 > li .txtBox {
	overflow: hidden;
}
.floorList01 > li .txtBox .name {
	font-size: 23px;
	font-weight: bold;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.floorList01 > li .txtBox .name {
		font-size: 18px;
	}
}
.floorList01 > li .txtBox .hour::before ,
.floorList01 > li .txtBox .tel::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}
.floorList01 > li .txtBox .hour::before {
	background: url(../img/floor/floor_icon_hour.png) 0 0 no-repeat;
	background-size: contain;
}
.floorList01 > li .txtBox .tel::before {
	background: url(../img/floor/floor_icon_tel.png) 0 0 no-repeat;
	background-size: contain;
}
.floorList01 > li .txtBox .txt01 {
	font-size: 15px;
	margin: 1em 0 0 0;
}


/* add 2022/11/22 */
.floorList01 > li .txtBox .hour-multiple{
	position: relative;
	padding-left: 21px;
}
.hour-multiple::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0;
	background: url(../img/floor/floor_icon_hour.png) 0 0 no-repeat;
	background-size: contain;
}

.floorList01 > li .txtBox .hour-multiple table{
	border-collapse: collapse;
}

.floorList01 > li .txtBox .hour-multiple table th{
	text-align: left;
	font-weight: normal;
}

.floorList01 > li .txtBox .hour-multiple p{
	margin: 0;
}





