@charset "UTF-8";
/* plan202603 2期分譲 */


/*plan-main トップ*/
.plan-main {
    background: url("../img/plan/plan_top_bg.jpg") no-repeat center center;
    background-size: cover;
	height: 35vh;
	align-content: center;
}
.plan-main-title {
	background-color:rgba(17,17,17, .8);
	padding: 24px 20px 24px 40px;
	max-width: 40%;
	color: #fff;
}
.plan-main h2 {
    font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 8px;
}
.variations {
	max-width: 432px;
	display: block;
	margin-top: 12px;
}
@media (max-width: 1380px) {
	.plan-main-title {
		padding: 24px 20px 24px 24px;
		max-width: 43%;
	}
	.plan-main h2 {
		font-size: 1.3rem;
	}
}
@media (max-width: 767px) {
	.plan-main {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		height: 25vh;
		/*align-content:flex-end;*/
	}
	.plan-main-title {
		background-color:rgba(17,17,17, .0);
		padding: 12px 10px 16px 20px;
		max-width: 95%;
	}
    .plan-main h2 {
	    font-size: .9rem;
		letter-spacing: 0;
		margin-bottom: 0px;
    }
}
@media (max-width: 600px) {
	.variations {
		max-width: 80%;
		margin-top: 6px;
	}
}

/*タイプ一覧*/
/*リアルオーダーメイドバナー設置*/
.plan-select .container {
	position: relative;
}
.plan-main-ban {
	position: absolute;
	top: -150px;
	right: 0;
	max-width: 340px;
	z-index: 200;
}
.plan-main-ban a:hover img {
	opacity: .9;
	transition: .3s;
}
@media (max-width: 1024px) {
	.plan-main-ban {
		top: -150px;
		max-width: 300px;
	}	
}
@media screen and (max-width:600px) {
	.plan-main-ban {
		top: -80px;
		right: -6px;
		max-width: 160px;
	}
}

.plan-select {
    padding-top: 40px;
    padding-bottom: 24px;
	background: #F8F8F8;
}

.plan-select-premium {
    background: url("../img/plan/plan_premium_bg.png") no-repeat center center;	
	background-size: cover;
}
.plan-select-premium-inner {
    padding-top: 40px;
    padding-bottom: 20px;
}

.plan-select h3,.plan-select-premium h3 {
    font-size: 1.6rem;
	font-weight: 600;
	color: var(--main-color);
	margin-top: 12px;
    letter-spacing: 0.04em;
	text-align: center;
}
.plan-select-premium h3 {
	color: #fff;
}
.plan-select-premium p {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 12px;
	color: #fff;
}
.plan-select-premium p a {
	color: #fff;
	text-decoration: underline;
}
.plan-select-premium p a:hover {
	color: var(--base6-color);
}


p.tx-attention {
	text-align: right;
	font-size: .9rem;
}
@media screen and (max-width:767px) {
   .plan-select {
        padding-top: 40px;
    }
	.plan-select-premium-inner {
		padding-top: 20px;
		padding-bottom: 16px;
	}
	.plan-select-premium {
	    background: url("../img/plan/plan_premium_bg.png") no-repeat left center;	
	}
    .plan-select h3,.plan-select-premium h3 {
        font-size: 1.1rem;
    }
	.plan-select p {
		font-size: .9rem;	
	}
	.plan-select-premium p {
		margin-top: 16px;
		text-align: left;
		margin-bottom: 12px;
		font-size: .85rem;
		line-height: 1.4;
	}
	p.tx-attention {
		text-align: left;
		font-size: .75rem;
	}
}

