@charset "utf-8";

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


/*------------------------------------------------------------
  font
------------------------------------------------------------ */
@import url(/sun_common/en/fonts/css/fonts.css);


@media screen and (min-width:768px){
	/*
	* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
	 */
	@font-face {
	  font-family: 'Noto Sans Japanese';
	  font-style: normal;
	  font-weight: 100;
	  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
	       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
	       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
	}
	@font-face {
	  font-family: 'Noto Sans Japanese';
	  font-style: normal;
	  font-weight: 200;
	  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
	       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
	       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
	}
	@font-face {
	   font-family: 'Noto Sans Japanese';
	   font-style: normal;
	   font-weight: 300;
	   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
	}
	@font-face {
	   font-family: 'Noto Sans Japanese';
	   font-style: normal;
	   font-weight: 400;
	   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans Japanese';
	   font-style: normal;
	   font-weight: 500;
	   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans Japanese';
	   font-style: normal;
	   font-weight: 700;
	   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
	 }
	@font-face {
	   font-family: 'Noto Sans Japanese';
	   font-style: normal;
	   font-weight: 900;
	   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
	        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
	 }
	
}

/*------------------------------------------------------------
  suntory_contents
------------------------------------------------------------ */
#suntory_contents {
	/*font-family: 'suntory syntax';*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: 300;
	letter-spacing: .05em;
}

#suntory_contents a {
	text-decoration: none;
}

/*------------------------------------------------------------
  hiddenItem
------------------------------------------------------------ */
#suntory_contents .hiddenItem {
display:none;
}


/* for PC */

/*------------------------------------------------------------
  header（PC）
------------------------------------------------------------ */
#suntory_contents header {
    background: #06194f;
	padding-bottom: 10px;
}
#suntory_contents header li {
    list-style: none;
}
#suntory_contents header .titleBar {
    margin:0 auto 20px;
    width:960px;
}
.titleBar { /zoom :1; }
.titleBar:after { content :''; display :block; clear :both; }

#suntory_contents header h1 a {
    margin:15px 0 0 0;
    width: 194px;
    height: 30px;
    display: block;
    background: url(../img/logo_header_pc.png) no-repeat 0 0;
    text-indent: -9999px;
    float:left;
}

#suntory_contents header .btnNav {
	display: none;
}

#suntory_contents header .titleBar ul {
    margin: 15px 0 0;
    float:right;
}
.titleBar ul { /zoom :1; }
.titleBar ul:after { content :''; display :block; clear :both; }

#suntory_contents header .titleBar ul li {
    float:right;
	margin: 0;
	padding: 0;
	font-size:12px;
    font-weight: bold;
}
#suntory_contents header .btnJA {
	margin: 0 20px 0 0;
	color: #a9acba;
	border-bottom: 4px #a9acba solid;
}
#suntory_contents header .btnEN {
}
#suntory_contents header .btnEN a {
	margin: 0 20px 0 20px;
    color:#fff;
}


#suntory_contents header .btnTwitter a {
    width: 21px;
    height: 17px;
    display: block;
    background: url(../img/icon_twitter.png) no-repeat 0 0;
    text-indent: -9999px;
}

/*------------------------------------------------------------
  nav（PC）
------------------------------------------------------------ */
#suntory_contents header nav {
    margin:0 auto;
    width:960px;
    display: block;
}
#suntory_contents header nav ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
	position: relative;
}
#suntory_contents header nav li {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
    border-left:6px #30406c solid;
    border-right:6px #30406c solid;
	border-collapse:collapse;
    width: 4em;
}
#suntory_contents header nav li li {
    width: auto;
}

#suntory_contents header nav li:last-child {
	border-left:6px #30406c solid;
    border-right:none;
}
#suntory_contents header nav li a {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 5px 12px;
	line-height: 1.5em;
	z-index: 1000;
}

#suntory_contents header nav li a .sp {
	display: none;
}

#suntory_contents header nav #navHow2enter a {
	margin-left: 15px;
    padding: 5px 8px;
	color: #fff;
	border:2px #fff solid;
}

/*current*/
#exhibition #suntory_contents header nav li#navExhibitions {
	background: #32426e;
}
#education #suntory_contents header nav li#navEducation {
	background: #32426e;
}
#shopxcafe #suntory_contents header nav li#navShopCafe {
	background: #32426e;
}
#tea #suntory_contents header nav li#navTea {
	background: #32426e;
}
#about #suntory_contents header nav li#navAbout {
	background: #32426e;
}
#visit #suntory_contents header nav li#navVisit {
	background: #32426e;
}


