@charset "utf-8";

/*==================================================
sp
================================================== */


/* ========================================================================
[sp]global_contents
========================================================================= */
#suntory_contents .global_contents * {
	box-sizing: border-box;
}

#suntory_contents .global_contents {
	margin:5.6vw auto 16vw;
}
#suntory_contents .global_contents .btn_japanese a {
	margin:0 4vw 5.333333333333333vw auto;
	width:24vw;
	height:8vw;
	display:flex;
	align-items:center;
	background:#881133 url(https://www.suntory.com/culture-sports/suntoryhall/global/assets/img/icon_external_white.svg) no-repeat right 2.4vw center;
	background-size:2.4vw 2.4vw;
	font-size:3.2vw;
	color:#fff;
	text-decoration: none;
	padding:0 0 0 2.933333333vw;
}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){
	
	/* ========================================================================
	[pc]bread_crumbs
	========================================================================= */
	#suntory_contents .bread_crumbs .sub {
		vertical-align:sub;
		font-size:11px;
	}
	
	/* ========================================================================
	[pc]global_contents
	========================================================================= */
	#suntory_contents .global_contents {
		margin:50px auto 120px;
		width:1084px;
	}
	#suntory_contents .global_contents .btn_japanese a {
		margin:0 0 40px auto;
		width:110px;
		height:36px;
		display:flex;
		align-items:center;
		background:#881133 url(https://www.suntory.com/culture-sports/suntoryhall/global/assets/img/icon_external_white.svg) no-repeat right 10px center;
		background-size:9px 9px;
		font-size:14px;
		color:#fff;
		text-decoration: none;
		padding:0 0 0 18px;
	}
	#suntory_contents .global_contents .btn_japanese a:hover {
		background:#aa1144 url(https://www.suntory.com/culture-sports/suntoryhall/global/assets/img/icon_external_white.svg) no-repeat right 10px center;
		background-size:9px 9px;
	}
	
	
		
}