
/*
.pageContHead {
  align-items: baseline;
}
*/

.btnPage{
	margin-bottom: 100px;
}

/*
.fullWitdhImg{
  width: 100vw; 
  margin-left: calc(-50vw + 50%);
  margin-bottom: 50px; 
  display: block;	
}
*/

.imgListWrap{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 100px;  
}

.imgList{
	position: relative;
	z-index: 1;
} 


.imgList img {
  width: 100%;
  height: auto;
  display: block;
}

.imgList .slick-slide li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 900px;
}




#arrows_pos{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	z-index: 2;
}

#arrows_pos .arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	max-width: 64px;	
}

#arrows_pos .arrow:hover{
	opacity: 0.7;
}

#arrows_pos .arrow.prev{
	left: 0;
}	

#arrows_pos .arrow.next{
	right: 0;
}
 

.imgList .slick-dots {
	bottom: -40px;
}


.pageContInner{
	max-width: 1080px;
	margin: 0 auto 200px;
}

.txtIntro{
	margin-bottom: 60px;
}


.txtIntro strong{
	font-size: 1.8rem;
	font-weight: bold;
	color: #00053a;
	display: block;
	margin-bottom: 30px;
}

#coordinatePrice{
	background: #00053a;
	padding: 100px 0;
	width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.pageInnerBox{
	max-width: 1080px;
	margin: 0 auto;
}


.pageInnerBox .boxTitle{
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}

.priceList{
	display: flex;
	justify-content: space-between;
}

.priceList li{
	width: 48%;
	background: #fff;
	display: flex;
	flex-direction: column;
	color: #00053a;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 60px 0;
}

.priceImg{
	display: block;
	margin: 0 auto 30px;
	width: auto;
	height: 80px;
}

.priceList{
	margin-bottom: 20px;
}

.priceList li strong{
	color: #00b3a6;
	font-size: 3.6rem;
	font-weight: bold;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

.priceList li dt,
.priceList li dd{
	display: block;
	text-align: center;
}

.priceList li dt{
	margin-bottom: 10px;
}

.boxIntro{
	color: #fff;
	font-size: 1.3rem;
}

/*---- flowStepBox -----*/

.contentTitle.center{
	text-align: center;
	margin-bottom: 50px;
}

.flowStepBox{
	display: flex;
	background: #00053a;
	color: #fff;
	padding: 50px 0;
}

.flowStepBox.odd{
	background: #fff;
	color: #00053a;	
}


.flowStepBoxTtl{
	width: 25%;
	text-align: center;
	display: block;
	font-size: 10rem;
	font-weight: bold;
	color: #fff;
}

.flowStepBox.odd .flowStepBoxTtl{
	color: #00053a;
}


.flowStepBoxTtl span{
	display: block;
	color: #00b3a6;
	font-size: 1.8rem;
	font-weight: normal;
}

.flowStepBoxInner{
	width: 75%;
	max-width: 730px;
}


.flowStepBoxInner dt{
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 20px;
}

.flowStepBoxInner dd{
	line-height: 1.6;
}

.flowStepBoxInner dd.firstChild{
	margin-bottom: 40px;
}

.flowStepBoxWrap,
.flowStepBox.lastChild{
	margin-bottom: 80px;
}


.locationFileBoxWrap{
	margin-bottom: 200px;
}

.locationFileBox{
	display: flex;
	flex-wrap: wrap;
	gap:50px;
}

.locationFileBox a {
  width: calc( 100% / 3 - 34px);
  display: flex;
  height: 200px;
}


.locationFileBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.lightbox {
  position: fixed!important;
  top: 4vh!important;
}  

/*
.lb-outerContainer,
.lightbox .lb-image{
	max-height: 60vh!important;
}
*/
/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	.btnPage {
		margin: 0 auto 50px;
	}

.imgList .slick-slide li {
	height: auto;
}


	#arrows_pos .arrow{
		max-width: 40px;	
	}


	.imgList .slick-dots {
	  bottom: 10px;
	}


	.pageContInner{
		margin: 0 auto 100px;
	}

	.txtIntro{
		margin-bottom: 30px;
	}


	.txtIntro strong{
		margin-bottom: 15px;
	}

	#coordinatePrice{
		padding: 50px 0;
	}

	.pageInnerBox {
		padding: 0 20px;
	}

	.pageInnerBox .boxTitle{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}

	.priceList{
		display: block;
	}

	.priceList li{
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
	}

	.priceImg{
		margin: 0 auto 20px;
		height: 60px;
	}



	.priceList li strong{
		font-size: 2.4rem;
		margin: 0 auto 15px;
	}



	/*---- flowStepBox -----*/

	.contentTitle.center{
		margin-bottom: 25px;
	}

	.flowStepBox{
		padding: 20px;
		flex-wrap: wrap;
	}




	.flowStepBoxTtl{
		width: auto;
		font-size: 4rem;
	}

	.flowStepBoxTtl span{
		text-align: center;
	}


	.flowStepBoxInner{
		width: 100%;
	}

	.flowStepBoxInner dt {
		font-size: 3rem;
		margin-bottom: 10px;
	}

	.flowStepBoxWrap,
	.flowStepBox.lastChild{
		margin-bottom: 40px;
	}


	.locationFileBoxWrap{
		margin-bottom: 100px;
	}

	.locationFileBox{
		gap:20px;
	}

	.locationFileBox a{
		width: calc( 100% / 2 - 10px);
		height: 100px;
	}

	.lightbox {
	  position: fixed!important;
	  top: 14vh!important;
	} 

}	