@charset "utf-8";
/* common
========================================================================= */
#suntory_contents .normal_text + .normal_text,
#suntory_contents .note_text + .normal_text,
#suntory_contents .normal_text + .btn_wrap{
    margin-top: 32px;
}
#suntory_contents .normal_text + .note_text{
    margin-top: 8px;
}
#suntory_contents .introduction_text{
    margin-top: 16px;
}
#suntory_contents .bg_gray_box.hall_info{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #suntory_contents .information_wrap{
        padding: 12px 4%;
    }
    #suntory_contents .pc_flex_wrap .btn_wrap{
        display: flex;
        justify-content: center;
    }
    #suntory_contents .pc_flex_wrap .btn_solid_red,
    #suntory_contents .pc_flex_wrap .btn_bdr_red{
        width: 100%;
    }
    #suntory_contents .introduction_text{
        margin-top: 24px;
    }
    #suntory_contents .bg_gray_box.hall_info .normal_text{
        font-size: 0.75rem;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .information_wrap{
        padding: 20px 64px ;
    }
}
@media screen and (min-width:768px) and (max-width:1164px) {
    #suntory_contents .pc_flex_wrap.bg_gray_box .w468{
        width: 42.6%;
    }
    #suntory_contents .pc_flex_wrap.bg_gray_box .w600{
        width: 54.4%;
    }
}
