@charset "UTF-8";
/* CSS Document */

#pageWrap .btnBoxPlan {}
#pageWrap .btnBoxPlan a {
	display: block;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
	border: #fff solid 1px;
}
#pageWrap .btnBoxPlan a.typeF,#pageWrap .btnBoxPlan a.typeG {
	background-color: #676239;
	
}
.contactBox {
	width: 100%;
	max-width: 100%;
	background-color: #d9dfe0;
}

.rankBox {
	display: none;
}


/*======= list ======*/
.list {
	
}
.list #pageWrap {
	padding: 0;
}
.list #pageWrap .bgWrap {
	padding: 5% 0;
		background: #000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(57, 57, 58, 1) 55%, rgba(255, 255, 255, 1) 100%);
}
.list #pageWrap .flex {

}
.list #pageWrap .flex .leftBox {
	width: 52%;
}
.list #pageWrap .flex .leftBox {}
.list #pageWrap .flex .leftBox #h2Box {
	color: #fff;
}
.list #pageWrap .flex .leftBox #h2Box .eng {
	width: 60%;
	margin: 0 auto;
}
.list #pageWrap .flex .leftBox #h2Box h2 {
	font-size: 24px;
	text-align: center;
	padding: 0.5em 0;
}
.list #pageWrap .flex .leftBox #h2Box h3 {
	font-size: 20px;
	text-align: center;
	padding: 1em 0;
}
.list #pageWrap .flex .leftBox #floorBox {
	position: relative;
}
.list #pageWrap .flex .leftBox .swap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: 0.3s;
}
.list #pageWrap .flex .leftBox .swap.shown {
	opacity: 1;
}
.list #pageWrap .flex .leftBox .flBase {
	z-index: 1;
	position: relative;
}
.list #pageWrap .flex .rightBox {
	width: 37%;
}
.list #pageWrap .flex .rightBox .btnBoxPlan {
	padding-top: 0%;
	max-width: 440px;
}
.list #pageWrap .flex .rightBox .btnBoxPlan a {
	margin-bottom: 10px;
}
.list #pageWrap .flex .rightBox p {
	color: #fff;
}

.btnBoxPlan a {
	position: relative;
	container-type: inline-size;
}
.btnBoxPlan a:has(.kanbai) {
	pointer-events: none;
}
.btnBoxPlan a .kanbai {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #910000;
	color: #fff;
	font-size: 5cqw;
	font-size: clamp(13px, 5cqw, 24px);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	width: 10em;
	max-width: 70%;
}

.btnBoxPlan a .kanbai::after {
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: #fff solid 1px;
}

@media screen and (max-width : 959px ){
	.list #pageWrap .flex .leftBox #h2Box h3 {
		font-size: clamp(16px, 2.2vw, 18px);
	}
}
@media screen and (max-width : 599px ){
	.list #pageWrap .bgWrap {
		background: none;
		background: #000;
	}

	
	.list #pageWrap .flex {
		width: 100%;
	}
	.list #pageWrap .flex .leftBox{
		width: 94%;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	.list #pageWrap .flex .rightBox{
		width: 100%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	.list #pageWrap .flex .rightBox .btnBoxPlan {
		width: 90%;
		margin: 0 auto;
		padding-top: 15px;
	}
	.list #pageWrap .flex .leftBox #h2Box {
		padding-top: 20px;
	}
	.list #pageWrap .flex .leftBox #h2Box h2 {
    font-size: clamp(18px, 5.1vw, 20px);
	}
}

/*======= 一旦FGを隠す ======*/
.list #pageWrap .flex .leftBox {
	container-type: inline-size;
}
.list #pageWrap .flex .leftBox #floorBox {
	overflow: hidden;
	height: 48cqw;
}


/*======= 間取り ======*/
.madori {}

.madori .btnBoxPlan a {
	filter: contrast(70%);
	/*opacity: 0.8;*/

}
.madori .btnBoxPlan a .kanbai {
	filter: contrast(130%);
}

