@charset "utf-8";

html{
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}


body{
   background-color: whitesmoke;
}

main{
  font-family:'Kaisei Opti', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: whitesmoke;
  margin-bottom:0;
 }

/* ページ上部 */
.pagetop{
  padding-top: 80px;
  margin: 30px 20px 60px;
}

.big-title {
  margin: auto;
  width: 900px;
  max-width: 90%;
}

.big-title > img {
  width: 100%;
}
/* ページ上部ここまで */

/* ページ内リンク */
.pagein-link {
  display: flex;
  flex-wrap: wrap;
}

.pagein-link > div {
  margin: 1.5rem auto;
  padding: .7rem 1rem .5rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
  position:relative;
  background-image: linear-gradient( 135deg, #abdcff8f 10%, #0396ff9d 100%);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: .7rem 1rem .5rem;
  width: 15rem;
}

.pagein-link > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
}

.pagein-link > div::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: gray;
  border-radius: 2px;
}

.pagein-link > div > a {
  color: #000000;
  text-decoration: none;
  padding : 0.5rem;
  display: block;
}
/* ページ内リンクここまで */

/* 共通部 */
article {
  margin: 50px auto;
  width: 85%;
  display: block;
}

.section-title {
  margin: 20px auto;
  padding: 15px 30px;
  border-bottom: 6px solid #fcb0178a;
  width: fit-content;
  max-width: 90%;
  font-size: 2rem; 
  color: #333; 
  position: relative;
}

.section-title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #fce9178a;
}

/* 共通部ここまで */

/* locationの部分 */
.location-container {
  width: 95%;
  margin: 0 auto;
  background-color: #fff4eb;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid #c7644b;
}

.location-wrap {
  margin: 5%;
  justify-content: center;
}

.location-group > div{
  width: 600px;
  max-width: 85%;
  margin: auto;
}

@media (min-width: 900px){
  .location-group > div > h3 {
    font-size: 1.5rem;
    color: #000000;
    line-height: 200%;
  }
}

@media (max-width: 899px){
  .location-group > div > h3 {
    font-size: 1.25rem;
    color: #000000;
    line-height: 200%;
  }
}

/* locationの部分ここまで */

/* timetableの部分 */
.timetable-container {
  width: 95%;
  margin: 0 auto;
  background-color: #fff4eb;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid #c7644b;
}

.timetable-tab{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 5% auto auto;
}

.timetable-tab > label{
    flex: 1 1;
    order: -1;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.timetable-tab > label:hover {
  opacity: .8;
}

.timetable-tab input {
  display: none;
}

.timetable-tab > .detail-table {
  display: none;
  width: 100%;
  /* padding: 1.5em 1em; */
  background-color: #fff;
}

.timetable-tab label:has(:checked) {
  border-bottom: 4px solid #2589d0;
  color: #2589d0;
}

.timetable-tab label:has(:checked) + .detail-table {
  display: block;
  width: 100%;
}


.timetable-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
}

th{
  color: black;
  text-align:center;   
}

td:first-child{
  text-align:center;
  height:200px;
  width: 5%;
  padding: 0px !important;
  position: relative;
}

td:not(:first-child){
  text-align:center;
  height:200px;
  width: 30%;
  min-width:200px;
  padding: 0px !important;
  position: relative;
}

.time{
  font-size: 1.0rem;
  vertical-align: top;
  border-top:2px solid #0400f0; 
}

.eventbox{
  margin: 0px;
  position: absolute;
  width: 100%;
  white-space: normal;
  background-color: #0fadcc17;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; 
}

.eventbutton{
  display: inline-block;
  background:linear-gradient(to top, rgba(5, 129, 174, 0.384), #27add952);
  border: 0.5px solid black;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.detail-table{
    table-layout: fixed;
    width:100%;
    margin: 5% auto;
    border: 2px solid #0400f0;
    background-color: white;
}

.button-time{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
}

.button-time-short{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    font-size: 0.7rem;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
}

.button-name,.button-name-short{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
}

  .button-name-short-short{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    font-size: 0.7rem;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
}


@media screen and (max-width:1250px){
  .detail-table{
    table-layout: fixed;
    width:100%;
    margin: 5% auto;
    border: 2px solid #0400f0;
    background-color: white;
  }

  .button-time{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }

  .button-time-short{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    font-size: 0.6rem;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }

  .button-name,.button-name-short{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }

  .button-name-short-short{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    font-size: 0.5rem;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
}
}

@media screen and (max-width: 899px) {
  .detail-table{
    table-layout: fixed;
    width:100%;
    margin: 5% auto;
    border: 2px solid #0400f0;
    background-color: white;
    overflow: scroll;
    white-space: nowrap;
  }

  .button-time{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-size: 0.7rem;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }
  
  .button-name{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }
  
  .button-time-short{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-size: 0.6rem;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }
  
  .button-name-short{
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-size: 0.6rem;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }  

  .button-name-short-short{
    position: absolute;
    bottom:0;
    max-width: 100%;
    margin: 0px;
    padding: 0px 8px 0px;
    color: black;
    font-size: 0.6rem;
    font-family:'Kaisei Opti', Arial, sans-serif;
  }  
}

.pageout-link{
  color:rgba(0, 0, 0, 0.500);
 }

.timetable-information{
  margin: 7.5% 10% 2.5%;
  font-size:1.3rem;
}

.timetable-caution{
  margin: 0 10% 5%;
  font-size:1.25rem;
}
/* timetableの部分ここまで */

/* performerの部分 */
.performer-container {
  width: 95%;
  margin: 0 auto;
  background-color: #fff4eb;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid #c7644b;
}

.performer-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.stage-group {
  margin: 40px auto;
  width: 100%;
}

.stage-group > .stage-group-name{
  text-align: center;
}

.stage-group > .stage-group-name > h2 {
  display: inline-block;
  font-size: 25px;
  color: #161977;
  border-bottom: solid 3px #0FAECC;
}

.intro-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.intro-box {
  display: block;
  width: 40%;
  margin: 20px;
  background: #ffffff;
  border: 3px solid #E8F6FB;
  border-radius: 20px;
}

.intro-pic {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.intro-pic > img {
  width: auto;
  max-width: 100%;
  height: 220px;
}

.intro-text {
  margin: 20px auto;
  width: 90%;
}

.intro-text > h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #0FAECC;
  /* color:rgba(187, 9, 241, 0.452); */
}

.perform-content {
  text-align: left;
  font-size: 20px;
  color: #5b2c05;
}

.perform-time {
  text-align: center;
  font-size: 20px;
  color: #5b2c05;
}

@media screen and (max-width: 980px) {
  .intro-box {
      display: block;
      width: 55%;
      max-width: 480px;
      min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .intro-box {
      display: block;
      width: 80%;
      max-width: 480px;
      min-width: 210px;
  }
  .intro-text > h3 {
      font-size: 22px;
  }
  .intro-text > p {
      font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .intro-pic > img {
      width: 100%;
      height: auto;
  }
}