@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html { 
  font-size: 62.5%; 
}

body {
  font-family: 'Josefin Slab', serif;
  margin: 0;
}

time {
  font-family: 'Elsie', cursive;
  font-size: 1.5rem;
}

a {
  color: #666;
  padding: 0;
  margin: 0;
  text-decoration: none;
  /*border-bottom: 1px #EEE;*/
}


.text {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.1rem;
  margin:0;
}

.next_title {
  /*text-align: center;*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 4rem;  
  margin:0;
}

.next_subtitle {
  font-size: 2.5rem;
  padding-left: 10px;
}

.title_center {
  text-align: center;
  font-weight: 100;
  color: #666;
}

/*ヘッダー*/
/*.next_header {
  color: white;
  position: relative;
  width: 100%;
}*/

.next_header_main img {
  width: 100%;
  vertical-align: bottom;
}

/*.header_left {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 1.5rem;
}
*/
/*.header_left i{
  color: red;
  padding-right: 5px;
}*/

/*.header_right{
  position: absolute;
  top: 5px;
  right: 10px;

}
*/
/*.header_right li{
  float: left;
  list-style: none;
  padding: 0;

}*/

/*.header_right img{
  margin-left: 20px;
  height: 40px;
}*/

.next_stage {
  position: absolute;
  right: 5%;
  bottom: -40px;
  background-color: #FF003E;
  border-radius: 100px;
  padding-left: 7px;
  width: 20px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}






.box {
  width: 73%;
  margin: 0 auto;
  color: #666;
}





/*情報*/
.information {
  width: 90%;
  margin:0 auto;
  margin-top: 20px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 70px;
}

.information .text {
  padding-left: 4%;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 100;
}

.information .title {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 100;
  margin: 0 20;
  color: #FF003E;
}




/*作品概要*/

.next_concept {
  margin-top: 50px;
  margin-bottom: 50px;
}

.next_concept p{
  font-weight: 200;
}







/*チケット価格*/
.ticket_price {
  margin-bottom: 70px;
}

.ticket_price .title_center {
  margin-bottom: 15px;
}

.ticket_price .box {
  font-size: 1.5rem;
  padding:20px 0;
}

.ticket_price .border {
  width: 50%;
  margin-top:20px;
  margin-bottom: 20px;
  padding: 0;
}

.ticket_price .box {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ticket_price ul{
  margin-top: 0;
}




/*タイムテーブル*/
.time_table {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  color: #666;

  /*border: solid 1px #BBB;*/
}


.time_table img{
  width: 100%;
  padding-top: 40px;
}

/*.time_table_flex {
  display: flex;
}

.time_table li{
  list-style: none;
  width: 25%;
  padding: 20px 20px;
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
}


.time_table span {
  display: block;
  background-color: #666;
  width: 30px;
  height: 30px;
  border-radius: 45px;
  color: white;
  text-align: center;
  padding-top: 8px;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
  font-size: 2rem;
}

#time_table_kyokkai {
  background-color: #FF003E;;
}

.time_table ul {
  padding-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  margin-bottom: 0;
  margin-top:0;
}

.time_table li:nth-child(2n+1) {
  background-color: #EEE;
}

.time_table li:nth-child(2n) {
  background-color: #f9f9f9;
}

.time_table .title_center {
  margin-bottom: 20px;
}

.time_table .text {
  padding-top: 15px;
}

#wide{

}

#wide1 {
  width: 38px;
  background-color: #EEE;
}

#wide2 {
  width: 38px;

  background-color: #f9f9f9;
}

#date {
  font-size: 1.35rem;
}
*/


/*役者紹介*/

.profile img{
  display: block;
  /*margin: 20px auto;*/
  width: 200px;
  border-radius: 200px;
}

.profile .contents_indv{
  /*width: 20%;*/
  text-align: center;
  margin-bottom: 30px;
}

.profile_name {
  font-size: 1.5rem;
}


/*受付中*/
.accept {
  margin-bottom: 40px;
}

.accepting {
  width:270px;
  color: white;
  background-color: #FF003E;
  margin: 20px auto;
  padding: 5px 0;
  font-weight: 200;
  font-size: 2rem;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  border-radius:4px;
}

.card {
  background-color: #BBB;
  margin-bottom: 5px;
  color: #DDD;
}

.accept .title_center {
  margin-top: 0;
}

.accept a {
  color: white;
}


/*フッター*/
footer p{
  clear: both;
  margin-top: 20px;
  font-size: 1,2rem;
  text-align: center;
}

.border {
  width: 100%;
  border-bottom: 1px dashed #FF003E;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}


/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}








/*別解像度*/


@media (min-width: 450px) {

/*.header_right{
  right: 30px;
}*/
.next_stage {
  right: 10%;
  font-size: 2rem;
  padding-left: 10px;
  /*padding-right:10px;*/
  width:30px;
}


.information .text {
  padding-left: 4%;
  font-size: 2rem;
  line-height: 1.5;
}

.information .title {
  font-size: 3rem;
  line-height: 1.2;
}

/*.header_left {

  font-size: 2rem;
}*/

/*.header_right{

  font-size: 2rem;  
  text-shadow: 1px 1px 0px #555;
}*/

/*.header_right img{
  height: 60px;
}
*/




/*@media (min-width: 680px) {

.next_stage {
  right: 10%;
  bottom: -100px;
  font-size: 3rem;
  padding-left: 17px;
  /*padding-right:20px;*/
  width:50px;
}

.information .text {
  padding-left: 4%;
  font-size: 2.3rem;
  line-height: 1.5;
}

.information .title {
  font-size: 4rem;
  line-height: 1.2;
}



.header_right img{
  height: 80px;
}


.contents_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  /*margin-bottom: 40px;*/
}

.contents_indv{
  /*width: 20%;*/
  flex-wrap: nowrap;
  flex-direction: center;  
}

.contents img{
}



.profile .contents_flex {
  justify-content: center;
  flex-wrap: wrap;
}

.profile .contents_indv{
  /*width: 20%;*/
  text-align: center;
  /*padding-left: 30px;*/
  margin-bottom: 0;
}

.profile .title {
  padding-top: 20px;
}

.profile .dokkai {
  padding-bottom: 0;
}

}*/