@charset "UTF-8";
body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 600;  
} 
body{
    background-color: bisque;
}

div.big_box{
    box-sizing: border-box;
    width: 1000px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color:;
}
div.repertoire{
    box-sizing: border-box;
    background-color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h2.big_title{
    text-align: center;
}
img.big_title{
    width: 800px;
}
h3.title{
    font-size: 1.8em;
    letter-spacing: 0.3em;
    text-align: center;
    box-sizing: border-box;
    margin-top: -20px;
    margin-bottom: -20px;
}
h4.repertoire{
    text-align: center;
    font-size: 1.3em;
}
p.staff{
    text-align: center;
    box-sizing: border-box;
    margin-top: -25px;
}
p.schedule{
    margin-top: 40px;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
    font-size: 1.2em;
}

div.poster_summary{
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 15px;
}
img.poster{
    float: left;
    height: 500px;
    padding-right: 15px;
}

p.summary{
    box-sizing: border-box;
}
    
div.for_shopkeeper{
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}
p.shopkeeper{
    text-align: right;
}

p.schedule_detail{
    text-align: left;
}
div.schedule_detail{
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
table{
    margin-left: auto;
    margin-right: auto;
}
th{
    width: 70px;
}
p.button{
  text-align: center;
}
p.map{
    text-align: center;
}
img.map{
    width: 600px;
}