@charset "UTF-8";
#main_content.is-loading-page {
	visibility: hidden;
	opacity: 0;
}

#main_content {
	opacity: 1;
	transition: opacity .3s ease;
}

.p-page-loader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-page-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease;
}

.shingle_buildings .p-page {
	max-width: 100%;
	margin: 0 auto;
}

.shingle_buildings .p-fv {
	background-color: #ffffff;
	padding: 60px 0 30px;
	display: flex;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.shingle_buildings .p-fv__gallery {
	flex: 1.6;
	width: 100%;
	overflow: hidden;
}

.shingle_buildings .p-slider {
	width: 100%;
	position: relative;
}

.shingle_buildings .p-slider__main {
	width: 100%;
	aspect-ratio: 15 / 10;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.shingle_buildings .p-slider__image {
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.shingle_buildings .p-slider__image.is-active {
	opacity: 1;
	z-index: 1;
}

.shingle_buildings .p-slider__counter {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	z-index: 10;
	letter-spacing: 0.1em;
}

.shingle_buildings .p-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.shingle_buildings .p-slider__nav--prev {
	left: 15px;
}

.shingle_buildings .p-slider__nav--next {
	right: 15px;
}

.shingle_buildings .p-slider__nav-icon {
	width: 24px;
	height: 24px;
	fill: #333333;
}

.shingle_buildings .p-slider__thumbs-container {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
	scrollbar-width: thin;
	scrollbar-color: #66B8C7 #f0f0f0;
}

.shingle_buildings .p-slider__thumbs-container::-webkit-scrollbar {
	height: 6px;
}

.shingle_buildings .p-slider__thumbs-container::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 10px;
}

.shingle_buildings .p-slider__thumbs-container::-webkit-scrollbar-thumb {
	background: #66B8C7;
	border-radius: 10px;
}

.shingle_buildings .p-slider__thumbs {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: max-content;
}

.shingle_buildings .p-slider__thumb-item {
	width: 85px;
	height: 65px;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	border: 2px solid transparent;
	opacity: 0.6;
}

.shingle_buildings .p-slider__thumb-item.is-active {
	border-color: #66B8C7;
	opacity: 1;
}

.shingle_buildings .p-slider__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shingle_buildings .p-fv__info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.shingle_buildings .p-fv__title-area {
	border-bottom: 2px solid #66B8C7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.shingle_buildings .p-fv__main-title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1.3;
	margin: 0;
}

.shingle_buildings .p-fv__spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 20px;
}

.shingle_buildings .p-fv__contact-btn {
	margin-top: 1em;
}

.shingle_buildings .p-fv__spec-row {
	border-bottom: 1px solid #eeeeee;
}

.shingle_buildings .p-fv__spec-label {
	padding: 10px 0;
	color: #666666;
	width: 90px;
	vertical-align: middle;
}

.shingle_buildings .p-fv__spec-value {
	padding: 10px 0;
	font-weight: bold;
	color: #333333;
}

.shingle_buildings .p-fv__price-highlight {
	font-size: 20px;
	color: #c80000;
}

.shingle_buildings .p-container {
	display: flex;
	max-width: 1200px;
	margin: 30px auto;
	gap: 30px;
}

.shingle_buildings .p-main-col {
	flex: 2.3;
}

.shingle_buildings .p-side-col {
	flex: 1;
}

.shingle_buildings .p-section {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
}

.shingle_buildings .p-section__title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
	border-left: 5px solid #66B8C7;
	padding-left: 15px;
	line-height: 1.2;
}

.shingle_buildings .p-recommend-card {
	background-color: #f8fbfc;
	border: 1px solid #e1eef0;
	padding: 25px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.shingle_buildings .p-recommend-card__headline {
	font-size: 17px;
	font-weight: bold;
	color: #66B8C7;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px dashed #66B8C7;
	padding-bottom: 10px;
}

.shingle_buildings .p-recommend-card__text {
	font-size: 14px;
	color: #444444;
	line-height: 1.9;
	margin-bottom: 20px;
}

.shingle_buildings .p-recommend-card__points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.shingle_buildings .p-recommend-card__point-item {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 8px 12px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.shingle_buildings .p-recommend-card__point-item::before {
	content: "POINT";
	font-size: 9px;
	background-color: #66B8C7;
	color: #ffffff;
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 10px;
}

.shingle_buildings .p-common-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
}

.shingle_buildings .p-common-table__th {
	background-color: #f8fbfc;
	color: #666666;
	font-size: 13px;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
	text-align: left;
	width: 130px;
	font-weight: bold;
}

.shingle_buildings .p-common-table__td {
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
	vertical-align: middle;
}

.shingle_buildings .p-spec-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eeeeee;
}

