@charset "utf-8";

#pageTitle .inner .title {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
/*
section .priceList th {
	background: #22ac98;
}
section .priceList td {
	border-color: #22ac98;
}
*/

.gaiyo-table {
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	&,
	& * {
		/* box-sizing: border-box; */
	}
	p {
		margin: 0;
	}
	.gaiyo-trg {
	}
	@media only screen and (max-width: 767px) {
		/* font-size: 87.5%; */
		/* font-size: 93.75%; */
	}
	.gaiyo-tr {
		display: flex;
		/* flex-wrap: wrap; */
		.gaiyo-th {
			width: calc(9em + .45em); /* letter-spacing:0.05em;分 */
			background-color: #f7f7f7;
			padding: 11px 10px 9px;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			font-weight: bold;
			/*
			text-align: justify;
			text-align-last: justify;
			*/
			@media only screen and (max-width: 767px) {
				width: 23%; /* letter-spacing:0.05em;分 */
			}
		}
		.gaiyo-td {
			flex: 1;
			padding: 11px 10px 9px;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		&#gaiyo-setsudo .gaiyo-td .list-setsudo,
		&#gaiyo-biko .gaiyo-td .list-biko {
			.kome,
			.disc,
			&.choice p,
			&.choice li {
				display: list-item;
				margin: 0 0 0 1.25em;
			}
			.kome {
				list-style: "※";
			}
			.disc,
			&.choice p,
			&.choice li {
				list-style: disc;
			}
		}
	}
}


.point {
	p {
		margin: 0;
	}
	.point-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 16px;
		/* grid-template-columns: repeat(auto-fill, minmax(min(50% - 8px, 240px), 1fr)); */
		/*
		grid-template-columns: repeat(
			auto-fill,
			minmax(
				min(
					max(calc((100% - 32px) / 3), 240px),
					calc((100% - 16px) / 2)
				),
				1fr
			)
		);
		*/
		grid-template-columns: repeat(3, 1fr);

		.item {
			display: grid;
			grid-template-rows: subgrid;
			grid-row: span 2;
			gap: 0;
			.point-head {
				display: flex;
				flex-direction: column;
				.title {
					flex-grow: 1;
					font-size: 1em;
					line-height: 1.25;
					margin-top: 0;
					padding-top: 0;
				}
			}
			.point-image {
				margin-top: auto;
			}
		}
	}
}
/* ========================================
周辺の物件
======================================== */
.bukkenLists .bukkenThumList {
	display: flex;
	overflow-x: auto;
	li {
		width: calc(100% / 5 - 20px);
		margin: 5px 10px 15px;
		padding: 0;
		flex: none;
		.cont {
			min-height: auto;
		}
	}
}
.bukkenLists .bukkenThumList.slick-slider {
	margin: 0 40px;
	display: block;
	overflow: visible;
	.slick-list {
		.slick-track {
			display: flex;
			.slick-slide {
				height: auto;
				margin: 5px 10px;
			}
		}
	}
}
.bukkenLists .bukkenThumList li .cont .detail .date .price {
	color: #2cbea6;
}
@media only screen and (max-width: 1280px) {
	.bukkenLists .bukkenThumList li {
		width: calc(100% / 4 - 20px);
	}
}
@media only screen and (max-width: 1024px) {
	.bukkenLists .bukkenThumList.slick-slider {
		margin: 0;
	}
}
@media only screen and (max-width: 834px) {
	.bukkenLists .bukkenThumList li {
		width: calc(100% / 3 - 20px);
	}
}
@media only screen and (max-width: 640px) {
	.bukkenLists .bukkenThumList li {
		width: calc(100% / 2 - 20px);
	}
}
@media only screen and (max-width: 480px) {
	.bukkenLists .bukkenThumList li {
		width: calc(100% / 1 - 20px);
	}
}

.shosaiTable td p {
	margin: 0;
}
.shosaiTable td p:not(:first-child) {
	margin: .75em 0 0;
}


