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

.smp{
	display: inherit;
}
.pc{
	display: none;
}
#main{
	width: inherit;
}
nav{
	display: none;
}
nav ul{
	flex-direction: column;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.7);
	margin: 0;
	align-items: center;
	justify-content: center;
}
#smp-btn{
	margin: 0;
}
.mainvis{
	background-image: url("../img/1x/1x/smpvis.jpg");
	background-size: cover;
	background-position: center center;
}
h1{
	margin-top: inherit;
	margin-bottom: 5em;
	padding-top: 3em;
}

.works h2{
	width: 300px;
	font-size: 30px;
    margin-left: 0.5em;
}
.work h3{
	margin-left: 0.5em;
}
.works .p2{
	text-align: center;
}
.works .p3{
	text-align: center;
}
.work .text{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.contact{
	width: 300px;
	font-size: 30px;
    margin-left: 0.5em;
}












