@charset "utf-8";

.ankerContainer{
	background: #fff6eb;
}

.ankerContainer ul li.mitane-1{
	max-width: 283px;
	width: 21.8%;
}
.ankerContainer ul li.mitane-2{
	max-width: 373px;
	width: 29%;
}
.ankerContainer ul li.mitane-3{
	max-width: 373px;
	width: 28.7%;
}
.ankerContainer ul li.mitane-4{
	max-width: 223px;
	width: 17.2%;
}

[class^="sec_"] .leadBox .color{
	color: var(--mitane-color);
}

/* クオーレみたね */
.sec_mitane .hd01 img{
	max-width: 392px;
}

/* ファミリアU */
.sec_familiarU .hd01 img{
	max-width: 519px;
	vertical-align: bottom;
}
.sec_familiarU .icon-map{
	vertical-align: bottom;
}
.sec_familiarU .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_familiarU .roomList dd{
	padding-left: calc(66px + 1em);
}*/

/* ファミリアM */
.sec_familiarM .hd01 img{
	max-width: 509px;
	vertical-align: bottom;
}
	.sec_familiarM .icon-map{
		vertical-align: bottom;
	}

.sec_familiarM .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_familiarM .roomList dd{
	padding-left: calc(66px + 1em);
}*/

/* すみれの間 */
.sec_sumire .hd01 img{
	max-width: 468px;
	vertical-align: baseline;
}
.sec_sumire .cnt-swiper03{
	max-width: 1292px;
	margin-left: auto;
	margin-right: auto;
}
.sec_sumire .cnt-swiper03 .swiper-nav{
	display: none;
}
.sec_sumire .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_sumire .roomList dd{
	padding-left: calc(66px + 1em);
}*/

@media screen and (max-width: 1291px){
	.sec_sumire .cnt-swiper03 .swiper-nav{
		display: flex;
	}
}
@media screen and (max-width: 1250px){
	.ankerContainer ul{
		gap: 9px;
	}
	.ankerContainer ul li.mitane-1{
		width: 20%;
	}
	.ankerContainer ul li.mitane-2{
		width: 27.5%;
	}
	.ankerContainer ul li.mitane-3{
		width: 28.1%;
	}
	.ankerContainer ul li.mitane-4{
		width: 16.6%;
	}
}

@media screen and (max-width: 768px){
	.ankerContainer ul li.mitane-1{
		max-width: 320px;
		width: 45%;
	}
	.ankerContainer ul li.mitane-2{
		max-width: 374px;
		width: 52%;
	}
	.ankerContainer ul li.mitane-3{
		max-width: 350px;
		width: 49%;
	}
	.ankerContainer ul li.mitane-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;
	}
}

@media screen and (max-width: 767px){
	/* クオーレみたね */
	.sec_mitane .hd01 img{
		width: 66%;
		max-width: 255px;
		vertical-align: baseline;
	}

	/* ファミリアU */
	.sec_familiarU .hd01 img {
		width: 80%;
		max-width: 304px;
		vertical-align: bottom;
	}

	/* ファミリアM */
	.sec_familiarM .hd01 img{
		max-width: 290px;
		width: 76%;
		vertical-align: bottom;
	}
	
	/* すみれの間 */
	.sec_sumire .hd01 img{
		max-width: 272px;
		width: 72%;
		vertical-align: baseline;
	}
	.sec_sumire .cnt-swiper03 .swiper-nav{
		display: none;
	}
}