
body {
	background: #40210F;
	color: white;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
	overflow: hidden;
}

a { color: #fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover { text-decoration: none; }

h1 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #C89F62;
} 

h2 {
	font-family: "Helvetica";
	position: absolute;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 128px;
	color: #C89F62;
	line-height: 1.0;
}

h3 {
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.8;
}

h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
}

p {
	letter-spacing: 2px;
	line-height: 2.0;
}

.big {
	display: block;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-shadow: 
		2px 2px 0 transparent,
		4px 4px 0 #101010;
}

.setting, #nav {
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	background: rgba(10,10,10, 0.5);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.setting {
	right: 0;
	padding: 10px 20px;
	border-radius: 10px 0 0 0;
}

.setting a {
	border: none;
}

#main {
	display: none;
}

#logo {
	position: absolute;
	width: 210px;
	top: 160px;
	right: 0;
}

.side {
	position: absolute;
	width: 210px;
	top: 160px;
	right: 0;
}

#nav {
	left: 0;
	border-radius: 0 10px 0 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	transition: 0.25s;
}

#nav li:last-child a {
	border-radius: 0 10px 0 0;
}

#nav a:hover {
	background: rgba(15,15,15, 0.5);
}

#home-nav {
	margin: 0;
	padding: 0;
}

#home-nav ul {
	margin: 0;
	padding: 0;
}

#home-nav ul li {
	font-family: "Helvetica";
	text-align: left;
	font-size: 48px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 18px;
}

#home-nav ul li a {
	border-bottom: 0;
	text-decoration: none;
}

#home-nav ul li a:hover {
	color: #C89F62;
}

.side-logo {
	margin-bottom: 20px;
}

.side-nav ul {
	margin: 0;
	padding: 0;
}

.side-nav ul li {
	font-family: "Helvetica";
	text-align: left;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 4px;
}

.side-nav ul li a {
	border-bottom: 0;
	text-decoration: none;
	color: #C89F62;
}

.side-nav ul li a:hover {
	color: #fff;
}

.sp-canvas {
	display: none;
}

#home { 
	position: absolute;
	width: 1000px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

#aboutus {
	position: absolute;
	top: 800px;
	left: -1100px;
	width: 1000px;
}

#aboutus h2 {
	top: 420px;
	left: 0;
}

#historyworks {
	position: absolute;
	top: 2100px;
	left: -700px;
	width: 1000px;
}

#historyworks h2 {
	top: 340px;
	left: 0;
}

#contact {
	position: absolute;
	top: 2100px;
	left: 700px;
	width: 1000px;
}

#contact h2 {
	top: 420px;
	left: 0;
}

#access {
	position: absolute;
	top: 800px;
	left: 1100px;
	width: 1000px;
}

#access h2 {
	top: 420px;
	left: 0;
}

#access .access-map {
	position: relative;
}

#access .map {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#access .map-detail {
	position: absolute;
	top: 110px;
	left: 400px;
	display: none;
}


.backhome {
	display: none;
}

.company_info {
	font-family: 'Hiragino Mincho ProN', 'MS PMincho', serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 20px 0;
}

.company_info .name {
	font-size: 18px;
}

.company_info .phone {
	font-size: 36px;
}

#contact_form {
	width: 500px;
	margin: 0 auto;
	padding: 50px;
}

.contact_form {
	margin: 0;
	padding: 0;
}

.contact_form .name {
	float: left;
	width: 40%;
}

.contact_form .email {
	float: left;
	width: 60%;
}

.contact_form .message {
	clear: both;
	width: 100%;
}

#contact_form p {
	line-height: 1.4;
}

.contact_form input[type="text"] {
	width: 94%;
	height: 24px;
	margin: 5px 0;
	padding: 3px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	border-radius: 3px;
	border: 0;
}

.contact_form textarea {
	width: 96%;
	margin: 5px 0;
	padding: 3px;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	border-radius: 3px;
}

.contact_form input[type="submit"] ,
.contact_form input[type="reset"] {
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	border-radius: 3px;
	border: 0;
	padding: 5px 15px;
	background: #fff;
}

.form {
	letter-spacing: 0;
}

.form a {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.form a:hover {
	border: none;
}

.address {
	position: absolute;
	bottom: 10px;
	left: 140px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #C89F62;
}

.copyright {
	font-family: Arial;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #C89F62;
} 

@media only screen and (max-width: 640px) {

	#main {
		display: block;
	}

	.page {
		background: #40210F;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10% 5% 20% 5%;
	}

	#main-logo {
		margin-bottom: 30px;
		width: 105px;
	}

	#main-logo img {
		width: 105px;
	}

	#app-title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		text-align: center;
	}

	#app-title small {
		font-size: 10px;
	}
	
	.loading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
		background: #fff;
	}

	#header {
		display: none;
	}

	.wrapper {
		overflow: auto;
		position: relative;
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#home, #aboutus, #historyworks, #contact, #access {
		position: relative;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		margin: 0;
	}

	#logo {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		margin-bottom: 50px;
		width: 105px;
	}

	#logo img {
		width: 105px;
	}

	#home-nav {
		margin-bottom: 80px;
	}

	#home-nav ul li {
		font-size: 24px;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}

	#aboutus h2, #historyworks h2, #contact h2, #access h2 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 42px;
		margin: 0 0 20px 0;
		padding: 0;
	}

	h3 {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 20px 0;
		letter-spacing: 1px;
	}

	p {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: 1px;
	}

	.company_info {
		font-size: 10px;
	}

	.company_info .name {
		font-size: 12px;
	}

	.company_info .phone {
		font-size: 20px;
	}

	.company_info img {
		width: 7px;
		height: 7px;
		vertical-align: middle;
	}

	#contact_form {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.contact_form .name {
		float: none;
		width: 100%;
	}

	.contact_form .email {
		float: none;
		width: 100%;
	}

	.contact_form textarea,
	.contact_form input[type="text"] {
		width: 96%;
	}

	.backhome {
		float: left;
		display: block;
		letter-spacing: 0;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.backhome a {
		padding: 5px 10px;
		text-decoration: none;
		border: 1px dotted #fff;
		border-radius: 3px;
	}

	.form {
		float: right;
		display: block;
		letter-spacing: 0;
		font-size: 12px;
	}

	.form a {
		padding: 5px 10px;
		text-decoration: none;
		border: 1px dotted #fff;
		border-radius: 3px;
	}

	#access .map {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	#access .map-detail {
		position: absolute;
		top: 120px;
		left: 80px;
		display: none;
		width: 80%;
	}

	.side {
		display: none;
	}

	#footer {
		display: none;
		overflow: hidden;
		position: relative;
		width: 600px;
		margin: 0 auto;
		padding: 60px 50px;
	}

	#footer p {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 12px;
		margin-bottom: 10px;
	}

}
