@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] sitemap_wrap
------------------------------------------------------------ */
#suntory_contents .sitemap_wrap {
 margin-bottom: 16vw;
 display: block;
}
#suntory_contents .main {
    margin: 0;
}

/*------------------------------------------------------------
[SP] sitemap_side
------------------------------------------------------------ */
#suntory_contents .sitemap_side {
    display: none;
}

/*------------------------------------------------------------
[SP] sitemap_nav
------------------------------------------------------------ */
#suntory_contents .sitemap_nav {
    margin: 12vw 4vw;
    width: 92vw;
}
#suntory_contents .sitemap_nav ul {
    height: 21.6vw;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}
#suntory_contents .sitemap_nav li {
    height: 8.8vw;
    list-style: none;
    font-size: 3.466666666666667vw;
    line-height: 1.5;
    border-right: 1px #666 solid;
    padding: 0 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#suntory_contents .sitemap_nav li:first-child,
#suntory_contents .sitemap_nav li:nth-child(4) {
    border-left: 1px #666 solid;
}
#suntory_contents .sitemap_nav li a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*------------------------------------------------------------
[SP] sitemap_contents
------------------------------------------------------------ */
#suntory_contents .sitemap_contents {
   margin: -32vw 4vw 16vw;
   padding: 32vw 0 16vw;
      border-bottom: 1px solid #ccc;
}
#suntory_contents .sitemap_contents#sm_others {
   padding-bottom: 0;
   border: none;
   margin-bottom: 0;
}
#suntory_contents .sitemap_contents h2 {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 5.6vw;
}
#suntory_contents .sitemap_contents h2 a {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px #fff solid;
}
#suntory_contents .sitemap_contents ul.sitemap_list {
    list-style: none;
}
#suntory_contents .sitemap_contents ul.sitemap_list > li {
    padding: 4.8vw 0;
    font-size: 3.73333333vw;
    line-height: 1;
    border-bottom: 1px dashed #ccc;
}
#suntory_contents .sitemap_contents ul.sitemap_list > li:last-of-type {
    border: none;
    padding: 4.8vw 0 0;
}
#suntory_contents .sitemap_contents ul.sitemap_list li.with_under {
    display: block;
}
#suntory_contents .sitemap_contents ul.list_under {
    margin: 5.6vw 0 0 8vw;
    list-style: none;
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content:space-between;
}
#suntory_contents .sitemap_contents ul.list_under.plural {
    height: 10.93333333vw;
}
#suntory_contents .sitemap_contents ul.list_under li {
    margin: 0 7.2vw 0 0;
    font-size: 3.46666667vw;
    line-height: 1;
}
#suntory_contents .sitemap_contents#sm_event ul.list_under li {
    margin: 0;
}
#suntory_contents .sitemap_contents#sm_event ul.list_under li:first-child,
#suntory_contents .sitemap_contents#sm_event ul.list_under li:nth-child(3) {
    margin: 0 5.6vw 0 0;
    width: 36vw;
}
#suntory_contents .sitemap_contents li a {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px #fff solid;
    position: relative;
}
#suntory_contents .sitemap_contents li.external a::after {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 2.4vw auto;
    position: absolute;
    top: calc(50% - 1.6vw);
    right: -4vw;
}


}
/*------------------------------------------------------------
[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: 50px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}
/*------------------------------------------------------------
[PC] sitemap_wrap
------------------------------------------------------------ */
#suntory_contents .sitemap_wrap {
 margin-bottom: 110px;
 display:flex;
 flex-flow: row nowrap;
 justify-content: space-between;
 align-items: flex-start;
}
#suntory_contents .main {
    width: 680px;
}

/*------------------------------------------------------------
[PC] sitemap_side
------------------------------------------------------------ */
#suntory_contents .sitemap_side {
    box-sizing: border-box;
    width: 220px;
    padding: 20px 30px 30px 30px;
    background: #F6F4F1;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
