body {
  color: black; 
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  opacity: 0.7;
}

.container {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

h1{
  font-size: 30px;
  color: blueviolet;
}

h2 {
font-size: 35px;
font-weight: bold;
color: black;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 8px 8px 8px 42px;
  background: #ffdead;
  margin-left: -33px;
  z-index:-1;
}

h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}

h4 {
  font-size: 14px;
  border-bottom: dashed 1px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 430px;
  
}

.text2 {
  margin-left: 5rem;
  text-indent: -5rem;
}

.clear::before {
  content: "";
  clear: both;
  display: block;
}

.yellow-line {
  background:linear-gradient(transparent 50%, #ffdead 0%);
  }

/*=========================
追従ボタン
============================*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #ff7f50;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color:#ff7f50;
}

/*=========================
header
============================*/
header {
  padding: 30px 0;
}

.header-left {
  float: left;
}

.header-right {
  float: left;
  margin-left: 15px;
  margin-top: 90px;
}

/*==========================
section共通
============================*/

.section {
  padding: 40px 0px;
}


/*==========================
title
===========================*/


.title {
  border-top: 6px double #ff7f50;
  border-bottom: 6px double #ff7f50;

}


/*==========================
title button
===========================*/


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


a.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 100px;
  height: 100px;
  padding: 0;
}

.list-wrapper {
  display: flex;
  flex-wrap: wrap;
  }
  

/*==========================
bottun 2page
===========================*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #ffdead;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 0 50% 50% 0;
  background: #000;
}

a.btn-border:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 30px;

  width: 30px;
  height: 30px;

  content: "\f135";
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}

.list {  
  margin: 8px;
}

/*==========================
main
===========================*/
.main-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.main-item {
  margin-bottom: 10px;
  margin-left: 10px;
}

/*=========================
footer
============================*/
footer {
  padding: 20px;
  background-color: #ffdead;}

  .footer-text {
    color: #fff;
    text-align: right;
  }

/*=========================
公演ページクラス
============================*/


.pastpaformance {
padding: 40px 40px 80px 80px;
}

.pastpaformance-left {
  width: 430px;
  float: left;
  padding-top: 30px;
}

.pastpaformance-right {
  float: right;
  padding-top: 30px;
  

}

.pastpaformance-staff {
  padding-top: 20px;
}

.pastpaformance-bottom {
  padding-top: 20px;
  margin: 40px 0px;
  padding: 10px;
  border-top: 3px solid #ffdead;

}

.pastpaformance-bottom2 {
  padding-top: 20px;
  margin: 40px 0px;
  padding: 10px;

}

.pastpaformance-img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 20px 20px ;
  margin-top: 40px;
  }

.pastpaformance-img {
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: right;
}

.pastpafomance-img-credit {
  font-size: 12px;
  margin-left: 90%;
  margin-right: 0px;


}

.reki{

  margin-top: 40px;
  margin-bottom: 10px;

}

.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #ffdead;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: black;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}

.chirashi {

  display: flex;
  justify-content: space-around;

}


.link-left{

  float: left;

}

.link-right{

  float: right;

}



/*========================
PCとスマホのエリア表示指定
==========================*/

pc_area{
  display:block;
}
phone_area{
  display:none;
}





/*=========================
スマホでの表示の仕方
============================*/

@media only screen and (max-width:767px){

  /*=========================
  PCとスマホのエリア表示指定
  ============================*/

  pc_area{
    display:none;
  }

  phone_area{
    display:block;
  }


  /*=========================
  セクション共通
  ============================*/
  
  .container {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }

  .section {
    padding: 80px 0px;
  }

  /*=========================
  body素材
  ============================*/

  h2 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    }

    h3 {
      font-size: 15px;
      font-weight: bold;
      position: relative;
      padding: 8px 8px 8px 42px;
      background: #ffdead;
      margin-left: -33px;
      z-index:-1;
    }
    
    h3:before {
      position: absolute;
      content: '';
      left: -2px;
      top: -2px;
      border: none;
      border-left: solid 40px white;
      border-bottom: solid 79px transparent;
      z-index:-2
    }

  /*=========================
  pastpaformance
  ============================*/

  .pastpaformance {
    width: 100%;
    float:none;

    }

  .pastpaformance-left {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  
  .pastpaformance-right {
    float: none;
    padding-top: 30px;
    
  
  }
  
  .pastpaformance-staff {
    padding-top: 20px;
  }
  
  .pastpaformance-bottom {
    padding-top: 20px;
    margin: 40px 0px;
    padding: 10px;
    border-top: 3px solid #ffdead;
  
  }

}