@charset "UTF-8";


/* ================================================================================
KV
================================================================================ */
@media print, screen
{

#KV{	position: relative;	}

#KV picture
{
	position: absolute;
	top: 0;	left: 0;
	width: 100%;	height: 100%;
}
#KV > .inner
{
	display: flex;	justify-content: center;	align-items: center;
	height: calc(240 * var(--v));
}

#KV h1
{
	font-size: var(--fzv40);
	font-family: var(--NotoSerif);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;

	text-shadow:
		0 0 1.0em white,
		0 0 1.0em white,
		0 0 1.0em white,
		0 0 1.0em white,
		0 0 1.0em white
		;
}

}
@media screen and (max-width: 767px)
{

#KV h1{	font-size: var(--fzv30);	}

}

/* ================================================================================
SV
================================================================================ */
@media print, screen
{

#SV{	padding: 0 var(--pageP);	}

}
@media screen and (max-width: 767px)
{

}


/* ================================================================================
topSlide
================================================================================ */
@media print, screen
{

#topSlide{	padding: 0 var(--pageP);	}
#topSlide .swiper-slide,
#topSlide .swiper-slide a,
#topSlide .swiper-slide picture
{
	width: calc(200 * var(--v));	aspect-ratio: 640/453;
}
#topSlide .swiper-slide img{	object-fit: cover;	}


}
@media screen and (max-width: 767px)
{

}



/* ================================================================================
cblock-list1
================================================================================ */
@media print, screen
{

.cblock-list1
{
	/* border-bottom: 1px solid var(--Cpink3); */
}
.cblock-list1 .title
{
	padding: calc(10 * var(--v));
}
.cblock-list1 .content
{
	padding: calc(10 * var(--v));
}

}
@media screen and (max-width: 767px)
{

}



/* ================================================================================
map
================================================================================ */
@media print, screen
{

#map iframe
{
	display: block;
	width:100%;	height: calc(450 * var(--v));
}



}
@media screen and (max-width: 767px)
{

}


/* ================================================================================
price
================================================================================ */
@media print, screen
{

#price table,
#price table thead,
#price table th,
#price table td
{
	border: 1px solid var(--Cpink3);
	line-height: 1.3;
}

	
#price table thead
{
	background: var(--Cyellow1);
	font-weight: 600;
}



}
@media screen and (max-width: 767px)
{

}


/* ======================================== end ======================================== */