#suntory_contents .sitemap_side ul.iconlist {
    list-style: none;
    margin-left: 22px;
}
#suntory_contents .sitemap_side ul.iconlist li {
    padding: 10px 0;
}
#suntory_contents .sitemap_side ul.iconlist li a {
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #F6F4F1;
    position: relative;
}
#suntory_contents .sitemap_side ul.iconlist li a::before {
    content: '';
    width: 22px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7.5px);
    left: -22px;
}
#suntory_contents .sitemap_side ul.iconlist li.members_club a::before {
    background: url(/sma/common2020/img/icon_members_bk.svg) no-repeat 1px top;
    background-size: 12px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.online_ticket a::before {
    background: url(/sma/common2020/img/icon_ticket_bk.svg) no-repeat 0 center;
    background-size: 14px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.online_shop a::before {
    background: url(/sma/common2020/img/icon_shop_bk.svg) no-repeat 1px top;
    background-size: 12px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.mail_magazine a::before {
    background: url(/sma/common2020/img/icon_mail_bk.svg) no-repeat 0 top;
    background-size: 14px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.movie a::before {
    background: url(/sma/common2020/img/icon_movie_bk.svg) no-repeat 0 top;
    background-size: 14px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.online_ticket a::after,
#suntory_contents .sitemap_side ul.iconlist li.online_shop a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: calc(50% - 6px);
    right: -18px;
}
#suntory_contents .sitemap_side ul.iconlist li.calendar p {
    position: relative;
    display: inline;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 3px;
    cursor: pointer;
    border-bottom: 1px solid #F6F4F1;
}
#suntory_contents .sitemap_side ul.iconlist li.calendar p::before {
    content: '';
    width: 22px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7.5px);
    left: -22px;
    background: url(/sma/common2020/img/icon_calendar_bk.svg) no-repeat 0 top;
    background-size: 14px auto;
}
#suntory_contents .sitemap_side ul.iconlist li.calendar p:hover,
#suntory_contents .sitemap_side ul.iconlist li a:hover {
    border-bottom: 1px solid #000;
}
#suntory_contents .sitemap_side .link {
    display: flex;
    align-items: flex-end;
    height: 43px;
    box-sizing: border-box;
}
#suntory_contents .sitemap_side .language {
    display: flex;
    align-items: flex-start;
}
#suntory_contents .sitemap_side .language li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.04em;
    font-size: 16px;
}
#suntory_contents .sitemap_side .language li.current {
    position: relative;
}
#suntory_contents .sitemap_side .language li.current::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 11px);
}
#suntory_contents .sitemap_side .language li a {
    margin-left: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
}
#suntory_contents .sitemap_side .language li a:hover {
    color: #A89170;
}
#suntory_contents .sitemap_side .language li a::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    top: calc(50% - 7px);
    left: -9px;
}
#suntory_contents .sitemap_side .link .twitter {
    margin-left: 30px;
}
#suntory_contents .sitemap_side .link .twitter a {
    text-decoration: none;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background: url(/sma/common2020/img/icon_x_bk.svg) no-repeat center center;
    background-size: auto 22px;
    display: block;
}
#suntory_contents .sitemap_side .link .twitter a:hover {
    background: url(/sma/common2020/img/icon_x_br.svg) no-repeat center center;
    background-size: auto 22px;
}

#suntory_contents .sitemap_side .link .facebook {
    margin-left: 30px;
}
#suntory_contents .sitemap_side .link .facebook a {
    text-decoration: none;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background: url(/sma/common2020/img/icon_fb_bk.svg) no-repeat center center;
    background-size: 22px 22px;
    display: block;
}
#suntory_contents .sitemap_side .link .facebook a:hover {
    background: url(/sma/common2020/img/icon_fb_br.svg) no-repeat center center;
    background-size: 22px 22px;
}


