@charset "UTF-8";
.plan-lists{
	margin-top: 76px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.plan-list{
	width: calc(50% - 20px);
	background: url(../images/plan/plan-list-bg.webp) no-repeat;
	background-size: cover;
}
.plan-list::before{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #D8BC95, #AE956F);
}
.plan-list::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #D8BC95, #AE956F);
}
.plan-list-inner{
	padding: 48px 0 40px;
	margin: 0 auto;
	max-width: 380px;
	width: calc(100% - 48px);
	display: block;
	color: #333;
	transition: opacity .4s;
	position: relative;

}
/* 扉USP */
.plan-list-inner::before{
	position: absolute;
	background: url(../images/top/bg01.webp) no-repeat center;
	font-size: 1.6rem;
	top: 50px;
	left: 0px;
	color: #fff;
	padding: 12px 20px;
}
.plan-list-inner.--usp-minami::before{
	content:"南向き";
}
.plan-list-inner.--usp-kado::before{
	content:"角住戸";
}
@media screen and (max-width: 767px){
	.plan-list-inner::before{
		position: absolute;
        background: url(../images/top/bg01.webp) no-repeat center;
        font-size: 1.3rem;
        top: 36px;
        left: 0px;
        color: #fff;
        padding: 10px 12px;
	}
}
.plan-list-inner:hover{
	opacity: .5;
}
.plan-list-type{
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	font-size: clamp(3.6rem,4.4vw,4.6rem);
}
.plan-list-floor{
	margin-bottom: .6em;
	font-size: clamp(3.6rem,4.4vw,4.6rem);
}
.plan-list-detail{
	margin: 0 auto .6em;
	font-size: clamp(2.6rem,3.4vw,3.6rem);
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 1em;
}
.plan-list-detail .caption{
	font-size: 1.4rem;
	position: relative;
	bottom: 0.2em;
}
.plan-list-detail .large-text{
	font-size: 175%;
}
.plan-detail-cap{
	position: relative;
	font-size: 1.2rem;
	top: -1em;
}
.plan-list-btn{
	padding: .8em;
	font-size: clamp( 1.6rem,1.8vw,2rem);
	color: #fff;
	background: linear-gradient(180deg,#D8BC95,#AE956F);
}
.plan-detail-cap{
	font-size: 1.2rem;
}
.general-section.plan-detail-section .inner{
	padding: 160px 0;
	
}
.plan-detail-head{
	gap: 60px;
	margin-bottom: 32px;
	padding-bottom: 32px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.plan-detail-head .plan-list-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.plan-detail-head .plan-list-floor{
	margin-bottom: 0;
}
.plan-detail-body{
	display: flex;
	justify-content: center;
	width: 100%;
}
.plan-detail-body .plan-list-detail{
	margin: 0;
	width: 50%;
	max-width: none;
	padding-right: 3%;
	justify-content: flex-end;
}
.plan-caps{
	width: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 2px;
}
.plan-caps-cap{
	width: 20em;
}
.plan-img{
	margin: 80px auto 40px;
	max-width: 550px;
}
.hanrei{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	font-size: 1.2rem;
	align-items: center;
}
.hanrei li{
	display: flex;
	align-items: center;
}
.hanrei-box{
	width: 60px;
	height: 16px;
	display: inline-block;
}
.hanrei-box.storage{
	background: #d6ccbb;
}
.plan-usp-lists{
	margin-top: 48px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px ;
}
.plan-usp-list{
	width: calc(50% - 8px);
	min-height: 60px;
	background: url(../images/top/bg01.webp) no-repeat center;
	background-size: cover;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 767px){
	.plan-lists{
		margin-top: 36px;
		gap: 32px;
	}
	.plan-list-inner {
    padding: 36px 0 32px;
    width: calc(100% - 48px);
	}
	.plan-list{
		margin: 0 auto;
		width: calc(100% - 32px);
	}
	.plan-detail-head{
		flex-direction: column;
		align-items: center;
		gap: 16px;
		margin-bottom: 16px;
    padding-bottom: 16px;
	}
	.plan-detail-body{
		flex-direction: column;
		align-items: center;
	}
	.plan-detail-body .plan-list-detail{
		width: 100%;
		justify-content: center;
		margin-bottom: 16px;
	}
	.general-section.plan-detail-section .inner {
    padding: 60px 0;
	}
	.plan-img {
    margin: 48px auto 32px;
	}
	.plan-caps{
		width: 100%;
	}
	.plan-caps-cap{
		width: 100%;
		text-align: center;
	}
	.plan-list-detail .caption{
		font-size: 1.2rem;
	}
	.plan-usp-lists{
		margin-top: 24px;
		gap: 8px;
	}
	.plan-usp-list{
		width: 100%;
		min-height: 52px;
		background: url(../images/top/bg01.webp) no-repeat center;
		background-size: cover;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: clamp(1.4rem, 1.6vw, 1.8rem);
		line-height: 1.3;
		text-align: center;
	}
}