@charset "UTF-8";

#shoplist .cate_title {
	background-image: url(images/shoplist_catetitle_bg.jpg);
	}

#shoplist .summery{
    margin: 2rem auto 0;
    line-height: 1.5;
    border:3px solid #efefef;
    padding: 2rem;
    
}


#shoplist .block_list > li {
	width: 100%;
	}

#shoplist .block_img {
	width: 100%;
	text-align: center;
	}
#shoplist .block_text {
	margin-bottom: 1rem;
	}

#shoplist .shop_info {
	font-size: 0.875em;
	}
#shoplist .shop_info > dt {
	clear: left;
	float: left;
	padding: 0.3em 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 5em;
	background-color: #7AC9C9;
	text-align: center;
	}
#shoplist .shop_info > dd {
	margin-bottom: 0.25em;
	padding-left: 4.5em;
	line-height: 1.25;
	}


#shoplist .rsv_btn{
    text-align: center;
    margin: 4rem 0;
}
#shoplist .rsv_btn a{
    font-size: 2em;
    background: #F06988;
    color: #fff;
    padding: 0.5em 2em;
    border-radius: 1em;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	#shoplist .block_img {
		width: 30%;
		}
	#shoplist .block_img > img {
		width: 100%;
		}
	#shoplist .block_text {
		width: 36%;
		}
	#shoplist .block_map {
		float: right;
		width: 30%;
		}
    
    
    
}
