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

/*plan-main トップ*/
.plan-main {
    text-align: center;
    background: url("../img/plan/plan_top_bg.jpg") no-repeat center center;
    background-size: cover;
	height: 35vh;
	align-content: center;
	margin-bottom: 32px;
}
.plan-main-title {
	background-color:rgba(12,3,3, .7);
	padding: 20px 24px;
	max-width: 50%;
	color: #fff;
}

.plan-main h2 {
    font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.plan-main {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 0;
		height: 33vh;
		margin-bottom: 20px;
	}
	.plan-main-title {
		background-color:rgba(12,3,3, .5);
		padding: 12px 10px 12px 24px;
		max-width: 75%;
		text-align: left;
	}
    .plan-main h2 {
	    font-size: 1rem;
    }
	.plan-main-title p {
		line-height: 1.3;
		font-size: .8rem;
	}
}


/*plan-a-d*/
.plan-a-d {
	padding-top: 32px;
	padding-bottom: 40px;
}
.plan-a-d h3 {
	max-width: 350px;
}
.plan-a-d-inner {
    max-width: 1032px;/*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: 24px;
	}
	.plan-a-d-inner {
		padding-bottom: 20px;
	}
	.plan-a-d h3 {
		max-width: 240px;
	}
}



/*動線説明*/
.dousen {
	margin-bottom: 32px;
}
.dousen-box {
	background: var(--red-color);
	color: #fff;
	font-size: .9rem;
	font-family: "Roboto", sans-serif;
	margin-right: 4px;
	padding: 2px 6px;
}
.dousen h4 {
	margin-bottom: 8px;
	font-weight: 600;
}
.dousen p {
	font-size: .9rem;
}
@media (max-width: 600px) {
	.dousen {
		margin-top: 12px;
		margin-bottom: 20px;
	}	
}



/*面積・間取図*/
.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 {
	margin-top: 12px;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.1em;
	color: var(--main-color);
}
.room span {
	font-size: 2.6rem;
	color: var(--main-color);/*#748f9d*/
}
.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: 40%;
 	padding: 8px 2px;
	letter-spacing: 0;
}
.room-area-item dd {
 	padding: 8px 2px;
 	width: 58%;
	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: .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: 4px;
		margin-bottom: 4px;
	}
	.room span {
		font-size: 2rem;	
	}
	.room-area-item {
		font-size: .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: .8rem;
	}
	.room-area-item dd.goukei {
		font-size: 1.1rem;
	}
	.room-area-item dd.goukei span {
		font-size: .85rem;
	}
}


/*ウルトラファインバブル*/
.ufb-info {
	border: 1px solid var(--base2-color);
	margin-bottom: 40px;
	padding: 48px 60px 40px;
}
.ufb-info h4 {
	max-width: 400px;
	margin-bottom: 8px;
}
.ufb-info p {
	line-height: 1.5;
	margin-bottom: 20px;
}
@media (max-width: 600px) {
	.ufb-info {
		margin-bottom: 32px;
		padding: 24px 0 16px;
	}
	.plan-a-d .ufb-info p {
		font-size: .8rem;
	}
}



.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-a-d p {
		font-size: .9rem;
	}
}



/*削除する？4タイプ*/
.plan-select {
    padding-top: 40px;
    padding-bottom: 20px;
}
.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: 20px;
        padding-bottom: 20px;
    }
    .plan-select h3 {
        font-size: 1.1rem;
    }
}

/*タイプセレクト　PC4列　スマホのとき2列*/
.types {
	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;
}
.type-c:not(:nth-last-child(-n+2)) {
	margin-bottom: 16px;
}
@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;
    }
}



/* realordermadeリアルオーダーメイド */
#realordermade {
    padding: 60px 0 60px 0;
	background: var(--base3-color);
}
#realordermade h2 {
	margin-bottom: 0;
	font-size: 2.2rem;
}
#realordermade p.realorder-lead {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 40px;
}

#realordermade h3 {
	margin-bottom: 40px;
	max-width: 420px;/*400px*/
} 
#realordermade h4 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 24px;
}

