@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: bottom;
}

img {
  border-style: none;
  user-select: none;
}

a {
  text-decoration: none;
}



#contents {
  width: 100%;
}

#wrapper {
  width: 1200px;
  margin: 0 auto;
}

#top {
  position: relative;
  width: 100%;
  height: 540px;
  background: url(../images/contents_back.jpg);
  background-attachment: fixed;
  background-position: 62% 20%;
  background-size: 1450px;
  overflow: hidden;
}

.logo {
  position: absolute;
  top: 80px;
  left: 50%;
  margin: auto;
  margin-left: -148px;
  z-index: 50;
}

.smoke {
  animation: anime1 50s linear infinite;
}

@keyframes anime1 {
  0% {
     margin-top: -540;px
   }
   100% {
     margin-top: -2460px;
   }
 }

#schedule {
  position: relative;
}

#jiman {
  position: relative;
}

#senpai {
  background: url(../images/back.jpg);
  background-repeat: repeat;
}

#footer {
  position: relative;
  width: 100%;
  height: 540px;
  background: url(../images/contents_back.jpg);
  background-attachment: fixed;
  background-position: 62% 80%;
  background-size: 1920px;
}

.oubo {
  position: relative;
}

.oubo_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.2s;
}

.oubo_btn:hover {
  opacity: 0.7;
}

/* schedule_slide------- */

#schedule_slide {
  position: absolute;
  top: 1233px;
  left: 156px;
  margin: auto;
  width: 387px;
  height: 386px;
}

#schedule_slide img {
  position: absolute;
  left: 0;
  top: 0;
}

.slider {
  position: absolute;
  top: 937px;
  left: 0;
  right: 0;
  margin: auto;
  width: 875px;
  height: 196px;
}

.feed-prev-btn {
  position: absolute;
  top: 88px;
  left: -55px;
  z-index: 20;
  background-image: url(../images/slider_prev.jpg);
  background-repeat: no-repeat;
}

.feed-next-btn {
  position: absolute;
  top: 88px;
  right: -68px;
  z-index: 20;
  background-image: url(../images/slider_next.jpg);
  background-repeat: no-repeat;
}

.feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}

.feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}

/* accordion -----------*/

.senpai_1 {
  width: 100%;
  margin: 0 auto 30px;
}

#senpai_1 {
  width: 100%;
  height: auto;
}

#senpai_1 dd {
  width: 100%;
  background: url(../images/izunokunishi_pc_23_c.png) no-repeat;
  background-size: contain;
}

#senpai_1 dd.active {
  background: url(../images/izunokunishi_pc_23_o.png) no-repeat;
  background-size: contain;
}

#senpai_text1 {
  display: none;
  padding: 0;
  text-align: center;
}

.senpai_2 {
  width: 100%;
  margin: 0 auto 30px;
}

#senpai_2 {
  width: 100%;
  height: auto;
}

#senpai_2 dd {
  width: 100%;
  background: url(../images/izunokunishi_pc_24_c.png) no-repeat;
  background-size: contain;
}

#senpai_2 dd.active {
  background: url(../images/izunokunishi_pc_24_o.png) no-repeat;
  background-size: contain;
}

#senpai_text2 {
  display: none;
  padding: 0;
  text-align: center;
}

.senpai_3 {
  width: 100%;
  margin: 0 auto;
}

#senpai_3 {
  width: 100%;
  height: auto;
}

#senpai_3 dd {
  width: 100%;
  background: url(../images/izunokunishi_pc_25_c.png) no-repeat;
  background-size: contain;
}

#senpai_3 dd.active {
  background: url(../images/izunokunishi_pc_25_o.png) no-repeat;
  background-size: contain;
}

#senpai_text3 {
  display: none;
  padding: 0;
  text-align: center;
}
