@charset "utf-8";

.performance-item p{
    text-align: left;
}

.event-picture{
    flex-wrap: wrap;
    align-items: center;
    margin: 20px auto;
}

.event-picture img{
    width: 45%;
}

.event-picture img:nth-of-type(1), img:nth-of-type(3){
    margin: 0 5% 20px 0;
}

.event-picture img:nth-of-type(2), img:nth-of-type(4){
    margin: 0 0 20px 5%;
}


#commission{
    padding-top: 10px;
}

.commission-item{
    margin-top: 7%;
}

.commission-h3-title{
    text-align: left;
    border-bottom: 2px solid #ea3e3e;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(93, 93, 93);
}

.commission-h3-title::before{
    content: "◎";
}

.fee-item{
    margin-top: 20px;
    text-align: left;
    font-size: 1.2rem;
}

.fee-item h4::before{
    content: "|";
}

.fee-item h4{
    font-size: 1.1rem;
    line-height: 3rem;
    font-weight: bold;
}

.area-item{
    justify-content: space-between;
}

.area-item div{
    padding-top: 18%;
    padding-left: 10%;
    font-size: 1.3rem;
    font-weight: bold;
}

.area-item img{
    width: 40%;
}