﻿/* ----------------------
C.店舗・施設のご利用で使う
----------------------- */
.page-type-use-shop .uni-block-shop-txt-s{
	font-size: 10px;
	font-weight: 400;
	margin-top: 16px;
}

.page-type-use-shop .uni-block-shop-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}

.page-type-use-shop .uni-block-shop-list ul li{
	width: calc(100% / 4 - 15px);
	min-width: 250px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
}

.page-type-use-shop .uni-block-shop-list-img figure{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-type-use-shop .uni-block-shop-list-data{
	display: flex;
	justify-content: space-between;
}

.page-type-use-shop .uni-block-shop-list-point{
	background: #F3ADA9;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 32px;
}

.page-type-use-shop .uni-block-shop-list-name{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 768px){
	.page-type-use-shop .uni-block-shop-list ul{
		gap: 15px;
		margin-top: 16px;
	}

	.page-type-use-shop .uni-block-shop-list ul li{
		width: calc(100% / 2 - 7.5px);
		min-width: auto;
		padding: 10px;
		box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .05);
	}
	
	.page-type-use-shop .uni-block-shop-list-name{
		font-size: 14px;
		margin-top: 8px;
	}
	.uni-block-shop-list-icon span img{
		width: 20px;
	}
	.page-type-use-shop .uni-block-shop-list-point{
		font-size: 8px;
		width: 44px;
		height: 24px;
		line-height: 1.2;
	}
}

/* 一覧 */
.page-type-use-shop .uni-block-store-item-list{
	max-width: 1360px;
	margin: 0 auto;
}

.page-type-use-shop .uni-block-store-item-list + .navipage_{display: none;}
.page-type-use-shop .uni-block-common-child-area.uni-block-common-shop-btn .uni-block-common-btn {margin-top: 20px;}

.page-type-use-shop .uni-block-store-item-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}

.page-type-use-shop .uni-block-store-item-list ul li{
	width: calc(100% / 4 - 15px);
	min-width: 250px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .05);
}

.page-type-use-shop .uni-block-store-item-list ul li .smzpreview-article_data_status{
    position: absolute;
    height: auto;
}

.page-type-use-shop .uni-block-shop-list-img figure{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-type-use-shop .uni-block-store-item-list-data{
	display: flex;
	justify-content: space-between;
}

.page-type-use-shop .uni-block-store-item-list-point{
	background: #F3ADA9;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 32px;
}

.page-type-use-shop .uni-block-store-item-list-name{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}

.page-type-use-shop .uni-block-shop-list-icon > span{
	display: inline-block;
	margin-right: 8px;
}

.page-type-use-shop .uni-block-shop-list-icon .shop_cate_card{
	background: url(/cms/tobupoint/img/usr/common/icon_card.svg) no-repeat;
	width: 27px;
	height: 27px;
}

.page-type-use-shop .uni-block-shop-list-icon .shop_cate_app{
	background: url(/cms/tobupoint/img/usr/common/icon_app.svg) no-repeat;
	width: 37px;
	height: 27px;
}

.page-type-use-shop .uni-block-shop-list-icon .shop_cate_pasmo{
	background: url(/cms/tobupoint/img/usr/common/icon_pasmo.svg) no-repeat;
	width: 30px;
	height: 19px;
}

.page-type-use-shop .uni-block-shop-list-icon .shop_cate_mall{
	background: url(/cms/tobupoint/img/usr/common/icon_tobumall.svg) no-repeat;
	width: 25px;
	height: 28px;
}

.page-type-use-shop .uni-block-shop-list-data{
	display: flex;
	justify-content: space-between;
}

.page-type-use-shop .uni-block-shop-list-icon{
	display: flex;
	align-items: center;
	min-height: 34px;	
}

.page-type-use-shop .uni-block-shop-list-point{
	background: #F3ADA9;
	color: #fff;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px 4px;
}

.page-type-use-shop .uni-block-shop-list-name{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
}

@media screen and (max-width: 768px){
	.page-type-use-shop .uni-block-store-item-list{max-width: 100%;}
	.page-type-use-shop .uni-block-store-item-list ul{
		gap: 15px;
		margin: 40px 15px 0;
	}

	.page-type-use-shop .uni-block-store-item-list ul li{
		width: calc(100% / 2 - 7.5px);
		min-width: auto;
		padding: 10px;
		box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .05);
	}
	.page-type-use-shop .uni-block-common-child-area.uni-block-common-shop-btn{padding: 20px 15px 0;}
	.page-type-use-shop .uni-block-common-child-area.uni-block-common-shop-btn .uni-block-common-btn {margin-top: 0;}

	.page-type-use-shop .uni-block-store-search-ttl{
		font-size: calc(18 / 375* 100vw);
		font-weight: 500;
	}

	.page-type-use-shop .uni-block-store-search-sub-ttl {
		font-size: calc(15 / 375* 100vw);
		font-weight: 600;
		margin-top: 20px;
	}
	
	.page-type-use-shop .master_node .root_genre_item{
		display: block;
		margin-top: 5px;
	}

	.page-type-use-shop .master_node .root_genre_item li{margin-bottom: 20px;}
	.page-type-use-shop .uni-block-shop-list-point{font-size: 8px;}
	.page-type-use-shop .uni-block-shop-list-name{
		font-size: calc(14 / 375* 100vw);
		margin-top: 8px;
	}

	.page-type-use-shop .uni-block-shop-list-icon > span{margin-right: 3px;}
	.page-type-use-shop .uni-block-shop-list-icon .shop_cate_card{
		background: url(/cms/tobupoint/img/usr/common/icon_card.svg) no-repeat;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
	}
	
	.page-type-use-shop .uni-block-shop-list-icon .shop_cate_app{
		background: url(/cms/tobupoint/img/usr/common/icon_app.svg) no-repeat;
		background-size: 31px auto;
		width: 31px;
		height: 22px;
	}
	
	.page-type-use-shop .uni-block-shop-list-icon .shop_cate_pasmo{
		background: url(/cms/tobupoint/img/usr/common/icon_pasmo.svg) no-repeat;
		background-size: 30px auto;
		width: 30px;
		height: 19px;
	}
	
	.page-type-use-shop .uni-block-shop-list-icon .shop_cate_mall{
		background: url(/cms/tobupoint/img/usr/common/icon_tobumall.svg) no-repeat;
		background-size: 24px auto;
		width: 24px;
		height: 29px;
	}

}