.typeA .btnBoxPlan a.typeA,
.typeB .btnBoxPlan a.typeB,
.typeC .btnBoxPlan a.typeC,
.typeD .btnBoxPlan a.typeD,
.typeE .btnBoxPlan a.typeE,
.typeF .btnBoxPlan a.typeF,
.typeG .btnBoxPlan a.typeG {
	filter: contrast(100%);
	opacity: 1;
}
@media (hover: hover) {
	.madori .btnBoxPlan a:hover {
		filter: contrast(100%);
		opacity: 1;
	}
}
@media (hover: none) {
	.madori .btnBoxPlan a:active {
		filter: contrast(100%);
		opacity: 1;
	}
}
	
	
.madori #pageWrap {
	position: relative;
	background: none;
}
.madori #titWrap {
	background: none;
}
.madori #pageWrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 600px;
	top: 0;
	left: 0;
	z-index: -1;
	background: #39393A;
background: linear-gradient(180deg, rgba(57, 57, 58, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.madori #titWrap {}
.madori #titWrap h1 {
	text-align: center;
	color: #fff;
}
.madori #titWrap h1 span {
	width: 30%;
	max-width: 330px;
	margin: 0 auto;
}

.madori .btnBoxPlan {
	display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
	gap:10px 10px;
}
.madori .btnBoxPlan a {
	width: calc((100% / 3) - 7px);
}
.madori .btnBoxPlan .fg {
	width: 66.8%;
	display: flex;
justify-content: center;
align-items: center;
	margin: 0 auto;
	gap:10px 10px;
}
.madori .btnBoxPlan .fg  a {
	width: calc((100% / 2) - 7px);
}
.madori .btnBoxPlan .caption {
	width: 100%;
	text-align: center;
}
.madori .btnBoxPlan .caption span {
	display: inline-block;
	
}
#madoriWrap {
	padding-bottom: 50px;
}

.madoriBox {
	padding: 50px 0 30px;
	container-type: inline-size;
}
.madoriBox .leftBox {
	width: 38%;
}
.madoriBox .leftBox .typeBox {
	max-width: 330px;
	padding-bottom: 30px;
}
.madoriBox .leftBox .jukoBox {
	align-items: flex-end;
	padding-bottom: 30px;
}
.madoriBox .leftBox .jukoBox .mfl {
	width: 34%;
}
.madoriBox .leftBox .jukoBox .juko {
	width: 63%;
}
.madoriBox .leftBox ul {
	padding-top: 30px;
}
.madoriBox .leftBox li {
	border-left: #758891 solid 4px;
	padding-left: 1em;
	font-size: clamp(13px, 1.3cqw, 16px);
	margin-bottom: 20px;
	line-height: 1.4;
}
.madoriBox .zumenBox {
	width: 58%;
	max-width: 690px;
	position: relative;
	padding-bottom: 2%;
}
.typeD .madoriBox .zumenBox {
	padding-bottom: 6%;
}
.madoriBox .zumenBox .houiBox {
	position: absolute;
	right: 101%;
	bottom: 0;
	width: 15%;
	max-width: 100px;
}
.madoriBox .zumenBox {
    width: calc(58% * 0.98);
	}

@media screen and (max-width : 959px ){
	.madori .btnBoxPlan {
		width: 90%;
	}
	.madori #pageWrap::before {
    height: 40vw;
	}
	.caption {
    font-size: 10px;
	}
	.madoriBox .zumenBox .houiBox {
    position: static;
		margin-left: 5%;
    width: 60px;
		padding-top: 20px;
	}
	.madoriBox .leftBox li br {
		display: none;
	}
}
@media screen and (max-width : 599px ){
	.madori #titWrap h1 span {
    width: 50%;
	}
	.madori .btnBoxPlan,.madori .btnBoxPlan .fg {
		width: 94%;
    gap: 5px 5px;
	}
	.madori .btnBoxPlan .fg {
		width: 100%;
	}
	.madori .btnBoxPlan a,.madori .btnBoxPlan .fg a {
    width: calc((100% / 2) - 2.5px);
	}
	.madoriBox {
    padding: 0px 0 30px;
		/*display: block;*/
	}
	.madoriBox .leftBox {
    width: 100%;
	}
	.madoriBox .leftBox .typeBox {
		width: 70%;
		margin: 0 auto;
	}
	.madoriBox .zumenBox {
		margin: 0 auto;
	}
	.madoriBox .zumenBox .houiBox {
    width: 50px;
	}
}

