@charset "utf-8";
/* neighborhood.html
========================================================================= */

#suntory_contents #gourmet .gourmet_list .icon_blank:after{
    top: calc(50% - 10px);
    right: 0;
}
#suntory_contents #gourmet .gourmet_list .normal_text{
    font-weight: bold;
    color: #222;
    line-height: 1.3;
    position: relative;
}
#suntory_contents #gourmet .gourmet_list .note_text{
    color: #666464;
    line-height: 1.3;
    margin: 6px 0 0;
}
#suntory_contents #gourment_guide{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#suntory_contents #gourment_guide .ttl{
    color: #7F481F;
}
#suntory_contents #gourment_guide .btn_wrap{
    display: flex;
    justify-content: center;
}
#suntory_contents #gourment_guide .btn_bdr_red{
    background-color: #fff;
    width: 100%;
}
#suntory_contents #nursery{
    text-align: center;
}
#suntory_contents #nursery .tel_ttl{
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 8px;
}
#suntory_contents #nursery .tel_text{
    margin-bottom: 21px;
}
#suntory_contents #nursery .address{
    margin-bottom: 24px;
}
#suntory_contents #nursery .btn_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
#suntory_contents #nursery .btn_wrap .btn_bdr_red{
    width: 100%;
}
#suntory_contents #museum .bg_gray_box{
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    #suntory_contents .bg_gray_box.ticket_wrap{
        margin-top: 32px;
    }
    #suntory_contents .bg_gray_box.ticket_wrap .normal_text{
        font-size: 0.75rem;
    }
    #suntory_contents #gourmet .gourmet_list .item:not(:last-child){
        margin-bottom: 8px;
    }
    #suntory_contents #gourmet .gourmet_list .link{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents #gourmet .gourmet_list .img_wrap{
        min-width: 120px;
        margin-right: 16px;
    }
    #suntory_contents #gourmet .gourmet_list .dtl_wrap{
        min-width: calc(100% - 136px);
    }
    #suntory_contents #gourmet .gourmet_list .note_text{
        margin-top: 8px;
    }
    #suntory_contents #gourment_guide{
        margin: 24px -4% 0;
        height: 40vw;
        background-image: url(/suntoryhall/facility/assets/img/neighborhood/bg_gourmetguide_sp.webp);
        text-align: center;
        padding-bottom: 1vw;
    }
    #suntory_contents #gourment_guide .ttl{
        font-size: 0.875rem;
        line-height: 6vw;
    }
    #suntory_contents #gourment_guide .logo{
        width: 68.2vw;
        margin:1.4vw auto 2.5vw;
    }
    #suntory_contents #gourment_guide .btn_wrap{
        width: 78vw;
        height: 15vw;
        display: flex;
        align-items: center;
    }
    #suntory_contents #gourment_guide .btn_bdr_red{
        padding: 0 6vw 0 1vw;
        font-size: 0.875rem;
        max-width: 100%;
    }
    #suntory_contents #nursery .bg_gray_box{
        padding-bottom: 32px;
    }
    #suntory_contents #nursery .address{
        text-align: left;
    }
    #suntory_contents #museum .logo_wrap{
        max-width: 280px;
        text-align: center;
        position: absolute;
        top: 32px;
        left: calc(50% - 140px);
    }
    #suntory_contents #museum .bg_gray_box{
        padding: 90px 4% 32px;
        position: relative;
    }
    #suntory_contents #museum .note_text{
        display: block;
        line-height: 1;
    }
    #suntory_contents #museum .w600 {
        margin-top: 16px;
    }
    #suntory_contents #museum .w600 .btn_bdr_red{
        margin-top: 24px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .bg_gray_box.ticket_wrap{
        margin-top: 40px;
    }
    #suntory_contents #gourmet .gourmet_list .item{
        width: 268px;
    }
    #suntory_contents #gourmet .gourmet_list .img_wrap{
        width: 268px;
        height: 172px;
        overflow: hidden;
    }
    #suntory_contents #gourmet .gourmet_list .dtl_wrap{
        margin-top: 16px;
    }
    #suntory_contents #gourmet .gourmet_list .normal_text{
        padding-right: 18px;
    }
    #suntory_contents #gourmet .gourmet_list .link:hover .normal_text{
        color: #A20026;
    }
    #suntory_contents .link:hover .icon_blank:after{
        background:#A20026 url(/suntoryhall/assets/img/icon_blank_wh.svg) no-repeat center;
        background-size: 8px 8px;
    }
    #suntory_contents #gourment_guide{
        width: 100%;
        height: 204px;
        background-image: url(/suntoryhall/facility/assets/img/neighborhood/bg_gourmetguide_pc.webp);
        text-align: center;
        margin-top: 24px;
    }
    #suntory_contents #gourment_guide .ttl{
        font-size: 1rem;
        line-height: 1;
    }
    #suntory_contents #gourment_guide .logo{
        width: 387px;
        margin: 10px auto 16px;
    }
    #suntory_contents #gourment_guide .btn_wrap{
        width: 400px;
    }
    #suntory_contents #gourment_guide .btn_bdr_red:hover{
        background: #A20026;
    }
    #suntory_contents #nursery .bg_gray_box{
        padding: 45px 32px;
    }
    #suntory_contents #nursery .tel_ttl{
        font-size: 1.125rem;
        margin-bottom: 12px;
    }
    #suntory_contents #nursery .tel_text{
        margin-bottom: 18px;
    }
    #suntory_contents #nursery .address{
        margin-bottom: 28px;
    }
    #suntory_contents #museum .w600 .logo_wrap{
        width: 430px;
        margin:8px 0 28px;
    }
    #suntory_contents #museum .w600 .btn_bdr_red{
        width: 100%;
        margin-top: 24px;
    }
}
@media screen and (min-width:768px) and (max-width:1164px) {
    #suntory_contents #gourmet .gourmet_list .item{
        width: 226px;
    }
    #suntory_contents #gourmet .gourmet_list .img_wrap{
        width: 226px;
        height: 140px;
        overflow: hidden;
    }
    #suntory_contents #gourment_guide{
        height: 170px;
        width: 960px;
        margin: 24px auto 0;
    }
    #suntory_contents #gourment_guide .logo{
        width: 313px;
        margin: 13px auto 12px;
    }
    #suntory_contents #gourment_guide .btn_wrap{
        bottom: 18px;
    }
}
