@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url(common.css);


/* for PC */

/*------------------------------------------------------------
  notice（PC）
------------------------------------------------------------ */
#suntory_contents #notice {
	margin: 20px 0 0;
}
#suntory_contents #notice dl {
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
	-webkit-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start ;
    justify-content:flex-start ;
}
#suntory_contents #notice dt {
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
#suntory_contents #notice dd {
	
}
#suntory_contents #notice dd p {
	font-size: 14px;
    line-height: 18px;
	line-height: 1.8;
}
#suntory_contents #notice dd p a {
	color: #2c2a67;
    background: url(../img/top/arrow_link.png) no-repeat right .2em;
    background-size: auto 14px;
    padding-right: 16px;
}
#suntory_contents #notice dd p.pdf a {
	color: #2c2a67;
    background: url(../img/top/pdf.png) no-repeat right .25em;
    background-size: 35px auto;
    padding-right: 45px;
}
#suntory_contents #notice dd p a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------
  mainVisual（PC）
------------------------------------------------------------ */
#suntory_contents #mainVisual {
	margin: 20px auto 0;
	width: 960px;
	min-height:500px;
	position: relative;
}

/*
#suntory_contents #mainVisual figure {
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #mainVisual figure img {
	width:100%;
	vertical-align: bottom;
}
*/

#suntory_contents #mainVisual .statusClose {
	width: 42px;
	height: 195px;
	background: url(../img/top/status_close.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: -61px;
}

#suntory_contents #mainVisual .statusOpen {
	width: 42px;
	height: 250px;
	background: url(../img/top/status_open.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: -61px;
}
#suntory_contents #mainVisual .statusOpenExtend {
	width: 42px;
	height: 250px;
	background: url(../img/top/status_open_extend.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: -61px;
}
#suntory_contents #mainVisual .statusOpenExtend22 {
	width: 42px;
	height: 250px;
	background: url(../img/top/status_open_extend22.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: -61px;
}

#suntory_contents #mainVisual .btnPageDown a {
	width: 61px;
	height: 61px;
	display: block;
	background: url(../img/top/icon_page_down.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: -81px;
}
#suntory_contents #mainVisual .btnPageDown a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

@media screen and (max-height:767px){
	#suntory_contents #mainVisual .btnPageDown a {
	top: 0;
	right: -81px;
	}
}

/*------------------------------------------------------------
  calendar（PC）
------------------------------------------------------------ */
#suntory_contents #calendar {
	margin: 20px auto 0;
	width: 960px;
	height: 112px;
}
#suntory_contents #calendar .slides li div p {
	margin-bottom: 10px;
	height: 1em;
	font-size: 14px;
	color: #444;
}
#suntory_contents #calendar .slides li div p span {
	background: url(../img/top/cal/icon_tea.png) no-repeat 0 center;
	margin-left: 10px;
	padding-left: 17px;
	font-size: 11px;
	color: #4b802e;
}
#suntory_contents #calendar .slides li div p.second {
	color: #fff;
	opacity: 0;
}
#suntory_contents #calendar .slides li div p.second span {
	color: #fff;
	background: none;
}

/*------------------------------------------------------------
  menu（PC）
------------------------------------------------------------ */
#suntory_contents #menu {
	margin: 20px auto 50px;
	width: 960px;
}
#menu:after { content :''; display :block; clear :both; }

#suntory_contents #menu a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents #menuExhibition {
	margin: 0 30px 30px 0;
	width:630px;
	height: 230px;
	float: left;
}
#suntory_contents #menuExhibition a {
	width:630px;
	height: 230px;
	background: url(../img/top/img_menu_exhibition.jpg) no-repeat 0 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
#suntory_contents #menuExhibition .inner {
	background: rgba(255,255,255,.7);
	padding: 20px 20px 20px 20px;
	min-width: 13em;
}
#suntory_contents #menuExhibition a h2 {
	color: #000;
}
#suntory_contents #menuExhibition h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	display: inline-block;
}
#suntory_contents #menuExhibition h2.next {
	background: url(../img/top/icon_next.png) no-repeat right center;
	background-size:72px auto;
	padding-right: 80px;
}

#suntory_contents #menuExhibition a .text {
	color: #000;
}
#suntory_contents #menuExhibition .text {
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	max-width:20em;
}
#suntory_contents #menuExhibition a .note {
	color: #c96300;
}
#suntory_contents #menuExhibition .note {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	bottom:10px;
}