#suntory_contents header nav li:hover {
	background: #32426e;
}
#suntory_contents header nav li#navHow2enter:hover {
	background: none;
}

#suntory_contents header nav li#navHow2enter:hover a {
	background:#32426e;
}
#suntory_contents header nav li.cr a {
	background: #32426e;
}

#exhibition #suntory_contents header nav a.navExhibitions {
	background: #32426e;
}

#suntory_contents .subNavExhibitions {
	position: absolute;
	top:59px;
	left:-3px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	z-index: 1000;
}
#suntory_contents .subNavExhibitions li {
	border: none; 
}
#suntory_contents .subNavExhibitions li a {
	background: #32426e;
	padding: 25px 40px;
}
#suntory_contents .subNavExhibitions li a:hover {
	text-decoration: underline;
}

#suntory_contents header nav .btnClose {
	display: none;
}

/*------------------------------------------------------------
  container（PC）
------------------------------------------------------------ */
#suntory_contents #container {
    width: 960px;
    margin: 0 auto;
}

/*------------------------------------------------------------
  bradcrumbs（PC）
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
    margin: 25px 0 25px;
    font-size: 12px;
    display: block;
}
#suntory_contents #breadcrumbs p span {
    margin: 0 1em;
}
#suntory_contents #breadcrumbs p a {
    color: #666;
    text-decoration: none;
}
#suntory_contents #breadcrumbs a:hover {
    text-decoration: underline;
}


/*------------------------------------------------------------
  snsContainerBottom（PC）
------------------------------------------------------------ */
#suntory_contents .snsContainerBottom {
	margin: 0 0 30px;
}
#suntory_contents .snsContainerBottom { /zoom :1; }
#suntory_contents .snsContainerBottom:after { content :''; display :block; clear :both; }

#suntory_contents .addthis_sharing_toolbox {
	float: left;
}
#suntory_contents .snsContainerBottom .btnPageTop {
	float:right;
}
#suntory_contents .snsContainerBottom .btnPageTop a {
    font-size:14px;
    color: #2c2a67;
    text-decoration: none;
    background: url(../img/arrow_up01.png) no-repeat right center;
    padding-right: 30px;
}
#suntory_contents .snsContainerBottom .btnPageTop a:hover {
    text-decoration: underline;
}
    
/*------------------------------------------------------------
  btnPageTop（PC）
------------------------------------------------------------ */
#suntory_contents .btnPageTop {
    margin:0 0 30px;
    text-align: right;
}
#suntory_contents .btnPageTop a {
    font-size:14px;
    color: #2c2a67;
    text-decoration: none;
    background: url(../img/arrow_up01.png) no-repeat right center;
    padding-right: 30px;
}
#suntory_contents .btnPageTop a:hover {
    text-decoration: underline;
}


/*------------------------------------------------------------
  footer（PC）
------------------------------------------------------------ */
#top #suntory_contents footer {
	background: #06194f url(../img/top/footer_img.jpg) no-repeat center 0;
    padding: 280px 0 30px;
}
#suntory_contents footer {
    background: #06194f;
    padding: 40px 0;
}
#suntory_contents footer li {
    list-style: none;
}
#suntory_contents footer .inner {
    margin:0 auto;
    width:960px;
/*
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content: space-between;
*/
}
#suntory_contents footer .inner { /zoom :1; }
#suntory_contents footer .inner:after { content :''; display :block; clear :both; }

#suntory_contents footer .profile {
	margin-right: 50px;
	width:330px;
	float:left;
}
#suntory_contents footer .link01 {
	margin-right: 20px;
	width:180px;
	float:left;
}
#suntory_contents footer .link02 {
	margin-right: 20px;
	width:180px;
	float:left;
}
#suntory_contents footer .link03 {
	width:180px;
	float:left;
}
#suntory_contents footer .logo {
    margin:0 0 40px;
    width: 231px;
    height: 36px;
    display: block;
    background: url(../img/logo_footer.png) no-repeat 0 0;
    text-indent: -9999px;
}
#suntory_contents footer .adr,
#suntory_contents footer .tel,
#suntory_contents footer .close,
#suntory_contents footer .preparation {
    font-size: 12px;
    line-height: 2;
    color: #d4d7e0;
}
#suntory_contents footer .functionBtn {
	display: none;
}

