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

.smp{
	display: none;
}
.pc{
	display: inherit;
}
body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 150%;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.center{
	text-align: center;
}
a:hover{
	opacity: 0.7;
}

/*TOP*/
.mainvis{
	background-image: url("../img/1x/mainvis.jpg");
	background-size: cover;
	background-position: center center;
}
nav ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 0;
}
nav ul li{
	margin-left: 3em;
	margin-top: 3em;
}
nav ul li a{
	background-image: url("../img/navi.png");
	display: block;
	height: 41px;
	text-indent: -9999px;
}
nav ul li a.b1{
	width: 124px;
	background-position: 0 0;
}
nav ul li a.b1:hover{
	width: 124px;
	background-position: 0 -43px;
}
nav ul li a.b2{
	width: 115px;
	background-position: -188px 0;
}
nav ul li a.b2:hover{
	width: 115px;
	background-position: -188px -43px;
}
nav ul li a.b3{
	width: 135px;
	background-position: -367px 0;
}
nav ul li a.b3:hover{
	width: 135px;
	background-position: -367px -43px;
}
h1{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
footer{
	background-color: #1b1464;
	color: #FFFFFF;
	text-align: center;
	padding: 0.5em;	
}

/*Profile*/
header img{
	margin-top: 1em;
}
.profmain{
	margin-top: 1em;
	margin-bottom: 2em;
}
.profile{
	width: 424px;
	margin-right: 2em;
	margin-left: 2em;
}
.profile h2{
	border-bottom: 2px solid #000000;
	font-size: 36px;
	padding-bottom: 0.3em;
}

/*Works*/
.works{
	margin-top: 1em;
	margin-bottom: 2em;
}
.works h2{
	border-bottom: 2px solid #000000;
	width: 424px;
	font-size: 36px;
    padding-bottom: 0.3em;
}
.works .p1{
	margin-left: 3em;
}
.works .p2{
	max-width: 250px;
	margin: 0 auto;
	border-left: 3px dotted #c8bb9b;
	border-right: 3px dotted #c8bb9b;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}
.works .p3{
	max-width: 350px;
	margin: 0 auto;
	border-left: 3px dotted #c8bb9b;
	border-right: 3px dotted #c8bb9b;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
}
.item1,
.item2,
.item3,
.item4,
.item5,
.item6{
	text-align: center;
}

/*Works中身*/
.work{
	background-position: top;
	padding-bottom: 3em;
}
.work h3{
	margin-top: 3em;
}
.work .text{
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 5em;
	border-left: 3px dotted #c8bb9b;
	border-right: 3px dotted #c8bb9b;
	padding-left: 1em;
	padding-right: 1em;
}

/*Contact*/
.contact{
	border-bottom: 2px solid #000000;
	width: 424px;
	font-size: 36px;
    padding-bottom: 0.3em;
}
.c-text{
	margin-top: 5em;
	margin-bottom: 5em;
}

#smp-btn{
	position: fixed;
	top: 10px;
	right: 10px;
}
#smp-btn a{
	background-image: url("../img/smpbtn-icon.gif");
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}
#smp-btn a.active{
	background-position: -30px 0;
}




