/* CSS Document */


/*────────────────────────── イイシナ販売店（一覧）──*/

#eMarkShop{
}
#Gap.list .fv{
}

#Gap.list .list li{
	position: relative;
}
#Gap.list .list li.listicon_tm::before {
    content: "";
    position: absolute;
    top: .5em;
    right: .5em;
    width: 30%;
    padding-top: 30%;
    display: block;
    background: url(/images/listicon_tm.png) no-repeat center / contain;
}

#Gap.list .list li.listicon_e_mark::before {
    content: "";
    position: absolute;
    top: .5em;
    right: .5em;
    width: 30%;
    padding-top: 30%;
    display: block;
	/*background: url(/specialities/images/e_mark.png) no-repeat center / contain;*/
    /**/background: url(/images/listicon_es.png) no-repeat center / contain;
		
}
#Gap.list .search{
	margin-bottom:60px;
}
#Gap.list .search h3{
	background: url(images/search_bg.png);
	color: #fff;
	text-align: center;
	font-size: 240%;
	letter-spacing: 8px;
	padding: 15px 0;
	border-radius: 5px;
	margin-bottom: 60px;
}
#Gap.list .search h4{
	text-align: center;
	font-size: 200%;
	letter-spacing: 5px;
	margin: 30px 0;
}
#Gap.list .search .keyword {
	text-align: center;
	letter-spacing: -.4em;
}
#Gap.list .search .keyword .title{
	display: inline-block;
	text-align: center;
	font-size: 115%;
	letter-spacing: 0;
	padding: 10px;
	vertical-align: top;
}
#Gap.list .search .keyword input[type="text"] {
	width: 300px; height: 40px;
	border: solid 1px #736357;
	padding: 4px 15px;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
}
#Gap.list .search .keyword input[type="submit"] {
	background: #736357 url(images/i_search.png) no-repeat center;
	width: 40px; height: 40px;
	border: none;
	border-radius: 0 3px 3px 0;
}
#Gap.list .search ul.hotword{
	font-size: 115%;
	margin-top: 20px;
}
#Gap.list .search ul.hotword li{
	display: inline-block;
	margin: 0 2px;
}
#Gap.list .search ul.hotword li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 50px;
	padding: 5px 25px;
}
#Gap.list .search ul.hotword li a:hover{
	color: #726256;
	background: #FDFE1F;
}
#Gap.list .search ul.hotword li:first-of-type{
	border: none;
	font-size: 160%;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	letter-spacing: 5px;
}



#Gap.list .select{
	text-align: center;
	margin: 60px 0;
}
#Gap.list .select h3{
	font-size: 200%;
	letter-spacing: 3px;
}
#Gap.list .select .tabs{
	margin: 20px 0 0;
}
#Gap.list .select .tabs li{
	margin: 0 0 -1px;
	float: left;
	width: 47.5%;
	border: solid 1px #726256;
	background: #DDDDDA;
	padding: 10px;
	transition: all 0.4s;
	border-radius: 0 10px 0 0;
	font-weight: 600;
	font-size: 115%;
	letter-spacing: 2px;
}
#Gap.list .select .tabs li.active{
	border-bottom: solid 1px #F8F7F6;
	background: #F8F7F6;
}
#Gap.list .select .tabs li:last-child{
	float: right;
	border-radius: 10px 0 0 0;
}
#Gap.list .select .tab_c{
	padding: 30px 50px;
	border: solid 1px #726256;
	transition: all 0.4s;
	background: #F8F7F6;
}
#Gap.list .select .tab_c .map{}
#Gap.list .select .tab_c .map .ctAll{
	float: left;
	font-size: 115%;
	letter-spacing: 2px;
}
#Gap.list .select .tab_c .map .scale{
	float: right;
}
#Gap.list .select .tab_c .map .scale span{
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#Gap.list .select .tab_c .map .scale a{
	display: inline-block;
	background: #726256;
	color: #fff;
	width: 20px; height: 20px;
	margin: 0 1px;
}
#Gap.list .select .tab_c .map .scale a:hover{
	background: #87796F;
}
#Gap.list .select .tab_c .map dl{
	position: relative;
	margin-top: 20px;
}
#Gap.list .select .tab_c .map dl dd.pin{
	position: absolute;
	top: -15px; left: 110px;
	background: rgba(115,99,87,.6);
	border-radius: 5px;
	color: #fff;
	padding: 10px 30px;
	letter-spacing: 3px;
	z-index: 9;
}
#Gap.list .select .tab_c .map dl dd.pin:after{
	content: '';
	position: absolute;
	top: 100%; left: 0; right: 0;
	margin: auto;
	width: 0; height: 0;
	border-top: 5px solid rgba(115,99,87,.6);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#Gap.list .select .tab_c .map dl .info{
	position: absolute;
	top: 55px; left: 20px;
	z-index: 999;
}
#Gap.list .select .refine{
	margin: 50px 0 100px;
}
#Gap.list .select .refine a{
	border: 1px solid #726256;
	padding: 10px 100px;
	border-radius: 50px;
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 5px;
}
#Gap.list .select .refine a:before{
	content: url(images/i_search2.png);
	margin-right: 10px;
}
#Gap.list .select .refine a:after{
	content: url(images/i_search3.png);
	margin-left: 10px;
}
#Gap.list .select .refine a:hover{
	background: #FDFE1F;
	color: #726256;
}



