@charset "utf-8";
/* CSS Document */

.bukken_list01 a {
	text-decoration: none;
}
.bukken_list01 a:hover {
	opacity: 0.7;
}

/* .bukken_list01 */
.bukken_list01 .list {
	display: flex;
	justify-content: space-between;
	z-index: 9999;
}
.bukken_list01 a.liBox {
	width: 246px;
	height: 360px;
	padding: 1px 14px;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	display: block;
	overflow: hidden;
	outline: none;
}
.bukken_list01 a.liBox:before,
.bukken_list01 a.liBox:after {
	content: '';
	display: block;
	position: absolute;
}
.list .new {
	position: absolute !important;
	width: 35px;
    text-align: center;
    top: 11px;
    background: #B5332D;
    color: #FFF;
    font-size: 12px;
    /* font-weight: bold; */
    line-height: 1;
    padding: 2px 7px 1px 7px;
	z-index: 5;
	left: 0;
}
/* リボンありの場合*/
.list .new:before {
	content: "";
	position: absolute;
	top: 0;
	right: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 0;
	border-color: #b5342d transparent transparent transparent;
}
.list .new:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 4px;
	border-color: transparent transparent transparent #b5342d;
}

.bukken_list01 a.liBox:after {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.62) 75%, rgba(0,0,0,0.62) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.62) 75%,rgba(0,0,0,0.62) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.62) 75%,rgba(0,0,0,0.62) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e000000',GradientType=0 );
	left: 0;
	top: 0;
	z-index: 1;
}
.bukken_list01 a.liBox span {
	color: #FFF;
	display: block;
	position: relative;
	z-index: 2;
}
.bukken_list01 a.liBox .pic {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 0;
}
.bukken_list01 a.liBox .pic {
	width: 246px;
}
.bukken_list01 a.liBox .pic img {
	width: 360px;
	height: 360px;
	margin: 0 0 0 -60px;
}
.bukken_list01 a.liBox .pic img.memImg {
	margin: 0 !important;
	width: 246px;
	height: 490px;
}
.bukken_list01 a.liBox .cate01 {
	width: 112px;
	height: 15px;
	margin-top: 190px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #252525;
	background: #DDDDD5;
}
.bukken_list01 a.liBox .price {
	line-height: 48px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	/* font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bukken_list01 a.liBox .price span {
	line-height: 38px;
	vertical-align: bottom;
	font-size: 16px;
	display: inline;
}
.bukken_list01 a.liBox .yield {
	padding-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #FFFF00;
	border-bottom: 1px solid #FFF;
}
.bukken_list01 a.liBox .txt {
	padding: 5px 0;
	line-height: 1.4;
	font-size: 12px;
	color: #FFF;
}
.bukken_list01 a.liBox .txt span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bukken_list01 a.liBox .cate02 span {
	padding: 0 5px;
	height: 18px;
	margin-right: 3px;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #FFF;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
}
.bukken_list01 a.liBox .cate02 span.prop_icon_brokerage_free {
	background-color: #D90000;
	border: none;
	padding-top: 1px;
}


/* ボタンのCSSリセット*/
button {
    border: none;
    overflow: visible;
    background: none;
    vertical-align: top;
    font-size: 100%;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
	padding: 0;
	margin: 0;
}

/* slickページャー */
.list .slick-dots {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
.list .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.list .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
}
.list .slick-dots li:hover button,
.list .slick-dots li.slick-active button {
	background-color: #AD923F;
}

/* slick arrow */
.list .slick-arrow {
	position: absolute;
	top: calc(50% - 17px);
	width: 34px;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	outline: none;
}
.list .slick-arrow:hover {
	opacity: 0.7;
}
.list .slick-prev {
	left: -47px;
	width: 24px;
    height: 24px;
    border-top: 2px solid #2C78C4;
    border-right: 2px solid #2C78C4;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.list .slick-next {
	right: -27px;
	width: 24px;
    height: 24px;
    border-top: 2px solid #2C78C4;
    border-right: 2px solid #2C78C4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list .imgpath {
	display: none;
}

.prop-slide-arrow {
	width: 35px;
	height: 35px;
	background-color: #000;
}
.prop-prev-arrow {
	position: absolute;
	left: -60px;
}
.prop-prev-arrow::before {
	position: absolute;
	top: 13px;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index: 99999;
	left: 14px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.prop-next-arrow {
	position: absolute;
	right: -35px;
}
.prop-next-arrow::before {
	position: absolute;
	top: 13px;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index: 99999;
	left: 12px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ===================================
.bukken_list02
=================================== */
.bukken_list02 {
	background: url(../img/bg_ranking_01.png) no-repeat center top;
	padding-top: 90px;
	text-align: center;
}
.bukken_list02 a {
	text-decoration: none;
}
.bukken_list02 a:hover {
	opacity: 0.7;
}

.bukken_list02 .list {
	display: flex;
	justify-content: space-between;
}
.bukken_list02 a.liBox {
	width: 168px;
	height: 315px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.bukken_list02 a.liBox:before,
.bukken_list02 a.liBox:after {
	content: '';
	display: block;
	position: absolute;
}
.bukken_list02 a.liBox span {
	color: #FFF;
	display: block;
	position: relative;
	z-index: 2;
}
.bukken_list02 a.liBox .pic img {
	width: 168px;
	height: 168px;
}
.bukken_list02 a.liBox .price {
	line-height: 48px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
    font-weight: bold;
    margin-top: 5px;
}
.bukken_list02 a.liBox .price span {
	line-height: 38px;
	vertical-align: bottom;
	font-size: 16px;
	display: inline;
}
.bukken_list02 a.liBox .yield {
	padding: 12px 0 10px;
    line-height: 16px;
    font-size: 16px;
    color: #E6CE63;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}
.bukken_list02 a.liBox .txt {
	padding: 10px 0;
    line-height: 1.4;
    font-size: 14px;
}
.bukken_list02 a.liBox .txt span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #CCC;
}
.bukken_list02 a.liBox .cate02 span {
	width: 32px;
	height: 18px;
	margin-right: 3px;
	line-height: 16px;
	vertical-align: top;
	text-align: center;
	font-size: 33px;
    font-weight: bold;
    margin-top: 5px;
	border: 1px solid #FFF;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
}

/* ===================================
IE専用対応
=================================== */
@media all and (-ms-high-contrast:none) {
	.bukken_list01 a.liBox .cate01 {
		line-height:18px;
	}
	.bukken_list01 a.liBox .cate02 span {
		vertical-align: bottom;
		height: auto;
		line-height: 1.6;
		padding-top: 2px;
	}
	.bukken_list01 a.liBox .price .unit {
		padding-top: 5px;
	}
	.bukken_list01 a.liBox .price {
		font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 38px;
		padding-top: 10px;
	}
}
