@charset "UTF-8";

/* https://www.taito-sangyo-fair.jp/fair2024 「同時開催」 画像バナー */
@media screen and (min-width: 991px) {
    #fair2021 .comingsoon img.sp {
        display: none !important;
    }
}
@media screen and (max-width: 990px) {
    #fair2021 .comingsoon img.pc {
        display: none !important;
    }
}
.event_information{
    text-align:center;
}
.event_information .middle-block{
    margin-bottom:90px;
}
#event_information_pc{
    display:block;
    width:100%;
    max-width:1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
#event_information_sp{
    display:none;
    width:100%;
    max-width:1500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
    #event_information_pc{
        display:none;
    }
    #event_information_sp{
        display:block;
    }
}