@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 #insidenav {
	width: 100%;
	background: #e0cca3;
}
#suntory_contents #insidenav li.access a {	background-image: url(../img/icon_head01.png);}
#suntory_contents #insidenav li.ticket a {	background-image: url(../img/icon_head02.png);}
#suntory_contents #insidenav li.member a {	background-image: url(../img/icon_head03.png); 	background-size: 118px;}
#suntory_contents #insidenav li.perfor a {	background-image: url(../img/icon_head04.png);}
#suntory_contents #insidenav li.faq-facility a {	background-image: url(../img/icon_head05.png);}
#suntory_contents #insidenav li.disabled a {	background-image: url(../img/icon_head06.png);	}
#suntory_contents #insidenav li.other a {	background-image: url(../img/icon_head07.png); 	background-size: 46px;}
#suntory_contents #insidenav li a:hover {
	opacity: 0.7;
}
#suntory_contents #contents .qabox dd a {
	color: #813;
	text-decoration: underline;
}
#suntory_contents #contents .qabox dd a:hover {
	opacity:0.7;
}
#suntory_contents #contents .qabox dd a.tel {
	color: #997755;
	text-decoration: none;
}
#suntory_contents #contents .qabox dd p:first-child {
	margin-top: 0;
}
#suntory_contents #contents .qabox dd p a.tel {
	margin-left: 1em;
	margin-right: 1em;
}
#suntory_contents #contents .qabox dd p span {
	display: inline-block;
	margin-left: 1em;
}
#suntory_contents #hall_contents dd .btn a:hover {
	opacity:0.7;
}
#suntory_contents #contents .qabox .attention a .guide,
#suntory_contents #contents .qabox .attention a .guide span {
	text-decoration: underline;
	color: #813;
}
#suntory_contents #contents .qabox .attention a:hover .guide,
#suntory_contents #contents .qabox .attention a:hover .guide span {
	opacity:0.7;
}
#suntory_contents #contents .notice {
	margin-top: 25px;
    font-size: 12px;
	line-height: 1;
	color: #f00;
}

#suntory_contents #contents .icon_blank::after {
	display: inline-block;
	vertical-align: baseline;
	content: '';
	background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat center bottom / 11px;
	width: 15px;
	height: 12px;
}

@media screen and (max-width:767px) {
	#suntory_contents #contents .icon_blank::after {
		display: inline-block;
		vertical-align: baseline;
		content: '';
		background: url(/suntoryhall/common2019/img/icon_external.png) no-repeat center bottom / 10px;
		width: 14px;
		height: 12px;
	}
}

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

/*==================================================
container [sp] layout
================================================== */
#suntory_contents #insidenav .inner {
	padding: 6.66666667vw 4vw 8vw;
}
#suntory_contents #contents {
	width: 100%;
	margin: 0;
	padding: 0 0 8vw;
}
#suntory_contents #contents section {
	margin-top: 8vw;
}
#suntory_contents #contents section .inner {
	padding: 4vw;
}

/*==================================================
notice [sp]
================================================== */
#suntory_contents #contents .notice {
	margin: 6vw 0;
	padding: 0 4vw;
    font-size: 3.2vw;
	line-height: 1.5;
	color: #f00;
}
#suntory_contents #contents .notice .indent {
	margin-left: 1em;
}

/*==================================================
insidenav [sp]
================================================== */
#suntory_contents #insidenav ul{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #insidenav li {
	width: 43vw;
	height: 22.666666vw;
	margin-bottom: 3.5vw;
}
#suntory_contents #insidenav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4vw 0 0;
	font-size: 3.2vw;
	font-weight: bold;
	color: #813;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 4px 1px rgba(204,170,102,.4);
	border-radius: 3px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom 4vw;
	background-size: 22vw;
}
#suntory_contents #insidenav li.member a {
	background-size: 25vw;
}
#suntory_contents #insidenav li.other {
	width: 100%;
	height: 10.666666vw;
	margin-bottom: 0;
}
#suntory_contents #insidenav li.other a {
	background-size: 6.666666vw;
	background-position: 24vw center;
}
#suntory_contents #insidenav p {
	margin-top: 6vw;
	font-size: 3.2vw;
		line-height: 1;
}


