@charset "utf-8";


:root {
	--bg: #fff;
	--bg2: #EFE8D9;
	--accent: #E7482A;
}

.model--head {
	text-align: center;
	padding: 5rem 0;/*1svw 3svw;*/
}
.model--head .lead{
	font-size: 3rem;
	font-weight: 600;
}
.model--head .lead small{
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.model--head .lead{
		font-size: 2.2rem;
	}
	.model--head .lead small{
		font-size: 1.7rem;
		font-weight: 800;
	}
}


/* kv
-----------------------------------------------------------------*/

.kv{
	position: relative;
}
.kv .caption{
	position: absolute;
	right: 12px;
	bottom: 6px;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.kv .caption{
		position: static;
		text-align: right;
		padding: 5px 10px 0;
	}
}



/* loc_btn_area  anchorlink
-----------------------------------------------------------------*/

.loc_btn_area{
    max-width: 700px;
    margin: 0 auto 7rem;
}
.loc_btn_area ul{
	display: flex;
	justify-content: space-between;
}
.loc_btn_area li{
	flex-basis: 49%;
	line-height: 1;
    
}
.loc_btn_area li a{
	position: relative;
	font-size: 1.5rem;
	display: block;
	background-color: #4ABAA2;
	color: #fff;
	text-align: center;
	padding: 5% 2% 12%;
	letter-spacing: 1px;
	border-radius: 10px;
}
.loc_btn_area li a span{
	font-size: 2.8rem;
	display: block;
	margin-top: 10px;
}
.loc_btn_area li a::before{
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.loc_btn_area li a::before,
.loc_btn_area li a::after {
	position: absolute;
	bottom: 16px;
	left: 0; right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.loc_btn_area li a small{
	display: block;
	font-size: 1.2rem;
	margin-top: 1.2rem;
}
@media screen and (max-width: 1000px) {
	.location .inner{
		max-width: 100%;
	}
	.loc_btn_area li a{
		font-size: 1.1rem;
		padding: 1.4rem 0.5rem 3rem;
	}
	.loc_btn_area li a span{
		font-size: 1.8rem;
		margin-top: 8px;
	}
	.loc_btn_area li a small{
		font-size: 1rem;
	}
	.loc_btn_area li a::before{
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.loc_btn_area li a::before,
	.loc_btn_area li a::after {
		position: absolute;
		bottom: 12px;
		left: 0; right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
}




/* slider 
-----------------------------------------------------------------*/

	.sec-gallery__slide{
		position: relative;
		padding: 6rem 0;
		max-width: 1230px;
		margin: 0 auto;
	}
	.sec-gallery__slide .caption{
		position: absolute;
		bottom: 5px;
			left: 10px;
		color: #fff;
		font-size: 12px;
		text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
		z-index: 3;
	}
	.sec-gallery__slide .swiper-pagination-bullet:hover {
		background-color: #333;
	}
	.sec-gallery__slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #333;
	}

	.sec-gallery__slide .swiper.is-loop {
		padding-right: 10%;
	}
	.sec-gallery__slide .swiper-pagination {
		max-width: 700px;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0;
		text-align: right;
	}
	.sec-gallery__slide .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
		border-radius: 50%;
		background-color: #D9D9D9;
		opacity: 1;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.sec-gallery__slide .swiper-slide{
		max-width: 700px;
	}

	@media screen and (max-width: 400px) {
		.sec-gallery__slide .swiper-container-horizontal>.swiper-pagination-bullets,
		.swiper-pagination-custom, .swiper-pagination-fraction {
			position: static;
			margin: 6px 0 0;
			line-height: 20px;
		}
		.sec-gallery__slide .swiper.is-loop {
			padding-right: 0;
		}
	}

	@media screen and (max-width: 1000px) {
		.sec-gallery__slide .swiper-container-horizontal>.swiper-pagination-bullets,
		.swiper-pagination-custom, .swiper-pagination-fraction {
			right: 20px;
			left: auto;
			bottom: 0;
			width: calc(100% - 20px);
		}
	}

	@media screen and (max-width: 768px) {
		.sec-gallery__slide{
			padding: 4rem 0;
		}
		.sec-gallery__slide .caption {
			bottom: 3px;
			left: 9px;
			font-size: 12px;
		}	
		.sec-gallery__img{
			aspect-ratio: 1 / 1;
		}
		.sec-gallery__img img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
	}



/* modelhouse
-----------------------------------------------------------------*/

.modelhouse {
	padding: 10rem 0;
	background: var(--bg2);
}
/* .modelhouse:not(:last-of-type) {
	padding: 10rem 0;
} */
.modelhouse:nth-child(even) {
	background: var(--bg);
}


@media screen and (max-width: 768px) {
	.modelhouse {
		padding: 7rem 0;
	}
	/* .modelhouse:not(:last-of-type) {
		padding: 7rem 0;
	} */
}
.modelhouse .inner {
	max-width: 1270px;
	position: relative;
}
.modelhouse--head {
	margin: 0 auto 10rem;
	position: relative;
}
.modelhouse--head .modelhouse--hdbox{
	text-align: center;
	letter-spacing: 2px;
}
.modelhouse--head .modelhouse--hdbox .head_num{
	color: var(--accent);
	line-height: 1;
	font-size: 2.6rem;
}
.modelhouse--head_ttl {
	color: var(--accent);
	font-weight: 900;
	font-size: 6rem;
	letter-spacing: 6px;
	line-height: 1.3;
}
.sou .modelhouse--head_ttl {
	font-size: 3rem;
	font-weight: 700;
	margin-top: 2rem;
}
.sou .modelhouse--head_ttl img{
	margin-top: 1.5rem;
}

.modelhouse--head_ldk {
	margin: 2rem auto;
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
.modelhouse--head_ldk strong {
	font-size: 4.8rem;
	vertical-align: middle;
	font-weight: 400;
}
.modelhouse--head_sttl {
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 900;
	/* margin: 3rem 0 0.8rem; */
	margin: 0 0 0.8rem;
}
.modelhouse--head_sttl small {
	font-size: 2rem;
	font-weight: inherit;
}

.modelhouse--head_spec{
	display: flex;
	justify-content: space-between;
	gap: clamp(2rem, 6vw, 4rem);
}

.modelhouse--head_spec .modelhouse--txt{
	max-width: 660px;
	width: 52%;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	/* background: #fff; */
	/* border-radius: 10px; */
	/* padding: clamp(2rem, 6vw, 4rem); */
	font-weight: 500;
	line-height: 1.8;
}
/* .sou .modelhouse--head_spec .modelhouse--txt{
	background: var(--bg2);
} */
@media screen and (max-width: 1050px) {
	.modelhouse--head_spec{
		flex-direction: column;
	}
	.modelhouse--head_spec .modelhouse--txt{
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.modelhouse--head {
		margin-bottom: 7rem;
	}
	.modelhouse--head .modelhouse--hdbox .head_num{
		font-size: 2.2rem;
	}
	.modelhouse--head_ttl {
		font-size: 5rem;
	}
	.sou .modelhouse--head_ttl {
		font-size: 3rem;
		margin-top: 1.2rem;
		letter-spacing: 1px;
	}
	.sou .modelhouse--head_ttl img{
		max-width: 136px;
		margin-top: 1rem;
	}
	.modelhouse--head_ldk {
		font-size: 2.8rem;
		font-weight: 700;
		margin: 1rem auto;
	}
	.sou .modelhouse--head_ldk{
		margin: 2rem auto 1rem;
	}
	.modelhouse--head_ldk strong {
		font-size: 3.6rem;
	}
	.modelhouse--head_sttl {
		font-size: 1.7rem;
	}
	.modelhouse--head_sttl small {
		font-size: 2rem;
		font-weight: inherit;
	}

	/* .modelhouse--head_spec{
		display: flex;
		justify-content: space-between;
		gap: 4rem;
	} */

	.modelhouse--head_spec .modelhouse--txt{
		/* padding: 3rem; */
		font-size: 1.6rem;
	}
}


.modelhouse--l{
	font-size: 2rem;
}
.modelhouse--l .modelhouse--head_area1 li {
	font-size: 2rem;
}
.modelhouse--l .modelhouse--head_area1 li:not(:first-child) {
	margin-top: 1rem;
}
.modelhouse--l .modelhouse--head_area2 {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	margin-top: 3.5rem;
}
.modelhouse--l .modelhouse--head_area1 li,
.modelhouse--l .modelhouse--head_area2 li{
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
}
.modelhouse--l .modelhouse--head_area1 li span,
.modelhouse--l .modelhouse--head_area2 li span {
	margin-right: .3em;
}
.modelhouse--l .modelhouse--head_area1 li span:last-child{
	font-size: 2.4rem;
}
.modelhouse--l .modelhouse--head_area1 li strong{
	font-size: 4.5rem;
	letter-spacing: 3px;
	margin-left: 0.4rem;
}

.modelhouse--l .modelhouse--head_area2 li {
	font-size: 1.6rem;
	line-height: 1.6;
}
.modelhouse--l .modelhouse--head_area2 li span {
	font-size: 1.4rem;
}
.modelhouse--l .modelhouse--head_area2 li span:last-child{
	font-size: 2rem;
}
.modelhouse--l .modelhouse--head_area2 li strong{
	font-size: 3rem;
	margin-left: 0.2rem;
}

@media screen and (max-width: 768px) {
	.modelhouse--l{
		font-size: 1.3rem;
	}
	.modelhouse--l .modelhouse--head_area1 li {
		font-size: 1.3rem;
	}
	.modelhouse--l .modelhouse--head_area1 li:not(:first-child) {
		margin-top: 1rem;
	}
	.modelhouse--l .modelhouse--head_area2 {
		gap: 2rem;
		margin-top: 2.5rem;
	}
	.modelhouse--l .modelhouse--head_area1 li span,
	.modelhouse--l .modelhouse--head_area2 li span {
		margin-right: .2em;
	}
	.modelhouse--l .modelhouse--head_area1 li span:last-child{
		font-size: 1.6rem;
	}
	.modelhouse--l .modelhouse--head_area1 li strong{
		font-size: 3rem;
	}

	.modelhouse--l .modelhouse--head_area2 li {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.modelhouse--l .modelhouse--head_area2 li span {
		font-size: 1.3rem;
	}
	.modelhouse--l .modelhouse--head_area2 li span:last-child{
		font-size: 1.3rem;
	}
	.modelhouse--l .modelhouse--head_area2 li strong{
		font-size: 2rem;
		margin-left: 0.2rem;
	}
}






/* .model_reccomended{
	color: #F15A22;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.6;
	padding-left: 50px;
} 
.model_reccomended.off{opacity: 0;}
*/

@media screen and (max-width: 768px) {
	.modelhouse--l .modelhouse--head_area2 li {
		font-size: 1.2rem;
	}
}

.con_ttl{
	color: var(--accent);
	font-size: 8rem;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
}
.con_sub_ttl{
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.con_ttl{
		font-size: 5rem;
	}
}

.modelhouse--detailbox.inner{
	max-width: 1200px;

}
.modelhouse--detailbox .modelhouse--detail {
	display: grid;
	gap: 4rem;
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.modelhouse--detailbox .modelhouse--detail {
		display: block;
		margin-top: 3rem;
	}
}
.modelhouse--detailbox .modelhouse--detail_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/modelhouse/bg_floorguidel_ttl.png) no-repeat left top / cover;
	color: #fff;
	font-size: 2.8rem;
	letter-spacing: 2px;
}
.modelhouse--floor {
	display: grid;
	align-items: start;
	grid-template-columns: 0.6fr 0.4fr;
	grid-gap: 4rem;
	grid-template-rows: repeat(3, auto);
}
.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor{
	grid-template-columns: 0.65fr 0.35fr;
}

.modelhouse--detail_ttl{
	grid-area: 1 / 1 / 2 / 3;
}
.modelhouse--floor_pic {
	max-width: 526px;
	grid-area: 2 / 1 / 3 / 2;
}
.sou .modelhouse--floor_pic {
	max-width: 350px;
	grid-area: 2 / 1 / 3 / 2;
}
.modelhouse--floor_point {
	grid-area: 2 / 2 / 3 / 3;
}
.modelhouse--floor_zeh p{
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.modelhouse--floor_zeh{
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.modelhouse--detail_ttl {
	margin-top: 6rem;
}
.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_pic {
	max-width: 350px;
	grid-area: 2 / 2 / 3 / 3;
}
.sou .modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_pic {
	max-width: 280px;
}

.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_point {
	grid-area: 2 / 1 / 3 / 2;
}
.modelhouse--floor_pic {
	margin: 0 auto;
	text-align: center;
}
.modelhouse--floor_point {
	display: grid;
	grid-gap: 40px 0;
}
.modelhouse--floor_point li dt {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	color: var(--accent);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
}
.modelhouse--floor_point li dt span:first-child {
	margin-right: 10px;
}
.modelhouse--floor_point li dt span:nth-of-type(2) {
	flex-basis: 85%;
}
.modelhouse--floor_point li dd {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}
.modelhouse--floor_point + .modelhouse--floor_pic{
	margin-top: 4rem;
}

.modelhouse--txtbox .notes{
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 1rem;
}



@media screen and (max-width: 768px) {
	.modelhouse--detailbox .modelhouse--detail_ttl{
		font-size: 3rem;
		margin-bottom: 4rem;
	}
	.modelhouse--floor{
		display: block;
		grid-template-rows: none;
	}
	.modelhouse--floor,
	.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor{
		grid-template-columns: none;
		grid-gap: 4rem 0;
	}
	.modelhouse--floor_point{
		grid-gap: 3rem 0;
	}
	.modelhouse--floor_point li dt{
		margin-bottom: 1.4rem;
	}
	.modelhouse--floor_point li dd{
		font-size: 1.6rem;
	}
	.modelhouse--floor_pic + .modelhouse--floor_point{
		margin-top: 3rem;
	}
	.modelhouse--detailbox .modelhouse--detail .modelhouse--floor_point,
	.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_point{
		grid-area: 3 / 1 / 4 / 2;
	}
	.modelhouse--detailbox .modelhouse--detail .modelhouse--floor_pic,
	.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_pic{
		grid-area: 2 / 1 / 3 / 2;
	}
	.modelhouse--detailbox .modelhouse--detail:last-of-type .modelhouse--floor_pic{
		max-width: 280px;
	}
	.modelhouse--floor_zeh{
		margin-top: 6rem;
	}
	.modelhouse--floor_zeh p{
		font-size: 2.4rem;
	}
	.modelhouse--floor_zeh img{
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
	.modelhouse--txtbox{
		margin-top: 4rem;
	}
}









/* section_insta
-----------------------------------------------------------------*/
/* .section_insta {
	margin: 50px auto 0;
	padding: 0 20px 50px;
	text-align: center;
}
.section_insta h2 {
	position: relative;
	max-width: 600px;
	margin: 0 auto 15px;
	padding: 0 50px;
	color: #5E534D;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.3;
}
.section_insta h2::before, .section_insta h2::after{
	content: "";
	position: absolute;
	top: 10%;
	display: block;
	width: 2px;
	height: 90%;
	background: #5E534D;
}
.section_insta h2::before { left: 29px; transform: rotate(-30deg) }
.section_insta h2::after { right: 29px; transform: rotate(30deg) }

@media screen and (max-width: 768px) {
	.section_insta {
		margin: 20px auto 0;
		padding: 0 20px 25px;
	}
	.section_insta h2 {
		padding: 0 20px;
		font-size: 4vw;
	}
	.section_insta h2 {
		font-size: 5vw;
	}
	.section_insta h2::before { left: 15px; }
	.section_insta h2::after { right: 15px; }
	}

	.modelhouse--head .sale img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 16%;
		z-index: 999;
	}
	.sale_txt{
		text-align: center;
		margin: 24px auto 0;
		padding: 8px 24px;
		font-size: 2rem;
		line-height: 1.5;
		font-weight: bold;
		color: white;
		background-color: #F15A22;
		display: inline-block;
	}
	.sale_txt small{
		display: block;
		font-size: 80%;
	}
	.price-area {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		margin-top: 18px;
		color: #F15A22;
	}
	.price-area .price {
		display: flex;
		justify-content: start;
		align-items: flex-end;
		position: relative;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.price-area .price .ttl {
		line-height: 1.2;
	}
	.price-area .price strong {
		position: relative;
		bottom: -.1em;
		margin: 0 0 0 .2em;
		font-weight: 900;
		font-size: 5.4rem;
		line-height: 1;
	}
	.price-area .price .unit {
		font-size: 1.9rem;
		line-height: 1.2;
		text-align: center;
	}
	.price-area .price .unit small {
		font-size: 1.2rem;
	}
	.price-area .loan {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
		padding: 5px 25px;
		background-color: #F15A22;
		color: #fff;
	}
	.price-area .loan .ttl {
		line-height: 1.2;
	}
	.price-area .loan strong {
		margin: 0 .1em;
		font-weight: 900;
		font-size: 5.8rem;
		line-height: 1;
	}
	.price-area .loan .unit {
		line-height: 1.2;
	}


	@media screen and (max-width: 768px) {
		.modelhouse--head .sale img {
			position: absolute;
			right: 6px;
			bottom: inherit;
			top: 96px;
			width: 26%;
		}
		.sale_txt{
			text-align: center;
			margin: 24px auto 0;
			padding: 8px 24px;
			font-size: 1.8rem;
			line-height: 1.4;
			font-weight: bold;
			color: white;
			display: block;
		}
		.price-area .price {
			display: flex;
			justify-content: start;
			align-items: flex-end;
			position: relative;
			font-size: 1.7rem;
			font-weight: bold;
		}
		.price-area .price .ttl {
			line-height: 1.2;
		}
		.price-area .price strong {
			position: relative;
			bottom: -.1em;
			margin: 0 0 0 .1em;
			font-weight: 900;
			font-size: 4.5rem;
			line-height: 1;
		}
		.price-area .price .unit {
			font-size: 1.6rem;
			line-height: 1.2;
			text-align: center;
			margin-left: -5px;
		}
		.price-area .price .unit small {
			font-size: 1.2rem;
		}
		.price-area .loan {
			margin-top: 10px;
			margin-left: 0;
			padding: 5px 10px;
		}
		.price-area .loan .ttl {
			line-height: 1.2;
		}
		.price-area .loan strong {
			margin: 0 .1em;
			font-weight: 900;
			font-size: 4rem;
			line-height: 1;
		}
		.sec01 .price-area .loan .unit {
			line-height: 1.2;
		}
	}
 */