.shingle_buildings .p-spec-table__th {
	background-color: #f8fbfc;
	color: #666666;
	font-size: 13px;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
	text-align: left;
	width: 130px;
	font-weight: bold;
}

.shingle_buildings .p-spec-table__td {
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	padding: 12px 15px;
	border: 1px solid #eeeeee;
	vertical-align: middle;
}

.shingle_buildings .p-facility-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

.shingle_buildings .p-facility-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.shingle_buildings .p-facility-icon {
	width: 32px;
	height: 32px;
	fill: #66B8C7;
	flex-shrink: 0;
}

.shingle_buildings .p-facility-label {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.shingle_buildings .p-access__map-wrapper {
	width: 100%;
	height: 400px;
	background-color: #eeeeee;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.shingle_buildings .p-access__station-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.shingle_buildings .p-access__station-item {
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.shingle_buildings .p-access__station-item::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #66B8C7;
	border-radius: 50%;
	margin-right: 12px;
}

.shingle_buildings .p-table-wrapper {
	overflow-x: auto;
}

.shingle_buildings .p-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 700px;
	text-align: center;
}

.shingle_buildings .p-table__head {
	background-color: #f8fbfc;
}

.shingle_buildings .p-table__th {
	padding: 12px;
	font-size: 12px;
	border: 1px solid #eeeeee;
	color: #666666;
}

.shingle_buildings .p-table__tr {
	border-bottom: 1px solid #eeeeee;
}

.shingle_buildings .p-table__td {
	padding: 15px 12px;
	font-size: 13px;
	vertical-align: middle;
}

.shingle_buildings .p-table__td--price {
	font-weight: bold;
	color: #c80000;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 1.2;
}

.shingle_buildings .p-table__td--sub {
	font-size: 11px;
	color: #888888;
	margin: 0;
	line-height: 1.2;
}

.shingle_buildings .p-table__img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 2px;
}

.shingle_buildings .p-table__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 120px;
}

.shingle_buildings .p-offer {
	background-color: #f8fbfc;
	border: 1px solid #e1eef0;
	padding: 30px;
	text-align: center;
	border-radius: 4px;
	margin-top: 20px;
}

.shingle_buildings .p-offer__title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px;
}

.shingle_buildings .p-offer__text {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.shingle_buildings .p-offer .p-btn {
	width: 300px;
}

.shingle_buildings .p-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	transition: all 0.3s;
	cursor: pointer;
	border: none;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.shingle_buildings .p-btn--main {
	background-color: #FF8001;
	color: #ffffff;
}

.shingle_buildings .p-btn--main.-red {
	background-color: #b4292c;
}

.shingle_buildings .p-btn--outline {
	border: 1px solid #6BCE4E;
	color: #6BCE4E;
	background: transparent;
}

.shingle_buildings .p-btn--table-contact {
	padding: 10px 5px;
	font-size: 13px;
}

.shingle_buildings .p-btn--table-detail {
	padding: 10px 5px;
	font-size: 12px;
	color: #666;
	border-color: #ddd;
	height: 100%;
}

.p-table__th--favorite {
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

.p-btn.p-btn--table-favorite {
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2366B8C7' d='M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z'/%3E%3C/svg%3E");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: all .2s ease;
}

.p-btn.p-btn--table-favorite.onput {
	background-color: #66B8C7;
	border-color: #66B8C7;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M12 17.27L18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z'/%3E%3C/svg%3E");
}

.p-btn.p-btn--table-favorite:hover{
	transform: scale(1.08);
	border-color: #66B8C7;
}

.p-btn.p-btn--table-favorite:active{
	transform: scale(0.9);
}

.shingle_buildings .p-btn:hover {
	opacity: 0.8;
	box-shadow: 0 2px 8px rgba(102, 184, 199, 0.2);
}

.shingle_buildings .p-btn__icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
	margin-right: 8px;
}

.shingle_buildings .p-remarks {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}

.shingle_buildings .p-remarks .p-remarks__title{
	margin-bottom: 0.2em;
}

.shingle_buildings .p-remarks__text {
	font-size: 11px;
	color: #777777;
	margin-bottom: 6px;
	line-height: 1.6;
}

.shingle_buildings .p-widget {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 25px;
	margin-bottom: 20px;
	position: sticky;
	top: 150px;
	border-radius: 4px;
}

.shingle_buildings .p-widget__title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px;
	text-align: center;
}

