@charset "UTF-8";
#stadium{
  font-size: 110%;
}
#stadium div.wrapper {
	margin: 2em auto 0;
}
#stadium h1 {
    margin-bottom: 0;
}

#stadium #mainImage {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
#stadium .logo{
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  margin-top: 1em;
  margin-bottom: 1em;
}
#stadium .item{
	margin: 0 0 1em 0;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
#stadium .scenesImg{
	flex: 0 0 49%;
}
#stadium .scenesCaption{
	flex: 0 0 49%;
    box-sizing: border-box;
    padding: 12px;
}
#stadium .scenesCaption p span.ttl{
	font-weight: bold;
	font-size: 130%;
  margin: 0 0 10px 0;
  color: #304154;
}

#stadium .item_right{
	margin: 0 0 1em 0;
	display: flex;
	flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.gamba_seat, .order{
    margin-bottom: 5em;
}
#stadium .other{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  /* margin-bottom: 5em; */
}
#stadium .other p{
  margin-bottom: 0;
}

#stadium .item_other{
	flex: 0 0 49%;
  margin-bottom: 3em;
}
.item_other_img {
    border: 1px #adadad solid;
    margin-bottom: .2em;
}
#stadium .item_other img{
	width: 100%;
  vertical-align: bottom;
}
#stadium h2.type {
    border-left: 10px solid #bc1a21;
    padding: 0.25em 0.5em;
    font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 15px 0;
    font-family: "Open Sans";
    margin-bottom: 15px;
}

.price {
	font-size: 1.5em;
    background: #efefef;
    padding: 1em;
    text-align: center;
}

#stadium .contact{
	color: #FFF;
  font-size: 1.2em;
}
#stadium .contact a{
	color: #FFF;
}

#stadium .contact h3 {
    text-align: center;
}
.tel, .mail{
	width: 49%;
	text-align: center;
	border-radius: .8em;
  margin: 0 auto;
}
.tel {
	background-color: #bc1a21;
}
.mail{
	background-color: #255a96;
}
.mail a{
    display: block;
    height:100%; 
    width: 100%; 
}
.mail p{
  margin: 0;
  padding: 1em 0;
}
.telIcon:before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  padding-right: .5em;
}
.mailIcon:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  padding-right: .5em;
}

/* footer */
.footer_special {
  margin: 5em 0 1em;
}
.footer_special ul{
  display: flex;
  justify-content: space-between;
}
.footer_special ul li{
  width: 24%;
}
.footer_special img{
  border: 2px solid #ddd;
}

/*----- フェードインしながら上へスライド -----*/
#stadium .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
#stadium .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

@media screen and (min-width:481px) and (max-width:800px){
  section#stadium {
      padding: 60px 0;
  }
}

@media screen and (max-width:480px){
	#stadium div.wrapper {
		margin: 0 auto;
	}
  #stadium .other{
    display: block;
  }
  #stadium .item, #stadium .item_right{
    display: block;
  }
  .price {
    font-size: 1.2em;
    padding: .5em;
  }
  #stadium .contact {
    display: block;
  }
  #stadium .contact h3 {
    font-size: 100%;
  }
  .tel, .mail{
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
  }
  .tel {
    padding: 1em 0;
  }
  .mail a {
      position: static;
    }
  .gamba_seat, .order {
    margin-bottom: 1em;
  }

  /* footer */
  .footer_special {
    margin: 3em 0 1em;
  }
  .footer_special ul{
    display: flex;
    flex-wrap: wrap;
  }
  .footer_special ul li{
    width: 48%;
    margin: 0 1%;
  }
}

