@charset "utf-8";
/* sitemap
========================================================================= */

#suntory_contents .menu_list{
    line-height: 1.3;
    padding-left: 8px;
}
#suntory_contents .menu_list .item:not(:last-child){
    margin-bottom: 20px;
}
#suntory_contents .menu_list .item_small:not(:last-child){
    margin-bottom: 12px;
}
#suntory_contents .menu_list .item + .item_small{
    margin-top: 26px;
}
#suntory_contents .menu_list a{
    font-size: 1rem;
    line-height: 1.3;
    color: #222;
}
#suntory_contents .menu_list .item_small a{
    font-size: 0.875rem;
}
#suntory_contents .menu_list .link_blank::after{
    content: "";
    display: inline-block;
    background: url(/suntoryhall/assets/img/icon_blank_red.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 0 0 16px;
}
#suntory_contents .menu_list .item_small .link_blank::after{
    width: 10px;
    height: 10px;
}
@media screen and (max-width: 767px) {
    #suntory_contents .section_wrap{
        padding: 0 2%;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .menu_list .item + .item_small{
        margin-top: 28px;
    }
    #suntory_contents .menu_list .item_small:not(:last-child){
        margin-bottom: 17px;
    }
    #suntory_contents .pc_flex_wrap{
        gap: 40px;
        margin-bottom: 16px;
    }
    #suntory_contents .section_wrap{
        margin:0!important;
        flex:1;
    }
    #suntory_contents .menu_list a:hover{
        color: #A20026;
    }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
    #suntory_contents .pc_flex_wrap{
        gap: 20px;
    }
    #suntory_contents .ttl_bdr_left{
        font-size: 1.0625rem;
    }
}