@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

/*------------------------------------------------------------
[SP] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
    padding: 8vw 0 0;
    text-align: center;
}
#suntory_contents .title_area h1 {
    margin-bottom: 0;
    font-size: 5.6vw;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[SP] about_contents
------------------------------------------------------------ */
#suntory_contents .about_contents  {
    margin: -16vw 0 0;
    padding: 16vw 0 0;
}
#suntory_contents .about_contents img {
    width: 100%;
    vertical-align: bottom;
}

  /*------------------------------------------------------------
[SP] about_contents - #roppongi
------------------------------------------------------------ */
#suntory_contents #roppongi {
    margin-bottom: 12vw;
}
#suntory_contents #roppongi h2 {
    margin: 12vw 4vw 4vw;
    padding: 0;
    font-size: 4.8vw;
    font-weight: normal;
    line-height: 1;
}
#suntory_contents #roppongi picture {
    display: block;
    margin: 0 0 5.6vw;
    width: 100%;
    height: 41.666667vw;
}
#suntory_contents #roppongi p {
    margin: 0 4vw 4vw;
    font-size: 3.46666667vw;
    line-height: 2;
}
#suntory_contents #roppongi ul {
    list-style: none;
    margin: 0 4vw 4vw;
}
#suntory_contents #roppongi li {
    font-size: 2.93333333vw;
    line-height: 1.8;
    text-indent: -1em;
    margin-left: 1em;
}
#suntory_contents .data_table {
    margin: 8vw 0 0 4vw;
    width: 90vw;
    border-top: 1px #ccc solid;
}
#suntory_contents .data_table th {
    border-bottom: 1px #ccc solid;
    font-size: 3.733333333333333vw;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 5.6vw 0;
}
#suntory_contents .data_table td {
    border-bottom: 1px #ccc solid;
    padding: 5.6vw 0;
    vertical-align: middle;
    font-size: 3.466666666666667vw;
    line-height: 1.8;
}
#suntory_contents #roppongi .mappdf {
    margin: 8vw 4vw 0;
    display: block;
    padding-bottom: 12vw;
    border-bottom: 1px #ccc solid;
}
#suntory_contents #roppongi .mappdf p{
    margin: 0;
}
#suntory_contents #roppongi .mappdf p.btn_pdf {
    margin: 8vw 0 0;
}
#suntory_contents #roppongi .mappdf p.btn_pdf a {
    display: block;
    width: 84vw;
    height: 12vw;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
}
#suntory_contents #roppongi .mappdf p.btn_pdf a span {
    margin-left: 10px;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
}

 /*------------------------------------------------------------
[SP] about_contents - #suntoryhall
------------------------------------------------------------ */

#suntory_contents #suntoryhall {
    margin-bottom: 16vw;
}

#suntory_contents #suntoryhall h2 {
    margin: 0 4vw;
    padding: 0;
    font-size: 4.8vw;
    font-weight: normal;
    line-height: 1;
}

#suntory_contents #suntoryhall .hall_container {
    margin: 5.6vw 4vw 0;
    padding: 8vw 0;
    background: #F6F4F1;
}
#suntory_contents #suntoryhall .hall_container p.logo_hall {
    width: 64vw;
    height: 8.53333333vw;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/sma/common2020/img/roppongi/logo_hall.svg) no-repeat center top;
    background-size: contain;
}

#suntory_contents #suntoryhall .hall_container p {
    margin-top: 4vw;
    font-size: 3.46666667vw;
    line-height: 1.8;
    text-align: center;
}
#suntory_contents #suntoryhall .hall_container .photo {
    margin: 5.6vw 0 0;
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}
#suntory_contents #suntoryhall .hall_container .photo picture {
    width: 39.2vw;
}
#suntory_contents #suntoryhall .hall_container .photo picture + picture {
    margin-left: 4vw;
}

#suntory_contents #suntoryhall .hall_container p.btn_hall {
    margin: 8vw 0 0;
}

