@charset "UTF-8";

*{
	margin: 0px;
    padding: 0px;
}

p#bun{
	background-image: url(images/haikei.jpg);
	background-size: cover;
	background-position: 0% 45%;
	
}

h3#a {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

h3#a:before,
h3#a:after {
  position: absolute;
  content: '';
}

h3#a:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

h3#a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

h3#a i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h3#a span {
  position: relative;
  z-index: 1;
}


h3{
	text-align: center;	
}

h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px ;
	border-bottom: solid 1px ;
	color: #FFCD91;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}

img {
max-width: 100%;
height: auto;
}

h1{
	text-align: center;
	font-size: x-large;
}

h1 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 44px;
  text-shadow: 0 0 2px white;
}
h1:before {
  content: "";
  position: absolute;
  background: #ffd69d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

div#botan{
	background-image: url("images/校舎.png");
	background-size: cover;
	background-clip: padding-box;
}

h4{
	text-align: center;
	font-size: small;	
}
h4 {
  background: #FFCD91;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}


.fuwafuwa {

-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;

}



@-webkit-keyframes fuwafuwa {
0% {webkit-transform:translate(0, 0) rotate(-5deg);}
50% {webkit-transform:translate(0, -5px) rotate(0deg);}
100% {webkit-transform:translate(0, 0)rotate(5deg);}

}



@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}

}