@charset "UTF-8";
/* plan2506 */


.title-area {/*背景は白*/
	background: #fff;
}

.ordermade-btn {
    max-width: 300px;
    margin: 5px auto 45px;
}

/*plan-main トップ*/
.plan-main {
    text-align: center;
    background: url("../img/plan/plan_top_bg.jpg") no-repeat center center;
    background-size: cover;
	height: 40vh;
	position: relative;
	
}
.plan-main-title {
	background-color:#f8f8f8;/*rgba(255,255,255, .6)*/
	max-width: 80%;
	padding: 12px 24px;
	position: absolute;
	bottom: 0;
}

.plan-main h2 {
    font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
@media (max-width: 767px) {
	.plan-main {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 0;
	}
	.plan-main-title {
		padding: 10px 10px 0 18px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
    .plan-main h2 {
	    font-size: 1rem;
    }
}


/*10タイプ*/
.plan-select {
    padding-top: 60px;
    padding-bottom: 8px;
}
.plan-select h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width:767px) {
   .plan-select {
        padding-top: 30px;
    }
    .plan-select h3 {
        font-size: 1.2rem;
	    margin-bottom: 12px;
    }
	.plan-select p {
       font-size: .8rem;
    }
}

/*タイプセレクト　PC4列　スマホのとき2列*/
.types {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.types a:hover img {
	opacity: 0.8;
	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: -6px;
	padding: 1px 6px;
	font-size: .9rem;
	font-family: 'Jost', sans-serif;
	background: var(--base7-color);
	color: var(--white-color);
	z-index: 100;
}
@media screen and (max-width: 900px) {
    .type-c {
        width: 48%;
        margin-bottom: 8px;
    }
    .type-c:not(:nth-last-child(-n+2)) {
        margin-bottom: 12px;
    }
}
@media screen and (min-width:1024px) {
    .types {
        max-width: 1080px;
        margin: 12px auto;
    }
    .type-c  {
        width: 23.5%;/*23%*/
    }
    .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: 238px;
    }
}
@media screen and (max-width: 600px) {
	.new-plan {
		font-size: .7rem;
	}
}

/*-------- 各プラン --------*/
#plan {
    padding-top: 32px;
    padding-bottom: 60px;
}
#plan .plan-page-title h2 {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
}

@media screen and (max-width: 600px) {
	#plan {
		padding-top: 20px;
	    padding-bottom: 40px;
	}
    #plan .plan-page-title h2  {
        margin: 0 auto 12px;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }
}


/*plan-madori*/
.plan-madori {
	padding-bottom: 20px;
}
.plan-madori h3 {
	max-width: 300px;
background: rgb(150,202,177);
background: linear-gradient(40deg, rgba(150,202,177,1) 0%, rgba(77,174,109,1) 25%, rgba(151,193,87,1) 60%, rgba(198,209,86,1) 80%, rgba(219,223,118,1) 100%);
	font-size: 1.1rem;
	font-family: 'Jost', sans-serif;
  	letter-spacing: 0.2em;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: var(--white-color);
	padding: 8px 32px;
}
.plan-madori h3 span {
  	font-size: 5rem;
	padding-right: 6px;
}
.plan-madori h3.j-txt {/*Jのディセンダーのため調整*/
	padding: 2px 32px 14px;
}

.plan-madori-inner {
    max-width: 920px;
    margin: 0 auto 20px;
    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-madori {
	}
	.plan-madori-inner {
		padding-bottom: 20px;
	}
	.plan-madori h3 {
		max-width: 240px;
		padding: 5px 22px 4px;
	}
	.plan-madori h3 span {
		font-size: 3.4rem;
	}
}

/*面積・間取図*/
.type-info-area {
	padding-left: 8%;/*5%*/
	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 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.1em;
	color: #00a73c;
}
.room span {
	font-size: 2.7rem;	
	color: var(--base3-color);
}
.room2 {
	font-size: 1.8rem;
	line-height: 1.3;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.06em;
	font-weight: 600;
	color: #00a73c;
}

.room-area {
	margin-top: 24px;
	margin-bottom: 24px;
}
.room-area-item {
 	display:flex;
 	justify-content:space-between;
	font-size: 1rem;/*.9rem*/
	border-bottom: 1px var(--base2-color) solid;
}
.room-area-item dt {
 	width: 40%;/*43%*/
 	padding: 8px 2px;
	letter-spacing: 0;
}
.room-area-item dd {
 	padding: 8px 2px;
 	width: 58%;/*55%%*/
	margin-left: 0;
	text-align: right;
}
.room-area-item dt.jyusen,.room-area-item dd.jyusen {
	font-weight: 600;
}
.room-area-item dd.jyusen {
	font-size: 1.2rem;
	line-height: 1.5;
}
.room-area-item dd.jyusen span {
	font-size: 1rem;/*.95rem*/
}
.room-area-item dd.goukei {
	font-size: 1.2rem;
	line-height: 1.5;
}
.room-area-item dd.goukei span {
	font-size: 1rem;
}
@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: 20px;
		margin-bottom: 2px;
	}
	.room span {
		font-size: 2rem;	
	}
	.room-area-item {
		font-size: .85rem;/*.8rem*/
	}
	.room-area-item dt {
		padding: 4px 2px;
	}
	.room-area-item dd {
		padding: 4px 2px;
	}
	.room-area-item dd.jyusen {
		font-size: 1.1rem;
	}
	.room-area-item dd.jyusen span {
		font-size: .85rem;/*.8rem*/
	}
	.room-area-item dd.goukei {
		font-size: 1.1rem;
	}
	.room-area-item dd.goukei span {
		font-size: .85rem;
	}
	.hanrei {
		width: 80%;
	}
}