/*------------------------------------------------------------
[PC] sitemap_nav
------------------------------------------------------------ */
#suntory_contents .sitemap_nav {
    margin-bottom: 80px;
}
#suntory_contents .sitemap_nav ul {
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
}
#suntory_contents .sitemap_nav li {
    list-style: none;
    font-size: 14px;
    line-height: 1;
    border-right: 1px #666 solid;
    padding: 8px 30px;
}
#suntory_contents .sitemap_nav li:first-child {
    border-left: 1px #666 solid;
}
#suntory_contents .sitemap_nav li a {
    color: #000;
    padding-bottom: 3px;
    text-decoration: none;
}
#suntory_contents .sitemap_nav li a:hover {
    border-bottom: 1px #666 solid;
}


/*------------------------------------------------------------
[PC] sitemap_contents
------------------------------------------------------------ */
#suntory_contents .sitemap_contents {
   margin: -140px 0 50px;
   padding: 140px 0 50px;
   border-bottom: 1px solid #ccc;
}
#suntory_contents .sitemap_contents#sm_others {
   padding-bottom: 0;
   border: none;
   margin-bottom: 0;
}
#suntory_contents .sitemap_contents h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
#suntory_contents .sitemap_contents h2 a {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
}
#suntory_contents .sitemap_contents h2 a:hover {
    border-bottom: 1px #000 solid;
}
#suntory_contents .sitemap_contents ul.sitemap_list {
    margin-left: 50px;
    width: 630px;
    list-style: none;
}
#suntory_contents .sitemap_contents ul.sitemap_list > li {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px dashed #ccc;
}
#suntory_contents .sitemap_contents ul.sitemap_list > li:last-of-type {
    border: none;
    padding: 20px 0 0;
}
#suntory_contents .sitemap_contents ul.sitemap_list li.with_under {
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents .sitemap_contents ul.list_under {
    width: 420px;
    margin-top: 3px;
    list-style: none;
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content:space-between;
}
#suntory_contents .sitemap_contents ul.list_under.plural {
    height: 43px;
}
#suntory_contents .sitemap_contents ul.list_under li {
    margin: 0 40px 0 0;
    font-size: 14px;
    line-height: 1;
}
#suntory_contents .sitemap_contents li a {
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px #fff solid;
    position: relative;
}
#suntory_contents .sitemap_contents li  a:hover {
    border-bottom: 1px #000 solid;
}
#suntory_contents .sitemap_contents li.external a::after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/sma/common2020/img/icon_external_gr.svg) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: calc(50% - 7px);
    right: -18px;
}
/*------------------------------------------------------------
[PC] inquiry_contents
------------------------------------------------------------ */
#suntory_contents .title_area.inquiry p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}
#suntory_contents .inquiry_contents {
    margin: 80px 0 110px;
}
#suntory_contents .inquiry_contents .inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#suntory_contents .inquiry_contents h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 30px;
}
#suntory_contents .inquiry_contents ul {
    list-style: none;
    margin-top: 15px;
}
#suntory_contents .inquiry_contents li {
    font-size: 12px;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
#suntory_contents .inquiry_contents .mail {
    width: 450px;
}
#suntory_contents .inquiry_contents .mail p.btn a {
    display: block;
    width: 240px;
    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 .inquiry_contents .mail p.btn a:hover {
    background: #C6B59D;
}
#suntory_contents .inquiry_contents .tel {
    width: 450px;
}
#suntory_contents .inquiry_contents .tel p.telnumber a {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-decoration: none;
    pointer-events: none;
}
#suntory_contents .time_table {
    width: 100%;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
}
#suntory_contents .time_table th {
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    vertical-align: center;
    padding: 20px 0;
}
#suntory_contents .time_table td {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    vertical-align: center;
}
#suntory_contents .time_table td p {
    font-size: 14px;
    line-height: 1.8;
}
#suntory_contents .inquiry_contents .post {
    width: 100%;
}
#suntory_contents .inquiry_contents .post p {
    font-size: 14px;
    line-height: 1.8;
}


}
