@charset "utf-8";
/* CSS Document */

h1{
	margin-top:0;
}

.flex div{
	margin-right:1rem;
}

.flex div:last-child{
	margin-eight:0;
}

.banners{
	justify-content: center;
	
}

.banners div{
	width:30%;
	margin-bottom:1rem;
}

.banners div div{
	width:100%;
}




.flex div iframe{
  position: absolute;
	position: relative;
 /* top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;	
/*	filter:grayscale(100%);*/
}

.contact_btn a{
	border-radius:	20px;
	background-color:#d6b74a;
/*	background-color:#fff8dc;*/
	color:white;
	font-weight:bolder;
	font-size:150%;
}


@media only screen and (max-width:767.98px){
	
	.banners{
		flex-flow:row;
		
	}
/*	
	.banners div{
	width:100%;
}
*/
	
}

@media only screen and (max-width:575.98px){
	
	.banners{
		flex-flow:column;
	}
	
	.banners div,
	.agreement div{
	width:100%;
}
	
	
	.jtb{
		width:80%;
		height:80%;
	}
	
}

