@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	font-family:"FOT-UD角ゴ_ラージ Pr6 B","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.pageTitle{
	font-size: 18px;
	text-align:center;
	font-family:"FOT-UD角ゴ_ラージ Pr6 B","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding:20px 0;
	margin-bottom: 20px;
	background: #e6e7f4;
}

.floor{
	padding: 0 10px;
}

.floornum p{
	text-align: center;
	font-family:"FOT-UD角ゴ_ラージ Pr6 B","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 20px;
}

.floormapWrap{
	margin-bottom: 40px;
	display: block;
	position: relative;
}

.floormapWrap i{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 30px;
	background: rgba(0,0,0,0.8);
	padding: 15px;
	color: #fff;
}


.floornum .floorcate{
	text-align: left;
	padding: 10px;
}


.icons{
	padding: 20px 0;
	border-bottom: #717171 1px solid;
}

.icons ul{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.icons ul li{
	flex: 0 0 31%;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: -0.15em;
	margin-bottom: 10px;
	-webkit-display: flex;/* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

.icons ul li.empty {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
    border: none;
}

.icons ul li .img{
    width: 25px;
    padding-right: 3px;
}

.icons ul li p{
   flex: 0 0 75%;
}

.no ul{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}

.no ul li{
	flex: 0 0 31%;
	font-size: 10px;
}

.no ul li img{
    width: 40px;
	margin: auto;
    display: block;
}


.otherfloor{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end;
}

.otherfloor p a{
	background: #9e9e9f;
	color:#fff;
	display: block;
	font-family:"FOT-UD角ゴ_ラージ Pr6 B","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 10px 20px;
	margin-left: 10px;
}
.otherfloor p a:hover{
	background: #394397;
	opacity: 1;
}

.shopList h3{
	text-align: left;
	font-size: 16px;
	padding: 10px;
}

.shopList ul li a{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 10px;
	border-bottom: #c8c9ca 1px solid;
}

.shopList ul li a:hover{
	background: #f7f7f7;
}

.shopList ul li:first-child a{
	border-top: #c8c9ca 1px solid;	
}

.shopList ul li a .img{
	flex: 0 0 36%;
}

.shopList ul li a .listTxt{
	flex: 0 0 58%;
}

.shopList ul li a .listTxt .listName{
	margin-bottom: 10px;
	font-size: 14px;	
	font-family:"FOT-UD角ゴ_ラージ Pr6 B","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.shopList ul li a .listNum{
	padding: 4px;
	font-size: 12px;	
	color: #fff;
	margin-right: 5px;
}