.shingle_buildings .p-widget__spec-area {
	margin-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

.shingle_buildings .p-widget__main-specs {
	background-color: #f8fbfc;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.shingle_buildings .p-widget__spec-row {
	margin-bottom: 12px;
}

.shingle_buildings .p-widget__spec-row:last-child {
	margin-bottom: 0;
}

.shingle_buildings .p-widget__label {
	font-size: 13px;
	color: #888888;
	display: block;
	margin-bottom: 2px;
}

.shingle_buildings .p-widget__value {
	font-size: 18px;
	font-weight: bold;
}

.shingle_buildings .p-widget__value_price {
	color: #c80000;
}

.shingle_buildings .p-widget__sub-specs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.shingle_buildings .p-widget__sub-item {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.4;
	padding-bottom: 8px;
	border-bottom: 1px dotted #eeeeee;
}

.shingle_buildings .p-widget__sub-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.shingle_buildings .p-widget__sub-label {
	color: #888888;
	flex-shrink: 0;
	width: 85px;
}

.shingle_buildings .p-widget__sub-value {
	color: #333333;
	text-align: right;
	font-weight: bold;
}

.shingle_buildings .p-recommend-section {
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.shingle_buildings .p-recommend-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.shingle_buildings .p-prop-card {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
}

.shingle_buildings .p-prop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.shingle_buildings .p-prop-card__img-wrapper {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: #f0f0f0;
}

.shingle_buildings .p-prop-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shingle_buildings .p-prop-card__body {
	padding: 15px;
	flex: 1;
}

.shingle_buildings .p-prop-card__title {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
}

.shingle_buildings .p-prop-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 12px;
}

.shingle_buildings .p-prop-card__tag {
	font-size: 10px;
	background-color: #f4f7f8;
	color: #666;
	padding: 2px 8px;
	border: 1px solid #e1eef0;
	border-radius: 2px;
}

.shingle_buildings .p-prop-card__details {
	font-size: 12px;
	color: #666;
}

.shingle_buildings .p-prop-card__detail-row {
	display: flex;
	margin-bottom: 5px;
	line-height: 1.4;
}

.shingle_buildings .p-prop-card__detail-label {
	width: 60px;
	flex-shrink: 0;
	color: #999;
}

.shingle_buildings .p-prop-card__detail-value {
	color: #333;
}

.shingle_buildings .p-prop-card__price {
	color: #c80000;
	font-weight: bold;
	font-size: 14px;
}

.shingle_buildings .p-table__sp-summary {
	display: none;
}

.p-contact-switch__detail {
    display: none;
}

.p-contact-switch__vacancy {
    display: inline-flex;
}

.p-contact-switch.is-has-room .p-contact-switch__detail {
    display: block;
}

.p-contact-switch.is-has-room .p-contact-switch__vacancy {
    display: none;
}

.p-contact-switch.is-no-room .p-contact-switch__detail {
    display: none;
}

.p-contact-switch.is-no-room .p-contact-switch__vacancy {
    display: inline-flex;
}

@media screen and (max-width: 750px) {
	.shingle_buildings .p-page {
		max-width: 100%;
	}

	.shingle_buildings .p-fv {
		display: block;
		padding: 7.7vw 4.1vw;
		max-width: 100%;
		gap: 0;
	}

	.shingle_buildings .p-fv__gallery {
		width: 100%;
		margin-bottom: 5.1vw;
		overflow: visible;
	}

	.shingle_buildings .p-slider__main {
		aspect-ratio: 370 / 250;
		margin-bottom: 3.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-slider__counter {
		top: 3.1vw;
		left: 3.1vw;
		padding: 1vw 2.6vw;
		border-radius: 5.1vw;
		font-size: 2.8vw;
	}

	.shingle_buildings .p-slider__nav {
		width: 10.3vw;
		height: 10.3vw;
	}

	.shingle_buildings .p-slider__nav--prev {
		left: 2.6vw;
	}

	.shingle_buildings .p-slider__nav--next {
		right: 2.6vw;
	}

	.shingle_buildings .p-slider__nav-icon {
		width: 5.6vw;
		height: 5.6vw;
	}

	.shingle_buildings .p-slider__thumbs-container {
		padding-bottom: 2.1vw;
	}

	.shingle_buildings .p-slider__thumbs {
		gap: 2.1vw;
	}

	.shingle_buildings .p-slider__thumb-item {
		width: 20.5vw;
		height: 15.4vw;
		border-radius: 0.5vw;
		border-width: 0.5vw;
		flex-shrink: 0;
	}

	.shingle_buildings .p-fv__info {
		display: block;
	}

	.shingle_buildings .p-fv__title-area {
		padding-bottom: 3.1vw;
		margin-bottom: 3.6vw;
		border-bottom-width: 0.5vw;
	}

	.shingle_buildings .p-fv__main-title {
		font-size: 6.2vw;
		line-height: 1.4;
	}

	.shingle_buildings .p-fv__spec-table {
		font-size: 3.3vw;
		margin-bottom: 5.1vw;
	}

	.shingle_buildings .p-fv__spec-label {
		width: 20.5vw;
		padding: 2.8vw 0;
		font-size: 3.1vw;
	}

	.shingle_buildings .p-fv__spec-value {
		padding: 2.8vw 0;
		font-size: 3.6vw;
		line-height: 1.6;
	}

	.shingle_buildings .p-fv__price-highlight {
		font-size: 5.6vw;
		line-height: 1.4;
	}

	.shingle_buildings .p-container {
		display: block;
		max-width: 100%;
		margin: 0;
		padding: 0 4.1vw 7.7vw;
	}

	.shingle_buildings .p-main-col,
	.shingle_buildings .p-side-col {
		width: 100%;
	}

	.shingle_buildings .p-section {
		padding: 6.2vw 4.1vw;
		margin-bottom: 4.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-section__title {
		font-size: 5.1vw;
		margin-bottom: 5.1vw;
		padding-left: 3.1vw;
		border-left-width: 1vw;
		line-height: 1.4;
	}

	.shingle_buildings .p-table-wrapper {
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	.shingle_buildings .p-table {
		width: 100%;
		min-width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		display: block;
	}

	.shingle_buildings .p-table__head {
		display: none;
	}

	.shingle_buildings .p-table tbody {
		display: block;
	}

	.shingle_buildings .p-table__tr {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 3.1vw;
		background: #fff;
		border: 1px solid #eeeeee;
		border-radius: 2.1vw;
		padding: 4.1vw;
		margin-bottom: 3.1vw;
		box-sizing: border-box;
		position: relative;
	}

	.shingle_buildings .p-table__td {
		width: 100%;
		display: block;
		border: none;
		padding: 0;
		box-sizing: border-box;
		white-space: normal;
		text-align: left;
		font-size: 3.1vw;
	}

	.shingle_buildings .p-table__td.p-table__td--favorite {
		width: fit-content;
		position: absolute;
		top: 0;
		right: 0;
	}

	.shingle_buildings .p-table__td--image {
		width: 22vw;
		flex-shrink: 0;
	}

	.shingle_buildings .p-table__img {
		width: 22vw;
		height: 22vw;
		object-fit: cover;
		border-radius: 1vw;
		display: block;
	}

	.shingle_buildings .p-table__td--floor,
	.shingle_buildings .p-table__td--deposit,
	.shingle_buildings .p-table__td--layout {
		display: none;
	}

	.shingle_buildings .p-table__td--price-cell {
		flex: 1;
		width: calc(100% - 25.1vw);
	}

	.shingle_buildings .p-table__td--price-cell>.p-table__td--price,
	.shingle_buildings .p-table__td--price-cell>.p-table__td--sub {
		display: none;
	}

	.shingle_buildings .p-table__sp-summary {
		display: block;
	}

	.shingle_buildings .p-table__sp-price {
		font-size: 5.4vw;
		line-height: 1.2;
		margin: 0 0 1.2vw;
		color: #c80000;
		font-weight: 700;
	}

	.shingle_buildings .p-table__sp-meta {
		font-size: 3.3vw;
		line-height: 1.7;
		color: #8a8a8a;
		margin: 0;
	}

	.shingle_buildings .p-table__sp-meta+.p-table__sp-meta {
		margin-top: 0.4vw;
	}

	.shingle_buildings .p-table__actions {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5vw;
	}

	.shingle_buildings .p-table__actions .p-btn {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1.6vw 4.1vw;
		border-radius: 1vw;
		height: 100%;
	}

	.shingle_buildings .p-table__actions .p-btn::before {
		content: "";
		width: 20px;
		height: 20px;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		inset: 0;
		margin: auto;
	}

	.shingle_buildings .p-offer {
		margin-top: 4.1vw;
		padding: 5.1vw 4.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-offer__title {
		font-size: 4.6vw;
		margin-bottom: 2.1vw;
		line-height: 1.5;
	}

	.shingle_buildings .p-offer__text {
		font-size: 3.3vw;
		margin-bottom: 4.1vw;
		line-height: 1.8;
	}

	.shingle_buildings .p-offer .p-btn {
		width: 100%;
	}

	.shingle_buildings .p-common-table,
	.shingle_buildings .p-spec-table {
		display: block;
		border-top: none;
	}

	.shingle_buildings .p-common-table tbody,
	.shingle_buildings .p-spec-table tbody {
		display: block;
	}

	.shingle_buildings .p-common-table tr,
	.shingle_buildings .p-spec-table tr {
		display: block;
		margin-bottom: 3.1vw;
		border: 1px solid #eeeeee;
		border-radius: 1vw;
		overflow: hidden;
	}

	.shingle_buildings .p-common-table__th,
	.shingle_buildings .p-spec-table__th,
	.shingle_buildings .p-common-table__td,
	.shingle_buildings .p-spec-table__td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: none;
	}

	.shingle_buildings .p-common-table__th,
	.shingle_buildings .p-spec-table__th {
		font-size: 3.1vw;
		padding: 2.8vw 3.1vw;
	}

	.shingle_buildings .p-common-table__td,
	.shingle_buildings .p-spec-table__td {
		font-size: 3.6vw;
		padding: 3.1vw;
		line-height: 1.8;
		border-top: 1px solid #eeeeee;
	}

	.shingle_buildings .p-recommend-card {
		padding: 4.1vw;
		border-radius: 1vw;
		margin-bottom: 0;
	}

	.shingle_buildings .p-recommend-card__headline {
		font-size: 4.4vw;
		margin-bottom: 3.1vw;
		padding-bottom: 2.6vw;
		line-height: 1.6;
	}

	.shingle_buildings .p-recommend-card__text {
		font-size: 3.6vw;
		line-height: 1.9;
		margin-bottom: 4.1vw;
	}

	.shingle_buildings .p-recommend-card__points {
		grid-template-columns: 1fr;
		gap: 2.1vw;
	}

	.shingle_buildings .p-recommend-card__point-item {
		font-size: 3.3vw;
		padding: 2.6vw 3.1vw;
		border-radius: 1vw;
		line-height: 1.6;
		align-items: flex-start;
	}

	.shingle_buildings .p-recommend-card__point-item::before {
		font-size: 2.3vw;
		padding: 0.8vw 1.5vw;
		margin-right: 2.1vw;
		margin-top: 0.5vw;
		flex-shrink: 0;
	}

	.shingle_buildings .p-facility-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3.1vw 2.1vw;
		margin-bottom: 5.1vw;
	}

	.shingle_buildings .p-facility-item {
		gap: 2.1vw;
		align-items: center;
	}

	.shingle_buildings .p-facility-icon {
		width: 7.2vw;
		height: 7.2vw;
	}

	.shingle_buildings .p-facility-label {
		font-size: 3.3vw;
		line-height: 1.5;
	}

	.shingle_buildings .p-remarks {
		margin-top: 5.1vw;
		padding-top: 4.1vw;
	}

	.shingle_buildings .p-remarks__title {
		font-size: 3.8vw;
		margin-bottom: 2.1vw;
	}

	.shingle_buildings .p-remarks__text {
		font-size: 2.8vw;
		line-height: 1.8;
		margin-bottom: 2.1vw;
	}

	.shingle_buildings .p-access__map-wrapper {
		height: 64.1vw;
		margin-bottom: 4.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-access__station-item {
		font-size: 3.6vw;
		margin-bottom: 2.1vw;
		line-height: 1.7;
		align-items: flex-start;
	}

	.shingle_buildings .p-access__station-item::before {
		width: 1.5vw;
		height: 1.5vw;
		margin-right: 2.6vw;
		margin-top: 2.1vw;
		flex-shrink: 0;
	}

	.shingle_buildings .p-widget {
		position: static;
		top: auto;
		padding: 5.1vw 4.1vw;
		margin-bottom: 4.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-widget__title {
		font-size: 4.6vw;
		margin-bottom: 3.1vw;
	}

	.shingle_buildings .p-widget__spec-area {
		margin-bottom: 4.1vw;
		padding-bottom: 2.6vw;
	}

	.shingle_buildings .p-widget__main-specs {
		padding: 4.1vw 3.1vw;
		margin-bottom: 3.1vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-widget__label {
		font-size: 3.1vw;
		margin-bottom: 0.8vw;
	}

	.shingle_buildings .p-widget__value {
		font-size: 4.6vw;
		line-height: 1.5;
	}

	.shingle_buildings .p-widget__sub-item {
		font-size: 3.1vw;
		margin-bottom: 2.1vw;
		padding-bottom: 2.1vw;
		align-items: flex-start;
	}

	.shingle_buildings .p-widget__sub-label {
		width: 20.5vw;
	}

	.shingle_buildings .p-widget__sub-value {
		font-size: 3.3vw;
		line-height: 1.6;
	}

	.shingle_buildings .p-btn {
		padding: 1.6vw 4.1vw;
		font-size: 3.6vw;
		border-radius: 1vw;
	}

	.shingle_buildings .p-btn__icon {
		width: 4.6vw;
		height: 4.6vw;
		margin-right: 1.5vw;
	}

	.shingle_buildings .p-page__recommendations {
		padding-bottom: 7.7vw;
	}

	.shingle_buildings .p-recommend-section {
		padding: 0 4.1vw 7.7vw;
		max-width: 100%;
		overflow: hidden;
	}

	.shingle_buildings .p-recommend-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 3.1vw;
		overflow-x: auto;
		overflow-y: hidden;
		padding-right: 4.1vw;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.shingle_buildings .p-recommend-grid::-webkit-scrollbar {
		display: none;
	}

	.shingle_buildings .p-prop-card {
		flex: 0 0 78vw;
		width: 78vw;
		min-width: 78vw;
		border-radius: 1vw;
		scroll-snap-align: start;
	}

	.shingle_buildings .p-prop-card__img-wrapper {
		aspect-ratio: 190 / 110;
	}

	.shingle_buildings .p-prop-card__body {
		padding: 3.1vw;
	}

	.shingle_buildings .p-prop-card__title {
		font-size: 4vw;
		margin-bottom: 2.1vw;
		line-height: 1.5;
	}

	.shingle_buildings .p-prop-card__tags {
		gap: 1vw;
		margin-bottom: 2.2vw;
	}

	.shingle_buildings .p-prop-card__tag {
		font-size: 2.7vw;
		padding: 0.8vw 1.5vw;
		border-radius: 0.5vw;
	}

	.shingle_buildings .p-prop-card__details {
		font-size: 2.8vw;
	}

	.shingle_buildings .p-prop-card__detail-row {
		align-items: center;
		gap: 2vw;
		margin-bottom: 1.5vw;
	}

	.shingle_buildings .p-prop-card__detail-label {
		width: auto;
		display: block;
		font-size: 2.6vw;
	}

	.shingle_buildings .p-prop-card__detail-value {
		display: block;
		font-size: 3.4vw;
		line-height: 1.5;
	}

	.shingle_buildings .p-prop-card__price {
		font-size: 4.3vw;
	}
}