@charset "utf-8";

/*==================================================
サムネイル表示用
===================================*/
.item_list dl dt {
	width: 55%;
	float: left;
}
.item_list dl dd {
	width: 35%;
	float: right;
}
.item_list dl dd h3 {
	font-size: 18px !important;
	margin-bottom: 0.7em !important;
	border: none !important;
	padding-left: 0 !important;
}
.item_list dl dd h3 .item_category, .item_list dl dd h3 .item_name {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4em;
	vertical-align: middle;
}
.item_list dl dd h3 .item_category {
	background: #ffffff;
	width: 80px;
	text-align: center;
	margin-right: 0.8em;
	padding: 3px 5px 5px 5px;
	border: 1px solid;
	box-sizing: border-box;
}
.item_list dl dd h3 .item_category span, .item_list dl dd h3 .item_name span {
	display: block;
	font-size: 18px;
}
.rental, .rental span {
	color: #26be22 !important;
	border-color: #26be22 !important;
}
.second-hand, .second-hand span {
	color: #be6422 !important;
	border-color: #be6422 !important;	
}
.newly, .newly span {
	color: #2289be !important;
	border-color: #2289be !important;
}
.item_list dl dd .btn_detail a {
	display: block;
	width: 50%;
	background: #333333;
	color: #ffffff;
	font-size: 13px;
	line-height: 1em;
	margin: 0 auto;
	text-align: center;
	padding: 10px 15px;
	border-radius: 30px;
}
.item_list dl dd .btn_detail a:hover {
	text-decoration: none !important;
}
.item_list dl dt .gallery {
	float: left;
}
.item_list dl dt .choice-btn {
	width: 140px;
	float: right;
}
.item_list dl dt .choice-btn .slick-list .slick-track {
	width: 100% !important;
}
.item_list dl::after, .item_list dl dt::after {
	display: block;
	content: '';
	clear: both;
}
.item_list dl dt .gallery li img{
	width: 100%;
	height: 366px;
	object-fit: cover;
	vertical-align: bottom;
}
.item_list dl dd table {
	font-size: 13px;
	margin-bottom: 1em;
	border: none !important;
}
.item_list dl dd table tr {
	border-bottom: 1px solid #dddddd;
}
.item_list dl dd table th {
	width: 35%;
}
.item_list dl dd table th::before {
	display: inline-block;
	content: '';
	width: 1.7em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	margin-right: 5px;
}
.item_list dl dd table th.rent::before, .item_list dl dd table th.price::before {
	content: '\f555';
}
.item_list dl dd table th.caution::before {
	content: '\f19c';
}
.item_list dl dd table th.deposit::before {
	content: '\f4d3';
}
.item_list dl dd table th.station::before {
	content: '\f239';
}
.item_list dl dd table th.address::before {
	content: '\f3c5';
}
.item_list dl dd table th.age::before {
	content: '\f133';
}
.item_list dl dd table th.plan::before {
	content: '\f52b';
}
.item_list dl dd table th.occupied::before {
	content: '\f546';
}
.item_list dl dd table th.building::before {
	content: '\f546';
}
.item_list dl dd table th.land::before {
	content: '\f546';
}
.item_list dl dd table td {
	width: 65%;
}
.item_list dl dd table th, .item_list dl dd table td {
	padding: 4px 10px;
	border: none !important;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	z-index: 3;
	top: 46%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #fff;/*矢印の色*/
	border-right: 2px solid #fff;/*矢印の色*/
	height: 25px;
	width: 25px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:100% !important;
}
.choice-btn li img{
	width: 100%;
	height: 92px;
	object-fit: cover;
	opacity: 0.4;/*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.item_list dl dt ul {
	width: 100%;
	float: none;
}
.item_list dl dd {
	width: 38%;
	font-size: 18px;
}
.item_list dl dd table th, .item_list dl dd table td {
	font-size: 18px;
	padding: 10px 15px;
}
.item_list dl dd table tr:last-child {
	border: none;
}
.choice-btn .slick-track {
	width: 100% !important;
	margin-top: 0;
}
.choice-btn li {
	width: calc(100% / 5) !important;
}
h2.detail_title, h2.detail_title::after {
	border: none !important;
	padding: 0.8em !important;
}
#content h2.detail_title {
	border-bottom: 4px solid rgba(0,0,0,0.5) !important;
}
.detail_info table {
	background: #ffffff;
}
.detail_info table th, .detail_info table td {
	padding: 15px 20px;
}
h2.detail_title span {
	color: #ffffff !important;
}
h2.detail_title span.item_category {
	background: #ffffff;
	padding: 5px 15px;
}
h2.detail_title span.item_category span, h2.detail_title span.item_name {
	font-size: 100% !important;
}

@media screen and (max-width: 1200px) {
.item_list dl dd h3, .item_list dl dd table {
	margin-bottom: 1.4em !important;
}
.item_list dl dd table, .item_list dl dd .btn_detail a {
	font-size: 14px;
}
.item_list dl dd table th, .item_list dl dd table td {
	padding: 10px 15px;
}
.item_list dl dd table td br {
	display: none;
}
.item_list dl dt, .item_list dl dd {
	width: 100%;
	float: none;
}
.item_list dl dd {
	margin-top: 2.5em;
}
.item_list dl dd .btn_detail a {
	padding: 15px;
}

.item_list dl dd {
	width: 100%;
}
.detail_info table th, .detail_info table td {
	width: 50%;
}
}
@media screen and (max-width: 767px) {
.item_list dl dt .choice-btn {
	margin-top: 1em;
}
.item_list dl dt .gallery li img {
	width: 100%;
}
.item_list dl dt .gallery, .item_list dl dt .choice-btn {
	width: 100%;
	float: none;
}
.item_list dl dt .choice-btn li {
	width: calc(100% / 5) !important;
	height: auto;
}
.item_list dl dd .btn_detail a {
	width: 80%;
	line-height: 1.7em;
}
h2.detail_title {
	padding: 0.6em 0.5em 0.3em 0.5em !important;
}
h2.detail_title span.item_category {
	font-size: 70% !important;
    padding: 0 10px;
    margin-bottom: 4px;
}
.choice-btn li {
    width: calc(100% / 5) !important;
}
.choice-btn li img {
	height: 48px;
}
.detail_info ul li {
	margin: 0 !important;
}
.detail_info ul li:first-child table {
	margin-bottom: -1px !important;
}
.item_list dl dd table th, .item_list dl dd table td {
	font-size: 16px;
    padding-left: 0;
}
.item_list dl dd table th, .item_list dl dd table td, .detail_info ul li:first-child table th, .detail_info ul li:first-child table td {
	font-size: 15px;
}
.item_list dl dt .gallery li img {height: auto !important;}
}
@media screen and (max-width: 480px) {
.slick-prev, .slick-next {height: 15px; width: 15px;}
.item_list dl dt .choice-btn .slick-list .slick-track {transform: none !important;}
}