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

/* 中身======================================================================================================== */
#tksn_list li{
	margin: 20px 0 0;
}
#tksn_list li a{
	display: block;
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	padding: 10px;
}
#tksn_list li a .photo{
	width: 30%;
	float: left;
	margin: 0 3% 5px 0;
}
#tksn_list li a .title{
}
#tksn_list li a .title .type{
	font-size: 10px;
}
#tksn_list li a .title h4{
	font-size: 4vw;
	line-height: 1.6;
}
#tksn_list li a .text{
	clear: both;
}
#tksn_list li a .text dt,
#tksn_list li a .text dd{
	font-size: 10px;
}
#tksn_list li a .text dt{
	width: 5em;
	float: left;
	margin: 5px 0 0;
	text-align: center;
	border: solid 1px #111;
}
#tksn_list li a .text dd{
	padding: 5px 0 0 5.5em;
	border: solid 1px transparent;
}
#tksn_list li a .text dd .sold{
	color: #CC0800;
	font-weight: bold;
}
#tksn_list li a .icon{
	margin: 10px 0 0;
}
#tksn_list li a .icon span{
	display: inline-block;
	background-color: #111;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	padding: 5px;
	margin: 0 5px 0 0;
	border-radius: 5px;
}
#tksn_list li a .icon span.icon-new{ background-color: #910A35; }
#tksn_list li a .icon span.icon-openhouse{ background-color: #7D3200; }
#tksn_list li a .icon span.icon-hanbaikai{ background-color: #325733; }
#tksn_list li a .icon span.icon-panorama{ background-color: #134D7F; }
#tksn_list li a .icon span.icon-story{ background-color: #782F5B; }
#tksn_list li a .icon span.icon-access{ background-color: #2E7F76; }

/* 完売御礼 */
#tksn_list li.sold_out a .photo{
	position: relative;
}
#tksn_list li.sold_out a .photo::after{
	content: "";
	display: block;
	background-image: url(images/soldout.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 70%;
	width: 100%;
	height: 30%;
	background-color: #C30003;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 10;
}



.search_btn {
	margin-bottom: 20px;
}
.search_btn a{
	display: block;
	background-color: #111;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	margin: 10px 0 0;
}
.search_btn a::before{
	border-color: #FFF;
}



/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#tksn_list li a{
	padding: 20px;
	position: relative;
}
#tksn_list li a:hover{
	background-color: #111;
	color: #FFF;
}
#tksn_list li a::before{
	content: "";
	vertical-align: middle;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 43px;
	margin: auto;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	transform: rotate(45deg);
}
#tksn_list li a .photo{
	width: 220px;
	margin: 0 0 5px 0;
}
#tksn_list li a .title{
	float: right;
	width: 720px;
}
#tksn_list li a .title .type{
	font-size: 12px;
}
#tksn_list li a .title h4{
	font-size: 22px;
}
#tksn_list li a .text{
	clear: inherit;
	float: right;
	width: 720px;
}
#tksn_list li a:hover .text dt{
	border-color: #FFF;
}
#tksn_list li a .text dt,
#tksn_list li a .text dd{
	font-size: 12px;
}

#tksn_list li.sold_out a:hover{
	background-color: inherit;
	color: inherit;
}
#tksn_list li.sold_out a::before{
	display: none;
}
#tksn_list li.sold_out a:hover .text dt{
	border-color: inherit;
}


.search_btn{
	width: 300px;
	margin: 0 auto;
}
.search_btn.top{
	margin-bottom: 40px;
}
.search_btn.bottom{
	margin-top: 40px;
}
.search_btn a{
	padding: 20px;
}


}