#Gap.list .list{}
#Gap.list .list h2{
	background: url(images/list_bg.png);
	padding: 15px 30px;
	border-radius: 5px;
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 40px;
}
#Gap.list .list h2 span{
	float: right;
}
#Gap.list .list ul.block li{
	display: inline-block;
	margin: 0 12px 30px 0;
	text-align: center;
	vertical-align: top;
}
#Gap.list .list ul.block li:nth-of-type(4n){
	margin-right: 0;
}
#Gap.list .list ul.block li dl dt {
	border-radius: 5px 5px 0 0;
	width: 258px; height: 216px;
	overflow: hidden;
}
#Gap.list .list ul.block li dl dt img{
	width: 100%; height: auto;
}
#Gap.list .list ul.block li dl dd{
	height: 70px;
	background: #F1F8F2;
	position: relative;
	padding: 0 10px;
}
#Gap.list .list ul.block li dl dd h3{
	position: absolute;
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	margin: auto;
	font-size: 110%;
	font-weight: 600;
}
#Gap.list .list ul.block li dl dd.place{
	border-radius: 0 0 5px 5px;
	background: #C8E3CD;
	padding: 6px 10px 0;
	height: 25px;
}
#Gap.list .list ul.block li dl dd.place:before{
	content: url(images/i_place.png);
	margin-right: 5px;
	vertical-align: text-top;
}


#Gap.list .list .pagination{
	text-align: center;
	padding-top: 70px;
	margin-top: 20px;
	position: relative;
}
#Gap.list .list .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#Gap.list .list .pagination ul li{
	display: inline-block;
}
#Gap.list .list .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#Gap.list .list .pagination ul li a:hover{
	background: #726256;
}
#Gap.list .list .pagination ul li.active a{
	background: #726256;
	color: #fff;
}




