@charset "utf-8";

.subtitle_visual {
  background-image: url(../img/title_ticket_pc.jpg);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(1681 / 5753 * 100%);
}
@media screen and (max-width:650px){
  .subtitle_visual {
    background-image: url(../img/title_ticket_sp.jpg);
    padding-top: calc(1019 / 3200 * 100%);
  }
}

.subtitle_text {
  padding-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}


.subtitle_text h3{
  color: #c39d4d;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subtitle_text p{
  color: #414141;
  font-size: 15px;
  line-height: 28px;

}

.subtitle_text_r{
  color: #b60005;
  font-size: 15px;
  line-height: 28px;

}

@media screen and (max-width:760px){
  .subtitle_text {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.itemWrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.itemWrapper li{
  padding: 5px;
  border: 1px solid #b60005;
  position: relative;
  margin: 5px;
}

.itemWrapper li:last-child{
  margin-right: 0px;
}

.itemWrapper .itemInner img {
  width: 150px;
  height: 150px;
}

.itemInner.niigata {
  text-align: center;
}
.itemInner.niigata img {
  width: 250px;
  height: 250px;
  padding: 5px;
  border: 1px solid #b60005;
}

.itemWrapper .itemInner p {
 position: absolute;
 top: -3px;
}

.informationContent_C{
  width: 700px;
  margin: 50px auto 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #c39d4d;
  border-bottom: 2px solid #c39d4d;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:900px){
  .informationContent_C{
    width: 90%;
    margin: 30px auto 30px;
  }
}

.informationContent_C h3{
  color: #c39d4d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.informationContent_C p{
  color: #b60005;
  font-size: 18px;
  margin-bottom: 20px;
}

.informationContent_C a{
  display: block;
  width: 300px;
  height: 30px;
  margin: 0 auto;
  background-color: #414141;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.informationContent_C.niigata a{
  margin-bottom: 30px;
}


.informationContent_D{
  width: 700px;
  margin: 50px auto -50px;
  padding-top: 30px;
  padding-bottom: 30px;
  /* border-top: 2px solid #c39d4d;
  border-bottom: 2px solid #c39d4d; */
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:900px){
  .informationContent_D{
    width: 90%;
    margin: 30px auto 30px;
  }
}

.informationContent_D h3{
  color: #c39d4d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.informationContent_D p{
  color: #b60005;
  font-size: 18px;
  margin-bottom: 20px;
}

.informationContent_D a{
  display: block;
  width: 300px;
  height: 30px;
  margin: 0 auto;
  background-color: #414141;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.informationContent_D.niigata a{
  margin-bottom: 30px;
}

.informationContent_A.info.clear {
  background-color: unset;
  height: 0;
  margin: unset;
}

.attentionContents span{
  font-weight: 700;
}
.attentionContents .red{
  font-weight: 700;
  color: #c30d23;
}

.titleStyle.typeB.styleSP{
  display: none;
}

@media screen and (max-width:650px){
  .informationWrapper_info .titleStyle{
    font-weight: 700;
    color: #0f3769;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 40px;
  }

  .informationWrapper_info .titleStyle h2 {
    font-size: 24px;
  }
  
  .informationWrapper_info .titleStyle img{
    width: 25px;
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
  }

  .titleStyle.info.stylePC{
    display: none;
  }
  .titleStyle.typeB.styleSP{
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .itemWrapper .itemInner img{
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width:550px){
.itemWrapper {
  justify-content: center;
}
}

.ticketComment.niigata{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.ticketComment.niigata span{
    color: #b60005;
}

.ticket.tab-area{
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: 90%;
  margin: 0 auto 30px;
  position: sticky;
  top: 20px;
  z-index: 1;
}

.ticket .tab {
  background-color: #fff;
  border: 1px solid #b60005;
  color: #b60005;
  text-align: center;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
}

.ticket .tab.active{
  background-color: #b60005;
  color: #fff;
}

.tab p{
  font-size: 17px;
  line-height: 24px;
}

.content{
  display: none;
}

.content.show{
  display: block;
}