@charset "utf-8";

/* 中ページ
------------------ */

#mv{ 
	width: 100%;
	height: 20vh;
	position: relative;
	margin-bottom: 2rem;
}

#mv::before{ 
	display: block;
	content: "";
	width: 100%; height:100%;
	background: #0d252d;
	
	opacity: 0.5;
	
	position: absolute;
	top: 0;
	left: 0;
}


@media print, screen and (min-width: 640px){


	#mv{ 
		height: 30vh;
		margin-bottom: 0;
	}

}


@media print, screen and (min-width:1024px){

	.page #pc_nav{
		margin-bottom: 2rem;
	}
	
	.page #pc_nav a{
		padding: 3rem 1.5rem;
	}

}


/* お問合せページ */


#contact .bg_cube{
	padding: 3rem 0;
}

#contact .bg_cube::before,
#contact .bg_cube::after{
	width: 1.5rem; height: 1.5rem;
}

.contact_mv{
	background: url("../../contact/img/form.jpg") no-repeat center / cover;
}


.form_ta{ 
	max-width: 1024px;
	margin: 3rem auto;
}


#form .btn_wrap{
	justify-content: center;
}


#form .btn_wrap .btn{
	width: 80%;
	margin-bottom: 2rem;
}


@media print, screen and (min-width: 640px){


	#form .btn_wrap .btn{
		width: auto;
	}
	
	
	#contact .bg_cube::before,
	#contact .bg_cube::after{
		width: 2.5rem; height: 2.5rem;
	}


}


/*eof*/