﻿
.p1 {
  position: relative;
  text-align:center;
  top:-240px;
  margin:0 auto;
  font-size:5vw;
  font-family: "HG教科書体",'Shippori Mincho B1', serif;
  color:rgb(255,255,255);
  text-shadow: 2px 4px 4px #808080;
}

h1 {
  position: relative;
  font-size: 30px;
  color: #000000;
  font-family:"HG教科書体",'Shippori Mincho B1', serif;
  text-align:center;
  font-weight:400;
}



p.p3 { 
	line-height:50px;
	position:relative;
	text-indent:1rem;
	text-align:left;
	font-family:"HG教科書体",'Shippori Mincho B1', serif;
	font-weight: 300;
	font-size:17px;
	color:#333333;}

	
.text{
	position:relative;
	margin:0 auto;
	width:80%;
}

.banner{
	text-align:center;
	height:320px;
	width:auto;
}

.slide {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}
 
.slide img:nth-child(2){
  animation-delay: 8s;
}
 
.slide img:last-child{
  animation-delay: 16s;
}
