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



#wapper{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	

}



header{
	width: 900px;
	margin:40px auto 0;
}


header h1{
	text-align: center;
	margin-bottom: 20px;
}

/*メニュー部分*/
@media screen and (max-width:768px){
	nav{
		display: none;
		position: absolute;
		top:0px;
		width: 100%;
		background: #ccc;
		left: 0;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	
	header nav ul li a{
		display: block; 
	}

	

}	

nav{
	width: 100%;
	line-height: 37px;
	padding: 15px 0 10px 0;
	margin-bottom: 50px;
	background-color: #fff;
}

.fixed{
    position: fixed;
    top: 0;
	width: 900px;
    z-index: 10000;
}


nav li{
	float: left;
	width: 18%;
	text-align: center;
}

nav .bold{
	font-weight: bold;
}
#navicon{
	width: 100%;
}

#navicon p{
	float: left;
	text-align: right;
	margin-left: 10px;

}

#globalnavi li a:hover{
	text-decoration:none;
	font-weight: bold;
}



#nav_toggle{
	display: none;
}





html {
  min-height: 100%;
  position: relative;
}

footer{
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	height: 35px;
	background-color: #835161;
	color: #fff;
	padding: 15px 0 0 0 ;
    bottom: 0;
	position: absolute;

}
/*footer最下部*/

/*


/*フェードイン*/
/*
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

*/

/*ナビゲーション*/
/*
.clone-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 540px;
  transition: .3s;
  transform: translateY(-100%);	
	margin: 0 auto;
}

.clone-nav li{
	float: left;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	padding-left: 30px;
	
}	

.clone-nav #globalnavi{
	padding:0;
	border: none;
}

.is-show {
  transform: translateY(0);
	margin: 0 auto;
	padding: 0;
}


.clone-nav #fb{
	display: none;
}

.clone-nav #insta{
	display: none;
}


*/