@charset "utf-8";

/* ===================
	html
===================*/ 
/*　コメント外す　*/
/*
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<!--<script src="../js/bootstrap.min.js"></script>-->
<!--<script src="js/bootstrap.min.js"></script>-->
*/


/* ===================
	common / container
===================*/ 
.container {
	min-width: 1060px!important;
}
@media (min-width: 1061px)  {
	.container {
		width: 1060px!important;
	}
}


/* ===================
	contents
===================*/ 
@media (max-width: 1060px)  {
	.contents {
		width: 1060px;	
	}
	.footer {
		width: 1060px;	
	}
}


/*==========================================
 [video]
===========================================*/
/*
@media (max-width: 1060px)  {
	.videoWrapp video {
		width: 1060px;	
	}
}
*/

@media (max-width: 1060px)  {
 .videoWrapp {
  max-width: 100%;	
 }
	.videoWrapp video {
  height: auto!important;
		max-width: 100%;
	}
}
@media (min-width: 1061px)  {
	.videoWrapp video {
		width: 100%;	
	}
}



/* ===================
	contact_form
===================*/ 
@media (max-width: 1060px)  {
	.contact_formWrapp {
		width: 1060px;	
	}
}