@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------------
[ 19. Listing Cards ]
*/
.cards-wrapper {
	margin-bottom: -30px;
}

.card {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.card.card-tall {
	height: 630px;
}

.card:before {
	background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 50%);
	background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 50%);
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	transition: all ease 0.35s;
	width: 100%;
}

.card:after {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	content: '';
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.card:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}


.card-background img {
	height: auto;
	width: 100%;
}

.cards-simple-wrapper {
	margin: 0 15px;
	margin-bottom: 0px;
}

.card-simple {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-backface-visiblity: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0px);
	
	border:1px solid #e9e6e7;
}

@media only screen and (max-width:639px) {
.topSP{
	margin-top:0;
	margin-bottom: 0;
}
}


.card-simple:hover .card-simple-background:before {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-backface-visiblity: hidden;
}

.card-simple:hover .card-simple-label {
	margin-top: -25px;
}


@media only screen and (min-width:640px) {
.card-simple-background {
	height: 240px;
	position: relative;
}
}

@media only screen and (max-width:639px) {
.card-simple-background {
	height: 100px;
	position: relative;
	width: 100px;
}

.special-background {
	height: 90px;
	position: relative;
}

}

.card-simple-background img {
	width: 100%;
}

/* フーバー時のグラデーションデザイン制御 */
.card-simple-background:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(255, 255, 255, 0.7) 75%);
	background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(255, 255, 255, 0.7) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	transition: all ease 0.35s;
}

/* 画像のお洒落フィルター　彩度を音フィルター */
/* .card-simple-background:after {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
} */


/* 上部隠れるアイコンデザイン制御 */
.card-simple-label {
	background-color: #c6af5c;
	color: #fff;
	left: 50%;
	font-size: 13px;
	padding: 3px 15px;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all ease 0.35s;
	z-index: 2;
}

.card-simple-label a {
	color: #fff;
}

.card-simple-label a:hover {
	color: #fff;
	text-decoration: none;
}



/* 下部隠れないアイコンデザイン制御 */
.card-simple-price {
	background-color: #009f8b;
	bottom: 0px;
	color: #fff;
	font-size: 13px;
	left: 50%;
	padding: 3px 15px;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}


/* superlist.cssから移動 */
  
.row, .categories > ul {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.row:before,  .categories > ul:before,  .row:after, .categories > ul:after {
	content: " ";
	display: table;
}

.row:after, .categories > ul:after {
	clear: both;
}



/* 画像サイズの切り替わり指定 */
  
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .filter .checkbox-wrapper .checkbox, .col-xs-4, .col-sm-4, .categories > ul > li, .col-md-4, .filter .checkbox-wrapper .checkbox, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .filter .checkbox-wrapper .checkbox, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
}

@media (min-width: 940px) {

.col-md-3, .colSpecial {
	float: left;
}

.col-md-3 {
	width: 25%;
}

.colSpecial {
	width: 25%;
	margin-bottom:23px;
}


}

@media (max-width: 939px) {

.col-md-3, .colSpecial{
	float: left;
}

.col-md-3 {
	width: 50%;
}

.colSpecial {
	width: 50%;
	margin-bottom:23px;
}

}

@media (max-width: 639px) {

.col-sm-6{
	float: left;
}

.col-sm-6, .filter .checkbox-wrapper .checkbox {
	width: 50%;
}

.col-sm-12{
	float: none;
}

.col-sm-12, .filter .checkbox-wrapper .checkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px #ececec;
    padding-bottom: 10px;
	margin-right: 0px;
}

.card-simple {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-backface-visiblity: hidden;
	overflow: hidden;
	-webkit-transform: translateZ(0px);
	border:1px solid #e9e6e7;
	width: 100px;
	height: 100px;
}
.colSpecial {
	width: 100%;
	border-bottom:1px solid #ede6e7;
	margin-bottom:0px;
}

.colSpecial:first-child {
	border-top:1px solid #ede6e7;
}
.colSpecial .card-simple{
	width:30%;
	float:left;
	margin-left: -10px;
	margin-right: -10px;}
	
.moreSPInfo{
	width:70%;
	float:right;
}
}
