@charset "UTF-8";

.shoplist a{
	color: #fff;
}
.shoplist {
	margin-bottom:20px;
	padding:20px 0px 0px 0px;

	background:url(../images/common/diamond_line_fill.png) center top no-repeat;
	background-size: 775px 15px;
	-webkit-background-size: 775px 15px;
	-moz-background-size: 775px 15px;
	-o-background-size: 775px 15px;
	-ms-background-size: 775px 15px;
}

.shoplist .open {
	margin-bottom:5px;
}

.shoplist .title {
	margin-bottom:20px;
	text-align:center;
/*	color:#c39a00;*/
	color:#ffffff;
	font-size:15px;
	font-size:1.5rem;
}

.shoplist .title:first-letter {
	font-size:17px;
	font-size:1.7rem;
}

.shoplist nav ul li {
	width:312px;
	height:54px;
	margin:0px 4px 10px 4px;

	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top,  #535353 1%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#535353), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #535353 1%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #535353 1%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #535353 1%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #535353 1%,#252525 100%); /* W3C */
}

.shoplist nav ul li a {
	display:block;
	font-size:13px;
	font-size:1.3rem;

	background:url(../images/home/shopbox.png) left top no-repeat;
	background-size: 312px 54px;
	-webkit-background-size: 312px 54px;
	-moz-background-size: 312px 54px;
	-o-background-size: 312px 54px;
	-ms-background-size: 312px 54px;

	text-decoration:none;
}

.shoplist_wi #shoplist_wi_home {
    width:100%;
    box-sizing:border-box;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
    border:1px solid #fff;
    margin-bottom:10px;
}

.shoplist_wi #shoplist_wi {
    width:100%;
    box-sizing:border-box;
	padding-left:4px;
	padding-right:4px;
}

.shoplist_wi .title {
	margin-bottom:10px;
	text-align:center;
	/*color:#c39a00;*/
	color:#ffffff;
	font-size:15px;
	font-size:1.5rem;
}

.shoplist_wi .title:first-letter {
	font-size:17px;
	font-size:1.7rem;
}

.shoplist_wi .shop {
    /*
	width:312px;
	height:54px;
    */
    width:100%;
	margin:0 auto 10px auto;

	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top,  #535353 1%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#535353), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #535353 1%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #535353 1%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #535353 1%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #535353 1%,#252525 100%); /* W3C */
}

.shoplist_wi .shop a {
	display:block;
	padding:2px;
	/*
	background:url(../images/home/shopbox.png) left top no-repeat;
	background-size: 312px 54px;
	-webkit-background-size: 312px 54px;
	-moz-background-size: 312px 54px;
	-o-background-size: 312px 54px;
	-ms-background-size: 312px 54px;
    */

	text-decoration:none;
}

.shoplist_wi .shop dl {
	display:table;
    width:100%;
	height:50px;
}

.shoplist_wi .shop dt {
	display:table-cell;
	width:80px;
	/*border-right:1px solid #977a11;*/
}

.shoplist_wi .shop dt img {
	vertical-align:bottom;
}

.shoplist_wi .shop dd {
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;

    background:url('../images/common/arrow_r.png');
    background-position:right 10px center;
    background-repeat:no-repeat;
    background-size:20px 20px;
}


/*
shoplist_tel
*/




.shoplist_tel {
	/**/display:none;
}

.shoplist_tel a {
	color: #fff;
}

.shoplist_tel .name {
	font-size:14px;
}

.shoplist_tel .shop{
	width:100%;
	height:auto;
	margin:0 auto 10px auto;

	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top,  #535353 1%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#535353), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #535353 1%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #535353 1%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #535353 1%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #535353 1%,#252525 100%); /* W3C */
}

.shoplist_tel .shop a{
	display:block;
	padding:2px;

	background:url(../images/shopbox_tel.png) right center no-repeat;
	background-size: 60px 60px;
	text-decoration:none;
}

.shoplist_tel .shop dl{
	width:100%;
	height:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shoplist_tel .shop dt{
	display:table-cell;
	width:25%;
	height: auto;
}

.shoplist_tel .shop dt img{
	width: 100%;
}

.shoplist_tel .shop dl dd{
	width:74%;
	vertical-align:middle;
	padding-left:10px;
	font-size:12px;
    background:none;
}

/* ----------------------------------------------------------------
 *
 * library
 *
 * ---------------------------------------------------------------- */

 .featherlight .featherlight-content {
	background:#000000!important;
}

.featherlight-content {
	padding:0px!important;
}

.featherlight-close-icon {
	display:none;
}

.featherlight #shoplist dl {
}

.featherlight_pre_hide {
    display:none;
}

.shoplist_wi {
    font-size:12px;
}