#suntory_contents #suntoryhall .hall_container p.btn_hall a {
    display: block;
    width: 48vw;
    height: 12vw;
    margin: 0 auto;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
    position: relative;
}
#suntory_contents #suntoryhall .hall_container p.btn_hall a::after {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 2.4vw auto;
    position: absolute;
    top: 1.6vw;
    right: 1.6vw;
}



}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
/*------------------------------------------------------------
[PC] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
    text-align: center;
}
#suntory_contents .title_area h1 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}

/*------------------------------------------------------------
[PC] about_contents
------------------------------------------------------------ */
#suntory_contents .about_contents  {
    margin-top: -70px;
    padding-top: 70px;
}
#suntory_contents .about_contents img {
    width: 100%;
    vertical-align: bottom;
}

 /*------------------------------------------------------------
[PC] about_contents - #roppongi
------------------------------------------------------------ */
#suntory_contents #roppongi {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
#suntory_contents #roppongi h2 {
    margin: 80px 0 30px;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
#suntory_contents #roppongi picture {
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}
#suntory_contents #roppongi p {
    font-size: 14px;
    line-height: 1.8;
}
#suntory_contents #roppongi ul {
    list-style: none;
    margin-top: 20px;
}
#suntory_contents #roppongi li {
    font-size: 12px;
    line-height: 1.8;
    text-indent: -1em;
    margin-left: 1em;
}
#suntory_contents .data_table {
    width: 600px;
    margin-top: 30px;
    border-top: 1px #ccc solid;
}
#suntory_contents .data_table th {
    width: 200px;
    border-bottom: 1px #ccc solid;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-align: left;
    vertical-align: center;
    padding: 25px 0;
}
#suntory_contents .data_table td {
    border-bottom: 1px #ccc solid;
    padding: 25px 0;
    vertical-align: center;
    font-size: 14px;
    line-height: 1.8;
}
#suntory_contents #roppongi .mappdf {
    margin-top: 50px;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents #roppongi .mappdf p {
    width: 540px;
}
#suntory_contents #roppongi .mappdf p.btn_pdf {
    width: 360px;
}
#suntory_contents #roppongi .mappdf p.btn_pdf a {
    display: block;
    width: 360px;
    height: 45px;
    margin: 0;
    padding: 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
}
#suntory_contents #roppongi .mappdf p.btn_pdf a:hover {
    background: #C6B59D;
}
#suntory_contents #roppongi .mappdf p.btn_pdf a span {
    margin-left: 10px;
    width: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD0000;
    background: #fff;
    font-size: 12px;
}
 /*------------------------------------------------------------
[PC] about_contents - #suntoryhall
------------------------------------------------------------ */
#suntory_contents #suntoryhall {
    margin-bottom: 110px;
}
#suntory_contents #suntoryhall h2 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
#suntory_contents #suntoryhall .hall_container {
    margin: 0;
    padding: 50px;
    background: #F6F4F1;
    position: relative;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents #suntoryhall .hall_container p.logo_hall {
    width: 302px;
    height: 40px;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/sma/common2020/img/roppongi/logo_hall.svg) no-repeat left top;
    background-size: contain;
}
#suntory_contents #suntoryhall .hall_container p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
#suntory_contents #suntoryhall .hall_container .photo {
    margin: 0;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents #suntoryhall .hall_container .photo picture {
    width: 240px;
}
#suntory_contents #suntoryhall .hall_container .photo picture + picture {
    margin-left: 40px;
}
#suntory_contents #suntoryhall .hall_container p.btn_hall {
    width: 200px;
    position: absolute;
    left: 50px;
    bottom: 50px;
}
#suntory_contents #suntoryhall .hall_container p.btn_hall a {
    display: block;
    width: 200px;
    height: 45px;
    margin: 0 auto;
    padding: 0 10px 0 0;
    color: #FFF;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #A89170;
    border: none;
    position: relative;
}
#suntory_contents #suntoryhall .hall_container p.btn_hall a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_wh.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: 8px;
    right: 8px;
}
#suntory_contents #suntoryhall .hall_container p.btn_hall a:hover {
    background: #C6B59D;
}


}
