@charset "utf-8";

.ankerContainer ul li.noshiro-1{
	max-width: 283px;
	width: 21.8%;
}
.ankerContainer ul li.noshiro-2{
	max-width: 383px;
	width: 29.5%;
}
.ankerContainer ul li.noshiro-3{
	max-width: 358px;
	width: 27.6%;
}
.ankerContainer ul li.noshiro-4{
	max-width: 228px;
	width: 17.6%;
}

[class^="sec_"] .leadBox .color{
	color: var(--noshiro-color);
}

/* クオーレのしろ */
.sec_noshiro .hd01 img{
	max-width: 404px;
}

/* ファミリアA/B */
.sec_familiarAB .hd01 img{
	max-width: 561px;
}
.sec_familiarAB .hd02 img{
	display: inline-block;
	margin-bottom: -3px;
	max-width: 71px;
	vertical-align: baseline;
}
.sec_familiarAB .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_familiarAB .roomList dd{
	padding-left: calc(66px + 1em);
}
*/
/* ファミリアC */
.sec_familiarC .hd01 img{
	max-width: 510px;
	vertical-align: bottom;
}
	.sec_familiarC .icon-map{
		vertical-align: bottom;
	}

.sec_familiarC .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_familiarC .roomList dd{
	padding-left: calc(66px + 1em);
}
*/
/* ききょうの間 */
.sec_kikyo .hd01 img{
	max-width: 512px;
	vertical-align: baseline;
}
.sec_kikyo .cnt-swiper03{
	max-width: 1292px;
	margin-left: auto;
	margin-right: auto;
}
.sec_kikyo .cnt-swiper03 .swiper-nav{
	display: none;
}
.sec_kikyo .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_kikyo .roomList dd{
	padding-left: calc(66px + 1em);
}
*/
@media screen and (max-width: 1291px){
	.sec_kikyo .cnt-swiper03 .swiper-nav{
		display: flex;
	}
}
@media screen and (max-width: 1250px){
	.ankerContainer ul{
		gap: 9px;
	}
	.ankerContainer ul li.noshiro-1{
		width: 20%;
	}
	.ankerContainer ul li.noshiro-2{
		width: 28%;
	}
	.ankerContainer ul li.noshiro-3{
		width: 27%;
	}
	.ankerContainer ul li.noshiro-4{
		width: 17%;
	}
}

@media screen and (max-width: 768px){
	.ankerContainer ul li.noshiro-1{
		max-width: 320px;
		width: 45%;
	}
	.ankerContainer ul li.noshiro-2{
		max-width: 374px;
		width: 52%;
	}
	.ankerContainer ul li.noshiro-3{
		max-width: 350px;
		width: 49%;
	}
	.ankerContainer ul li.noshiro-4{
		max-width: 344px;
		width: 48%;
	}
	
	[class^="sec_"] .ctn-photo li:nth-child(1){
		grid-column: 1 / 3;
		order: 1;
	}
	[class^="sec_"] .ctn-photo li:nth-child(2){
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		order: 4;
		margin-top: 20px;
	}
	[class^="sec_"] .ctn-photo li:nth-child(3){
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		order: 2;
	}
	[class^="sec_"] .ctn-photo li:nth-child(4){
		grid-column: 2 / 3;
		grid-row: 2/3;
		order: 3;
	}
	[class^="sec_"] .ctn-photo li:nth-child(5){
		order: 5;
	}
	[class^="sec_"] .ctn-photo li:nth-child(6){
		order: 6;
	}
	
	.sec_familiarAB .hd02 img{
		display: inline-block;
		margin-bottom: -3px;
		max-width: 71px;
		vertical-align: baseline;
	}
}

@media screen and (max-width: 767px){
	/* クオーレのしろ */
	.sec_noshiro .hd01 img{
		width: 63%;
		max-width: 262px;
		vertical-align: baseline;
	}

	/* ファミリアA/B */
	.sec_familiarAB .hd01 img {
		width: 84%;
		max-width: 321px;
		vertical-align: bottom;
	}
	.sec_familiarAB .hd02 img{
		max-width: 55px;
	}

	/* ファミリアC */
	.sec_familiarC .hd01 img{
		max-width: 290px;
		width: 76%;
		vertical-align: bottom;
	}
	
	/* ききょうの間 */
	.sec_kikyo .hd01 img{
		max-width: 292px;
		width: 76%;
		vertical-align: baseline;
	}
	.sec_kikyo .cnt-swiper03 .swiper-nav{
		display: none;
	}
}