/*タイプセレクト PCは2列　スマホは1列*/
.types {
	padding-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.types a:hover img {
	opacity: 0.9;
	transition: .3s;
}

.type-c {
	padding: 0;
	width: 48%;
	flex: none;
    margin-bottom: 8px;
	position: relative;
}
.type-c:not(:nth-last-child(-n+2)) {
	margin-bottom: 16px;
}
.new-plan {
	position: absolute;
	right: 0;
	top: -7px;
	padding: 1px 7px;
	font-family: "Cormorant Garamond", serif;
	font-size: .8rem;
	background: var(--accent-color);
	color: var(--white-color);
	z-index: 100;
}
.new-plan.nokori {
	background: var(--accent-color);
	color: var(--white-color);
}
@media screen and (max-width: 900px) {
    .type-c {
        margin-bottom: 8px;
    }
    .type-c:not(:nth-last-child(-n+2)) {
        margin-bottom: 12px;
    }
}
@media screen and (min-width:1024px) {
    .types {
        max-width: 920px;
        margin: 8px auto 0;
    }
    .type-c:not(:nth-last-child(-n+2)) {
        margin-bottom: 0;
    }
    .type-c img {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1200px) {
    .type-c img {
        max-width: 420px;
		max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
	.types {
		padding-top: 8px;
	}
	.type-c {
		width: 100%;
		flex: none;
	}
    .type-c:not(:nth-last-child(-n+2)) {
        margin-bottom: 2px;
    }
	.new-plan {
		font-size: .7rem;
		line-height: 1.2;
		top: -4px;
		padding: 1px 6px;
	}
}

.bichikusouko {/*2602追加*/
	border-top: 1px solid var(--base2-color);
	padding-top: 24px;
}
.bichikusouko h3 {
	color: var(--accent-color);
}
p.tx-link {
	/*color: var(--main-color);*/
	margin-top: 24px;
}
p.tx-link a {
	text-decoration: underline;
}

p.tx-link a:hover {
	opacity: .6;
	transition: .3s;
}


.sm-type {
    font-size: 0.85rem;
}

@media (max-width: 767px) {
    #plan-main h2 {
        margin-top: 20px;
    }
    #plan-main p {
        font-size: 0.9rem;
    }
    .sm-type {
        font-size: 0.7rem;
    }
}


/*各プラン*/
#plan {
	background: #f8f8f8;
}
#plan-premium {
background: #B7AC7A;
background: linear-gradient(0deg, rgba(183, 172, 122, 1) 0%, rgba(105, 90, 38, 1) 100%);
/*background: #F8F8F8;
background: linear-gradient(0deg, rgba(248, 248, 248, 1) 20%, rgba(224, 219, 205, 1) 100%);*/
}

.premium-tx-white {
	color: #fff;
}


.plan-inner {
	background: url("../img/plan/plan_bg.png") no-repeat center center;
    background-size: cover;
}
.plan-page-title {
	padding-top: 32px;
	text-align: center;
}
@media (max-width: 600px) {
	#plan {
	}
	.plan-inner {
		background: url("../img/plan/plan_bg_sp.png") no-repeat left top;
	}
	.plan-page-title {
		padding-top: 24px;
	}
	.plan-page-title h2 {
		font-size: 1.1rem;
	}
}


/*A〜D*/
.plan-a-d {
	padding-top: 28px;
	padding-bottom: 24px;
}
.plan-a-d h3 {
	max-width: 300px;
}
.plan-a-d-inner {
    max-width: 920px;
    margin: 0 auto 40px;
    padding-bottom: 30px;
	background: #fff;
}
.type-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin: 0 auto;
}

