/* HP Ver2 「music」 のスタイルシート */

@charset "UTF-8";

html,

body {
}


#nextlive_title {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1440px;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}



#liveinfo_box {
  display: block;
  position: relative;
  width: 70%;
  max-width: 1008px;
  margin: 0 auto;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}


#liveinfo_box h1{
  font-size: 30px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}

#liveinfo_box h2{
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}


.liveinfo_logo{
  width: 200px;
  height: auto;
}

.y_liveinfo_flyer{
  width: 90%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}

.t_liveinfo_flyer{
  width: 60%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}



#live_no_schdule_box {
  display: block;
  position: relative;
  width: 70%;
  max-width: 1008px;
  margin: 0 auto;
  margin-top: 150px;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;

}

#live_no_schdule_box a{
  font-size: 40px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}

#livehouse_link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  color: black;
}

#livehouse_link a{
  font-size: 25px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
  text-decoration:underline;
  color: #8e00cc;
}

#livehouse_link a:hover {
  font-size: 30px;  
  text-decoration:underline;
  color:#8e00cc;
}



.pastlive_box {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1296px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
}

.pastlive_box h5{
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
}

.pastlive_box h6{
  display: none;
}

.y_pastlive_flyer{
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}

.t_pastlive_flyer{
  width: 40%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}


.photo_accordion_box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
/* background: #C0C0C0;
  border: 1px solid #0079c1; */

}

.photo_accordion_box .photo_menu {
  display: block;
  position: relative;
  width: 500px;
  max-width: 864px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 200px;
  margin-bottom: 100px;
  cursor: pointer;
  font-size: 40px;
  text-align: center;
  position: relative;
}

.photo_accordion_box .photo_menu:hover,
.photo_accordion_box .photo_menu:active,
.photo_accordion_box .content-entry.open .photo_menu {

/* メニューのカラーを指定する時
  background-color: #00aaa7;
  color: white;
 */
}

.photo_accordion_box .photo_menu:hover i:before,
.photo_accordion_box .photo_menu:hover i:active,
.photo_accordion_box .content-entry.open i {

/* メニューをホバーにした時のカラーを指定する時
 color: white;
 */

}

.photo_menu{
  position: relative;
}



.photo_menu:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 4px;
  border-right: solid 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);

/* 矢印アイコンのカラーを指定する時
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
 */

}

.photo_menu.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  border-top: solid 4px white;
  border-right: solid 4px white;
}

.photo_box {
  display: none;
}












.end_space {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;

  height: 100px;
}






/* border: 1px solid yellow; */


















 
@media only screen and (max-width: 940px) {

}




/* （モバイル用） */

@media only screen and (max-width: 768px) {


  #nextlive_title {
    font-size: 30px;
  }

  #liveinfo_box {
    width: 90%;
  }


  #liveinfo_box h1{
    font-size: 22px;
    padding-bottom: 0px;
  }

  #liveinfo_box h2{
    font-size: 14px;
    padding-bottom: 0px;
  }

  #livehouse_link a{
    font-size: 20px;
  }

  #livehouse_link a:hover {
    font-size: 25px;
  }

  .y_liveinfo_flyer{
    width: 90%;    
    margin-top: 20px;
  }

  .t_liveinfo_flyer{
    width: 65%;  
    margin-top: 20px;
  }


  .pastlive_box {
    margin-bottom: 20px;
  }


  .pastlive_box h5{
    display: none;
  }

  .pastlive_box h6{
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .y_pastlive_flyer{
    margin-top: 10px;
  }

  .t_pastlive_flyer{
    margin-top: 10px;
  }


  .photo_accordion_box .photo_menu {
  width: 350px;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px;
  }





}