.realordermade-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 32px;
}

#realordermade .realordermade-inner-txt {
	max-width: 50%;
}
#realordermade .realordermade-steps {
	max-width: 48%;
	text-align: center;
}
#realordermade .realordermade-steps img {
	max-width: 450px;/*420px*/
}

#realordermade p {
	font-size: .9rem;
	line-height: 1.6;
}
#realordermade p.real-txt-l {
	font-size: 1.1rem;
	margin-top: 20px;
}

#realordermade .container {
	position: relative;
}
.gd-ban {
	position: absolute;
	right: 0;
	top: -60px;
	max-width: 320px;
}

@media screen and (max-width:768px) {
	#realordermade {
		padding: 50px 0 30px 0;
	}
	#realordermade h2 {
		font-size: 1.4rem;
	}
	#realordermade p.realorder-lead {
		font-size: 1.3rem;
		margin-bottom: 24px;
	}
	#realordermade h3 {
		max-width: 85%;
		margin-bottom: 8px;
	} 
	#realordermade h4 {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.realordermade-inner {
		margin-bottom: 0;
	}
	#realordermade .realordermade-inner-txt {
		max-width: 100%;
	}
	#realordermade .realordermade-steps {
		max-width: 100%;
		margin-bottom: 20px;
	}
	#realordermade p {
		font-size: .85rem;
	}
	#realordermade p.real-txt-l {
		font-size: .9rem;
		margin-top: 16px;
	}
	.gd-ban {
		right: 0;
		top: -49px;
		max-width: 180px;
	}
}
@media screen and (max-width:600px) {
	.gd-ban {
		right: 0;
		top: -50px;
		max-width: 160px;
	}	
}

.realordermade-basic-plan {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

@media screen and (max-width: 900px) and (min-width: 701px) {/*タブレット調整*/
  	#realordermade {
		padding: 50px 40px 30px 40px;
	}
}


/*-------- 各プラン --------*/
#plan {
    padding-top: 60px;
    padding-bottom: 60px;
	margin-top: -40px;/*調整*/
}
#plan .plan-page-title h2 {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.6rem;
	color: var(--base3-color);
    letter-spacing: 0.3em;
    position: relative;
    padding: 0 70px;
}
#plan .plan-page-title h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: var(--sub-color);
}
#plan .plan-page-title h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.plan-inner {
	display: flex;
    justify-content: center;
    margin: 20px auto 40px;
	max-width: 800px;
}

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

.plan-page-link {
    padding-top: 24px;
    padding-bottom: 20px;
    border-top: var(--sub-color) solid 1px;
    border-bottom: var(--sub-color) solid 1px;
}

.ritsumen {
    max-width: 326px;
	margin-bottom: 10px;
}
.plan-gdmark {
    max-width: 309px;
}
@media (min-width: 991px) {
    .plan-page-link {
	    padding-top: 36px;
    	padding-bottom: 24px;
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 849px) {
    .plan-page-link {
        text-align: center;
    }
    .plan-page-link img {
        width: 60%;
        margin: 10px auto;
    }
    img.plan-gdmark {
        margin: 0 auto 5px;
    }
}
.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;
    }
}


/*完売・残数表示*/
p.plan-kanbai {
    max-width: 800px;
    margin: 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	letter-spacing: 0.2em;
	background-color: #d1101a;
}
p.plan-wazuka {
    max-width: 800px;
    margin: 0 auto;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #d1101a;
	border: solid 2px #d1101a; 
	letter-spacing: 0.2em;
} 
@media (min-width: 991px) {
	p.plan-kanbai {
		font-size: 1.5rem;
	}
	p.plan-wazuka {
		font-size: 1.6rem;
	}
}



/*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: 100px;
  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:#a6c4e7;
  color: var(--base1-color);
  opacity: .8;
}

.pl-pager-link.is-active {
  background-color: #a6c4e7;
  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: 76px;
      height: 45px;
      font-size: 0.75rem;
      letter-spacing: 0;
    }
    .pl-pager-inner > li {
      margin-right: 6px;
    }
}