#suntory_contents #menuProgram {
	margin: 0 0 30px 0;
	width:300px;
	height: 230px;
	float: left;
}
#suntory_contents #menuProgram a {
	width:300px;
	height: 230px;
	background: url(../img/top/img_menu_program.jpg) no-repeat 0 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: absolute;
}
#suntory_contents #menuProgram .inner {
	background: rgba(18,88,155,.67);
	padding: 20px 20px 10px;
	min-width: 8em;
}


#suntory_contents #menuProgram h2 {
	margin-bottom: 30px;
	font-size: 22px;
    line-height: 1.5;
	font-weight: normal;
}
#suntory_contents #menuProgram p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	bottom:20px;
}

#suntory_contents #menuCollection {
	margin: 0 30px 30px 0;
	clear: left;
	width:300px;
	height: 230px;
	background: #06194f;
	float: left;
}
#suntory_contents #menuCollection a {
	width:300px;
	height: 230px;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background:url(../img/top/img_menu_collection01.png) no-repeat right 20px top 10px, url(../img/top/img_menu_collection03.png) no-repeat right 20px bottom 10px;
	background-size:90px auto,90px auto;
}
#suntory_contents #menuCollection .inner {
	padding: 20px 20px 10px;
	background: url(../img/top/img_menu_collection02.png) no-repeat left 20px bottom 10px;
	background-size:90px auto;
}
#suntory_contents #menuCollection a h2 {
	color: #fff;
}
#suntory_contents #menuCollection h2 {
	font-size: 22px;
    line-height: 1.5;
	font-weight: normal;
}
#suntory_contents #menuCollection a p {
	color: #fff;
}
#suntory_contents #menuCollection p {
	width: 150px;
	font-size: 11px;
	font-size: .6875em;
	line-height: 1.5;
	font-weight: normal;
}

#suntory_contents #shopCafeWrapper {
    position: relative;
    margin: 0 0 30px 0;
	float: left;
}

#suntory_contents #menuShopCafe {
/*	margin: 0 0 30px 0;
	float: left;*/
}
#suntory_contents #menuShopCafe a {
	width:630px;
	height: 230px;
	background:url(../img/top/img_menu_shop.jpg) no-repeat 0 bottom;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
#suntory_contents #menuShopCafe .inner {
	background: rgba(65,37,16,.77) url(../img/top/img_menu_shop_cafe_item.png) no-repeat center bottom 25px;
	background-size:160px auto;
	padding: 20px 40px 10px 20px;
}
#suntory_contents #menuShopCafe h2 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
}
#suntory_contents .btnOnlineShop a {
    z-index: 10;
    font-size: 12px;
    color: #fff;
    background: #1b0c00!important;
    padding:10px 20px;
    border-radius: 20px!important;
    position: absolute;
    bottom:10px;
    left: 10px;
    display: inline-block;
}
#suntory_contents #menuVisit {
    clear: left;
	margin: 0 30px 0 0;
	width:300px;
	height: 230px;
	float: left;
}
#suntory_contents #menuVisit a {
	width:300px;
	height: 240px;
	background: url(../img/top/img_menu_visit.jpg) no-repeat 0 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: absolute;
}
#suntory_contents #menuVisit .inner {
	background: rgba(27,43,109,.65);
	padding: 20px 20px 10px;
	min-width: 8em;
}
#suntory_contents #menuVisit h2 {
	margin-bottom: 30px;
	font-size: 22px;
    line-height: 1.5;
	font-weight: normal;
}
#suntory_contents #menuVisit p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	bottom:20px;
}


#suntory_contents #menuTeaCeremony {
	margin: 0 30px 0 0;
	width:300px;
	height: 230px;
	float: left;
}
#suntory_contents #menuTeaCeremony a {
	width:300px;
	height: 240px;
	background: url(../img/top/img_menu_tea.jpg) no-repeat 0 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: relative;
}
#suntory_contents #menuTeaCeremony .inner {
	background: rgba(47,109,27,.40);
	padding: 20px 60px 10px 20px;
}
#suntory_contents #menuTeaCeremony h2 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
}
#suntory_contents #menuTeaCeremony p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	bottom: 20px;
}

