﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../../images/tree.jpg);
}
.wrap{
	width: 1000px;
	margin: 0 auto;
}
.side{
	float: right;
	width: 275px;
	height: 400px;
	background: blue;
}

header{
	width: 100%;
	height: 50px;
	background: url(../../images/tree.jpg);
	position: fixed;
	z-index: 5;
}
header img{
	float: left;
	margin-left: 40px;
}
.gnav{
	float: right;
}
.gnav li{
	float: left;
	padding-right: 50px;
	list-style: none;
	line-height: 50px;
	font-family: 'Meiriyo UI';
}
.gnav a{
	text-decoration: none;
	font-family: 'Meiriyo UI';
}
.gnav a:link{color: black;}
.gnav a:visited{color: black;}
.gnav a:hover{color: #888888;}

footer{
	clear: both;
	height: 180px;
	background: #1a952d;
	position: absolute;
	top: 5000px;
	width: 100%;
	font-size: 13px;
}
footer ul{
	list-style: none;
}
footer #ho-mu{
	float: left;
	margin-left: 80px;
	margin-top: 5px;
}
footer #ho-mu li{
	margin-left: 50px;
	padding: 2px;
	text-decoration: none;
}
footer #naiyou{
	float: left;
	margin-left: 80px;
	margin-top: 5px;
}
footer #naiyou li{
	margin-left: 30px;
	padding: 2px;
	text-decoration: none;
}
footer a{text-decoration: none;}
footer a:hover{text-decoration: underline;}
footer a:link{color: white;}
footer a:visited{color: white;}
#respontop{display: none;}
#resprice{display: none;}
.top{
	width: 100%;
	height: 800px;
	background: url(../../images/top2.jpg) no-repeat;
	background-size: 100% 80%;
	text-align: center;
	position: relative;
	position: fixed;
	top: 50px;
	z-index: 0;
}
.top::before{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0;
	left: 0;
	content: '';
}
#box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: white;
	font-family: 'Comic Sans MS','Chalkboard SE';
}
#box #pp{
	margin-top: 220px;
	font-size: 70px;
}
#box p{
	font-size: 40px;
}
.mainindex{
	background: url(../../images/haikei1.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	position: absolute;
	top: 700px;
	padding-bottom: 100px;
	text-align: center;
}
.mainindex img:nth-child(1){
	margin-top: 50px;
	margin-bottom: 20px;
}

.main_2{
	background: white;
	width: 100%;
	position: absolute;
	top: 2100px;
	text-align: center;
	margin-top: -20px;
}
.main_3{
	background: white;
	width: 100%;
	position: absolute;
	top: 3900px;
	text-align: center;
	padding-bottom: 100px;
}
#page_top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	border-radius: 10px;
	background: #808080;
}
.res{
	display: none;
}