#suntory_contents footer .link01 p,
#suntory_contents footer .link02 p,
#suntory_contents footer .link03 p {
	margin-bottom: 6px;
	line-height: 1.5;
    font-size:17px;
    color: #fff;
}
#suntory_contents footer .link02 p.roppongi {
	margin-top: 24px;
	font-size: 14px;
}
#suntory_contents footer .link01 p a,
#suntory_contents footer .link02 p a,
#suntory_contents footer .link03 p a {
    color: #fff;
}
#suntory_contents footer .link01 ul,
#suntory_contents footer .link02 ul,
#suntory_contents footer .link03 ul {
	margin-bottom: 24px;
}
#suntory_contents footer .link01 li,
#suntory_contents footer .link02 li,
#suntory_contents footer .link03 li {
	margin-bottom: 12px;
    font-size:12px;
	line-height: 1.5;
    color: #d4d7e0;
}
#suntory_contents footer .link01 li a,
#suntory_contents footer .link02 li a,
#suntory_contents footer .link03 li a {
    color: #d4d7e0;
}

#suntory_contents footer .information {
	clear: both;
    margin:0 auto;
    width:960px;
	display:table;
}

#suntory_contents footer .information .btnContainer {
	display: table-cell;
}
#suntory_contents footer .btnContact a {
    margin-bottom: 20px;
    padding: 10px 10px;
    min-width: 230px;
    font-size:14px;
    color:#fffefe;
    display: inline-block;
    background: #233066;
    text-align: center;
        -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 footer .btnContact a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#suntory_contents footer .btnTwitter a {
	margin-bottom: 12px;
    padding:10px;
    min-width: 230px;
    font-size:14px;
    color:#fffefe;
    display: inline-block;
    text-align: left;
	background:#233066 ;
        -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 footer .btnTwitter a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#suntory_contents footer .btnTwitter a span {
	background:url(../img/icon_twitter.png) no-repeat 0 center;
	padding-left:35px;
}
#suntory_contents footer .btnMailmagazine a {
    padding:10px;
    min-width: 230px;
    font-size:14px;
    color:#fffefe;
    display: inline-block;
    text-align: left;
	background:#233066 ;
        -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 footer .btnMailmagazine a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#suntory_contents footer .btnMailmagazine a span {
	background:url(../img/icon_mail.png) no-repeat 0 center;
	padding-left:35px;
}

#suntory_contents footer .linkBottom {
	vertical-align: bottom;
	text-align: right;
	display: table-cell;
}
#suntory_contents footer .linkBottom ul {
	display: inline-block;
}

#suntory_contents footer .linkBottom ul:after { content :''; display :block; clear :both; }

#suntory_contents footer .linkBottom li {
	margin-right: 20px;
	padding-right: 20px;
	float: left;
	font-size: 12px;
}
#suntory_contents footer .linkBottom li:nth-child(3) {
	border-right:none;
	margin-right: 35px;
	padding-right: 0;
}
#suntory_contents footer .linkBottom li a {
	color: #fff;
}
#suntory_contents footer .linkBottom li.btnPress {
	margin-right: 0;
	padding-right: 0;
	border-right:none;
}
#suntory_contents footer .linkBottom li.btnPress a {
	background:#233066;
	padding: 10px 20px;
}
#suntory_contents footer .linkBottom li.btnPress a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

#suntory_contents footer .copyright {
	clear: both;
    margin:30px auto 0;
    width:960px;
    font-size: 10px;
    line-height: 1.8;
    color: #9ba2b4;
    text-align: right;
}
#suntory_contents footer .copyright p:first-child {
	font-size:10px;
}

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

/*------------------------------------------------------------
  for SP
------------------------------------------------------------ */

/*------------------------------------------------------------
  suntory_contents
------------------------------------------------------------ */
#suntory_contents {
	/*font-family: 'suntory syntax';*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    font-weight: normal;
    font-weight: 300;
    letter-spacing: .05em;
}

/*------------------------------------------------------------
  header（SP）
------------------------------------------------------------ */
#suntory_contents header {
    background: #06194f;
}
#suntory_contents header.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#suntory_contents header li {
    list-style: none;
}
#suntory_contents header .titleBar {
    margin:0 auto;
    padding: 0;
    width:100%;
}
.titleBar { /zoom :1; }
.titleBar:after { content :''; display :block; clear :both; }

#exhibiton #suntory_contents header .titleBar {
	margin:0 auto 20px;
}

