@charset "utf-8";

/* map.html
========================================================================= */
#suntory_contents #mv{
    margin-bottom: 40px;
}
#suntory_contents  .img_wrap .imgCenter{
    max-width: 191px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #suntory_contents .anchor_list .anchor_link{
        line-height:1;
    }
    #suntory_contents .anchor_list .anchor_link::after {
        bottom: 3px;
    }
    #suntory_contents .plaques_wrap{
        margin-bottom: 64px;
    }
    #suntory_contents .plaques_wrap .w872{
        margin-top: 40px;
    }
    #suntory_contents .introduction_wrap .normal_text{
        margin: 16px 0 0;
    }
    #suntory_contents .introduction_wrap .inner + .inner{
        margin-top: 64px;
    }
    #suntory_contents #karajan_plate{
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        align-items: flex-start;
        gap: 16px;
    }
    #suntory_contents #karajan_plate .img_wrap{
        width: 120px;
        min-width: 120px;
    }
    #suntory_contents .hospitality_wrap .inner + .inner,
    #suntory_contents .art_work_wrap .inner + .inner{
        margin-top: 48px;
    }
    #suntory_contents .w566{
        margin-top: 48px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .plaques_wrap{
        margin-bottom: 80px;
    }
    #suntory_contents .introduction_wrap{
        gap: 80px 120px;
    }
    #suntory_contents .introduction_wrap .normal_text{
        margin: 32px 0 0;
    }
    #suntory_contents .introduction_wrap .inner{
        max-width: 522px;
        width: calc( 50% - 60px);
    }
    #suntory_contents .introduction_wrap .ttl_bold_center_sml{
        padding: 0 8px;
        margin-bottom: 36px;
    }
    #suntory_contents .introduction_wrap .ttl_bold_center_sml.pd{
        padding: 16px 8px;
    }
    #suntory_contents #karajan_plate{
        margin-top: 36px;
        display: flex;
        gap: 36px;
    }
    #suntory_contents #karajan_plate .img_wrap{
        max-width: 200px;
        min-width: 38.3%;
    }
    #suntory_contents .hospitality_wrap,
    #suntory_contents .art_work_wrap{
        margin-top: 0;
        gap: 32px;
        justify-content: flex-start;
    }
    #suntory_contents .hospitality_wrap .inner,
    #suntory_contents .art_work_wrap .inner{
        max-width: 366px;
        width: calc((100% - 64px) / 3);
    }
    #suntory_contents #art_works .w566 {
        width: calc(50% - 16px);
    }
}