@charset "UTF-8";

h3{
	font-size: 18px;
	text-align:center;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid;
    color: #a9894a;
}

.list h3{
	margin: 20px 0 0;
}

.list h3 span{
	font-size: 12px;
	padding-left: 5px;
}

.list >div{
	padding: 10px;
}

.cate_fashion{
	background: #f9e5e0;
}

.cate_fashion_goods{
	background: #fcebd7;
}

.cate_life_goods{
	background: #e9f2fa;
}

.cate_service{
	background: #eff5de;
}

.cate_eat{
	background: #fdf5db;
}

.cate_amusement{
	background: #e7e8f4;
}

.cate_foodstuffs{
	background: #1b9762;
}


.list .shopBox{
	padding: 20px 0;
	border-bottom: #595757 1px dotted;
}


.list .shopBox .imgBox{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding-bottom: 10px;
}

.list .shopBox .imgBox .img{
	margin-bottom: 1.5%;
    height: 100px;
	width: 100%;
    overflow: hidden;
    position: relative;
}

.list .shopBox .imgBox .shopLogo img{
	height: 100px;
	width: 100px;
	position: absolute;
	right: 10px;
}

.list .shopBox .imgBox .img img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
}

.list .shopBox .txtBox .shopTxt{
	flex: 0 0 98%;
}

.list .shopBox .txtBox .shopName{
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
}

.list .shopBox .txtBox .shopName .floor{
	background: #a9894a;
	color:#fff;
	padding: 4px;
	margin-right: 5px;
	font-size: 10px;
    vertical-align: bottom;
}

.list .shopBox .txtBox >.fa-angle-right {
    flex: 0 0 2%;
    font-size: 24px;
    margin: 0;
    align-self: center!important;
}

/*-- 五十音リンク --*/
.kana_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    border-bottom: #595757 1px dotted;
    padding: 10px 0 10px 0;
}
.kana_li{
    flex: 0 0 17%;
    margin: 0 5px 5px 5px;
}
.kana_li a{
    text-align: center;
    background: #a9894a;
    color: #FFF;
    width: 100%;
    display: block;
    padding: 9px 0;
}

.now {
    background: #90743c;
}


/*-- ページャーオーバーライド --*/


