@charset "utf-8";


#contents {
	width: 100%;
	margin: 0;
	background: var(--white);
	padding-bottom: 85px;
}

.org-page * {
	font-size: 14px;
    font-weight: 400;
    color: var(--txt-color);
    font-family: var(--default-font);
}

.org-page {
	background: #FFF;
	padding-bottom: 70px;
}
.breadcrumbs {
	width: fit-content;
	padding: 0;
}
	.breadcrumbs__list {
		display: block;
	}
	.breadcrumbs__items {
		display: inline;
	}

.page__inner {
	width: 1000px;
    margin: 0 auto;
}
.path__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px 0;
}
	.contents__title-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
		.contents__title {
			display: flex;
			align-items: center;
			gap: 12px;
			font-size: 24px;
			font-weight: 700;
			margin-bottom: 12px;
		}
			.contents__title::before {
				content: '';
				display: block;
				background: var(--main-color);
				width: 10px;
				height: 10px;
			}
		.contents__more a {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: 9px;
			text-decoration: underline;
			color: #1879A7;
		}
			.contents__more a::before {
				content: '';
				background: url(/images/top/icon_contents-more-arrow.png) no-repeat center / cover;
				display: block;
				width: 22px;
				height: 22px;
			}
	.contents__text {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	.path__contents {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.page__title {
			display: flex;
			align-items: center;
			gap: 7px;
			width: 302px;
			font-size: 18px;
			font-weight: 700;
			letter-spacing: 0.05em;
		}
			.page__title::before {
				content: '';
				background: url(../images/icon_path-mansion.png) no-repeat center / cover;
				display: block;
				width: 26px;
				height: 25px;
			}
		.path__wrap {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			gap: 20px;
			padding: 16px 0 14px;
			max-width: 650px;
		}
			.path__member a {
				display: flex;
				align-items: center;
				gap: 4px;
				min-width: 100px;
				color: #1879A7;
				text-decoration: underline;
			}
			.path__member svg {
				width: 7px;
				height: 11px;
				fill: none;
				stroke: #008cce;
			}

	.page__main {
		position: relative;
		z-index: 1;
	}

	.page__head-title {
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0.05em;
		color: var(--main-color);
		text-align: center;
		background: #D9EEF8;
		padding: 53px;
		margin-bottom: 40px;
	}
	
	.mansion__head {
		display: flex;
		justify-content: space-between;
		margin-bottom: 80px;
	}
		.mansion__image-contents {
			width: 474px;
			overflow: hidden;
		}
			.mansion__image-wrap {
				margin-bottom: 9px;
			}
			.mansion__image-item {
				width: 100% !important;
				height: 357px !important;
				background: #F7F7F7;
			}
				.mansion__image-item img {
					width: 100%;
					height: 100%;
					object-fit: contain;
				}
			.mansion__thumb-list {
				display: inline-grid;
				grid-template-rows: repeat(2, auto);
				grid-auto-flow: column;
				grid-auto-columns: 86px;
				gap: 10px 11px;
				width: 474px !important;
				transform: unset !important;
			}
				.mansion__thumb-item {
					width: 86px !important;
					height: 65px !important;
				}
					.mansion__thumb-item img {
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
		.mansion__detail-contents {
			width: 496px;
		}
			.mansion__name {
				font-size: 24px;
				font-weight: 700;
				letter-spacing: 0.05em;
				line-height: 1.25;
				margin-bottom: 18px;
			}
			.mansion__summary {
				margin-bottom: 19px;
			}
				.mansion__summary-wrap {
					display: flex;
					gap: 0 21px;
				}
				.mansion__summary-wrap:not(:last-of-type) {
					margin-bottom: 10px;
				}
					.mansion__summary-label {
						display: flex;
						justify-content: center;
						align-items: center;
						width: 87px;
						height: 30px;
						background: #F7F7F7;
						font-size: 16px;
						font-weight: 700;
					}
					.mansion__summary-description {
						font-size: 16px;
						font-weight: 500;
					}
				.mansion__info-wrap {
					border: 1px solid #008CCE;
					padding: 8px 11px;
				}
				.mansion__info-wrap:not(:last-of-type) {
					margin-bottom: 8px;
				}
					.mansion__info-label {
						font-size: 14px;
						font-weight: 700;
						margin-bottom: 2px;
					}
					.mansion__info-description {
						font-size: 14px;
						font-weight: 500;
					}

	.mansion__baikyaku-contents {
		margin-bottom: 53px;
	}
		.baikyaku-banner {
			margin-bottom: 25px;
		}
			.baikyaku-banner a {
				display: block;
				position: relative;
			}
				.baikyaku-banner a::before {
					content: '';
					background: url(/images/library/img_baikyaku-mikity.webp) no-repeat center / cover;
					display: block;
					width: 240px;
					height: 194px;
					position: absolute;
					bottom: 0;
					right: 0;
				}

	.mansion__empty-contents {
		margin-bottom: 69px;
	}
		.empty__wrap {
			margin-top: 45px;
		}
			.empty__head-group {
				display: flex;
				align-items: center;
				gap: 27px;
				height: 60px;
				border: 1px solid #E6E6E6;
				border-bottom: 3px solid #008CCE;
				border-radius: 5px 5px 0 0;
				background-image: linear-gradient(180deg, rgba(253, 253, 253, 1), rgba(239, 239, 239, 1));
				padding: 0 13px 4px;
				margin-bottom: 20px;
			}
				[class*="empty__label--"] {
					font-size: 16px;
					font-weight: 700;
					letter-spacing: 0.05em;
					text-align: center;
				}
				.empty__label--image,
				.card__item--image {
					width: 262px;
				}
				.empty__label--madori,
				.card__item--madori {
					width: 84px;
				}
				.empty__label--price,
				.card__item--price {
					width: 112px;
				}
				.empty__label--square,
				.card__item--square {
					width: 98px;
				}
				.empty__label--direction,
				.card__item--direction {
					width: 68px;
				}
				.empty__label--period,
				.card__item--period {
					width: 98px;
				}
			.empty__card {
				display: flex;
				align-items: center;
				gap: 0 27px;
				padding: 0 13px;
				padding-bottom: 28px;
				border-bottom: 1px solid #DBDBDB;
			}
			.empty__card:not(:last-child) {
				margin-bottom: 25px;
			}
				[class*="card__item"] {
					text-align: center;
				}
					.card__room-info {
						font-size: 16px;
						font-weight: 500;
						letter-spacing: 0.05em;
						margin-bottom: 7px;
						text-align: left;
					}
					.image__list {
						display: flex;
						gap: 10px;
					}
						.image__item {
							width: 128px;
							height: 85px;
						}
							.image__item img {
								width: 100%;
								height: 100%;
								object-fit: cover;
							}
					[class*="card__text"] {
						font-size: 16px;
						font-weight: 500;
						letter-spacing: 0.05em;
						line-height: 1.375;
					}
					.card__text--price {
						font-weight: 700;
						color: #E00001;
					}
						.card__text--price span {
							font-size: 20px;
							font-weight: 700;
							letter-spacing: 0.05em;
							color: #E00001;
							line-height: 1.2;
						}
					.card__more a {
						display: flex;
						justify-content: center;
						align-items: center;
						width: 90px;
						height: 43px;
						background-image: linear-gradient(180deg, rgba(1, 139, 206, 1), rgba(0, 103, 186, 1));
						border-bottom: 3px solid #004C88;
						border-radius: 8px;
						font-size: 16px;
						font-weight: 700;
						letter-spacing: 0.1em;
						color: #FFF;
						position: relative;
					}
						.card__more a svg {
							width: 7px;
							height: 13px;
							fill: none;
							stroke: #FFF;
							position: absolute;
							top: 53%;
							right: 8px;
							transform: translateY(-50%);
						}

	#room_detail_map {
		margin-top: 26px;
		width: 100%;
		height: 385px;
	}
		.area__map iframe {
			width: 100%;
			height: 100%;
		}
		
	.shop__list {
		margin-top: 26px;
	}
		.shop__card:not(:last-child) {
			margin-bottom: 5px;
		}
			.shop__card a {
				display: flex;
				align-items: center;
				gap: 20px;
				padding: 18px 20px;
				background: #F7F7F7;
			}
				.shop__image {
					width: 120px;
					height: 84px;
				}
					.shop__image img {
						width: 100%;
						height: 100%;
						object-fit: cover;
					}
				.shop__name {
					display: flex;
					align-items: center;
					gap: 7px;
					font-size: 16px;
					font-weight: 700;
				}
					.shop__name span {
						font-size: 16px;
						font-weight: 700;
						color: #1879A7;
					}
				.shop__text {
					font-size: 16px;
					font-weight: 500;
				}