/*------------------------------------------------------------
[SP] qabox
------------------------------------------------------------ */
#suntory_contents #contents .qabox#access {
	margin-top: 0;
}
#suntory_contents #contents .qabox h2.faqTitle {
	margin-bottom: 10px;
	padding: 0 0 0 70px;
	color: #813;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	background: url(../img/bg_h2.png) no-repeat left top / 52px;
	background-color: #f5eee0;
}
#suntory_contents #contents .qabox h2.faqTitle .link{
	color: #813;
	text-decoration: none;
	display: block;
}
#suntory_contents #contents .qabox h2.faqTitle .link::after{
	content: "";
	display: inline-block;
	background: url(/suntoryhall/assets/img/arrow_round_red.svg) center / contain no-repeat ;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}
#suntory_contents #contents .qabox dl {
	margin: 10px 10px;
	padding: 15px 10px;
	background-color: #f2f2f2;
}
#suntory_contents #contents .qabox dt {
	margin: 0;
	padding: 1px 0 1px 30px;
	color: #222222;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	background: url(../img/img_q.png) no-repeat  left top 1px / 22px;
}
#suntory_contents #contents .qabox dd {
	display: none;
	margin: 0;
	padding: 10px 0 2px 30px;
	color: #864;
	font-size: 14px;
	line-height: 1.7;
	background: url(../img/img_a.png) no-repeat left top 10px / 22px;
}
#suntory_contents #contents .qabox dd p {
	margin: 10px 0 0 1em;
	text-indent: -1em;
}
#suntory_contents #contents .qabox dd p.text {
	margin: 10px 0 0 0;
	text-indent: 0;
}
#suntory_contents #contents .qabox dd p.text:first-child {
	margin-top: 0;
}

/*------------------------------------------------------------
[SP] qabox btn
------------------------------------------------------------ */
#suntory_contents #hall_contents dd .btn,
#suntory_contents #hall_contents dd .btn-pdf {
	display: table;
	margin-top: 15px;
	min-width: 85%;
	text-align: center;
}
#suntory_contents #hall_contents dd .btn a {
	display: table-cell;
	padding: 12px 15px 12px 30px;
	height: auto;
	font-size: 14px;
	color: #813;
	line-height: 1.3;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	background: url(/suntoryhall/common2019/img/arrow_right.png) left center / 20px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#suntory_contents #hall_contents dd .btn.pdf a {
	padding-right: 50px;
	background-image: url(/suntoryhall/common2019/img/arrow_right.png), url(/suntoryhall/common2019/img/icon_pdf.png);
	background-position: left center, right 15px center;
	background-size: 20px, 22px;
}
#suntory_contents #hall_contents dd .btn.external a {
	padding-right: 25px;
	background-image: url(/suntoryhall/common2019/img/arrow_right.png), url(/suntoryhall/common2019/img/icon_external.png);
	background-position: left center, right 8px top 8px;
	background-size: 20px, 9px;
}
#suntory_contents #hall_contents dd .btn a .note {
	font-size: 12px;
	font-weight: normal;
}
#suntory_contents #contents .qabox .attention {
	margin: 10px 10px;
	padding: 0;
}
#suntory_contents #contents .qabox .attention a {
	display: block;
	padding: 0;
	text-decoration: none;
}
#suntory_contents #contents .qabox .attention a p {
	display: block;
	max-width: 100%;
	padding: 0;
}
#suntory_contents #contents .qabox .attention .guide {
	font-size: 15px;
	font-weight: 500;
	color: #813;
}
#suntory_contents #contents .qabox .attention .guide span {
	display: inline-block;
	font-size: 12px;
}
#suntory_contents #contents .qabox .attention .subtxt {
	margin-top: 4px;
	padding: 0;
	color: #666;
	font-size: 11px;
	line-height: 1.3;
}

}

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

/*==================================================
container [pc] layout
================================================== */
#suntory_contents #insidenav .inner {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 40px;
}
#suntory_contents #contents {
	width: 100%;
	max-width: 1160px;
	margin: 20px auto 110px;
	padding: 0 40px;
}
#suntory_contents #contents section {
	margin-top: 40px;
}
#suntory_contents #contents #access {
	margin-top: 20px;
}
#suntory_contents #contents .qabox#access {
	margin-top: 40px;
}
#suntory_contents #contents section .inner {
	width: 100%;
	padding: 40px 30px 0;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

/*==================================================
insidenav [PC]
================================================== */
#suntory_contents #insidenav ul{
	margin: 0 auto;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #insidenav li {
	width: 12.96296296%;
	height: 120px;
}
#suntory_contents #insidenav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #813;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 4px 1px rgba(204,170,102,.4);
	border-radius: 3px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-size: 110px;
}
#suntory_contents #insidenav p {
	margin-top: 25px;
	font-size: 12px;
	line-height: 1;
	}