#suntory_contents #menuMembersClub {
	margin: 0 0 0 0;
	width:300px;
	height: 240px;
	float: left;
}
#suntory_contents #menuMembersClub a {
	width:300px;
	height: 240px;
	background: url(../img/top/img_menu_members_club.jpg) no-repeat 0 0;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	position: relative;
}
#suntory_contents #menuMembersClub .inner {
	padding: 40px 20px 10px;
}
#suntory_contents #menuMembersClub h2 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
}
#suntory_contents #menuMembersClub p {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
}

#suntory_contents #ArtAboutRoppongi {
	display: none;
    height: 0px;
}


/*------------------------------------------------------------
  information（PC）
------------------------------------------------------------ */
#suntory_contents #information {
	margin: 20px auto 90px;
	width: 960px;
}
#suntory_contents #information:after { content :''; display :block; clear :both; }

#suntory_contents #information dl {
    width: 633px;
    float: left;
}

#suntory_contents #information dt {
	margin-bottom: 20px;
}
#suntory_contents #information dt:after { content :''; display :block; clear :both; }

#suntory_contents #information dt h2 {
	margin-right: 20px;
	font-size: 24px;
    line-height: 36px;
	font-weight: normal;
	float: left;
}
#suntory_contents #information dt p a {
	font-size: 14px;
	color: #000;
	background: #f0ede7;
	display: inline-block;
	padding: 10px 15px;
	float: left;
}
#suntory_contents #information dt p a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents #information dd {
    height: 371px;
    overflow-x: hidden;
    overflow-y: auto;
}
  

#suntory_contents #information li {
    margin-bottom: 10px;
    padding:0 10px 10px 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	vertical-align: top;	
    border-bottom: 1px #e3e9ed solid;
}
#suntory_contents #information li.plain {
	background: url(../img/top/dot.png) no-repeat left .325em;
	background-size: auto 10px;
	padding-left: 16px;
}
#suntory_contents #information li span {
    margin-left: 8px;
	list-style: none;
	font-size: 14px;
    color: #666;
}
#suntory_contents #information li a {
	color: #000;
    /*background: url(../img/top/tri.png) no-repeat left .3em;*/
    background: url(../img/top/dot.png) no-repeat left .325em;
    background-size: auto 10px;
    padding-left: 16px;
}

#suntory_contents #information li.pdf {
	background:url(../img/top/dot.png) no-repeat left .325em;
	background-size: auto 10px;
}
#suntory_contents #information li.pdf a {
	color: #000;
    /*background: url(../img/top/tri.png) no-repeat left .3em;*/
    background: url(../img/top/pdf.png) no-repeat right .25em;
    background-size: 35px auto;
    padding-right:45px;
}

#suntory_contents #information li a:hover {
	text-decoration: underline;
}


#suntory_contents #twitterContainer {
    width: 300px;
    float: right;
}


#suntory_contents #twitterContainer .titleBar {
}
#suntory_contents .titleBar:after { content :''; display :block; clear :both; }

#suntory_contents #twitterContainer .titleBar h2 {
	font-size: 24px;
    line-height: 27px;
	font-weight: normal;
	float: left;
}
#suntory_contents #twitterContainer .titleBar p a {
    width: 160px;
    height: 27px;
    display: block;
    text-indent:-9999px;
    background: url(../img/top/btn_twitter.png) no-repeat 0 0;
    background-size:160px auto;
    float: right;
}
#suntory_contents #twitterContainer .titleBar p a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents #twitterContainer p.btnSP {
    display: none;
}

/*------------------------------------------------------------
  link（PC）
------------------------------------------------------------ */