#suntory_contents header h1 a {
    margin:15px 0 5px 15px;
    width: 193px;
    height: 30px;
    display: block;
    background: url(../img/logo_header.png) no-repeat 0 0;
	background-size:auto 30px;
    text-indent: -9999px;
    float:left;
}	
#suntory_contents header .btnNav {
	margin: 15px 15px 5px 0;
	display: block;
	float:right;
}
#suntory_contents header .btnNav a {
	width: 30px;
	height: 30px;
	background: url(../img/icon_open.png) no-repeat 0 0;
	background-size:30px auto;
	text-indent: -9999px;
	display: block;
}

#suntory_contents header .titleBar ul {
	clear: both;
    margin: 0 0 0 15px;
    float:left;
}
.titleBar ul { /zoom :1; }
.titleBar ul:after { content :''; display :block; clear :both; }

#suntory_contents header .titleBar ul li {
    float:right;
	margin-bottom: 10px;
}

#suntory_contents header .languageNav {
	padding-top: 10px;
}

#suntory_contents header .btnJA a,
#suntory_contents header .btnEN a {
    margin-right: 20px;
    font-size:12px;
    font-weight: bold;
    color:#fff;
}
#suntory_contents header .btnTwitter a {
    width: 21px;
    height: 17px;
    display: block;
    background: url(../img/icon_twitter.png) no-repeat 0 0;
    text-indent: -9999px;
}

/*------------------------------------------------------------
  nav（SP）
------------------------------------------------------------ */
#suntory_contents header nav {
    margin:0 auto;
    width:auto;
	height: auto;
	position: static;
}
#suntory_contents header nav ul {
    display: table;
    display: block;
    width: 100%;
}
#suntory_contents header nav li {
    display: block;
    text-align: left;
	border-left:none;
    border-right:none;
    width: 100%;
}
#suntory_contents header nav li br {
    display: none;
}
#suntory_contents header nav li:first-child a {
	border-top: 3px #1e2b5f solid;
}
#suntory_contents header nav li a {
	margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 12px;
	border-bottom: 3px #1e2b5f solid;
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}

#suntory_contents header nav li:last-child {
	border-left:none;
    border-right:none;
}


#suntory_contents header nav li a:hover {
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}

#suntory_contents header nav li a .sp {
	display: inline-block;
}   
#suntory_contents header nav li a br {
    display: none;
}

#suntory_contents header nav #navHow2enter a {
	margin: 15px 15px 0;
    padding: 5px 8px;
	color: #fff;
	border:2px #fff solid;
}


/*current none*/
#shopxcafe #suntory_contents header nav li#navShopCafe a {
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}
#tea #suntory_contents header nav li#navTea a {
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}
#about #suntory_contents header nav li#navAbout a {
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}
#visit #suntory_contents header nav li#navVisit a {
	background: url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
}
	
#suntory_contents header nav .navExhibitions {	
	background: url(../img/icon_plus.png) no-repeat right 10px center;
	background-size:10px auto;
}
#suntory_contents header nav .navExhibitions:hover {
	background: url(../img/icon_plus.png) no-repeat right 10px center;
	background-size:10px auto;
}
#suntory_contents header nav .subNavExhibitions {
	background: #1e2b5f;
	position: static;
}
#suntory_contents header nav .subNavExhibitions li a {
	border:none;
	background: #1e2b5f url(../img/arrow_nav.png) no-repeat right 10px center;
	background-size:10px auto;
	margin: 0;
	padding: 8px 10px;
}
	
#suntory_contents header nav .btnClose {
	display: block;
	text-align: center;
	padding: 15px 0;
}
#suntory_contents header nav .btnClose a {
	background:#fff;
	color: #06194f;
	display: inline-block;
	padding: 5px 30px;
}

/*------------------------------------------------------------
  container（SP）
------------------------------------------------------------ */
#suntory_contents #container {
    width: auto;
    margin: -60px auto 0;
	padding:60px 0 0;
}

/*------------------------------------------------------------
  bradcrumbs（SP）
------------------------------------------------------------ */
#suntory_contents #breadcrumbs {
    display: none;
}

/*------------------------------------------------------------
  snsContainerBottom（SP）
------------------------------------------------------------ */
#suntory_contents .snsContainerBottom {
	margin: 0 15px 30px;
}
#suntory_contents .snsContainerBottom:after { content :''; display :block; clear :both; }