/*------------------------------------------------------------
[PC] qabox
------------------------------------------------------------ */
#suntory_contents #contents .qabox h2.faqTitle {
	margin-bottom: 20px;
	padding: 0 0 0 80px;
	color: #813;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	background: url(../img/bg_h2.png) no-repeat left top / 62px;
	background-color: #f5eee0;
}
#suntory_contents #contents .qabox h2.faqTitle .link{
	color: #813;
	text-decoration: none;
	display: block;
}
#suntory_contents #contents .qabox h2.faqTitle .link::after{
	content: "";
	display: inline-block;
	background: url(/suntoryhall/assets/img/arrow_round_red.svg) center / contain no-repeat ;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}
#suntory_contents #contents .qabox h2.faqTitle .link:hover{
	color: #A20026;
}
#suntory_contents #contents .qabox h2.faqTitle .link:hover::after{
	background-image: url(/suntoryhall/assets/img/arrow_round_org.svg);
}
/*#suntory_contents #contents .qabox {
	margin-bottom: 40px;
	}*/
	#suntory_contents #contents .qabox dl {
		margin: 10px 20px;
		padding: 0 30px 0 27px;
		background-color: #f2f2f2;
	}
	#suntory_contents #contents .qabox dt {
		margin: 0;
		padding: 0 0 0 50px;
		color: #222222;
		font-size: 15px;
		line-height: 50px;
		font-weight: bold;
		background: url(../img/img_q.png) no-repeat left top 9px / 31px;
	}
	#suntory_contents #contents .qabox dd {
		display: none;
		margin: 0;
		padding: 5px 0 20px 50px;
		color: #864;
		font-size: 15px;
		line-height: 1.7;
		background: url(../img/img_a.png) no-repeat left top 5px / 31px;
	}
	#suntory_contents #contents .qabox dt:hover {
		cursor:pointer;
		opacity: 0.7;
	}
	#suntory_contents #contents .qabox dd p {
		margin: 10px 0 0 1em;
		text-indent: -1em;
	}
	#suntory_contents #contents .qabox dd p.text {
		margin: 10px 0 0 0;
		text-indent: 0;
	}
	#suntory_contents #contents .qabox dd p.text:first-child {
		margin-top: 0;
	}


/*------------------------------------------------------------
[PC] qabox btn
------------------------------------------------------------ */
#suntory_contents #hall_contents dd .btn,
#suntory_contents #hall_contents dd .btn-pdf {
	display: table;
	margin-top: 15px;
}
#suntory_contents #hall_contents dd .btn a {
	display: table-cell;
	padding: 0 20px 0 40px;
	height: 45px;
	font-size: 15px;
	color: #813;
	line-height: 1.3;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	background: url(/suntoryhall/common2019/img/arrow_right.png) left center / 20px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#suntory_contents #hall_contents dd .btn.pdf a {
	padding-right: 55px;
	background-image: url(/suntoryhall/common2019/img/arrow_right.png), url(/suntoryhall/common2019/img/icon_pdf.png);
	background-position: left center, right 20px center;
	background-size: 20px, 22px;
}
#suntory_contents #hall_contents dd .btn.external a {
	padding-right: 30px;
	background-image: url(/suntoryhall/common2019/img/arrow_right.png), url(/suntoryhall/common2019/img/icon_external.png);
	background-position: left center, right 8px top 8px;
	background-size: 20px, 9px;
}
#suntory_contents #hall_contents dd .btn a .note {
	font-size: 12px;
	font-weight: normal;
}
#suntory_contents #contents .qabox .attention {
	text-align: right;
	padding: 10px 20px 0 0;
}
#suntory_contents #contents .qabox .attention a {
	display: block;
	padding: 0;
	text-decoration: none;
}
#suntory_contents #contents .qabox .attention a p {
	display: block;
	margin: 0 0 0 auto;
	text-align: right;
}
#suntory_contents #contents .qabox .attention .guide {
	font-size: 15px;
	font-weight: 500;
	color: #813;
}
#suntory_contents #contents .qabox .attention .guide span {
	display: inline-block;
	font-size: 12px;
}
#suntory_contents #contents .qabox .attention .subtxt {
	margin-top: 4px;
	color: #666;
	font-size: 11px;
	line-height: 1.3;
}

}

@media screen and (min-width:768px) and (max-width:1080px){
	#suntory_contents #insidenav .inner {
		min-width: 960px;
		padding-right: 10px;
		padding-left: 10px;
	}

}
