@charset "UTF-8";
/*------------------------
共通
------------------------*/
#top-ttl{
	background: url(/pc/img/topttl_info.jpg) center no-repeat;
    background-size: cover;
}
#top-ttl .page-ttl .sub{
	margin-left: -132px;
	margin-bottom: -4px;
}

/*------------------------
物件情報
------------------------*/
#info {
	position: relative;
	background: var(--gd_bg);
}
#info .inner{
	padding: 60px 0 80px;
	width: 1000px;
	margin: 0 auto;
}
#info .ttl-wrap{
	text-align: center;
	margin-bottom: 30px;
}
#info .ttl-wrap .sub{
	transform: rotate(-6deg);
	margin-left: -57px;
	margin-bottom: -2px;
}

#info .block-wrap {
	margin-bottom: 40px;
}
#info .block-wrap .block{
	padding: 30px 40px 40px;
	border: 1px solid var(--blue);
	border-radius: 20px;
	box-shadow: 0px 0px 40px 10px rgba(182, 202, 209, 0.2);
	margin-bottom: 25px;
	background: #fff;
}
#info .block-wrap .block:last-child{
	margin-bottom: 0;
}
#info .block-wrap .ttl-area{
	align-items: center;
	margin-bottom: 6px;
}
#info .block-wrap .block .icn{
	background: #269faa;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 28px;
	padding: 1px 15px;
	border-radius: 50px;
	margin-right: 10px;
}
#info .block-wrap .block h3{
	flex: 1;

}
#info .block-wrap .block h3 a{
	font-size: 26px;
	line-height: 1.4;
}
#info .block-wrap .block h3 a:hover{
	color: var(--blue);
}
#info .block-wrap .block .catch{
	font-size: 20px;
	line-height: 1.4;
	color: #00688f;
	text-align: justify;
	margin-bottom: 15px;
}

#info .block-wrap .block .cont{
	display: flex;
}

/* スライダー */
#info .block .image-wrap{
	width: 340px;
	margin-right: 25px;
	position: relative;
}
#info .block .image-wrap .main-slider{
	height: 255px;
	margin-bottom: 10px;
}
#info .block .image-wrap .main-slider .slide-item{
	height: 255px;
	background: var(--gray);
}
#info .block .image-wrap .main-slider .slide-item img {
	object-fit: contain;
	height: 100%;
	margin: auto;
}
#info .block .image-wrap .thumbnail-slider {
	width: 100%;
	height: 60px;
}
#info .block .image-wrap .slick-track {
	margin: 0;
}
#info .block .image-wrap .thumbnail-slider .thumbnail-item {
	height: 60px;
	cursor: pointer;
	width: 80px;
	margin-right: 6px;
	background: var(--gray);
}
#info .block .image-wrap .thumbnail-slider .thumbnail-item:last-child{
	margin-right: 0;
}
#info .block .image-wrap .thumbnail-slider .thumbnail-item img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
#info .block .image-wrap .thumbnail-slider .thumbnail-item.thumbnail-current img {
	border: 2px solid var(--blue);
}

#info .block .image-wrap .thumbnail-slider .slick-prev,
#info .block .image-wrap .thumbnail-slider .slick-next{
	background: var(--black);
	width: 15px;
	height: 32px;
	left: -5px;
	z-index: 100;
}
#info .block .image-wrap .thumbnail-slider .slick-next{
	left: unset;
	right: -5px;
}
#info .block .image-wrap .thumbnail-slider .slick-prev:before, 
#info .block .image-wrap .thumbnail-slider .slick-next:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: auto;
	display: block;
}
#info .block .image-wrap .thumbnail-slider .slick-prev:before{
	transform: rotate(-135deg);
}
#info .block .image-wrap .type{
	background: #ffb628;
	color: #fff;
	position: absolute;
	top: 0;
	font-weight: bold;
	padding: 3px 12px;
	border-radius: 0 0 8px 0;
}


#info .block .txt-wrap{
	flex: 1;
}
/* テーブル */
#info .block table{
	border-top: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
#info .block table th,
#info .block table td{
	font-size: 17px;
	padding: 10px 20px;
	border-bottom: 1px solid #c9c9c9;
}
#info .block table th{
	background: var(--gray);
	width: 130px;
	font-weight: 500;
}
#info .block table td b{
	font-size: 24px;
	line-height: 1;
	color: #ce1b3a;
}

#info .block .flex{
	display: flex;
	justify-content: space-between;
}
#info .block .pdf:not(:last-of-type) {
	margin-bottom: 8px;
}
#info .block .pdf a{
	width: 220px;
	height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #269faa;
	border-left: 4px solid #269faa;
	font-size: 16px;
	font-weight: 500;
	padding-left: 12px;
}
#info .block .pdf a::before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(/pc/img/common/icon_pdf.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
#info .block .pdf a:hover{
	background: #edf8f9;
}
#info .block .btn.detail a{
	width: 250px;
	height: 50px;
	background: var(--blue);
}

#info .pager{
	display: flex;
	align-items: center;
	justify-content: center;
}

#info .pager li a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #00688f;
	border-radius: 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
	margin: 0 3px;
	color: #00688f;
	cursor: pointer;
}
#info .pager li.current_page{
	background: #00688f;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	border-radius: 8px;
	padding-bottom: 5px;
}
#info .pager li a:hover{
	background: #00688f;
	color: #fff;
}

#info .block-wrap .block .icn.close{
	background: #c9c9c9;
}