@charset "utf-8";

/* header */

#header{
	height: 100%;
	position: relative;
} 

#header:before{

  /*背景画像設定*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hamburger {
	visibility: hidden;
}

h1 {
	float:left;
	margin-top: 22px;
	margin-left: 50px;
}

/***** main *****/

/* ▼works page▼ */
.works article {
	padding-top: 100px;
}

.works article:first-child {
	padding-top: 180px;
}

.works article:last-child {
	padding-bottom: 50px;
}

.works article h2 {
	font-size: 4rem;
	padding-bottom: 10px;
}

.works article p {
	font-size: 2.4rem;
	padding-bottom: 50px;
}

.works article img {
	width: 650px;
}

.white1,
.white2,
.white3,
.white4 {
	display: block;
	margin: 0 auto;
	width: 650px;
	border-radius: 20px;
	padding: 5px 0;
	margin-bottom: 30px;
	background-color: #fff; 
}

.white1 img,
.white2 img,
.white3 img,
.white4 img {
	border-radius: 0 !important;
	margin: 35px 25px -15px;
}

.white1 img {
	width: 300px !important;
}

.white2 img {
	width: 400px !important;
}

.white3 img {
	width: 150px !important;
}

.white4 img {
	width: 500px !important;
	margin: 30px 2px -5px;
}


/* △works page△ */

/* ▼contact page▼ */

#contact {
	width: 60%;
	background-color: rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 100px 0 100px;
}

#contact h2 {
	font-size: 3rem;
	margin-bottom: 40px; 
}

#contact p {
	font-size: 1.6rem;
}


#form {
  width: 500px;
  margin: 50px auto 200px auto;
}
/* △contact page△ */



/* footer */
footer ul {
	height: 150px;
	background-color: rgb(245,245,220);
	padding-left: 80%;
	padding-top: 20px;
}
	
footer ul li {
	display: block;
	height: 20%;
	border-left: 1px solid #999;
	text-align: left;
	font-size: 1.4rem;
	padding-top: 10px;
	padding-left: 25px;
}


