@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle .ph .title_bg {
    background: url("../img/play_img/pagetitle.jpg") center center no-repeat;
    background-size: cover;
}


/*------------------------------------------------------------contents*/
.fig_box li {
    margin-bottom: 30px;
}
.fig_box li .tx_box strong {
    font-weight: 700;
    color: #e44000;
}
.fig_box li figure {
    margin-top: 1em;
    text-align: center;
}
.fig_box li figure img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 40px;
}
@media print, screen and (min-width:992px) {
.fig_box li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.fig_box li:nth-child(2n) {
    flex-direction: row;
}
.fig_box li .tx_box {
    width: 48.5%;
}
.fig_box li .tx_box strong {
    font-weight: 700;
    color: #e44000;
}
.fig_box li figure {
    width: 48.5%;
    margin-top: 0;
    text-align: center;
}
.fig_box li figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 60px;
}
.fig_box.ph_r li {
    flex-direction: row;
}
}

.performance {
    margin-bottom: 30px;
}
.performance li {
    margin-top: 30px;
}
.performance li h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 800;
}
.performance li h4 span {
    display: inline-block;
    margin-right: 0.5em;
    font-size:1.2em;
    color: #33700e;
}
.performance li > div figure {
    margin-bottom: 1em;
    text-align: center;
}
.performance li > div figure img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 40px;
}
@media print, screen and (min-width:576px) {
.performance {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.performance li {
    width: 48.5%;
}
}
@media print, screen and (min-width:768px) {
.performance {
    margin-bottom: 40px;
}
.performance li {
    margin-top: 40px;
}
.performance li h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 25px;
    font-weight: 800;
}
.performance li > div figure img {
    max-width: 600px;
}
}
@media print, screen and (min-width:992px) {
.performance li h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 800;
}
.performance li > div figure img {
    border-radius: 60px;
}
}

.setlist {
    text-align: center;
}
.setlist ol {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 40px 20px 70px;
    text-align: left;
    border-radius: 40px;
    background: #fff;
}

.sheet_basic th {
    white-space: nowrap;
}