

.bg01{
	text-align:center;
    max-width: 1300px;
    margin: 0 auto;
}

.bg02{
	text-align:center;
    padding: 0 auto;
}


.bg01 img{
	text-align:center;
    width: 100%;
}






.sit-tree {
	text-align:center;
    width: 1100px;
    margin: 0 auto;
}


img.img2 {
	text-align:center;
    width: 1100px;
    margin: 0 auto;
}




/*ナビ固定*/
		body{
			margin:0;
			padding:0;
		}
		*{
			box-sizing: border-box;
		}
		div,p{
			padding:0;
			margin:0;
			line-height: 1.4;
		}
		img{
			vertical-align: baseline;
		}
		#header{
			position: fixed;
			top:0;
			z-index: 10;
			text-align: center;
			left:0;
			right:0;
			width: 100%;
		}
		#header img{
			display: block;
			width: 100%;
			max-width: 1300px;
			margin: 0 auto;
		}
		#main{
			position: relative;
			margin-top: 13.1%;
		}
		@media screen and (min-width: 1300px) {
			#main{
				margin-top: 190px;
			}
				
		}







/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background: url(../images/scrollup.png) left top no-repeat;
  background-size: 60px;
  text-indent: -9999em;
  outline: none;
}

#scrollUp:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 640px) {
  #scrollUp {
    bottom: 15px;
	  right: 20px;
  }
}





figure {
    margin: 0 !important
}