@charset "utf-8";
/* lead wrap
========================================================================= */
#address{
    border: 1px solid #B5B5B6;
    padding: 22px 16px 14px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}
#address .ttl{
    font-size: 1.5rem;
}
#suntory_contents .btn_middle {
    display: flex;
    justify-content: center;
}
#suntory_contents .lead_wrap .btn_wrap{
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #address .ttl{
        margin-bottom: 8px;
    }
    #suntory_contents .btn_middle .btn_bdr_red,
    #suntory_contents .btn_wrap .btn_bdr_red{
        width: 100%;
        max-width: 428px;
    }
}
@media print, screen and (min-width:768px) {
    #address{
        padding: 25px 32px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 40px;
        gap: 40px;
    }
    #suntory_contents .lead_wrap .btn_middle .btn_bdr_red{
        width: 428px;
        max-width: 428px;
    }
}


/* contents
========================================================================= */
#suntory_contents .bdr_middle{
    margin-bottom: 64px;
    padding: 0;
    gap: 0;
}
#suntory_contents .bdr_middle .ttl_icon{
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 54px;
    line-height: 1.5;
    font-family: Georgia, serif !important;
    position: relative;
}
#suntory_contents .bdr_middle .ttl_icon::before{
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
}
#suntory_contents .bdr_middle .icon_train::before{
    background-image: url(/culture-sports/suntoryhall/access/assets/img/icon_train.svg);
}
#bus .map_wrap,
#car .map_wrap,
#train .map_wrap {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}
#car .link_text_blank{
    display: block;
}
#car .link_text_blank::after{
    width: 28px;
    height: 28px;
    margin: 0;
    position: absolute;
    bottom: calc(50% - 14px);
    right: 0;
}
#car .bdr_middle .link_text_blank{
    color: #222;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
    line-height: 1.5;
}
#car .bdr_middle .link_text_blank:hover{
    color: #A20026;
}
#car .bdr_middle .link_text_blank span{
    font-size: 1.125rem;
    font-weight: normal;
    padding-left: 8px;
}

@media screen and (max-width: 767px) {
    #train .btn_middle{
        margin-top: 16px;
    }
    #car .bdr_middle{
        max-width: 310px;
        margin: auto;
    }
    #car .bdr_middle .box{
        padding: 0 16px;
    }
    #car .bdr_middle .link_text_blank span{
        display: block;
        padding-left: 0;
    }
    #suntory_contents #tameikesanno {
        border: none;
    }
}

@media print, screen and (min-width:768px) {
    #suntory_contents .bdr_middle .box{
        display: flex;
        justify-content: center;
        position: relative;
    }
    #suntory_contents .bdr_middle .box:nth-child(2n)::before{
        top: 0;
        bottom: 0;
        left: -60px;
    }
    #suntory_contents .bdr_middle .box_inner{
        width: 370px;
    }
    #suntory_contents .bdr_middle .ttl_icon{
        margin-bottom: 22px;
    }
    #suntory_contents .map_wrap + .btn_middle{
        margin-top: 40px;
    }
    #suntory_contents .btn_middle .btn_bdr_red{
        width: 400px;
    }
    #suntory_contents .lead{
        text-align: center;
    }
    #train .bdr_middle{
        gap: 120px;
    }
    #train .btn_middle{
        margin-top: 24px;
    }
    #bus .map_wrap,
    #car .map_wrap,
    #train .map_wrap {
        margin: 40px auto;
    }
    #car .pc_flex_wrap {
        gap: 32px;
        justify-content: flex-start;
    }
    #car .pc_flex_wrap .img_wrap{
        width: 280px;
        min-width: 280px;
    }
    #car .bdr_middle{
        gap: 50px;
    }
    #car .bdr_middle .box_inner{
        width: 400px;
    }
    #car .bdr_middle .box{
        justify-content: flex-end;
        padding: 22px 0;
    }
    #car .bdr_middle .box:nth-child(2n){
        justify-content: flex-start;
    }
    #car .bdr_middle .box:nth-child(2n)::before{
        left: -24px;
    }
    #car .bdr_middle .link_text_blank{
        font-size: 1.5rem;
    }
}