#suntory_contents #bnrAAR a {
    width: 960px;
    height: 230px;
    background: url(../img/top/banner_aar.png) no-repeat 0 0;
    margin-bottom: 66px;
    display: block;
}
#suntory_contents #bnrAAR h2,
#suntory_contents #bnrAAR p {
    text-indent: -9999px;
}
#suntory_contents #bnrAAR a:hover {
    -ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents #link {
    margin-bottom: 66px;
}
#suntory_contents #link ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents #link li {
    width: 25%;
    display: table-cell;
    border-left: 8px #f4f2ed solid;
    border-right: 8px #f4f2ed solid;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5;
}
#suntory_contents #link li a {
    color: #000;
    padding-left: 80px;
    display: block;
}
#suntory_contents #link li a:hover {
    text-decoration: underline;
}
#suntory_contents #link li.triangle {
    background: url(../img/top/icon_art_triangle.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.akc {
    background: url(../img/top/icon_art_kids_club.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.sfa {
    background: url(../img/top/icon_sfa.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.shiori {
    background: url(../img/top/icon_shiori.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}


@media screen and (max-width:767px){

/* for SP */

/*------------------------------------------------------------
  notice（SP）
------------------------------------------------------------ */
#suntory_contents #notice {
	margin: 20px 15px 15px;
}
#suntory_contents #notice dl {
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-direction: column;
}
#suntory_contents #notice dt {
    margin: 0 0 15px;
	font-size: 14px;
	font-weight: bold;
}
#suntory_contents #notice dd p {
	font-size: 13px;
	line-height: 1.8;
}
#suntory_contents #notice dd p a {
	color: #2c2a67;
}
#suntory_contents #notice dd p.pdf a {
	color: #2c2a67;
    background: url(../img/top/pdf.png) no-repeat right 0;
    background-size: 30px auto;
    padding-right: 40px;
}


/*------------------------------------------------------------
  mainVisual（SP）
------------------------------------------------------------ */
#suntory_contents #mainVisual {
	margin: 0 auto;
	width: auto;
	min-height:200px;
	position: relative;
}

#suntory_contents #mainVisual .statusClose {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	position: static;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #ac0000;
	margin: 15px 15px 15px;
}

#suntory_contents #mainVisual .statusOpen {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	position: static;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #dab300;
	margin: 15px 15px 15px;
}
#suntory_contents #mainVisual .statusOpen span {
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

#suntory_contents #mainVisual .statusOpenExtend {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	position: static;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #dab300;
	margin: 15px 15px 15px;
}
#suntory_contents #mainVisual .statusOpenExtend span {
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
    
#suntory_contents #mainVisual .btnPageDown a {
	display: none;
	height: 0;
}

/*------------------------------------------------------------
  calendar（SP）
------------------------------------------------------------ */
#suntory_contents #calendar {
	margin: 20px auto 0;
	width: auto;
	height: auto;
}
#suntory_contents #calendar .slides li div p {
	margin: 0 0 10px 5px;
	height: 1em;
	font-size: 14px;
	color: #444;
}
	#suntory_contents #calendar .slides li {
		display: none;
	}
#suntory_contents #calendar .slides li div p span {
	background: url(../img/top/cal/icon_tea.png) no-repeat 0 center;
	background-size:10px auto;
	margin-left: 10px;
	padding-left: 17px;
	font-size: 11px;
	color: #4b802e;
}
#suntory_contents #calendar .slides li div p.second {
	color: #444;
	opacity: 1;
}
#suntory_contents #calendar .slides li div p.second span {
	color: #4b802e;
	background: url(../img/top/cal/icon_tea.png) no-repeat 0 center;
	background-size:10px auto;
}
	
/*------------------------------------------------------------
  menu（SP）
------------------------------------------------------------ */
#suntory_contents #menu {
	margin: 20px 2.34375% 35px;
	width: auto;
}
#menu:after { content :''; display :block; clear :both; }

#suntory_contents #menu a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents #menuExhibition {
	margin: 0 0 7px;
	width:100%;
	height: auto;
	float: none;
}
#suntory_contents #menuExhibition a {
	width:auto;
	height: auto;
	background: url(../img/top/img_menu_exhibition.jpg) no-repeat 0 0;
	background-size:100% auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 38.095238095%;
	position: relative;
}
#suntory_contents #menuExhibition .inner {
	background: rgba(255,255,255,.7);
	padding: 15px 10px 10px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 8em;
	height: 100%;
         -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#suntory_contents #menuExhibition a h2 {
	color: #000;
}
#suntory_contents #menuExhibition h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-size:.9375rem;
	font-weight: normal;
}
#suntory_contents #menuExhibition h2.next {
	background: url(../img/top/icon_next.png) no-repeat right 0;
	background-size:auto 15px;
	padding-right: 56px;
	padding-bottom: 0px;
}

#suntory_contents #menuExhibition a .text {
	color: #000;
}
#suntory_contents #menuExhibition .text {
	margin-bottom: 1em;
	font-size: 10px;
	font-size:.625rem;
	line-height: 1.4;
	font-weight: normal;
}
#suntory_contents #menuExhibition a .note {
	color: #c96300;
}
#suntory_contents #menuExhibition .note {
	font-size: 12px;
	font-size:.75rem;
	line-height: 1.125rem;
	font-weight: normal;
	position: absolute;
	bottom:-2em;
	white-space: nowrap;
}
	