@media (max-width: 600px) {
	.plan-a-d {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.plan-a-d-inner {
		padding-bottom: 20px;
	    margin: 0 auto;
	}
	.plan-a-d h3 {
		max-width: 240px;
	}
}

/*面積・間取図*/
.type-info-area {
	padding-left: 6%;/*8%*/
	padding-right: 0;/*5%*/
	width: 42%;
	margin-bottom: 24px;
}
.type-madori-area {
	max-width: 530px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 16px;
}

.room {
	margin-top: 12px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 0.9;/*1.3*/
	margin-bottom: 20px;/*12px*/
	letter-spacing: 0.1em;
	color: var(--main-color);
}
.room span {
	font-size: 2.4rem;	
	color: var(--base3-color);
}
.room .bichiku {
	font-size: 2rem;
	letter-spacing: 0.03em;
}
.room-area {
	margin-bottom: 24px;
}
.room-area-item {
 	display:flex;
 	justify-content:space-between;
	font-size: .9rem;
	border-bottom: 1px var(--base2-color) solid;
}
.room-area-item dt {
 	width: 39%;/*43%*/
 	padding: 8px 2px;
	letter-spacing: 0;
}
.room-area-item dd {
 	padding: 8px 2px;
 	width: 60%;/*55%*/
	margin-left: 0;
	text-align: right;
}
.room-area-item dt.jyusen,.room-area-item dd.jyusen {
	color: var(--main-color);
	font-weight: 600;
}
.room-area-item dd.jyusen {
	font-size: 1.1rem;
	line-height: 1.5;
}
.room-area-item dd.jyusen span {
	font-size: .95rem;
}

.room-area-item dd.goukei {
	font-size: 1.1rem;
	line-height: 1.5;
}
.room-area-item dd.goukei span {
	font-size: 1rem;
}
.hanrei {
	width: 180px;
}

@media (max-width: 990px) {
	.type-info-area {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.type-wrap {
		display: flex;
		justify-content: center;
	}

}

@media (max-width: 600px) {
	.type-info-area h3 {
		max-width: 240px;
	}	
	.type-madori-area {
		margin-top: 20px;
	}
	.type-info-area {
		width: 95%;
		margin-bottom: 0;
	}
	.room {
		font-size: 3rem;
		margin-top: 4px;
		margin-bottom: 16px;/*4px*/
	}
	.room span {
		font-size: 2rem;	
	}
	.room .bichiku {
		font-size: 1.8rem;
	}
	.room-area-item {
		font-size: .8rem;
	}
	.room-area-item dt {
	 	width: 35%;
		padding: 4px 2px;
	}
	.room-area-item dd {
	 	width: 64%;
		padding: 4px 2px;
	}
	.room-area-item dd.jyusen {
		font-size: 1rem;/*1.1rem*/
	}
	.room-area-item dd.jyusen span {
		font-size: .8rem;
		letter-spacing: -0.04em;
	}
	.room-area-item dd.goukei {
		font-size: 1rem;/*1.1rem*/
	}
	.room-area-item dd.goukei span {
		font-size: .8rem;
		letter-spacing: -0.04em;
	}
	.hanrei {
		width: 50%;
	}
}


/*plan-ritsumenr*/
.plan-ritsumen {
    margin: 0 auto 40px;
}
.ritsumen {
    max-width: 440px;
	margin-bottom: 12px;
}
.plan-gdmark {
    max-width: 400px;
}
@media (min-width: 991px) {
    .plan-ritsumen {
	    padding: 20px 0 40px;
        max-width: 920px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 849px) {
    .plan-ritsumen {
        text-align: center;
		padding: 20px 0 0;
    }
	.ritsumen {
		margin-bottom: 20px;
	}
    .plan-ritsumen img {
        width: 85%;
        margin: 0 auto　24px;
    }
    img.plan-gdmark {
        margin: 0 auto 4px;
    }
}


/*pl-page*/
.pl-page p {
    margin-bottom: 24px;
    font-size: 1rem;
	line-height: 1.6;
}
.pl-page p a {
    color: var(--base1-color);
    text-decoration: underline;
}
.pl-page p a:hover {
    color: var(--main-color);
}


.pl-page p.premium-tx-white a {
    color: #fff;
    text-decoration: underline;
}
.pl-page p.premium-tx-white a:hover {
    color: var(--base6-color);
}
@media screen and (max-width: 600px) {
    .pl-page p {
         font-size: .9rem;
    }
}


/*完売・残数表示*/
.info-kanbai {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 3.1rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: var(--red-color);
	border-top: 1px solid var(--red-color);
	border-bottom: 1px solid var(--red-color);
	text-align: center;
	padding-bottom: 2px;
}
.info-nokori {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: var(--red-color);
	border-top: 1px solid var(--red-color);
	border-bottom: 1px solid var(--red-color);
	text-align: center;
	padding-bottom: 6px;
}
.info-nokori span {
	font-size: 2.3rem;
}
@media (max-width: 600px) {
	.info-kanbai {
		margin-top: 24px;
		margin-bottom: 8px;
		font-size: 2.4rem;
	}
	.info-nokori {
		margin-top: 24px;
		margin-bottom: 8px;
		font-size: 2.6rem;
	}
	.info-nokori span {
		font-size: 1.8rem;
	}
}


/*plan-footer*/
.plan-footer {
	background: #ddd;
	padding-top: 20px;
	padding-bottom: 32px;
}
@media screen and (max-width: 600px) {
	.plan-footer {
		background: #ddd;
		padding-top: 16px;
		padding-bottom: 20px;
	}
}

/*pl-pager*/
.pl-pager-wrap {
 	margin-top: 20px;
	margin-bottom: 32px;
}
.pl-pager-wrap h3 {
	font-size: 1rem;
	margin-bottom: 8px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.pl-pager-wrap h3 {
		font-size: .9rem;
	}
}

.pl-pager {
 	display: flex;
	margin-bottom: 12px;
  /*overflow-x: auto;*/
}
.pl-pager-inner {
  display: flex;
	flex-wrap: wrap;/**/
	justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.pl-pager-inner > *:last-child {
  margin-right: 0;
}
.pl-pager-inner > li {
  margin-right: 12px;
	margin-bottom: 8px;
}
.pl-pager-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 52px;
  background-color: var(--base5-color);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: .3s;
  box-sizing: border-box;
	font-family: "Cormorant Garamond", serif;
}
.pl-pager-link span {
    font-size: .8rem;
	margin-left: 2px;
}

.pl-pager-link:focus,
.pl-pager-link:hover {
  background-color: var(--main-color);
  color: #fff;
  opacity: .8;
}
.pl-pager-link.is-active {
  background-color: var(--main-color);
  color: #fff;
  pointer-events: none;
}
.pl-pager-link.is-coming {
  background-color: #ddd;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
    .pl-pager-link {
      width: 80px;
      height: 48px;
      font-size: 1.2rem;
      letter-spacing: 0;
    }
	.pl-pager-link span {
		font-size: .7rem;
	}
    .pl-pager-inner > li {
      margin-right: 6px;
    }
}



.realorder-arrow-wrap {
	padding-top: 48px;
	padding-bottom: 40px;
	background: #F8F8F8;
}

.realorder-arrow-wrap p {
	font-size: 1.2rem;
}
.realorder-arrow {
	max-width: 260px;
	margin-inline: auto;
	margin-top: 16px;
}

.plan-btn {
	max-width: 290px;
	margin: 16px auto 20px;
}
.plan-btn .btn a {/*角丸に*/
	border-radius: 35px;
	font-size: 1rem;
}
@media (max-width:500px) {
	.realorder-arrow-wrap p {
		font-size: .9rem;
	}
	.realorder-arrow {
		max-width: 220px;
	}
	.plan-btn {
		margin: 20px auto;
	}
	.plan-btn .btn a {
		width: 270px;
		font-size: .9rem;
	}
}

/* realordermadeリアルオーダーメイド */
#realordermade {
    padding: 100px 0 80px;
	background: var(--base3-color);
	color: #fff;
    margin-top: -8vw;
    clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
}

#realordermade h2 {
	color: var(--accent-color2);
	font-size: 2.6rem;
	text-align: center;
}

#realordermade h4 {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}
#realordermade .realordermade-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 40px;
}
#realordermade .realordermade-title p {
	font-size: .9rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