/*======= Cタイプ ======*/
.typeC .madoriBox .leftBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.typeC .madoriBox .leftBox .typeBox {
	width: 38%;
	max-width: 330px;
	padding-bottom: 30px;
}
.typeC .madoriBox .leftBox .jukoBox {
	align-items: flex-end;
	padding-bottom: 30px;
	width: 38%;
	margin-left: 10%;
}
.typeC .madoriBox .leftBox ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
align-items: flex-start;
}
.typeC .madoriBox .leftBox ul li {
	width: 33%;
}
.typeC .madoriBox .zumenBox {
	width: calc(58% * 1.16);
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width : 959px ){
	.typeC .madoriBox .zumenBox {
		width: calc(58% * 1.16 );
	}
}
@media screen and (max-width : 599px ){
	.typeC .madoriBox .leftBox .typeBox {
		width: 70%;
		margin: 0 auto;
	}
	.typeC .madoriBox .leftBox .jukoBox {
		width: 100%;
		margin-left: 0;
		
	}
	.typeC .madoriBox .leftBox ul {
		display: block;
	}
	.typeC .madoriBox .leftBox ul li {
		width: 100%;
	}
	#madoriWrap {
    padding-bottom: 0px;
}
	
}




/*======= FGタイプ ======*/
.typeFG .madoriBox .leftBox {
	width: 82.5%;
	margin: 0 auto;
}
.typeFG .madoriBox .leftBox .typeBox {
	width: 100%;
	max-width: 100%;
}
.typeFG .madoriBox .leftBox .jukoBox {
	padding-bottom: 30px;
	width: 46%;
	order:2;
}
.typeFG .madoriBox .leftBox ul {
	width: 50%;
	order:1;

}
.typeFG .madoriBox .leftBox ul .li01 {
	border: none;
	color: #004060;
	padding-left: 0;
	font-size: 20px;
	font-size: clamp(14px, 1.7cqw, 18px);
}
.typeFG .madoriBox .zumenBox {
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding-bottom: 2%;
}
.typeF .madoriBox .zumenBox .houiBox {
	position: absolute;
	right: auto;
	left: 80%;
	bottom: 50%;
	width: 15%;
	max-width: 100px;
}
.typeG .madoriBox .zumenBox .houiBox {
	position: absolute;
	right: 80%;
	left: auto;
	bottom: 60%;
	width: 15%;
	max-width: 100px;
}
@media screen and (max-width : 959px ){
	.typeF .madoriBox .zumenBox .houiBox,
	.typeG .madoriBox .zumenBox .houiBox {
		width: 60px;
	}
	.typeFG .madoriBox .leftBox {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}
	.typeFG .madoriBox .leftBox .typeBox {
		width: 38%;
	max-width: 330px;
	padding-bottom: 30px;
	}
	.typeFG .madoriBox .leftBox .jukoBox {
		width: 38%;
	max-width: 330px;
		order:1;
		margin-left: 40px;
	}
	.typeFG .madoriBox .leftBox ul {
    width: 82%;
    order: 2;
}

}
@media screen and (max-width : 599px ){
	.typeFG .madoriBox .leftBox .typeBox {
		width: 70%;
		margin: 0 auto;
	}
	.typeFG .madoriBox .leftBox .jukoBox {
		width: 100%;
		margin-left: 0;
		
	}
	.typeFG .madoriBox .leftBox ul {
		display: block;
		width: 100%;
	}
	.typeFG .madoriBox .leftBox ul li {
		width: 100%;
	}
	.typeF .madoriBox .zumenBox .houiBox,
	.typeG .madoriBox .zumenBox .houiBox {
		width: 50px;
	}
	.typeF .madoriBox .zumenBox .houiBox {
		left: 75%;
	}
	.typeG .madoriBox .zumenBox .houiBox {
		right: 75%;
	}
}