@media screen and (max-width: 736px){
	
	#eMarkShop{}
	#Gap.list .fv{
	}
	
	#Gap.list .about{
		margin: 50px 0;
	}
	#Gap.list .about dl{
		width: auto;
	}
		#Gap.list .about dl dt{
			float: none;
			width: auto;
			text-align:  center;
			margin-bottom: 20px;
		}
			#Gap.list .about dl dt img{
				display: inline-block;
			}
		#Gap.list .about dl dd{
			float: none;
			width: auto;
		}	
	
	#Gap.list .select{
		margin: 50px 0;
	}
	#Gap.list .select .tabs{
	}
	#Gap.list .select .tabs li{
		padding: 12px 0px;
	}
	#Gap.list .select .tab_c{
		padding: 10px;
	}
	
	#Gap.list .search .keyword input[type="text"] {
		width: 240px;
	}
	
	#Gap.list .search ul.hotword li:first-of-type {
		display: block;
		text-align: center;
		padding: 10px;
	}
	#Gap.list .search ul.hotword {
		text-align: center;
	}
	#Gap.list .search ul.hotword li {
    margin: 0 2px 10px;
	}
	
	#Gap.list .select .tab_c .map dl .info {
    width: 20%;
		top: 0%; left: 0%;
	}
	#Gap.list .select .tab_c .map dl .info img{
		width: 100%;
	}
	#Gap.list .select .refine a {
    padding: 10px 30px;
	}
	#Gap.list .list h2 {
    padding: 15px;
		position: relative;
	}
	#Gap.list .list h2 span {
    float: none;
    position: absolute;
    top: 100%; right: 0;
    margin: 5px;
	}
	
	#Gap.list .select .tab_c .cat {
	}
		#Gap.list .select .tab_c .cat ul{
		flex-wrap: wrap;
		}
			#Gap.list .select .tab_c .cat li{
			width: 32%;
			margin: 5px 0;
			}
				#Gap.list .select .tab_c .cat li img{
				height: 40px;
				}
					#Gap.list .select .tab_c .cat li a{
					height: 40px;
					padding: 10px 0 0 30px;
					font-size: 90%;
					letter-spacing: 0;
					}
	
	
	
	#Gap.list .list ul.block li {
    margin: 0 1% 30px;
    width: 46%;
		vertical-align: top;
	}
	#Gap.list .list ul.block li dl dt {
    width: 100%; height: auto;
	}
	#Gap.list .list ul.block li:nth-of-type(4n) {
    margin-right: auto;
	}
	#Gap.list .list ul.block li dl dd {
    height: 50px;
    padding: 0 5px;
	}
	#Gap.list .list ul.block li dl dd h3 {
		font-size: 100%;
	}
	#Gap.list .list ul.block li dl dd.place {
    font-size: 85%;
		padding: 6px 0 0;
	}
	
	
	#Gap.list .list .pagination {
    padding-top: 50px;
    margin-top: 10px;
	}
	#Gap.list .list .pagination:before {
    height: 40px;
	}


}


#Gap.list .list ul.block li.e_mark{
		position: relative;
}
#Gap.list .list ul.block li.e_mark::before{
		content:"";
		position: absolute;
		top: .5em;
		right: .5em;
		width: 20%;
	padding-top: 20%;
		display: block;
		background: url(/specialities/images/e_mark.png) no-repeat center / contain;
	z-index: 1;
}
.form_shoptype li.e_mark a{
		background: url(/specialities/images/e_mark.png) no-repeat .5em center / 2em 2em;
	padding-left: 3em;
}

	

.mapselector{
	position: relative;
	cursor: pointer;
}
.mapselector .pin{
	position: absolute;
	left: 0;
	top: 0;
}
.pinaddr{
	
}
.mapselector .pin::after{
	content: "";
	background: url(images/pin.png) no-repeat;
	width: 41px;
	height: 45px;
	position: absolute;
	left: -20px;
	top: -45px;
}


.list .Area{
	margin-top: 80px;
}
.list .Area h3{
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	border: 1px solid #726256;
	padding: 15px;
	margin-bottom: 40px;
}
.list .Area .block{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.list .Area .block:last-of-type{
	margin-right: 0;
}
.list .Area .block h4{
	font-size: 110%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	border-bottom: 1px solid #94897F;
	position: relative;
	margin-bottom: 30px;
	white-space: nowrap;
}
.list .Area .block h4 span{
	position: absolute;
	background: #fff;
	top: -5px;
	padding-right: 10px;
}
.list .Area .block ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.list .Area .block ul:last-of-type{
	margin-right: 0;
}
.list .Area .block ul li{
	letter-spacing: 2px;
	margin-bottom: 5px;
}


