@charset "UTF-8";
body{
	 background-color: #486d46;
      background-image: url("image/top4.jpg"); /* 640x426 */
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
   }
   /* ================== */
   /* ▼中くらいの画面用 */
   /* ================== */
   @media (min-width: 1280px) {
      body {
         background-image: url("image/top-04.jpg"); /* 1280x854 */
      }
		
}
.logo img{
	width: 90px;
	margin: 10px 10px 0px 0px;
}

.catch{
	 position   : absolute;
  display    : inline-block;
  padding    : 20px;
  top        : 50%;                               
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
  text-align: center;
  color: white;
	font-size: 17px;

}

.title img{
	width: 300px;
	position: absolute;
	display: inline-block;
	top: 68%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index    : 11;
	
	
}

.link img{
	width: 300px;
	display: flex;
	align-items: center;
	justify-content:space-around;
	z-index    : 11;
}

.link1 img{
	position: absolute;
	display: inline-block;
	top: 78%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index    : 11;
}
.link2 img{
	position: absolute;
	display: inline-block;
	top: 85%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.link3 img{
	position: absolute;
	display: inline-block;
	top: 92%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index    : 11;
}


