

.slide1
{
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
	background-size: contain;
	
}
.slidenad1
{
	
	position: relative;
	height: auto;
	display: block;
}
.textnad
{
	
	position: absolute;

	top: 10vw;
	left: 7vw;

	

}
.textnad > p
{
	color: black;
	font-size: 1.5vw;
	font-weight: normal;
	
}
.slidenad2
{
	padding: 2vw;
		font-size: 1.5vw;
	display: block;
	
	

}
.slide2
{
	width: 100%;
	height: 100%;
	
	text-align: center;
}

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



.block2
{
	width: 100%;
	display: flex;
	justify-content: space-around; 
	
}

.block2v
{
	row-gap: 2vw;
	flex-wrap: wrap;
	width: 70vw;
	display: flex;
	justify-content: space-between;  
}

.con1
{
	border: #737374 solid 0.1vw;
	overflow: hidden;
	width: 22vw;
	display: block;
	height: 21vw;
	background: #4e4e57;
	

	
}




.text1
{
	font-size: 1.1vw;
	background: #4e4e57;
	z-index: 1;
	padding: 1vw;
	width: 100%;
	color: rgb(241, 193, 112);
	
	position: relative;
}
.text2
{
	font-size: 0.9vw;
	background: #4e4e57;
	padding-left: 1vw;
	padding-right: 1vw;
	z-index: 1;
}




.img
{ 
	transform: scale(1.01);
    transition: transform 0.6s ease;
	position: relative;
	background-size: cover;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	display: block;
	height: 13vw;
	
	
}
.con1:hover .img {
    transform: scale(1.05);
    transition: all 0.6s ease;
    z-index: 0;
}


.i1
{
	background-image: url('/static/main/img/CAT.png');
	background-position: center;
	
}
.i2
{
	background-image: url("/static/main/img/5.jpg");
	
}
.i3
{
	background-image: url("/static/main/img/6.jpg");
	
}


.con2
{
	background: #4e4e57;
	border: #737374 solid 0.1vw;
	display: block;
	width: 100%;
	text-align: center;
	padding: 1vw;
	font-size: 1.1vw;
}

.t1 
{
		display: flex;
	flex-direction: row;
	justify-content: center; 
}
.vnt1
{
		display: block;
		width: 25vw;
	
}
.contact > a > img
{
	display: block;
	height: 3vw;
	
	
}
.contact > a
{
	margin: 1vw;
	background: #ffffff;
}
.contact > a:hover
{
	
	background: #ffedd0;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1); 
	
}
.contact
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}


.line
{
	margin: 0.63vw;
	display: block;
	height: 0.08vw;
	background: #FFFFFF;
	width: 15vw;
	
}
