/*スマホ*/
/* リセットCSS */
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p {
  padding: 10px 0;
  margin: 0;
}

ul,li {
  padding: 0;
  margin: 0;
}



/* ヘッダー */
.header {
  position: sticky;
  top:0;
  background-color: white;
  border-bottom: 1px solid black;
  z-index: 1;
}

.instagram{
  display: block;
  padding: 10px;
  margin: 0 0 0 auto;
  height: 40px;
  width: 40px;
}

.top-icon{
  height: 100px;
  width: 100px;
  padding-left: 8px;
}

.heading {
  display: flex;
  align-items: center;
}

.title{
  font-family: 'Anton', sans-serif;
  font-size: 48px;
}

.top-menu{
  display: flex;
  justify-content: center;
}

a{
  text-decoration:none;
}

/*スライドショーの画像*/
.slide {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200px;
  opacity: 0;
  animation :slideshow 11s linear infinite;
}

.slide img:nth-child(2){
  /*animation-delay: 8s; */
}

.slide img:last-child{
  animation-delay: 6s;
}







/* first-viewクラスからbottom-contentクラスまでの要素の親要素 */
.contents {
  background-color: white;
  margin: 0px 20px;
}


.top-image {
  width: 100vw;
}

.topix{
  font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 4px solid #00dbde;
  border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  border-image-slice: 1;
  padding-bottom: 1px;
  display: inline;
  margin-bottom: 30px;
}

/* NEWS */
.news-content{
  margin-bottom: 50px;
}


.news1-title{
  font-size: 24px;
}

/*NEWS tournament*/
.news2{
  padding: 15px 15px;
}

.tournament-text{
  font-size: 15px;
}

.tournament{
  text-align: center;
}

.tournament-image{
  height: 60%;
  width: 80%;
}

.gentinanacup1-link{
  margin-bottom: 50px;
  text-align: center;
}

/*selection*/
.news1{
  background-color:rgb(80, 183, 247);
  padding: 10px 5px;
  margin-top: 20px;
}

.news2{
  background-color:crimson(80, 183, 247);
  padding: 10px 5px;
  margin-top: 20px;
}

.news-title{
  width: auto;
  font-size: 19px;
  font-weight: bold;
}

.team-text{
  font-size: 18px;
  margin-bottom: 18px;
}

.selection-image{
  height: 100%;
  width: 100%;
}

.news3{
  padding: 15px 15px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.news3-image{
  text-align: center;
}

.selectionU6-image{
  height: 100%;
  width: 110%;
}

/*formボタン*/
.form-link{
  text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  padding: 7px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}

.news6{
  padding: 15px 15px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.news6-image{
  text-align: center;
  height: 100%;
  width: 100%;
}

/* クラブ紹介 */
.concept-content{
  margin-bottom: 60px;
}

.concept-title{
  font-family:Arial, black;
  font-size: 20px;
}

.concept-details{
  width: 100%;
}

/*スケジュール */

.schedule-content{
  margin-bottom: 60px;
  margin-top: 60px;
}

.schedule-item{
  margin-top: 20px;
  margin-bottom: 60px;
}

.schedule{
  width: 380px;
  height: 650px;
  margin-top: 20px;
  margin-bottom: 60px;
}

/*スタッフ */
.staff-content{
  margin-bottom: 60px;
  font-family: sans-serif;
}

.staff-explanation{
  margin: 30px 20px 10px 20px;
  font-size: 17px;
  border-top: 3px solid green;
  border-bottom: 3px solid green;
  padding-left: 10px;
}

.staff-image2{
  height: 300px;
  width: 220px;
}

.staff-image{
  margin-top: 20px;
}

.staff-position{
  font-size: 15px;
}

.staff-license{
  margin-top: 12px;
  font-size: auto;
}

.br::before {
  content: "\A" ;
  white-space: pre ;
}

.staff_page{
  text-align: center;
  margin: 30px;
}

/*選手 */
.player-content{
  margin-bottom: 60px;
  font-family: sans-serif;
}

.player-image2{
  height: 300px;
  width: 220px;
}

.player-image{
  margin-top: 20px;
}

.player-class{
  font-size: 15px;
}

.br::before {
  content: "\A" ;
  white-space: pre ;
}


/* PLACE */


.place-list{
margin-top: 20px;
}

.place-image{
  width: 100%;
  height: 100%;
}

.place1{
  margin-right: 10px;
}

/* 問い合わせ */
.contact-content{
  margin-bottom: 10px;
  margin-top: 50px;
}

.contact_contact{
  color: #fff;
  background-color: green;
  padding: 7px;
}


/* フッター */
footer {
  height: 70px;
  background-color: #f0f0f0;
}

.footer{
  text-align: center;
}

