/*common*/
body{
	
	}
	
#mainWrap{
	width:600px;
	margin:0 auto;
	position: relative;
	z-index: 1;
	}
	
div.contentsBlockInner{
	padding:45px 60px;
}
	
p.btn01 a:hover{
	background:#322B27;
	color:#fff;
}

/*~common*/
	

/*header*/
header{
	bottom: inherit;
	top: 0;
}

header ul {
  width: 600px;
  margin: 0 auto;
}
	
header li:last-child{
	display:none;
	}

header li:first-child a{
	background:none;
	text-indent: 0px;
}


	

/*mainV*/
#mainV{
	height:100vh;
}

#mainV h1{
	margin:-50px 0 0 -42px;
}

#mainV div{
	height:100vh;
	background-position:center;
}


/*concept*/

#concept div.contentsBlockInner{
	padding:60px 60px;
}

/*service*/
#service table th{
	width:7em;
}

.photoSlider li img {
  width: 500px;
}


/*access*/

#access p.read{
	margin:15px 60px 0;
}

#pc_back {
  width: 100%;
  height: 100%;
  display: block;
  background-image:url("../img/pc_back.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}



