@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
#contents {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #231815;
  font-family: "Noto Serif JP", serif;
}

/*------------------------------------------------------------
# [soldOut]
------------------------------------------------------------*/
.soldOut {
  position: relative;
  pointer-events: none;
}
.soldOut::after {
  content: "ご成約済";
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 2;
}
/*------------------------------------------------------------
# [common]
------------------------------------------------------------*/
.si__googleMap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
/*------------------------------------------------------------
  # [column2]
  ------------------------------------------------------------*/
.si__column2 {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 40px;
}
.si__column2--item { width: calc(100% / 2 - 20px);}
.si__column2--item img {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8e8f8f;
}
.si__column2--item p { margin-block-start: 15px;}
@media screen and (max-width: 767px) {
	.si__column2 {
		flex-direction: column;
		gap: 20px;
	}
	.si__column2--item { width: 100%;}
}

/*------------------------------------------------------------
  # [modelHouse column2]
  ------------------------------------------------------------*/

.si__column2--item img {
	width: 100%;
	margin: 0 auto;
}
/*------------------------------------------------------------
  # [button]
  ------------------------------------------------------------*/
.si__button--cenetr {
	display: grid;
	place-items: center;
}
.si__button--collabo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	overflow-wrap: anywhere;
	background-color: #1d1d1c;
	margin-block-start: 50px;
}
.si__button--img {
	width: 50%;
	margin: 0 15px;
}
.si__button--icon {
	position: absolute;
	top: 18%;
	right: 0;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	aspect-ratio: 1;
	overflow: hidden;
}
.si__button--collabo:hover {
    color: #fff;
    opacity: 1;
}
@media (any-hover: hover) {
	.si__button--collabo { transition: background-color 0.2s;}
	.si__button--icon { transition: transform 0.2s;}
	.si__button--collabo:hover .si__button--icon { transform: translateX(4px);}
}

/*------------------------------------------------------------
  # [detail -flow]
  ------------------------------------------------------------*/
.si__flow {
	display: flex;
	align-items: start;
}
.si__flow--unit { position: relative;}
.si__flow--unit:first-of-type {
	width: 350px;
	margin-inline-end: 30px;
}
.si__flow--unit:nth-of-type(2) {
	width: 350px;
	height: 187.11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../imgs/flow-unit_01.webp) no-repeat center center / cover;
}
.si__flow--unit:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 187.11px;
	background-color: rgba(0, 155, 190, 0.5);
	z-index: 1;
}
.si__flow--unit:last-of-type {
	width: 350px;
	height: 187.11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../imgs/flow-unit_02.webp) no-repeat center center / cover;
}
.si__flow--unit:last-of-type::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 187.11px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.si__flow--icon {
	background-color: #fff;
	padding: 10px 20px;
	z-index: 1;
}
.si__flow--txt {
	position: relative;
	font-size: 20px;
	color: #fff;
	margin-block-start: 0;
	z-index: 1;
}
.si__flow--txt a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.si__flow--unit:nth-of-type(2) a::before {
	position: absolute;
	content: "";
	inset: -100px;
}
.si__flow--unit:last-of-type a::before {
	position: absolute;
	content: "";
	inset: -70px;
}
.si__flow--txt a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.si__flow {
		flex-direction: column;
		padding-block-start: 60px;
	}
	.si__flow--unit:first-of-type {
		width: 100%;
		margin-inline-end: 0;
	}
	.si__flow--unit:first-of-type img {
		width: 100%;
		margin-block-end: 15px;
	}
	.si__flow--unit:nth-of-type(2) {
		width: 100%;
		height: 26vh;
	}
	.si__flow--unit:nth-of-type(2)::before {
		width: 100%;
		height: 26vh;
	}
	.si__flow--unit:nth-of-type(3) {
		width: 100%;
		height: 26vh;
	}
	.si__flow--unit:nth-of-type(3)::before {
		width: 100%;
		height: 26vh;
	}
}
/*------------------------------------------------------------
  # [detail -horizontal]
  ------------------------------------------------------------*/
