@charset "utf-8";

.ankerContainer{
	background: #e1faf6;
}
.ankerContainer ul{
	justify-content: flex-start;
}
.ankerContainer ul li.futatsui-1{
	max-width: 318px;
	width: 50%;
}
.ankerContainer ul li.futatsui-2{
	max-width: 333px;
	width: 50%;
}

[class^="sec_"] .leadBox .color{
	color: var(--futatsui-color);
}

/* クオーレふたつい */
.sec_futatsui .hd01 img{
	max-width: 438px;
}

/* さくらの間/あおいの間 */
.sec_sakura .hd01 img{
	max-width: 752px;
	vertical-align: baseline;
}
.sec_sakura .hd02 img{
	display: inline-block;
	margin-bottom: -3px;
	max-width: 315px;
	vertical-align: baseline;
}
.sec_sakura .cnt-swiper03{
	max-width: 1292px;
	margin-left: auto;
	margin-right: auto;
}
.sec_sakura .cnt-swiper03 .swiper-nav{
	display: none;
}
.sec_sakura .roomList dt{
	width: calc(66px + 1em);
}
/*.sec_sakura .roomList dd{
	padding-left: calc(66px + 1em);
}
*/
.sec_sakura .ctn-summary{
	gap: 80px;
}

@media screen and (max-width: 1291px){
	.sec_sakura .cnt-swiper03 .swiper-nav{
		display: flex;
	}
}
@media screen and (max-width: 768px){
	.ankerContainer ul li.futatsui-1{
		max-width: 350px;
		width: 48%;
	}
	.ankerContainer ul li.futatsui-2{
		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_sakura .ctn-summary{
		gap: 40px;
	}
}

@media screen and (max-width: 767px){
	[class^="sec_"] .hd02{
		font-size: clamp(1.6rem,5vw,2.5rem);
	}
	.sec_futatsui .hd01 img{
		width: 72%;
		max-width: 270px;
		vertical-align: baseline;
	}
	.sec_sakura .hd01 img{
		width: 66%;
		max-width: 245px;
		vertical-align: -webkit-baseline-middle;
	}
	.sec_sakura .hd02 img{
		max-width: 270px;
		width: 55vw;
	}
	.sec_sakura .cnt-swiper03 .swiper-nav{
		display: none;
	}
}