@charset "UTF-8";
/*------------------------
共通
------------------------*/
.breadcrumb-area{
	background: var(--gray);
	padding: 12px 0;
}
#breadcrumb{
	width: 1000px;
	margin: 0 auto;
}


/*------------------------
物件情報 詳細
------------------------*/
#info{
	background: var(--gd_bg);
}
#info > .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 100px;
}

/* name */
#property {
	padding-bottom: 60px;
}
#property .name-wrap {
	margin-bottom: 15px;
}
#property .name-wrap .cat-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
#property .name-wrap .cat-wrap .icn,
#property .name-wrap .cat-wrap .type {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #269faa;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 0 12px 3px;
	margin-right: 10px;
	letter-spacing: .04em;
}
#property .name-wrap .cat-wrap .icn.close{
	background: #c9c9c9;
}
#property .name-wrap .cat-wrap .type {
	background: #f5af25;
}
#property .name-wrap h1 {
	font-size: 30px;
	line-height: 1.4;
}

/* 詳細 */
#property .top-wrap {
	margin-bottom: 30px;
}
#property .top-wrap .image-wrap {
	width: 400px;
	margin-right: 30px;
}
#property .top-wrap .image-wrap .image a {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	background: var(--gray);
}
#property .top-wrap .image-wrap .image a:hover{
	opacity: .8;
}
#property .top-wrap .image-wrap .image a img {
	object-fit: contain;
}
#property .top-wrap .image-wrap .pdf-wrap:not(:last-of-type) {
	margin-bottom: 10px;
}
#property .top-wrap .image-wrap .pdf-wrap a {
	background: #fff;
	border: 1px solid #269faa;
	border-left: 5px solid #269faa;
	padding: 10px 15px;
	position: relative;
}
#property .top-wrap .image-wrap .pdf-wrap a::after{
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid var(--blue);
	border-right: 2px solid var(--blue);
	transform: rotate(45deg);
	position: absolute;
	top: -46px;
	bottom: 0;
	margin: auto;
	right: 15px;
}
#property .top-wrap .image-wrap .pdf-wrap a:hover{
	background: #edf8f9;
}
#property .top-wrap .image-wrap .pdf-wrap a .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
#property .top-wrap .image-wrap .pdf-wrap a .ttl::before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(/pc/img/common/icon_pdf.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
#property .top-wrap .image-wrap .pdf-wrap a .textarea {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: .04em;
}
#property .top-wrap .text-wrap {
	flex: 1;
}
#property .top-wrap .text-wrap .detail {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
}
#property .top-wrap .text-wrap .detail li {
	margin-bottom: 5px;
	line-height: 1.4;
	display: flex;
	align-items: baseline;
}
#property .top-wrap .text-wrap .detail li b{
	font-size: 24px;
	line-height: 1.3;
	color: #ce1b3a;
	flex: 1;
}
#property .top-wrap .text-wrap .detail li .txt{
	flex: 1;
}

/* テーブル */
#property .top-wrap .text-wrap table {
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
#property .top-wrap .text-wrap table tr th,
#property .top-wrap .text-wrap table tr td {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
#property .top-wrap .text-wrap table tr th{
	background: #f2f2f2;
	padding: 4px 10px;
}
#property .top-wrap .text-wrap table tr td {
	padding: 7px 10px;
	font-size: 17px;
	max-width: 220px;
}
#property .top-wrap .text-wrap .top-contact h2 {
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	background: var(--gd_btn);
	color: #fff;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
}
#property .top-wrap .text-wrap .top-contact .flex-box {
	padding: 10px 25px 15px;
	border: 1px solid #1282ac;
	border-radius: 0 0 12px 12px;
}
#property .top-wrap .text-wrap .top-contact .tel-wrap .ttl,
#property .top-wrap .text-wrap .top-contact .mail-wrap .ttl {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}
#property .top-wrap .text-wrap .top-contact .tel-wrap .tel {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#property .top-wrap .text-wrap .top-contact .tel-wrap .tel::before{
	content: "";
	width: 20px;
	height: 26px;
	background: url(/pc/img/common/icon_tel_gd.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 6px;
	margin-top: 2px;
}

#property .top-wrap .text-wrap .top-contact .mail-wrap {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #1282ac;
}
#property .top-wrap .text-wrap .top-contact .mail-wrap button {
	width: 220px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--gd_btn);
	color: #fff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
#property .top-wrap .text-wrap .top-contact .mail-wrap button:hover{
	transform: translateY(4px);
    opacity: .8;
}
#property .top-wrap .text-wrap .top-contact .mail-wrap button::before{
	content: "";
	width: 20px;
	height: 14px;
	background: url(/pc/img/common/icon_mail_w.svg) no-repeat;
	background-size: contain;
	display: block;
	margin-right: 5px;
}

#property .comment{
	box-shadow: 0px 0px 40px 10px rgba(182, 202, 209, 0.2);
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
}
#property .comment h2{
	color: #00688f;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 2px dotted #00688f;
}
#property .comment .textarea{
	font-size: 16px;
	letter-spacing: .04em;
}

/* サブ画像 */
#property .sub-image ul{
	margin-bottom: 10px;
}
#property .sub-image ul li a{
	width: 118px;
	height: 118px;
	background: #fff;
	border: 1px solid #1282ac;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#property .sub-image ul li:last-child a{
	margin-right: 0;
}
#property .sub-image ul li a:hover{
	opacity: .8;
}
#property .sub-image ul li a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#property .sub-image .come{
	font-size: 15px;
	line-height: 1;
}

/*------------------------
物件概要
------------------------*/
#outline {
	margin-bottom: 60px;
}
#outline .inner{
	padding: 40px 60px;
	box-shadow: 0px 0px 40px 10px rgba(182, 202, 209, 0.2);
	background: #fff;
	border-radius: 20px;
}
#outline .ttl-wrap {
	text-align: center;
	margin-bottom: 25px;
}
#outline .ttl-wrap .sub {
	transform: rotate(-6deg);
	margin-left: -57px;
	margin-bottom: -2px;
}
#outline table {
	border-top: 1px solid #c9c9c9;
}
#outline table tr th,#outline table tr td  {
	font-size: 17px;
	padding: 12px 20px;
	border-bottom: 1px solid #c9c9c9;
	font-weight: 500;
}
#outline table tr th{
	width: 230px;
	background: #f2f2f2;
}

/*------------------------
周辺環境
------------------------*/
#location {
	margin-bottom: 60px;
}
#location .inner{
	padding: 40px 60px;
	box-shadow: 0px 0px 40px 10px rgba(182, 202, 209, 0.2);
	background: #fff;
	border-radius: 20px;
}
#location .ttl-wrap {
	text-align: center;
	margin-bottom: 25px;
}
#location .ttl-wrap .sub {
	transform: rotate(-6deg);
	margin-left: -57px;
	margin-bottom: -2px;
}
#location .text{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
}

#info .back a{
	width: 350px;
	height: 67px;
	margin: 0;
}
#info .back a::after{
	right: auto;
	left: 15px;
	transform: rotate(-135deg);
}