@charset "utf-8";

/* =======================================================================================
	TEMPLATE
======================================================================================= */



/* =======================================================================================
	COMMON
======================================================================================= */

/* =======================================================================================
	PAGE | 一覧
======================================================================================= */


@media screen and (max-width: 600px) {
	.planslistSection.container {
		padding-top: var(--site-marpad-S) !important;
	}
}



/* ------------------------------------------------------------------------
floorPlanWrap
------------------------------------------------------------------------ */
	.floorPlanWrap{
		padding: var(--site-marpad-XXL) 0;
	}
	.floorPlanWrap .floorLegend {
		display: block;
		text-align: right;
		margin: 0 0 .5em auto;
		width: 15%;
		max-width: 189px;
	}
	.floorPlanWrap .floorLegend  img{
		width: 100%;
	}
@media screen and (max-width: 900px) {
	.floorPlanWrap .floorLegend {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.floorPlanWrap{
		padding: var(--site-marpad-M) 0;
	}
	.floorPlanWrap .floorLegend {
		max-width: 150px;
	}
}




/* ------------------------------------------------------------------------
planListWrap
------------------------------------------------------------------------ */

/* planListCategoryBox
---------------------------------------------------- */
.planListCategoryBox {
	margin-bottom: var(--site-marpad-XXXL);
}
.planListCategoryBox:last-child {
	margin-bottom: 0;
}





	

/* planBtnWrap
---------------------------------------------------- */

/* /////////////////////////////////////////// (外枠) */
	.planBtnWrap {
		--base-generalColBox-margin-row: 25px;
		--base-generalColBox-margin-column: 35px;
		max-width: 1100px;
		/*justify-content: center; *//* 掲載プランが少ないため中央設定*/
	}
	.planBtnWrap a {
		display: flex;
		position: relative;
		padding: 0;
		height:100%;
		background: #000000 var(--site-pattern-dark);
		box-shadow: 8px 8px 0px 0px rgba(0,0,0,.12);
		transition: all .18s ease-out; 
	}
	
	.planBtnBox {
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
		position: relative;
		z-index: 0;
		/*padding: 30px;*/
		/*transition: all .18s ease-out, width 0s, margin-left 0s, margin-right 0s; */
	}
	
	/* ボタン1個の時 */
	.planBtnWrap.generalCol1 {
		justify-content: center;
	}
	.planBtnWrap.generalCol1 > * {
		width: 100%;
		max-width: 650px; /* feeling. */
	}
	/* hover, focus */
	@media (hover: hover) and (pointer: fine) {
		.planBtnWrap a[href]:hover {
			box-shadow: 0px 0px 0px 0px rgba(0,0,0,.12);
		}
	}
	.planBtnWrap a[href]:focus::before,
	.planBtnWrap a[href]:active::before {
		opacity: .4;
	}


@media screen and (max-width: 600px) {
	.planBtnWrap {
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		--default-generalColBox-margin-t:	min(15px, 3vw);
	}
	.planBtnBox {
		/*padding: 20px clamp(60px, 2vw, 70px) 30px;*/
	}
}

@media screen and (max-width: 480px) { /*{SPs}*/
	.planBtnBox {
		/*padding: 20px clamp(40px, 2vw, 60px) 25px;*/
	}
	
}

/* /////////////////////////////////////////// (内容) */
	.planBtnBox > * {
		/*width: 100%;*/
	}
	/* ******************** SPEC_1 */
	.planBtnBox .spec1 {
		flex: 0 0;
		color: #000;
		padding: 1em 1em 0.8em;
		position: relative;
	}
	.planBtnBox .spec1::before, .planBtnBox .spec1::after{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0; top: 0;
	}
	.planBtnBox .spec1::before {
		z-index: -1;
		background: linear-gradient(to right, #858585 0%, #e4e4e4 50%, #858585 100%);
	}
	.planBtnBox .spec1::after {
		z-index: -2;
		background: linear-gradient(to right, #ababab 0%, #e4e4e4 50%, #ababab 100%);
	}
	.planBtnBox .spec-type {
		min-height: 0.001vw;				/* for safari | font-sizeにclamp()使用時必須 */
		line-height: .7;
		font-family: var(--site-font_family-en_2);
		/*color: rgba(var(--site-themeColor-base_text-accent), 1);*/
		letter-spacing: 0.001em;
		text-align: center;
		--M-fluidFontSize-max-fontsize: 18;
		--M-fluidFontSize-min-fontsize: 16;
		--M-fluidFontSize-max-viewport: 1200;
		--M-fluidFontSize-min-viewport: 600;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */
		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
		font-weight: 300;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.planBtnBox .spec-type .st {
		margin-left: -..5em;
	}
	.planBtnBox .spec-type .num {
		font-family: var(--site-font_family-en_2);
		font-size:2.222em;
	}

	.planBtnBox .spec-type .direction {
		background: #63322b;
		color: #fff;
		font-family: var(--site-font_family-serif);
		font-size: 0.833em;
		padding: .1em .5em .2em;
		line-height: 1;
		margin-left: .5em;
		font-weight: 400;
	}
	
	/* ******************** specBodyWrap */
	.planBtnBox .specBodyWrap {
		flex: 1 1;		/* 親 flex-direction: column; */
		/* 中央揃えの為。不要ならflexbox一式削除 */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		/*margin: 1.5em auto 2.5em;*/
		color: #FFF;
		border-top:1px solid #c4c4c4;;
		margin: 3px auto 0;
		width: 100%;
		padding: 1em 1em 2em;
	}
	.planBtnBox .specBodyWrap > * {
		width: 100%;
	}
	/* ******************** SPEC_2 */
	.planBtnBox .spec2 {}
	.planBtnBox .spec-ldk {
		min-height: 0.001vw;				/* for safari | font-sizeにclamp()使用時必須 */
		/*text-align: center;*/
		line-height: 1.6;
		letter-spacing: .05em;
		--M-fluidFontSize-max-fontsize: 26;
		--M-fluidFontSize-min-fontsize: 22;
		--M-fluidFontSize-max-viewport: 1200;
		--M-fluidFontSize-min-viewport: 600;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */

		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
		font-family: var(--site-font_family-en_2);
	}
	.planBtnBox .spec-ldk small {
		font-family: inherit;
	}
	.planBtnBox .spec-ldk .ldkUnit {
		display: flex;
		flex-wrap: wrap;
		justify-content: center; /* センター揃え（不要なら削除） */
		margin-inline: auto;
		max-inline-size: max-content;		  
		align-items: baseline;
		font-family: var(--site-font_family-en_2);
	}
	.planBtnBox .spec-ldk .ldkUnit > b {
		font-size: 1.022em;
		/*margin-right: 2px;*/
	}
	.planBtnBox .spec-ldk .ldkUnit > b .ldkNum {
		font-size: 1.129em;
	}
	.planBtnBox .spec-ldk .ldkUnit > .element {
		display: inline-block;
	}
	.planBtnBox .spec-ldk .ldkUnit > .element b {
		margin: 0 2px;
	}
	.planBtnBox .spec-ldk .ldkUnit > .element b.ja {
		font-size: 1em;
		font-family: var(--site-font_family-serif);
		letter-spacing: .04em;
	}
	.planBtnBox .spec-ldk .ldkUnit > .element b small {
		font-size: max(1rem, .6364em);
	}
	.planBtnBox .spec-area {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: center;*/
		min-height: 0.001vw;				/* for safari | font-sizeにclamp()使用時必須 */
		line-height: 1.3;
		/*margin-top: 0.5em;*/
		/*margin-right:10%;*/
		letter-spacing: 0.05em;
		text-align: center;
		
		--M-fluidFontSize-max-fontsize: 13;
		--M-fluidFontSize-min-fontsize: 12;
		--M-fluidFontSize-max-viewport: 1200;
		--M-fluidFontSize-min-viewport: 600;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */

		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
	}
	/*.planBtnBox .spec-area .spec-lot,
	.planBtnBox .spec-area .spec-building,
	.planBtnBox .spec-area .spec-service{
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}*/
	/*.planBtnBox .spec-area .spec-lot,
	.planBtnBox .spec-area .spec-building {
		margin-right: 1em;
	}*/
	.planBtnBox .spec-area .value {
		font-size:2.538em;
		font-family: var(--site-font_family-en_2);
	}
	
	/* ******************** SPEC_3 */
	
	.planBtnWrap a[data-buttonicon^="bgico_"] span.ico {
		right: clamp(6px, (6 / 480 * 100vw), 12px);
		top: auto;
		bottom: clamp(6px, (6 / 480 * 100vw), 12px);
	}	


/* ******************** hover */
		.planBtnWrap a .planBtnBox .spec1::before {
			transition: opacity .15s ease-out;
}
		.planBtnWrap a[data-buttonicon^="bgico_"] span.ico {
			transition: all .18s ease-out;
		}	
		
	@media (hover: hover) and (pointer: fine) {
		.planBtnWrap a:hover .planBtnBox .spec1::before {
			opacity: 0;
		}
		.planBtnWrap a[data-buttonicon^="bgico_"]:hover span.ico {
			right:clamp(4px, (4 / 480 * 100vw), 10px);
			opacity: .5;
		}	
	}
	.planBtnWrap a:focus  .planBtnBox .spec1 {
		  background: linear-gradient(to right, #ababab 0%, #e4e4e4 50%, #ababab 100%);
	}
	
	
	
@media screen and (max-width: 600px) {
	/* ******************** SPEC_2 */
	.planBtnBox .spec-area {
		font-size: clamp(1.1rem, 2.5vw, 1.2rem);
	}
}
@media screen and (max-width: 480px) {
	/* ******************** SPEC_4 */
	.planBtnWrap a .planBtnBox .btnUnit .btn {
		font-size: 1.4rem;
		padding: 13px 3px;
	}
}


/* premium
-------------------------------------------------------*/


	/* ******************** SPEC_1 */
	.planBtnWrap a[data-premium-color^="premium"] .spec1 {
		background: linear-gradient(to right, #81672f 0%, #e4d6b7 50%, #81672f 100%);
	}
	.planBtnWrap a[data-premium-color^="premium"] .specBodyWrap {
	  border-top: 1px solid #a89365;
	}
	.planBtnWrap a[data-premium-color^="premium"] .spec-type .direction {
		background:linear-gradient(-45deg, #392319 0%, #604131 50%, #392319 100%);
		color: #fff2d8;
		font-family: var(--site-font_family-en_2);
		border: 1px solid;
		border-image: linear-gradient(-45deg, #c3a47e 0%, #fffaed 50%, #c3a47e 100%) 1;
	}

/* ******************** hover */
		.planBtnWrap a[data-buttonicon^="bgico_"] span.ico {
			transition: all .18s ease-out;
		}	
		
	@media (hover: hover) and (pointer: fine) {
		.planBtnWrap a[data-premium-color^="premium"]:hover .planBtnBox .spec1 {
			  background: linear-gradient(to right, #a88a49 0%, #e4d6b7 50%, #a88a49 100%);
		}

	}
	.planBtnWrap a[data-premium-color^="premium"]:focus  .planBtnBox .spec1 {
		 background: linear-gradient(to right, #a88a49 0%, #e4d6b7 50%, #a88a49 100%);
	}






/* NEWアイコン, 限定アイコン
-------------------------------------------------------
- NEW はJSで生成・タイマー表示可能 (2021.03)
-------------------------------------------------------
div.planBtnBox>(em.planBtnIcon>span.newIcon{NEW})+(div.spec1) ※data属性設定で自動生成
div.planBtnBox>(em.planBtnIcon>span.limitedIcon{限定})+(div.spec1)
---------------------------------------------------- */
	.planBtnBox .planBtnIcon {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		position: absolute;
		top: 1px;
		right: 1px;
		line-height: 1;
		font-family: var(--site-font_family-02);
		font-size: 1.05rem;
		letter-spacing: .04em;
	}
	.planBtnBox .planBtnIcon > * {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		min-width: 4em;
		min-height: 2em;
		color: #fff;
		background: #000;
		padding: .3em;
	}
	.planBtnBox .planBtnIcon .newIcon {
		background: #141742;
	  font-weight: bold;
	}
	.planBtnBox .planBtnIcon .xxx {
		background: red;
		margin-right: 0.3em;
	}




























/* ***************************************************************************************************
	PAGE | z_
*************************************************************************************************** */

/* floorPlanContainer
------------------------------------------------------------------------ */
	.floorPlanContainer {
		padding-top: var(--site-marpad-L);
	}
@media screen and (max-width: 1200px) {
	.floorPlanContainer {
		padding-top: calc(var(--site-marpad-L) - 20px);
	}
}



/* -----------------------------------------------------------------------------
	プラン詳細の共通スタイル
----------------------------------------------------------------------------- */

/* floorPlanSection - 外枠
------------------------------------------------------------------------ */


/* floorPlanSection - 内容
------------------------------------------------------------------------ */
	/* planspecArea
	---------------------------------------------------- */
	.planspecArea{
		position: relative;
		/*padding:var(--site-marpad-L)  0;*/
	}


/* specWrap
---------------------------------------------------- */
	.floorPlanSection .specWrap {
		font-family: var(--site-font_family-serif);
		font-weight: 100;
		display: flex;
		justify-content: space-between;
		padding:var(--site-marpad-L)  0;
		width: 70%;
	}
	.floorPlanSection .specWrap small {
		color: inherit;
		font: inherit;
		font-family: var(--site-font_family-caption);
	}

	/* spec1
	----------------------- */
	.floorPlanSection .specWrap .spec1 {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.2;
		text-align: center;
		flex: 0 0 158px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		padding:1.5em 1em;
		background:  linear-gradient(-45deg, #858585 0%, #e4e4e4 50%, #858585 100%);
		outline: 1px solid #000;
		outline-offset: -6px;
		color: #000;
	}
	.floorPlanSection .specWrap .spec1 .spec-type {
		color: inherit;
		font-family: var(--site-font_family-en_2);
		font-size: 1.2em;
		letter-spacing: .1em;
		white-space: nowrap; /* 不要なら削除可 */
	}
	.floorPlanSection .specWrap .spec1 .spec-type .num {
		line-height: .7;
		font-size: 3.33333em;
		letter-spacing: .07em;
	}
	.floorPlanSection .specWrap .spec1 .spec-type .type {
		display: block;
		font-size: 1.15em;
		text-transform: uppercase;
	}
	.floorPlanSection .specWrap .spec1 .spec-type .floor {
		display: block;
		margin-top:0.5em;
		padding:0.2em;
		font-size:1em;
		color:#fff;
		background:rgba(0,0,0,.5);
	}
	.floorPlanSection .specWrap .spec1 .statusBox {
		flex-basis: 100%;
		padding-top:.5em;
	}
	.floorPlanSection .specWrap .spec1 .statusBox .status {
		display: inline-block;
		line-height: 1.1;
		color: #fff;
		font-size: .925em;
		letter-spacing: .1em;
		background: #63322b;
		padding: .25em .8em .31em;
	}

	/*premium
	---------------------------*/
	.floorPlanSection .specWrap [data-premium-color^="premium"]{
		background:  linear-gradient(-45deg, #81672f 0%, #e4d6b7 50%, #81672f 100%);
	}
	.floorPlanSection .specWrap [data-premium-color^="premium"] .statusBox .status {
		background:linear-gradient(-45deg, #392319 0%, #604131 50%, #392319 100%);
		color: #fff2d8;
		font-family: var(--site-font_family-en_2);
		border: 1px solid;
		border-image: linear-gradient(-45deg, #c3a47e 0%, #fffaed 50%, #c3a47e 100%) 1;
	}

	/* spec2
	----------------------- */
	.floorPlanSection .specWrap .spec2 {
		flex: 1 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px 0px 15px 40px;
		font-size: 1.5rem;
		letter-spacing: .05em;
		line-height: 1.1;
	}
	.floorPlanSection .specWrap .spec2 > * {
		flex: 100%;
		display: block;
		padding: .25em 0;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk {
		display: block;
		margin-bottom: .3em;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .ldkUnit {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		line-height: 1.2;
		font-family: var(--site-font_family-en_2);
		font-size: 2.4em;
		letter-spacing: .1em;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .ldkUnit > b {
		margin-right: 2px;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .ldkUnit > .element {
		display: inline-block;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .ldkUnit > .element b {
		margin: 0 2px;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .ldkUnit > .element b.ja {
		font-size: .95em;
		letter-spacing: .04em;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk .kana {
		letter-spacing: -.05em;
	}
	.floorPlanSection .specWrap .spec2 .spec-ldk small {
		display: inline-block;
		font-family: inherit;
		font-size: max(1rem, .75em);
	}
	.floorPlanSection .specWrap .spec2 .specTtl {
		display: inline-block;
		margin-right: .6em;
	}
	.floorPlanSection .specWrap .spec2 .area {
		display: inline-block;
	}
	.floorPlanSection .specWrap .spec2 .tsubo {
		display: inline-block;
	}
	/*.floorPlanSection .specWrap .spec2 .heibei {
		margin-right: .45em;
	}*/
	.floorPlanSection .specWrap .spec2 small {
		display: inline-block;
		font-size: .857em;
		font-size: max(1rem, .73333em);
		margin: .5em 0 .25em;
	}
	.floorPlanSection .specWrap .spec2 small .kana {
		letter-spacing: -.07em;
	}
	.floorPlanSection .specWrap .spec2 .spec-excDwelling .area .value{
		font-size: 2.533em;
	}
	.floorPlanSection .specWrap .spec2 .spec-balcony .area .value{
		font-size: 1.733em;
	}
	/* -- Individual -- */
	.floorPlanSection .specWrap .spec2 .spec-excDwelling .area .value,
	.floorPlanSection .specWrap .spec2 .spec-balcony .area .value{
		font-family: var(--site-font_family-en_2);
		letter-spacing: .03em;
	}
	.floorPlanSection .specWrap .spec2 .spec-excDwelling .area .heibei,
	.floorPlanSection .specWrap .spec2 .spec-balcony .area .heibei{
		font-size: 1.2em;
	}


	/* planMeritWrap
	---------------------------------------------------- */
	.floorPlanSection .planMeritWrap {
		width: 100%;
		line-height: 2;
		font-size: 1.5rem;
		letter-spacing: .1em;
		background:rgba(255,255,255,0.15);
		padding:  2em;
		display: flex;
		flex-flow: wrap;
		align-items: center;
	}
	.floorPlanSection .planMeritWrap ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 5%;
	}
	.floorPlanSection .planMeritWrap li {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: baseline;
		position: relative;
		margin: .4em 0;
		width: 30%;
		line-height: 1.4;
	}
	.floorPlanSection .planMeritWrap li::before {
		content: "";
		flex: 0 0 1em;
		display: block;
		border-top: 1px solid currentColor;
		transform: translateY(-.35em);
		margin-right: 1em;
		opacity: .7;
	}
	.floorPlanSection .planMeritWrap li > * {
		flex: 1 1;
	}

@media screen and (max-width: 1000px) {
	.planspecArea .innnerBox{
		padding: var(--site-marpad-M) 0 var(--site-marpad-S) ;
	}
	.planspecArea .innnerBox > *{
		width: 100%;
	}
	.floorPlanSection .specWrap {
	  padding: 0 0 20px;
	}
	.floorPlanSection .planMeritWrap ul {
		width: 100%;
		column-gap: 5%;
	}
	.floorPlanSection .planMeritWrap li {
		width: 47.5%;
	}
}
@media screen and (max-width: 600px) {
	.floorPlanSection .specWrap {
		display: block;
	}
	.floorPlanSection .specWrap .spec1,
	.floorPlanSection .specWrap .spec2 {
		font-size: 1.35rem;
	}
	/* spec1
	----------------------- */
	.floorPlanSection .specWrap .spec1 {
		margin-bottom: 1.2em;
		padding: 1em;
	}
	.floorPlanSection .specWrap .spec1 .spec-type .type {
	  display: inline-block
	}
	.floorPlanSection .specWrap .spec1 .statusBox .status {
		font-size: 1.03em;
	}
	.floorPlanSection .specWrap .spec1 .spec-type .num {
		font-size: 2.5em;
	}
	/* spec2 */
	.floorPlanSection .specWrap .spec2 {
		padding: 0 1em ;
        /*border-bottom: 1px solid #ccc;*/
	}
	.floorPlanSection .specWrap .spec2 > * {
		/*padding: .75em 0;*/
		padding: .2em 0;
	}
	.floorPlanSection .specWrap .spec2 .spec-excDwelling .area .value{
		font-size: 2.222em;
	}
	.floorPlanSection .specWrap .spec2 .spec-balcony .area .value{
		font-size:1.63em;
	}
	
	
	/* planMeritWrap
	---------------------------------------------------- */
	.floorPlanSection .planMeritWrap {
		font-size: 1.4rem;
		padding: 1em;
	}
	
}
@media screen and (max-width: 480px) { 
	.floorPlanSection .specWrap .spec1{
			font-size: 1.2rem;
	}
	.floorPlanSection .specWrap .spec2 {
			font-size: 1.1rem;
	}	
	
	/* planMeritWrap
	---------------------------------------------------- */
	/*.floorPlanSection .planMeritWrap {
		font-size: 1.2rem;
	}*/
	.floorPlanSection .planMeritWrap ul {
		column-gap: 0;
		width: 90%;
	}
	.floorPlanSection .planMeritWrap li {
		width: 100%;
		line-height: 1.2;
	}
	.floorPlanSection .planMeritWrap li:before {
		border-top-width: .7px;
	}
	
}






	/* planPic
	---------------------------------------------------- */
	.floorPlanSection .planPic {
		color: #444;
		text-align: center;
		margin: 20px auto 0;
		padding: 50px 60px;
        border: 1px solid rgba(0,0,0,0.25);
	}
	.floorPlanSection .planPic .pic{
		max-width: 1100px;
        margin: 2em auto 0;
	}

	/* symList-kome
	---------------------------------------------------- */
	.floorPlanSection .symList-kome {
		padding-top: 2em;
	}
@media screen and (max-width: 600px) {

	/* planPic
	---------------------------------------------------- */
	.floorPlanSection .planPic {
		margin-top: 40px;
		padding: 35px 20px;
	}
}
@media screen and (max-width: 480px) { /*{SPs}*/

	/* planPic
	---------------------------------------------------- */
	.floorPlanSection .planPic {
		margin-top: 30px;
		padding: 30px 12px;
	}
}



















/* -----------------------------------------------------------------------------
	プランリスト
----------------------------------------------------------------------------- */

/* roomplanDetailInformation
------------------------------------------------------------------------ */
	.roomplanDetailInformation {
		padding: var(--site-marpad-XL) 0;
		position: relative;
        z-index: 0;
        background:url("../images/share/gradation_bg02.jpg") center center / cover no-repeat; 
	}
	.roomplanDetailInformation::after{
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height:100%;
        top: 0;
        left: 0;
        z-index:-1;
        background-color: rgba(255,255,255,0.3);
    }

/* planDetailNavWrap
------------------------------------------------------------------------ */
	.planDetailNavWrap {
		--roomplan-planDetailNav-a-color:			#000;
		--roomplan-planDetailNav-a-BgColor:			#FFFFFF;
		--roomplan-planDetailNav-a-hover-BgColor:	#ebebeb;
		--roomplan-planDetailNav-a-current-BgColor:	#3b3b3b;

	}
	.planDetailNavHeading {
		line-height: 1.1;
		font-family: var(--site-font_family-en_1);
		letter-spacing: 0;
		font-size: 8rem;
		margin-bottom: 35px;
	}
	.planDetailNavHeading .enHeading_S {
		text-align: center;
	}
	.planDetailNav ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.planDetailNav li {
		flex: 0 0 32.333%;
		display: block;
		margin: 5px 0.5%;
	}
	.planDetailNav li a {
		display: flex;
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: none;
		min-height: 0.001vw;				/* for safari | font-sizeにclamp()使用時必須 */
		line-height: 1.35;
		color: var(--roomplan-planDetailNav-a-color);
		font-size: clamp(1.4rem, (16 / 1440 * 100vw), 1.6rem);
		letter-spacing: .1em;
		background: var(--roomplan-planDetailNav-a-BgColor);
		margin: 0;
		padding:  12px; 
		border:1px solid #ccc;
		transition: background .3s ease-out;
	}
	.planDetailNav li .nameBox,
	.planDetailNav li .specBox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 3px 0;
	}
	.planDetailNav li .nameBox {
		flex: 0 0 5.7em;
		justify-content: center;
		text-align: center;
		margin-right:	.7em;
		padding-right:	.2em;
		border-right: 1px solid #000;
	}
	.planDetailNav li .nameBox .num {
		display: inline-block;
		line-height: 1.1;
	}
	.planDetailNav li .nameBox .type {
		margin-left: -.25em;
	}
	.planDetailNav li .specBox {
		flex: 1 1;
	}
	.planDetailNav li .specBox .ldk {
		color: inherit;
		font: inherit;
	}
	.planDetailNav li .specBox .en {
		display: inline-block;
		color: #fff2d8;
		border: 1px solid #71603e;
		font-size: 1.1rem;
		background: linear-gradient(-45deg, #392319 0%, #7d5744 50%, #392319 100%);
		line-height: 1;
		padding: 0.05em 0.3em 0.3em;
		margin-left: 5px;
	}

	/* hover, focus, current */
	@media (hover: hover) and (pointer: fine) {
		.planDetailNav li:not(.is-current) a[href]:hover {
			background: var(--roomplan-planDetailNav-a-hover-BgColor);
		}
	}
	.planDetailNav li:not(.is-current) a[href]:focus-visible {
		background: var(--roomplan-planDetailNav-a-hover-BgColor);
	}
	.planDetailNav li.is-current a {
		background: var(--roomplan-planDetailNav-a-current-BgColor);
		color: #fff;
	}
	.planDetailNav li.is-current .nameBox {
		border-right: 1px solid #FFF;
	}
@media screen and (max-width: 1200px) {
	.planDetailNav li {
		flex: 0 0 49%;
	}
}
@media screen and (max-width: 600px) {
	.planDetailNav ul {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.planDetailNav li {
		flex: 0 0 100%;
		margin: 3px 0;
	}
	.planDetailNav li a {
		padding: 13px; /*9px*/
	}
}


/* returnPlanlistBtnWrap
------------------------------------------------------------------------ */
	.planDetailNav + .returnPlanlistBtnWrap {
		margin-top: calc(var(--site-marpad-M) - 5px);
	}


@media screen and (max-width: 736px) {
	.planDetailNav + .returnPlanlistBtnWrap {
		margin-top: calc(var(--site-marpad-M) - 15px);
	}
}








/* layoutWrap */
	.layoutWrap .planPic {

	}
	.layoutWrap h3.ptHeading .hTxt {
		color: #FFF;
		text-align: center;
		background: #2d2b43;
		line-height: 2.0em;
	}
	.layoutWrap .planPic > .jsTabs_btn {
		display: flex;
		justify-content: space-between;
        max-width: 900px;
        margin: 0 auto;
	}
	.layoutWrap .planPic > .jsTabs_btn li {
		width: 49%;
       /* width: 33%;*/
	}
	.layoutWrap .planPic > .jsTabs_btn li a {
		display: block;
		color: #FFF;
		background: #656474;
		padding: 1.4em 0.5em;
		border: 2px solid #FFF;
	}
	.layoutWrap .planPic > .jsTabs_btn li.is-current a {
		color: #2d2b43;
		background: #c2c0da;
		border-color: #2d2b43;
	}
	.layoutWrap .planPic > .jsTabs_btn li a:hover {
		color: #2d2b43;
		background: #c2c0da;
		transition: 0.3s all;
	}
	.layoutWrap .jsTabs_contentWrap {
		position: relative;
	}
	.layoutWrap .jsTabs_content ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.layoutWrap .jsTabs_content ul li {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.2);
	}
	.layoutWrap .jsTabs_content ul li a .ico {
		display: block;
		width: 20px;
		height: 20px;
		border: 2px solid rgba(255, 255, 255, 0.8);
		border-width: 0 0 2px 2px;
		margin-top: 15px;
		margin-left: 15px;
	}
	.layoutWrap .jsTabs_content ul li a:hover .ico {
		border-color: #000;
	}

	.layoutWrap .jsTabs_content ul li:nth-of-type(1) a .ico {		transform: rotate(45deg);	margin-left: 20px;	}
	.layoutWrap .jsTabs_content ul li:nth-of-type(2) a .ico {		transform: rotate(-135deg);	margin-left: 10px;	}

	.layoutWrap .jsTabs_content:nth-of-type(1) li:nth-of-type(1),
	.layoutWrap .jsTabs_content:last-child li:nth-of-type(2) {
		background: none;
	}

@media screen and (max-width: 736px) {
/*	.layoutWrap .planPic {
		margin-top: 0 !important;

	}
	.layoutWrap .planPic > .jsTabs_btn {
		flex-wrap: wrap;
	}
	.layoutWrap .planPic > .jsTabs_btn li {
		width: 100%;
	}*/
        .layoutWrap .planPic > .jsTabs_btn li a {
        padding: 0.8em 0.5em;
    }
}
@media screen and (max-width: 430px) {
    	.layoutWrap .planPic {
		margin-top: 0 !important;

	}
	.layoutWrap .planPic > .jsTabs_btn {
		flex-wrap: wrap;
	}
	.layoutWrap .planPic > .jsTabs_btn li {
		width: 100%;
	}


}






/* labelBox
---------------------------------------*/
.labelBox .label {
  width: 85%;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
















