@charset "UTF-8";
body {
  background-color: #36A090;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-image: url("images/back.png")
}
p {
  color: #FFFFFF;
}
/*メニューバー*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 10;
}
header .container {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 20px 25px;
  margin: 0 10px;
  background-color: #FD6B43;
}
header .koumoku {
  font-size: 30px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #F7A51E;
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 61px;
  margin-right: 80px;
}
header .container > .logo {}
/*トップ画像*/
.autoplay-slider {
  display: flex;
  width: 100%;
}
.slide {
    height: 880px;
    width: 1500px;
    background: #3486eb;
    margin-top: 35px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;	
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}
/*視覚デザインこんなところ*/
#second h1 {
  font-size: 30px;
  text-decoration: underline;
  color: bisque;
  padding-left: 35px;
}
#second p.gakkasetumei1 {
  text-align: center;
  font-size: 25px;
  color: khaki;
}
#second p.gakkasetumei2 {
  text-align: center;
  font-size: 20px;
}
/*何オタが多いか*/
#third {
  padding-top: 20px;
  padding-bottom: 20px;
}
#third h2 {
  font-size: 30px;
  text-decoration: underline;
  color: bisque;
  padding-left: 35px;
}
#third p.gakkasetumei3 {
  text-align: center;
  font-size: 20px;
}
.button {
  margin-left: 600px;
}
/*一番下*/
#saikasou {
  background-color: #FD6B43;
}
#saikasou p.saikasou1 {
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-top: 10px;
}
#saikasou p.saikasou2 {
  font-size: 13px;
  color: #FFFFFF;
  padding-left: 15px;
}
#saikasou p.saikasou3 {
  font-size: 10px;
  text-align: right;
  color: #FFFFFF;
  padding-right: 10px;
  padding-bottom: 5px;
}