#suntory_contents #menuProgram {
	margin: 0 0 7px;
	width:49.180327868%;
	/*height: 120px;*/
	height: auto;
	float: left;
}
#suntory_contents #menuProgram a {
	width:auto;
	height: auto;
	background: url(../img/top/img_menu_program.jpg) no-repeat 0 0;
	background-size: cover;
	display: block;
	color: #fff;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #menuProgram .inner {
	background: none;
	padding: 15px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #menuProgram h2 {
	margin-bottom: 30px;
	font-size: 14px;
	font-size:.875rem;
	font-weight: normal;
}
#suntory_contents #menuProgram p {
	display: none;
}

#suntory_contents #menuCollection {
	margin: 0 0 7px;
	clear: none;
	width:49.180327868%;
	height: auto;
	background: #06194f;
	float: right;
}
#suntory_contents #menuCollection a {
	width:auto;
	height: auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: none;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #menuCollection .inner {
	padding: 10px 15px 10px;
	background:none;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #menuCollection a h2 {
	color: #fff;
}
#suntory_contents #menuCollection h2 {
	margin-bottom: 10px;
/*	font-size: 14px;*/
	font-size:.875rem;
	font-weight: normal;
	padding-bottom: 36%;
	background:url(../img/top/img_menu_collection02.png) no-repeat 0 bottom, url(../img/top/img_menu_collection01.png) no-repeat right bottom;
	background-size:34% auto,34% auto;
}
#suntory_contents #menuCollection h2 br {
    display: none;        
}
#suntory_contents #menuCollection a p {
	color: #fff;
}
#suntory_contents #menuCollection p {
	width: auto;
	font-size: 9px;
	font-size:.5625rem;
	line-height: .75rem;
	font-weight: normal;
}

#suntory_contents #shopCafeWrapper {
    clear: both;
	margin: 0 0 7px;
	float: none;
	width: 100%;
}
#suntory_contents #menuShopCafe {
    height: 100%;
}
#suntory_contents #menuShopCafe a {
	width:auto;
	height: auto;
	background: url(../img/top/img_menu_shop_shop.jpg) no-repeat 0 0;
	background-size:100% auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding-top: 38.095238095%;
	position: relative;
}
#suntory_contents #menuShopCafe .inner {
	height: 100%;
	background: rgba(65,37,16,.77) url(../img/top/img_menu_shop_cafe_item.png) no-repeat center bottom 15px;
	background-size:100px auto;
	padding: 15px 15px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
     -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents #menuShopCafe h2 {
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: normal;
}
#suntory_contents .btnOnlineShop a {
    z-index: 10;
    font-size: 10px;
    color: #fff;
    background: #1b0c00!important;
    padding:5px 10px;
    border-radius: 20px!important;
    position: absolute;
    bottom:5px;
    left: 5px;
    display: inline-block;
}
   
#suntory_contents #menuVisit {
	margin: 0 0 7px;
	width:49.180327868%;
	/*height: 120px;*/
	height: auto;
	float: left;  
}
#suntory_contents #menuVisit a {
	width:auto;
	height: auto;
	background: url(../img/top/img_menu_visit.jpg) no-repeat 0 0;
	background-size: cover;
	display: block;
	color: #fff;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #menuVisit .inner {
	background: none;
	padding: 15px 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #menuVisit h2 {
	margin-bottom: 30px;
	font-size: 14px;
	font-size:.875rem;
	font-weight: normal;
}
#suntory_contents #menuVisit p {
	display: none;
}   

#suntory_contents #menuTeaCeremony {
	margin: 0 0 7px;
	width:49.180327868%;
	height: auto;
    float: right;
	/*height: 120px;*/    
}
#suntory_contents #menuTeaCeremony a {
	width:auto;
	height: auto;
	/*height: 120px;*/
	background: url(../img/top/img_menu_tea.jpg) no-repeat 0 0;
	background-size:100% auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #menuTeaCeremony .inner {
	background: none;
	padding: 15px 15px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #menuTeaCeremony h2 {
	margin-bottom: 0px;
	font-size: 14px;
	font-size:.875rem;
	line-height: 1.0625rem;
	font-weight: normal;
}
#suntory_contents #menuTeaCeremony p {
	display: none;
}

