@charset "utf-8";

/*==================================================
reset
================================================== */
#suntory_contents #hall_contents a {
	box-sizing:border-box;
}
#suntory_contents #hall_contents ul {
	list-style:none;
}
#suntory_contents #hall_contents img {
	vertical-align: bottom;
}

/*==================================================
pc sp common
================================================== */

#suntory_contents #contents .qabox dd a {
	color: #813;
	text-decoration: underline;
}
#suntory_contents #contents .qabox dt:hover,
#suntory_contents #contents .qabox dd a:hover {
	opacity: 0.75;
}


@media screen and (max-width:767px){
	/*sp================================================== */

/*==================================================
container layout [sp]
================================================== */
#suntory_contents #contents {
	width: 100%;
	margin: 0;
	padding: 0 0 12vw;
}
#suntory_contents #contents section {
	margin: 8vw 4vw 0;
}

/*------------------------------------------------------------
[SP] qabox
------------------------------------------------------------ */
#suntory_contents #contents .qabox dl {
	margin: 3.2vw 0 0;
	padding: 0;
	background-color: #f2f2f2;
}
#suntory_contents #contents .qabox dt {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 12.8vw;
	margin: 0;
	padding: 2.4vw 4vw 2.4vw 12.8vw;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.7;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/faq/assets2019/img/img_q.png) no-repeat left 2.4vw top 2.4vw / 8vw;
}
#suntory_contents #contents .qabox dd {
	display: none;
	margin: 0;
	padding: 0.8vw 4vw 4vw 12.8vw;
	color: #864;
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.7;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/faq/assets2019/img/img_a.png) no-repeat left 2.4vw top 0.8vw / 8vw;
}

/*------------------------------------------------------------
[SP] qabox btn link
------------------------------------------------------------ */
#suntory_contents #hall_contents dd .btn {
	display: block;
	margin-top: 4vw;
	width: 64vw;
}
#suntory_contents #hall_contents dd .btn a {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 0 4.8vw 0 9.6vw;
	height: 12vw;
	font-size: 4vw;
	color: #813;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/arrow_right.png) left center / 4.8vw;
	background-repeat: no-repeat;
	background-color: #fff;
}
#suntory_contents #hall_contents dd .btn.external a {
	padding-right: 8vw;
	background-image: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/arrow_right.png), url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png);
	background-position: left center, right 2.4vw top 2.4vw;
	background-size: 4.8vw, 2.4vw;
}
#suntory_contents #hall_contents dd a.external {
	padding-right: 4vw;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png) no-repeat right 0.53333333vw center / 2.4vw;
}


}
@media print, screen and (min-width:768px){
	/*pc================================================== */

/*==================================================
container layout [pc]
================================================== */
#suntory_contents #contents {
	width: 100%;
	max-width: 1160px;
	margin: 50px auto 110px;
	padding: 0 10px;
}
#suntory_contents #contents section {
	width: 940px;
	margin: 0 auto;
}

/*------------------------------------------------------------
[PC] qabox
------------------------------------------------------------ */
#suntory_contents #contents .qabox dl {
	margin: 10px 0 0;
	padding: 0;
	background-color: #f2f2f2;
}
#suntory_contents #contents .qabox dt {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	height: 56px;
	margin: 0;
	padding: 10px 30px 10px 70px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/faq/assets2019/img/img_q.png) no-repeat left 20px center / 36px;
}
#suntory_contents #contents .qabox dd {
	display: none;
	margin: 0;
	padding: 5px 30px 20px 70px;
	color: #864;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.7;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/faq/assets2019/img/img_a.png) no-repeat left 20px top 5px / 36px;
}
#suntory_contents #contents .qabox dt:hover {
	cursor:pointer;
}

/*------------------------------------------------------------
[PC] qabox btn link
------------------------------------------------------------ */
#suntory_contents #hall_contents dd .btn {
	display: block;
	margin-top: 15px;
	width: 240px;
}
#suntory_contents #hall_contents dd .btn a {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 0 40px;
	height: 45px;
	font-size: 16px;
	color: #813;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/arrow_right.png) left center / 20px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#suntory_contents #hall_contents dd .btn.external a {
	padding-right: 30px;
	background-image: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/arrow_right.png), url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png);
	background-position: left center, right 8px top 8px;
	background-size: 20px, 9px;
}
#suntory_contents #hall_contents dd a.external {
	padding-right: 15px;
	background: url(https://www.suntory.com/culture-sports/suntoryhall/common2019/img/icon_external.png) no-repeat right 2px top 7px / 9px;
}

}
@media print, screen and (min-width:768px) and (max-width:1080px){
	#suntory_contents #contents {
    min-width: 960px;
	}

}

