@charset "utf-8";
/*===============================================
sp.css  画面の横幅が1023pxまで
===============================================*/
@media screen and (max-width:1023px){

/*TB開始******************************************/

/*選ばれている理由 reason*/
.reason ul.cmncard.card4 li{
	width:calc((100% - 40px) / 2);
	flex: auto;
	margin-top: 12px;
}

.reason ul.cmncard.card4 li:first-child,
.reason ul.cmncard.card4 li:last-child{
	margin-left: 10px;
	margin-right: 10px;
}

.reason ul.cmncard.card4 li:first-child,
.reason ul.cmncard.card4 li:nth-child(2){
	margin-top: 0;
}

/*店舗一覧*/
ul.store_list li .shop_detail .detail{
	width: calc(100% - 362px);
}

ul.store_list li .service_type{
	width: 362px;
}


ul.store_list li .service_type ul li img{
	width: 46px;
	height: auto;
}

/*//TB終了******************************************/
}
