.head {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.head-box {
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-box h1 {
	max-width: 240px;
}
.head-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-box ul li {
	padding: 0 2px;
}
.head-box ul li a {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	padding: 10px;
}
.head-box ul li:nth-child(6) {
	border-left: 1px solid #BEBEBE;
	margin-left: 10px;
	padding-left: 10px;
}
.head-box ul li:nth-child(6) img {
	max-width: 20px;
}

.main-box {
	background-image: url("../img/mainimg.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
}
.cati {
	height: 100%;
	display: flex;
    align-items: flex-end;
	box-sizing: border-box;
	padding: 5%;
	background: linear-gradient(-45deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, .0),rgba(255, 255, 255, .0));
	
}
.cati-t {
	margin-left: auto;
}
.cati h6 {
	font-family: "Times New Roman", Times, "serif";
	font-weight: bold;
	font-size: 140%;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.cati h5 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 360%;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	line-height: 1.4;
}


.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
	.head-box ul {
		display: none;
	}
.main-box {
    height: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CC341F;
}
.cati {
    height: 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 50% 5% 5% 5%;
    background:none;
}
.cati-t {
    margin-right: auto;
}
.head {
    background-color: #fff;
    position: inherit;
}
	
	.sm-conta {
		text-align: center;
		margin-top: 20px;
		padding: 5%;
	}
	.sm-conta h5 {
		font-size: 120%;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 10px;
		background-color: #EAEAEA;
		border-radius: 6px;
	}
	.sm-conta h6 {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 180%;
		font-weight: bold;
	}
	.sm-conta h6 span {
		font-size: 60%;
	}
	.sm-conta h6 a {
		color: #000;
	}
.cati h5 {
	font-size: 300%;
}

}
