@charset "UTF-8";

/* CSS Document */



/*image setting*/

.grid-index-container {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.hero-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }


.cover-bg-img{
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	/*padding-top:100px;hight*/
}



/*-----------------------------*/
/*-----------BLOG--------------*/
/*-----------------------------*/
.blog-hero {
	width:100%;
	height:500px;
	background-size:cover;
	background-position: top center;
	background-repeat:no-repeat;
	
}

/* blog index のリスト*/
.blog-archive h3{
	margin-top:0px;
}

/*-----------------------------*/
/*------------/BLOG------------*/
/*-----------------------------*/