#suntory_contents .addthis_sharing_toolbox {
	float: left;
}
#suntory_contents .snsContainerBottom .btnPageTop {
	float:right;
}
#suntory_contents .snsContainerBottom .btnPageTop a {
    font-size:13px;
    color: #2c2a67;
    text-decoration: none;
    background: url(../img/arrow_up01.png) no-repeat right center;
    background-size:14px auto;
    padding-right: 20px;
}
#suntory_contents .snsContainerBottom .btnPageTop a:hover {
    text-decoration: underline;
}
	
/*------------------------------------------------------------
  btnPageTop（SP）
------------------------------------------------------------ */
#suntory_contents .btnPageTop {
    margin:0 15px 30px;
    text-align: right;
}
#suntory_contents .btnPageTop a {
    font-size:13px;
    color: #2c2a67;
    text-decoration: none;
    background: url(../img/arrow_up01.png) no-repeat right center;
    background-size:14px auto;
    padding-right: 20px;
}
#suntory_contents .btnPageTop a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
  footer（SP）
------------------------------------------------------------ */
#top #suntory_contents footer {
	background: #06194f;
    padding: 30px 0;
}
#suntory_contents footer {
    background: #06194f;
    padding: 30px 0;	
}
#suntory_contents footer li {
    list-style: none;
}
#suntory_contents footer .inner {
    margin:0 auto 30px;
    width:auto;
	display: block;
}

#suntory_contents footer .logo {
    margin:0 auto 30px;
    width: 180px;
    height: 28px;
    display: block;
	background: url(../img/logo_header.png) no-repeat 0 0;
	background-size:180px auto;
    text-indent: -9999px;
	float:none;
}
#suntory_contents footer .profile {
	width: 99%;
}
#suntory_contents footer .profile .data {
	margin: 0 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content: space-between;
}
	
#suntory_contents footer .adr,
#suntory_contents footer .tel,
#suntory_contents footer .close,
#suntory_contents footer .preparation {
    font-size: 12px;
    line-height: 1.8;
    color: #d4d7e0;
}
	
#suntory_contents footer .functionBtn {
	display: block;
	display: table-cell;
	margin: 0 10px;
}
#suntory_contents footer .functionBtn li a {
	margin-bottom: 10px;
	border:1px #fff solid;
	font-size: 12px;
	color: #fff;
	padding:10px;
	display: inline-block;
	width: 6em;
	text-align: center;
}
	
#suntory_contents footer .link01,
#suntory_contents footer .link02,
#suntory_contents footer .link03 {
    display: none;
	height: 0;
}
#suntory_contents footer .information {
    margin:0 auto;
    width: auto;
    display: block;
}
#suntory_contents footer .information .btnContainer {
	display: none;
}
	
#suntory_contents footer .information ul {
 	margin: 0 15px 15px;
	display: block;
    width: 100%;
	text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents footer .linkBottom {
	display: block;
    width: 100%;

    margin: 0;
    padding: 0;
}
#suntory_contents footer .linkBottom ul {
    margin: 0 0 15px;
    padding: 0;       
}
    
#suntory_contents footer .linkBottom li:nth-child(1){
	clear: both;
	margin: 0 auto 12px;
	float:none;
	display: block;
	text-align: center;
}
#suntory_contents footer .linkBottom li:nth-child(2){
	margin: 0 25px 12px 0;
	padding: 0 25px 0 0;
	display: inline-block;
	border-right: 1px #fff solid;
	float:none;
}
#suntory_contents footer .linkBottom li:nth-child(3){
	margin: 0 0 12px 0;
	padding: 0;
	display: inline-block;
	float:none;
}
	
#suntory_contents footer .linkBottom li.btnPress {
	margin: 0;
    padding:0 15px;
    width: auto;
	display: block;
	clear: both;
	float:none;  
}
#suntory_contents footer .linkBottom li.btnPress a {
    width: 100%;
    margin: 0;
	background:#233066;
	padding: 10px 20px;
	display: block;
        -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#suntory_contents footer .btnContact a {
   display: none;
}
#suntory_contents footer .btnTwitter a {
    display: none;
}

#suntory_contents footer .copyright {
    width:auto;
	clear: both;
	display: block;
	margin: 0 15px;
    font-size: 10px;
    line-height: 1.6;
    color: #9ba2b4;
    text-align: left;
}
#suntory_contents footer .copyright p:first-child {
	font-size:10px;
}


}