.si__detail--horizontal {
	display: flex;
	align-items: start;
	padding-block: 75px 0;
}
.si__detail--horizontal_txt {
	width: 200px;
	margin-inline: 0 25px;
}
.si__detail--number {
	display: grid;
	place-items: center;
	width: 100%;
	height: auto;
	padding: 15px;
	text-align: center;
	background-color: #1d1d1c;
	line-height: 1.1;
}
.si__detail--number p {
	color: #fff;
	font-size: 48px;
	margin-block-start: 0;
	line-height: 1;
}
.si__detail--number p.subTitle {
	font-size: 14px;
	margin-block: 10px 0;
}
.si__detail--number p small {
	color: #fff;
	font-size: 32px;
}
.si__detail--logo { margin-block: 30px;}
.si__detail--logo img { width: 100%;}
.si__detail--horizontal_img { width: calc(100% - 200px);}
.si__detail--horizontal_img img {
	max-width: 100%;
	height: auto;
}
.si__detail--horizontal_img h2 {
	font-size: 24px;
	margin-block-start: 30px;
}
.si__detail--horizontal_img p {
	font-size: 15.5px;
	margin-block-start: 10px;
}
.si__detail--data span {
	font-size: 24px;
	color: #8e8f8f;
}
.si__detail--data dl {
	display: flex;
	margin-block: 5px 10px;
}
.si__detail--data dl dt {
	width: 60px;
	font-size: 14px;
}
.si__detail--data dl dd {
	width: calc(100% - 60px);
	font-size: 14px;
}
.si__detail--price P {
	margin-block-start: 20px;
	line-height: 1.2;
}
.si__detail--price p span.si__detail--price_heading {
	font-size: 24px;
	color: #8e8f8f;
}
.si__detail--price span { font-size: 32px;}
@media screen and (max-width: 767px) {
	.si__detail--horizontal {
		width: 100%;
		flex-direction: column;
	}
	.si__detail--horizontal_txt {
		width: 100%;
		margin-inline: 0;
	}
	.si__detail--horizontal_txtWrap {
		display: flex;
		justify-content: space-between;
	}
	.si__detail--number {
		width: 100%;
		height: auto;
		padding: 14px;
	}
	.si__detail--number p {
		font-size: 37px;
		line-height: 1;
	}
	.si__detail--number p.subTitle {
		font-size: 12px;
		margin-block-start: 0;
	}
	.si__detail--number p small { font-size: 24px;}
	.si__detail--logo {
		margin-inline-start: 15px;
		margin-block: 0;
	}
	.si__detail--logo img { width: 100%;}
	.si__detail--data {
		width: 100%;
		margin-block-start: 20px;
	}
	.si__detail--data dl dt { width: 70px;}
	.si__detail--data dl dd { width: calc(100% - 70px);}
	.si__detail--price { width: calc(100% / 2);}
	.si__detail--price span { font-size: 26px;}
	.si__detail--horizontal_img {
		width: 100%;
		margin-block-start: 20px;
	}
}
/*------------------------------------------------------------
  # [detail -heading]
  ------------------------------------------------------------*/
.si__detail--heading {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-block: 60px 30px;
	color: #8e8f8f;
}
.si__detail--heading:after {
	border-top: 1px solid;
	content: "";
	width: 100%;
	margin-inline-start: 1em;
	color: #8e8f8f;
}
.si__detail--heading span { width: 120px;}
/*------------------------------------------------------------
# common style
------------------------------------------------------------*/
.si__inner {
	width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.si__inner {
		width: 100%;
		padding: 0 15px;
	}
}

/*------------------------------------------------------------
  # module style
  ------------------------------------------------------------*/

.mb50 { margin-block-end: 50px;}
#si__flow {
	width: 100%;
	margin-block-start: 75px;
}
#si__detail--info {
	width: 100%;
	padding-inline: 0;
}
@media screen and (max-width: 767px) {
    #si__flow { margin-block-start: 0;}
}