#suntory_contents #menuMembersClub {
	margin: 0 0 7px;
	width:49.180327868%;
	height: auto;
	/*height: 120px;*/
	float: left;
}
#suntory_contents #menuMembersClub a {
    clear: left;
	width:auto;
	height: auto;
	/*height: 120px;*/
	background: url(../img/top/img_menu_members_club.jpg) no-repeat 0 0;
	background-size:100% auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #menuMembersClub .inner {
	padding: 25px 10px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #menuMembersClub h2 {
/*	font-size: 14px;*/
	font-size:.875rem;
	font-weight: normal;
}
#suntory_contents #menuMembersClub p {
	display: none;
}

#suntory_contents #ArtAboutRoppongi {
	margin: 0 0 7px;
	width:49.180327868%;
	height: auto;
	/*height: 120px;*/
	float: right;
    display: block;
}
#suntory_contents #ArtAboutRoppongi a {
    clear: left;
	width:auto;
	height: auto;
	/*height: 120px;*/
	background: url(../img/top/img_menu_art_about_roppongi.png) no-repeat 0 0;
	background-size:100% auto;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	position: relative;
	padding-top: 80%;
}
#suntory_contents #ArtAboutRoppongi .inner {
	padding: 25px 10px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#suntory_contents #ArtAboutRoppongi h2 {
	text-indent:-9999px;
}
 

/*------------------------------------------------------------
  information（SP）
------------------------------------------------------------ */
#suntory_contents #information {
	margin: 20px 15px 40px;
	width: auto;
}
#suntory_contents #information dl {
    margin-bottom: 30px;
    width: auto;
    float: none;
}

#suntory_contents #information dt {
	margin-bottom: 20px;
}
#suntory_contents #information dt:after { content :''; display :block; clear :both; }

#suntory_contents #information dt h2 {
	margin-right: 20px;
	font-size: 17px;
	font-weight: bold;
	float: left;
}
#suntory_contents #information dt p a {
	font-size: 12px;
	color: #2c2a67;
	background: #f0ede7;
	display: inline-block;
	padding: 10px 15px;
	float: left;
}
	
	
#suntory_contents #information th {
	padding-right: 10px;
	list-style: none;
	margin-bottom: 1em;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
	white-space: nowrap;
}
#suntory_contents #information td {
	list-style: none;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.8;
}

#suntory_contents #information td a {
	color: #2c2a67;
}
#suntory_contents #information td a:hover {
	text-decoration: underline;
}

#suntory_contents #information li.pdf a {
	color: #000;
    background: url(../img/top/pdf.png) no-repeat right 0;
    background-size: 30px auto;
    padding-right:40px;
}



#suntory_contents #twitterContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#suntory_contents #twitterContainer .titleBar h2 {
	font-size: 17px;
	font-weight: bold;
	float: none;
}
#suntory_contents #twitterContainer .titleBar p {
    display: none;
    height: 0px;
}
#suntory_contents #twitterContainer p.btnSP {
    margin: 15px 0 0;
    display: block;
}
#suntory_contents #twitterContainer p.btnSP a {
    margin: 0;
    width: auto;
    height: auto;
    display: block;
    text-indent:0;
    background: #55acee url(../img/top/icon_twitter.png) no-repeat 10px center;
    background-size:20px auto;
    float: none;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    color: #fff;
        -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

    
/*------------------------------------------------------------
  link（SP）
------------------------------------------------------------ */

#suntory_contents #bnrAAR {
    display: none;
    height: 0px;
}
#suntory_contents #bnrAAR h2,
#suntory_contents #bnrAAR p {
    display: none;
    height: 0px;
}
#suntory_contents #link {
    margin: 0 15px 40px;
}
#suntory_contents #link ul {
    border-top: 4px #f4f2ed solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents #link li {
    width: 100%;
    display: inline-block;
    border-left:none;
    border-right: none;
    border-bottom: 4px #f4f2ed solid;
     -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5;
    display: table;
         -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents #link li a {
    color: #000;
    display: block;
    vertical-align: middle;
    min-height: 60px;
    display: table-cell;
    padding: 15px 0 15px 80px;
}
#suntory_contents #link li.triangle {
    background: url(../img/top/icon_art_triangle.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.akc {
    background: url(../img/top/icon_art_kids_club.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.sfa {
    background: url(../img/top/icon_sfa.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}
#suntory_contents #link li.shiori {
    background: url(../img/top/icon_shiori.png) no-repeat 15px center;
    background-size: 50px auto;
    height: 60px;
}

}