@charset "UTF-8";
/* --------------------------
  TITLE : エステクロス 
  URI : escross.jp
  (C) エステクロス.
-------------------------- */

/* AREA
-------------------------- */

#wrapper .search_result {
	background: #ffffff;
	padding: 25px 0 10px 15px;
	overflow: hidden;
}

#wrapper .search_result h1 {
	font-size: 18px;
	font-weight: bold;
}

#wrapper .search_result h1 span {
	font-size: 12px;
	margin-left: 5px;
}

#wrapper .search_result h1.new_shop {
	padding: 10px 0 10px 0;
}

#wrapper .search_result p {
	font-size: 12px;
	margin: 10px 0;
}

#wrapper .search_result ul li {
	list-style-type: none;
	line-height: 18px;
	font-weight: bold;
}

#shop_list_basic {
	background: #ffffff;
	width: 100%;
	padding: 0 15px 25px 15px;
	box-sizing: border-box;
	margin-bottom: 0;
}

#shop_list_basic .shop_card {
	background-color: #f5f5f5;
	padding: 15px 8px;
	margin-bottom: 10px;
}

#shop_list_basic .shop_card:hover {
	background-color: #f7f7f7;
}

#shop_list_basic .shop_card ul {
	display: block;
	margin-bottom: 8px;
	padding: 0;
	font-size: 0;
}

#shop_list_basic .shop_card ul li {
	list-style-type: none;
	font-size: 9px;
	display: inline-block;
	height: 17px;
	line-height: 15px;
	margin-left: 5px;
	padding: 0 7px;
	box-sizing: border-box;
}

#shop_list_basic ul li.info_area {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	margin-left: 0;
}

#shop_list_basic ul li.info_job {
	background-color: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}

#shop_list_basic ul li.info_type {
	background-color: #666666;
	border: 1px solid #666666;
	color: #ffffff;
}

#shop_list_basic h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	grid-area: areaB;
	text-decoration: underline;
	background-image: url(/common/img/icon_link_g.gif);
	background-size: 11px 11px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	padding-left: 15px;
	display: inline-block;
}

#shop_list_basic h2.link-none {
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

#shop_list_basic .shop_card .sp_unit {
	display: grid;
	gap: 10px;
	grid-template-columns: 110px 1fr;
}

#shop_list_basic .shop_card img {
	width: 110px;
	height: 73px;
}

#shop_list_basic .shop_info p.open {
	font-size: 11px;
	line-height: 13px;
	background-image: url(/common/img/icon_open.png);
	padding-left: 16px;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: left top;
}

#shop_list_basic .shop_info p.access {
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0;
}

#shop_list_basic p.kind {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0;
}

#shop_list_basic .shop_info p.tel {
	display: block;
	background-color: #ffffff;
	border: 1px solid #adadad;
	height: 25px;
	line-height: 23px;
	width: 140px;
	color: #222222;
	font-size: 12px;
	text-align: center;
}

#shop_list_basic .shop_info p.tel span {
	height: 25px;
	padding-left: 12px;
	background-image: url(/common/img/icon_tel.gif);
	background-size: 8px 11px;
	background-repeat: no-repeat;
	background-position: left center;
}

#shop_list_basic .free_plan {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}

#shop_list_basic .free_plan h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#shop_list_basic .free_plan p.kind {
	margin: 0;
	margin-bottom: 5px;
}

#shop_list_basic .free_plan .shop_card .sp_unit {
	display: block;
}

#shop_list_basic p.created {
	display: block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: right;
	background-color: #e7e7e7;
}

.filter {
	background-color: #ffffff;
	padding: 10px 15px 30px 15px;
}

.filter li {
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 4px 15px;
	display: inline;
	margin-right: 8px;
	background: #f5f5f5;
}

.filter li.is-active {
	background-color: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}

.filter li.is-active a {
	color: #ffffff;
}

@media screen and (min-width: 640px) {

	#wrapper .search_result {
		padding: 20px 0 10px 20px;
	}

	#wrapper .search_result h1 {
		font-size: 20px;
	}
	
	#wrapper .search_result h1 span {
		font-size: 14px;
	}

	#wrapper .search_result h1.new_shop {
		padding: 0 0 10px 0;
	}

	#wrapper .search_result ul li {
		font-size: 14px;
		line-height: 20px;
	}
	
	#shop_list_basic {
		padding: 0 20px 25px 20px;
	}
	
	#shop_list_basic .shop_card {
		padding: 15px 20px;
	}
	
	#shop_list_basic ul li {
		font-size: 11px;
		height: 20px;
		line-height: 16px;
		margin-left: 5px;
	}
	
	#shop_list_basic h2 {
		font-size: 18px;
	}
	
	#shop_list_basic .shop_card .sp_unit {
		gap: 15px;
		grid-template-columns: 158px 1fr;
	}
	
	#shop_list_basic .shop_card img {
		width: 158px;
		height: 105px;
	}
	
	#shop_list_basic .shop_info p.open {
		font-size: 14px;
		line-height: 18px;
		padding-left: 20px;
		background-size: 16px 16px;
	}
	
	#shop_list_basic .shop_info p.access {
		font-size: 12px;
		line-height: 18px;
		margin: 8px 0;
	}
	
	#shop_list_basic .shop_info p.tel {
		height: 35px;
		line-height: 33px;
		width: 180px;
		font-size: 14px;
	}
	
	#shop_list_basic .shop_info p.tel span {
		height: 35px;
		padding-left: 14px;
		background-size: 10px 14px;
	}
	
	#shop_list_basic .free_plan {
		margin: 0 0 20px 0;
	}
	
	#shop_list_basic .free_plan h2 {
		font-size: 15px;
		margin: 10px 0;
	}

	#shop_list_basic .free_plan p.kind {
		margin: 0;
	}

	#shop_list_basic p.created {
		font-size: 11px;
		height: 24px;
		line-height: 24px;
	}

	.filter {
		padding: 10px 20px 30px 20px;
	}

	.filter li {
		font-size: 14px;
		padding: 5px 25px;
		margin-right: 10px;
	}

}