.splide {
	padding: 0;
}
#bukken-gallery-slider {
	* {
		box-sizing: border-box;
	}
	/* CSS変数 */
	--list-item-padding: 10px;
	background: #000;

	.bukken-gallery-list {
		display: flex;
		/* flex-wrap: wrap; */
		list-style: none;
		margin: 0;
		padding: 0;

		.list-item {
			/* margin: 10px; */

			figure {
				margin: 0;
			}
			a {
				display: block;
				height: 100%;
				padding: var(--list-item-padding);
				border: 1px solid #999;
				border-radius: 5px;
				background: #fff;
				color: inherit;
				text-decoration: none;
			}
		}
	}
}
#thumbnail-carousel {
	/* CSS変数 */
	--thumbnail-padding: 20px;

	padding: var(--thumbnail-padding);
	background: #f7f7f7;
	box-sizing: border-box;
	margin: 30px 0;

	.splide__arrow--prev {
		/* left: calc(var(--thumbnail-padding) * -1); */
	}
	.splide__arrow--next {
		/* right: calc(var(--thumbnail-padding) * -1); */
	}
	.splide__track {
		margin-right: 2em;
		margin-left: 2em;
	}
	.splide__slide {
		opacity: 0.5;
		/* border-color: #ccc; */
	}
}



/*
.splide__slide > * {
	height: inherit;
	height: 100%;
}
*/
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: visible;
}
.splide__slide {
	overflow: hidden;
	border-radius: 0;
}
.splide__track--nav>.splide__list>.splide__slide {
	border-color: #ccc;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
	/* border-color: #ccc; */
}
.splide__track--nav>.splide__list>.splide__slide:not(.splide__slide--clone).is-active {
	/* border-color: #000 !important; */
}
.splide__slide:not(.splide__slide--clone).is-active {
	opacity: 1 !important;
}

section .priceList th {
	text-align: center;
}
section .priceList td {
	text-align: right;
}
/*
section .priceList td.shosai {
	text-align: left;
}
*/
section .priceList td .previous_price s {
	font-size: 87.5%;

}
section .priceList td .current_price {
	color: #d00;
	/* font-size: 112.5%; */
	/* font-size: 125%; */
	font-weight: bold;
}

table .is-sumi {
	background: #f7f7f7;
}
.related-area .price {
	line-height: 1.25;
}
.related-area .price span.min,
.related-area .price span.max {
	font-size: 28px;
	font-weight: bold;
	/* color: #00a9c9; */
	color: #2cbea6;
}

.bukken_article .hdCont .gaiyouLayout .detail .date .price {
	color: #2cbea6;
	margin: 0;
}
.bukken_article .hdCont .gaiyouLayout .detail .date .price .current_price {
	color: #d00;
}
.bukken_article .hdCont .gaiyouLayout .detail .date .price .previous_price {
	color: #999;
	/* font-size: 87.5%; */
	font-size: 75%;
	font-weight: 500;
}

/*
関連情報
*/
.bukkenTwoColumn .bukkenMain .kukaku .kukakuTable th.t_kukaku {
	width: 30%;
}
.bukkenTwoColumn .bukkenMain .kukaku .kukakuTable td span.current_price,
.bukkenTwoColumn .bukkenMain .kukaku .kukakuTable td span.previous_price,
.bukkenTwoColumn .bukkenMain .kukaku .kukakuTable td span.heibei,
.bukkenTwoColumn .bukkenMain .kukaku .kukakuTable td span.tsubo {
	display: inline-block;
}

/*
周辺環境
*/
.bukkenTwoColumn .bukkenMain .konoshuhen .pictList li .pict {
	position: relative;
	/* width: 100%; */
	overflow: hidden;
}
.bukkenTwoColumn .bukkenMain .konoshuhen .pictList li .pict::before {
	content: "";
	display: block;
	/* padding-top: 65%; */
	aspect-ratio: 3 / 2;
}
.bukkenTwoColumn .bukkenMain .konoshuhen .pictList li .pict img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: visible;
}