#realordermade .realordermade-title-img {
	max-width: 44%;
	margin-right: 4%;
}
#realordermade .realordermade-title-txt {
	max-width: 52%;
}

.realordermade-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.realordermade-inner .realordermade-points {
	background: #00121F;
background: linear-gradient(40deg, rgba(0, 18, 31, 1) 0%, rgba(25, 54, 69, 1) 100%);
	border: 1px solid var(--main-color);
	padding: 40px;
	max-width: 35%;
}

.realordermade-inner .realordermade-steps {
background: #00121F;
background: linear-gradient(200deg, rgba(0, 18, 31, 1) 0%, rgba(25, 54, 69, 1) 100%);	
	border: 1px solid var(--main-color);
	padding: 40px 60px 20px 60px;
	max-width: 62%;
}
.realordermade-inner .realordermade-steps img {
}

#realordermade p {
	font-size: .9rem;
}


.realordermade-photo {/*202601施工例追加*/
	margin-bottom: 24px;
}

@media screen and (max-width:700px) {/*768px*/
	#realordermade {
	    margin-bottom: 0;
		padding: 60px 0 30px 0;
	}
	#realordermade h2 {
		font-size: 1.5rem;
	}
	#realordermade h2 {
		margin-bottom: 20px;
	}
	#realordermade h4 {
		font-size: .9rem;
		line-height: 1.5;
		margin-bottom: 32px;
		letter-spacing: 0;
	}
	#realordermade .realordermade-title p {
		font-size: .8rem;
		line-height: 1.7;
	}
	#realordermade .realordermade-title-img {
		max-width: 100%;
	}
	#realordermade .realordermade-title-txt {
		max-width: 100%;
	}
	.realordermade-inner .realordermade-points {
		max-width: 100%;
		margin-bottom: 12px;
		padding: 32px 48px;/*32px 40px*/
	}
	.realordermade-inner .realordermade-steps {
		max-width: 100%;
		padding: 32px 20px 8px;
	}
}
