@charset "utf-8";

/*==============================================================
バナー
==============================================================*/

.cvr_box_bottom_btnBottom_web {
	background: #8c3454;
	width: 32%;
}
.cvr_box_bottom_btnBottom_web:after {
	border-left: 3px solid #8c3454;
}
.cvr_box_bottom_btnBottom_tel {
	width: 20%;
	margin-left: 0;
}
.cvr_box_bottom_btnBottom_tel_text:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/img/icon_tel.png);
	background-size: contain;
	position: relative;
	top: 3px;
}
@media screen and (max-width: 949px) {
	.cvr_box_bottom_btnBottom_tel_text .t {
		display: none;
	}
}
@media screen and (min-width: 950px) {
	.cvr_box_bottom_btnBottom_tel_text:before {
		display: none;
	}
}

/*==============================================================
カテゴリ
==============================================================*/

.cat01 { background: #6AC2EA; }
.cat02 { background: #E5ABB3; }
.cat03 { background: #FF7E4A; }
.cat04 { background: #FF7D7D; }
.cat05 { background: #736357; }
.cat06 { background: #9FD1BA; }  
.cat07 { background: #EDA914; } 

/*==============================================================
管理画面
==============================================================*/

.adminCats .cats { 
	display: flex;
}
.adminCats .cats:not(:last-child){ 
	margin-bottom: 10px;
}
.adminCats .cats input { 
	width: 20px; 
	height: 20px; 
}
.adminCats .cats label { 
	display: flex; 
	align-items: center; 
	line-height: 1; 
}
.adminCats .cat { 
	display: inline-block; 
	padding: 5px 10px; 
	font-weight: bold; 
	color: #fff; 
	border-radius: 2px; 
	margin-right: 10px;
}
   

/*==============================================================
詳細
==============================================================*/

.searchbox.new {
	padding: 65px 0 0;
}
#SRCBOX .searchbox.new .detailbox .ttlbx {

}
#SRCBOX .searchbox.new .detailbox .ttlbx {
	padding: 10px 0 26px 0;
	display: flex; 
	align-items: center;
	justify-content: space-between;
}
#SRCBOX .searchbox.new .detailbox .ttlbx .shopinfo {
	padding-right: 75px;
	float: none;
	white-space: nowrap;
}
.searchbox.new .detailbox .ttlbx p {
	margin: 5px 0 5px 10px;
}
.searchbox.new .ttl_cats {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.searchbox.new .ttl_cats .cat {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 10px;
	color: #fff;
	margin: 5px 0 5px 10px;
	white-space: nowrap;
	display: inline-block;
}

@media screen and (min-width: 950px) {
	.ttl_cats_sp {
		display: none!important;
	}
}

@media screen and (max-width: 949px) {
	.searchbox.com_pdbx.new {
		padding: 10px;
	}
	.searchbox.new .ttl_cats_pc .cat {
		display: none!important;
	}
	#SRCBOX .searchbox.new .detailbox .ttlbx {
		justify-content: space-between;
		padding-bottom: 10px;
	}
	#SRCBOX .searchbox.new .detailbox .ttlbx .shopinfo {
		padding-right: 25px;
	}
	.ttl_cats_sp {
		margin-top: 5px;
	}
	.ttl_cats_sp .cat {
		font-size: 12px;
		font-weight: bold;
		line-height: 1.2;
		padding: 5px 7px;
		color: #fff;
		margin: 5px 7px 5px 0;
		white-space: nowrap;
		display: inline-block;	
	}
}
							
/*==============================================================
一覧
==============================================================*/

@media screen and (min-width: 950px) {
	#search_index #SRCBOX .searchbox .searchin ul li .srcbx .tl {
		vertical-align: middle;
	}
	#search_index #SRCBOX .searchbox .searchin ul li .srcbx .name {
		vertical-align: middle;
		width: 250px;
		/*
		white-space: nowrap;
		width: 0;
		*/
	}	
	#search_index #SRCBOX .searchbox .searchin ul li .srcbx .tel {
		vertical-align: middle;		
		width: 150px;	
	}
	#search_index #SRCBOX .searchbox .searchin ul li .srcbx .btn {
		vertical-align: middle;			
	}	
	#search_index .ttl_cats_pc {
		padding-left: 5px;
	}
	#search_index .ttl_cats_pc .cat {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2;
		padding: 5px 10px;
		color: #fff;
		margin: 3px 0 3px 6px;
		white-space: nowrap;
		display: inline-block;
	}
}
@media screen and (max-width: 949px) {

	#search_index .ttl_cats_pc {
		display: none!important;
	}
	#search_index #SRCBOX .searchbox .searchin ul li .srcbx .tl p {
	 	margin: 0 5px 5px 0;	
	}
	
	#search_index .ttl_cats_sp .cat {
	 	margin: 0 5px 5px 0;
		padding: 5px 10px;
		font-size: 13px;
		line-height: 1.2;
		font-weight: bold;
		float: left;	 	
	}
}