@media only screen and (max-width:834px) {
/*================================================
 *  スクロールテーブル
================================================*/
/*
.js-scroll-table-wrap {
	background-color: #f6f6f6;
	padding: 10px;
}
*/
.js-scroll-table-wrap.notes::before {
	content: "▼表を左右にスクロールすると表全体を確認できます";
	font-size: 12px;
}
.js-scroll-table-frame {
	position: relative;
	/* padding: 0 10px 0 0; */
}
.js-scroll-table-frame.overflow-before::before,
.js-scroll-table-frame.overflow-after::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 16px;
	z-index: 10;
}
.js-scroll-table-frame.overflow-before::before {
	background-image: linear-gradient(270deg, transparent, #ccc);
	left: 0;
}
.js-scroll-table-frame.overflow-after::after {
	background-image: linear-gradient(90deg, transparent, #ccc);
	right: 0;
}
.js-scroll-table {
	background-color: #fff;
	overflow-x: auto;
}
.js-scroll-table table {
	/* width: 834px !important; */
	/* min-width: 834px; */
	max-width: 834px;
}
}

.instagram {
	--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; /* Instagramのフォントに合わせた */
	--border: 1px solid rgb(219,219,219);
	--border-color: rgb(219,219,219);
}
/*
.instagram,
.instagram *,
.instagram::before,
.instagram::after {
	box-sizing: border-box;
}
*/
.instagram .instagram-layout {
	border: var(--border);
	/* border-radius: 4px; */
	display: flex;
	font-size: 0.875rem;
	/* font-size: 1.4rem; */
	line-height: 1.285714;
	font-family: var(--font-family);
	overflow: hidden;

	max-width: 960px;
	margin: 0 auto;
}
.instagram .instagram-layout a,
.instagram .instagram-layout a:visited {
	color: rgb(65,80,247);
	text-decoration: none;
}
.instagram .instagram-layout a:active {
	color: rgb(31,40,173);
	opacity: 0.5;
}
.instagram .instagram-layout .instagram-image {
	background-color: rgb(0,0,0);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 480px;
	/* max-height: 640px; */
}
.instagram .instagram-layout .instagram-image img,
.instagram .instagram-layout .instagram-image iframe {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
	/* object-fit: cover; */
}
.instagram .instagram-layout .instagram-image iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
}
.instagram .instagram-layout .instagram-content {
	border-left: var(--border);
	flex-grow: 1;
	min-width: 335px;
	display: flex;
	flex-direction: column;
}
.instagram .instagram-head {
	/* 大元のheaderのCSSを修正したら打ち消す */
	position: static;
	width: auto;
	background: transparent;
	height: auto;
	background: none;
	transition: none;
	transform: none;
	/* 以下追加 */
	border-bottom: var(--border);
	padding: 16px;
}
.instagram .instagram-head h1 {
	/* 大元のh1のCSSを修正したら打ち消す */
	margin: 0;
	color: inherit;
	font-size: 1em;
	letter-spacing: 0;
	line-height: inherit;
	font-family: inherit;
	/* font-weight: bold; */
	/* font-feature-settings: "palt"; */
	/* 以下追加 */
	font-size: 0.875rem;
	/* font-size: 1.4rem; */
}
.instagram .instagram-layout .instagram-body {
	/* padding: 16px; */
	overflow-y: auto;
	height: 100%;
	position: relative;
}
.instagram .instagram-layout .instagram-body .instagram-caption {
	padding: 16px;
	position: absolute;
}
.instagram p:first-of-type {
	/* margin-top: 0 !important; */
	margin-bottom: 0 !important;
}
/* splideの上書きここから */
.splide,
.splide__track,
.splide__list,
.splide__slide {
	height: inherit;
	max-height: inherit;
}
.splide__arrow:disabled {
	opacity: .25;
	/* pointer-events: none; */
}
.splide__slide {
	padding: 0 !important;
	/* padding: 32px 0 !important; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	max-height: 640px;
	box-sizing: content-box;
}
.splide__video {
	width: auto;
	left: 0;
	right: 0;
	height: auto;
	/*
	top: 32px;
	bottom: 32px;
	*/
	top: 0;
	bottom: 0;
}
.splide__video__wrapper {
	height: 100%;
}
/* splideの上書きここまで */
.instagram .instagram-foot {
	padding: 16px;
	border-top: var(--border);
}
.instagram .instagram-foot time {
	color: rgb(115,115,115);
	font-size: 0.75rem;
	/* font-size: 1.2rem; */
}
@media only screen and (max-width:834px) {
.instagram .instagram-layout {
	display: block;
}
.instagram .instagram-layout .instagram-image {
	max-width: none;
}
.instagram .instagram-layout .instagram-content {
	border-left: none;
	min-width: auto;
	border-top: var(--border);
}
.instagram .instagram-layout .instagram-body .instagram-caption {
	position: static;
}
}