#test01{
	display:none;
}
@media only screen and (max-width: 644px) {
  #store-base, #pickup-base, #event-base {
    display: block;
  }
	.category-list{
		display:none;
	}
	#store-base,#pickup-base,#event-base {
		padding:0 10px 1px 10px;
		max-width:480px;
		margin:0 auto
			margin-bottom:10px;				
	}
	#store-base .shop-base,#pickup-base .pickup-shop{
		width:calc(100% / 3 - 9px);
		margin:3px;		
	}
	#store-base .img,#pickup-base .pickup-img{
		max-width:131px;
		width:100%;
	}
	#store-base .store-tit{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background-size:contain;
		box-sizing:border-box;
		max-width: 480px;
    width: 100%;
	}
		#pickup-base .pickup-base-tit,#event-base .event-base-tit{
		width:100%;
		background-size:100% auto;
			max-width: 480px;
	}
	
	#store-base .store-main{
		width:100%;
		display: flex;
		flex-wrap:wrap;
    justify-content: space-between;
	}
	.new-shop-base{
		display:none;
	}
	#pickup-base {
    display: flex;
		flex-wrap:wrap;
    justify-content: space-between;
}
	#pickup-base .pickup-base-tit .pickup-tit-text{
		display:none;
	}
	#event-base .event-menu ,#event-base .event-main{
		width:100%;
	}
}
#shop-category .categories-base{
	width:100%;
	margin:0;
	padding:0;
}
#shop-category .categories-base .cat-item {
margin-left:30px;
}
#shop-category .categories-base .cat-item .children .cat-item{
	margin-left:0;
}
.category-list{
	margin-top:20px;
}
.cat_city{
	width: 80%;
  display: inline-block;
  background: bisque;
  font-size: 16px;
	height:38px;
  font-weight: bold;
  line-height: 38px;
	border: solid 1px;
  box-sizing: border-box;
	float:left;
	padding-left: 10px;
}
.toggle-categories-icon{
width: 20%;
  display: inline-block;
  text-align: center;
  background: bisque;
  height: 38px;
  line-height: 38px;
  border: solid 1px;
  box-sizing: border-box;
}
.taglist{
	text-align: right;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
}
.header-catch{
	font-weight:600;
}
.border {
    border: 1px solid #000;
}
h2.koukoku{
	background-color:#c1dbdb;
	border-radius:3px;
	font-size:20px;
	color:#ffffff;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:30px;
}
h2.ohkusajo{
	font-size: 1.2rem;
	color: #ffffe0;
	background: #778899;
	padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2.takeout{
	font-size: 1.2rem;
	color: #ffffe0;
	background: #e8aec9;
	padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2.bluc{
	font-size: 1.2rem;
	color: #ffffe0;
	background: #00008b;
	padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2.rakuichi{
	font-size: 1.2rem;
	color:#ffffe0;
	background: #556b2f;
	padding: .5em .75em;
  border: 1px solid #ccc;
  border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3.rakuichi{
font-size: 1.1rem;
font-weight: bold;
padding-left: .5em;
padding-top: .3em;
padding-bottom: .3em;
margin-bottom: .5em;
margin-top: 1em;
border-left: 5px solid #989a2a;
color: #929415;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

h3.h3_ohkusajo {
     margin-top: 30px;
	   margin-bottom: 10px;
	   background: #ffffe0;
     position: relative;
     padding:0.2em 0.2em 0.2em 1.8em;
     border: 1px solid #CCC;
     border-radius: 5px;
}


.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