.realorder-lead {
	margin-top: 40px;
}
.realorder-arrow {
	max-width: 260px;
	margin-inline: auto;
	margin-top: 16px;
}
.plan-btn {
	max-width: 290px;
	margin: 16px auto 20px;
}
@media (max-width:500px) {
	.realorder-arrow {
		max-width: 220px;
	}
	.plan-madori p {
		font-size: .9rem;
	}
	.realorder-lead p {
		font-size: .9rem;
	}
}

/*plan-ritsumenr*/
.plan-ritsumen {
    margin: 0 auto 40px;
}
.ritsumen {
    max-width: 350px;/*326px*/
	margin-bottom: 10px;
}
.plan-gdmark {
    max-width: 309px;
}
@media (min-width: 991px) {
    .plan-ritsumen {
	    padding: 20px 0;
        max-width: 920px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 849px) {
    .plan-ritsumen {
        text-align: center;
    }
    .plan-ritsumen img {
        width: 70%;
        margin: 0 auto　16px;
    }
    img.plan-gdmark {
        margin: 0 auto 4px;
    }
}

.pl-page p {
    margin-bottom: 20px;
    font-size: 1rem;
}
.pl-page p a {
    color: var(--base1-color);
    font-weight: bold;
    text-decoration: underline;
}
.pl-page p a:hover {
    color: var(--base4-color);
}
@media screen and (max-width: 600px) {
    .pl-page p {
         font-size: .8rem;
		line-height: 1.5;
    }
}


/* モーダル表示 */
.floor-guide-wrap {
	margin-top: 20px;
	margin-bottom: 24px;
}
.floor img {
	max-width: 330px;
}
@media screen and (max-width: 600px) {
	.floor-guide-wrap {
		margin-top: 12px;
		margin-bottom: 16px;
	}
	.floor img {
		max-width: 250px;
	}
}

/*hideエリア最初は非表示*/
.hide-area {
	display: none;
}
/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
background:#666;
}


/*ルームツアー動画2507*/
.plan-movie-area {
	max-width: 1080px;
    margin: 32px auto 32px;
	padding: 30px 0 40px 0;
	background-color: #eee;
	background: url("../img/plan/plan_brandimage.png") no-repeat;
	text-align: center;
}
.plan-select .plan-movie-area h3 {
 	font-size: 1.8rem;
	color: #4dae6d;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
}

/*縦型動画*/
.shortmovie {
	 width: 70%;
	 max-width: 400px;
	 margin: auto;
}
.shortmovie iframe {
	 aspect-ratio: 9 / 16;
	 width: 100%;
	 height: 100%;
}

@media screen and (max-width: 500px) {
	.plan-movie-area {
		background-color: transparent;
		background: none;
		padding: 20px 0 0 0;
	}
	.shortmovie {
		 width: 98%;/*90%*/
	}
}




/* realordermadeリアルオーダーメイド */
#realordermade {
    padding: 60px 0;
	background: #5d6970;
	color: #fff;
}
#realordermade .realordermade-lead {
	margin-bottom: 24px;
}
#realordermade .realordermade-lead p {
	font-size: 1.2rem;	
}
#realordermade h2 {
	font-size: 2.4rem;
	color: #fff;
}
#realordermade h3 {
	margin-bottom: 0;
} 
#realordermade h4 {
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
#realordermade .realordermade-title {
	margin-bottom: 20px;
}

#realordermade .realordermade-title p {
	font-size: 1.4rem;
	letter-spacing: 0.16em;
	line-height: 1;
}
#realordermade .realordermade-title img {
	max-width: 1080px;
}

.realordermade-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 36px;
}
.realordermade-inner .realordermade-inner-txt {
	max-width: 49%;
}
.realordermade-inner .realordermade-points {
	max-width: 46%;
}

#realordermade .realordermade-points {
	margin-top: 30px;
}
#realordermade .realordermade-steps {
	margin-top: 40px;
	color: var(--accent-color);
}
#realordermade .realordermade-steps p {
	line-height: 1.5;
}
#realordermade p {
	font-size: .9rem;
}

@media screen and (max-width:768px) {
	#realordermade {
	    margin-bottom: 0;
		padding: 50px 0 30px 0;
	}
	#realordermade h2 {
		font-size: 1.8rem;
	}
	#realordermade .realordermade-lead p {
		font-size: 1.1rem;
	}
	#realordermade h3 {
		margin-bottom: 0;
	} 
	#realordermade h4 {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 16px;
		letter-spacing: 0;
	}
	#realordermade .realordermade-title p {
		font-size: .8rem;
		line-height: 1;
	}
	.realordermade-inner {
		margin-bottom: 0;
	}
	.realordermade-inner .realordermade-inner-txt {
		max-width: 100%;
	}
	.realordermade-inner .realordermade-points {
		max-width: 100%;
		margin-bottom: 12px;
	}
	#realordermade .realordermade-steps {
		margin-top: 0;
	}
	#realordermade .realordermade-steps p {
		font-size: .8rem;
		line-height: 1.4;
	}
}



/*pl-pager*/
.pl-pager {
  display: flex;
  overflow-x: auto;
  margin-top: 48px;
}
.pl-pager-inner {
  display: flex;
  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;
}
.pl-pager-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 48px;
  background-color: #ddd;
  color: var(--base1-color);
  font-size: .9rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: .25s;
  box-sizing: border-box;
}

.pl-pager-link:focus,
.pl-pager-link:hover {
  background-color:#97c157;
  color: var(--base1-color);
  opacity: .8;
}

.pl-pager-link.is-active {
  background-color: #97c157;
  color: var(--base1-color);
  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: 100px;
      height: 48px;
      font-size: 0.8rem;
      letter-spacing: 0;
    }
    .pl-pager-inner > li {
      margin-right: 6px;
    }
}
