/* CSS Document */

#ie10{}
	#ie10 p+p{
		font-size: 0.875em;
		}
	#ie10 .container{
		margin: 2em auto;
		padding: 1.5em;
		border: 1px solid #fff;
		}

#hero{
	position: relative;
	padding: 0;
	}
	#hero > svg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		fill: #000;
		opacity: 0.5;
			}
	#hero ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#hero li{
		width: 50%;
		margin: 0;
		padding: 0;
		}
		#hero li div{
			position: relative;
			width: 100%;
			padding-top: 75%;
			background-position: center center;
			background-size: cover;
			}
		#hero li img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}



ul.shopList{
	padding: 2em 0px;
	background-color: black;
	display: flex;
  flex-wrap: wrap;
}
ul.shopList li{
  position: relative;
  width: 25%;
	text-align: center;
	
}
ul.shopList li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
ul.shopList li img{
	padding: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
ul.shopList li p{
	position: absolute;
	bottom:1em;
	width: calc(100% - 20px);
	left:10px;
	background-color: rgba(0,0,0,0.3);
}


#flow{
	padding-top: 0;
	}

#contents{
	//background: #333;
	}
	#contents .row{
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		overflow: hidden;
		}

#shopList{
	display: flex;
	flex-wrap: wrap;
	padding: 2em 0;
	background-color: black;
	}
	#shopList dl{
		position: relative;
		transition: box-shadow 0.2s ease-out;
		}
		#shopList dl:hover{
			box-shadow: 0 0 0.5em rgba(255, 255, 0, 1);
			}
			#shopList dl:hover dt{
				background: #fff000;
				color: #000;
				}
		#shopList dl:before{
			content: "";
			display: block;
			padding-top: 100%;
			}
	#shopList dt{
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: calc(100% - 20px);
		padding: 0.8em 0.5em;
		border: 1px solid #fff;
		background-color: rgba(0,0,0,0.3);
		text-align: center;
		line-height: 1.2em;
		pointer-events: none;
		z-index: 1;
		}
	#shopList dt+dd{
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
		}
		#shopList dt+dd img{
			width: auto;
			max-width: none;
			height: 100%;
			}
	#shopList dd{}
		#shopList dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			}

#gMap{
	margin: 1em 0;
	background: #ccc;
	height: 20em;
	text-align: center;
	}

#topics{}
	#topics dl{
		position:relative;
		padding: 2.5em 0 1em 0;
		border-top: 1px dotted #fff;
		}
	#topics h3+div{
		margin-bottom: 1em;
		border-bottom: 1px dotted #fff;
		}
	#topics dt{
		font-size: 1.2em;
		}
	#topics dt+dd{
		margin-top: 0.5em;
		}
		#topics dt+dd:empty{
			display: none;
			}
	#topics dd{}
		#topics dd:last-child{
			position:absolute;
			top:1em;
			}
	#topics time{
		color: #666;
		font-size: 0.875em;
		}


@media (max-width: 767px) {
/*767px以下*/
#shopList{
	justify-content: space-between;
	}
	#shopList dl{
		width: calc(50% - 0.5em);
		}
		#shopList dl:nth-of-type(n+3){
			margin-top: 1em;
			}
#topics{
	margin-top: 3em;
	}
	
	#shopList dt{
		font-size: 0.65em;
	}
}


@media (min-width: 768px) {
/*768px以上*/
#accsess{
	padding-right: 1em;
	}
#topics{
	padding-left: 1em;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
#shopList{}
	#shopList dl{
		width: calc(33.33% - 1em);
		}
		#shopList dl:nth-of-type(n+4){
			margin-top: 1.5em;
			}
		#shopList dl:not(:nth-of-type(3n+1)){
			margin-left: 1.5em;
			}
}


@media (min-width: 992px) {
/*992px以上*/
#shopList{}
	#shopList dl{
		width: calc(25% - 1.13em);
		}
		#shopList dl:nth-of-type(n+5){
			margin-top: 1.5em;
			}
		#shopList dl:not(:nth-of-type(4n+1)){
			margin-left: 1.5em;
			}
#accsess{
	padding-right: 1.5em;
	}
#topics{
	padding-left: 1.5em;
	}
}


