@charset "utf-8";

@import url("./organ_common.css");

/*==================================================
page setting
================================================== */

#suntory_contents #container_organ_index #insidenav li.nv_organindex a {
	background-color: #fff4d0;
	pointer-events: none;
}

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

/*==================================================
mainsection [sp]
================================================== */
#suntory_contents #container_organ_index #mainsection .inner {
	display:flex;
	flex-flow: column wrap;
}
#suntory_contents #container_organ_index #mainsection .text {
	order: 2;
}
#suntory_contents #container_organ_index #mainsection .photo {
	margin-top: 4vw;
	order: 1;
}
#suntory_contents #container_organ_index #mainsection .tb_spec {
	width: 100%;
	margin-top: 8vw;
	border-collapse:collapse;
	table-layout: fixed;
	border: 1px solid #dedede;
	border-bottom: none;
	order: 3;
}
#suntory_contents #mainsection .tb_spec .wa {
	width: 29%
}
#suntory_contents #mainsection .tb_spec .wb {
	width: calc(100% - 	29%);
}
#suntory_contents #mainsection .tb_spec th {
	padding: 4vw 0 4vw 4vw;
	font-size: 3.4666667vw;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	background: #F2F2F2;
	border-bottom: 1px solid #dedede;
}
#suntory_contents #mainsection .tb_spec td {
	padding: 4vw 5.33333333vw;
	font-size: 3.4666667vw;
	line-height: 1.5;
	border-bottom: 1px solid #dedede;
}

/*==================================================
stoplist [sp]
================================================== */
#suntory_contents #contents #stoplist h3 {
	font-size: 4.5333333vw;
	background: #f1e7d4;
}
#suntory_contents #stoplist .detail_area{
	background: #F7F2E8;
	padding: 4vw 4vw 8vw;
}
#suntory_contents #stoplist .detail_area .box {
	margin-top: 4vw;
	background: #FFF;
	box-shadow: 0 0 1.3333333vw 0 rgba(204,170,102,.6);
}
#suntory_contents #stoplist .detail_area .box#first {
	margin-top: 0;
}
#suntory_contents #stoplist .detail_area h4.switchtl {
	display: block;
	position: relative;
	padding: 3.33333333vw 0 0 5.33333333vw;
	height: 17.33333333vw;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	background: #FFF;
	cursor:pointer;
}
#suntory_contents #stoplist .detail_area h4.switchtl.open {
	background: #F5EEE0;
}
#suntory_contents #stoplist .detail_area h4 .sm_txt {
	display: block;
	font-size: 3.46666667vw;
}
#suntory_contents #stoplist .detail_area h4 .sm_txt sup {
	font-size: 2.66666667vw;
	vertical-align: 0.8VW;
	margin-left: 0.4vw;
}
#suntory_contents #stoplist .detail_area.toggle h4.switchtl::before {
	content: "";
	vertical-align: middle;
	position: absolute;
	width: 9.6vw;
	height: 6.9vw;
	top: 4.66666667vw;
	right: 5.33333333vw;
	background:#881133;
}
#suntory_contents #stoplist .detail_area.toggle h4.switchtl::after {
	content: "";
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 2.2vw);
	right: 9vw;
	width: 2vw;
	height: 2vw;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#suntory_contents #stoplist .detail_area.toggle h4.switchtl.open::after {
	top: calc(50% - 1.2vw);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#suntory_contents #stoplist .detail_area .box .column {
	padding: 5.33333333vw;
}
#suntory_contents #stoplist .detail_area .box ol {
	padding: 0 0 0 6vw;
}
#suntory_contents #stoplist .detail_area .box li {
	margin-top: 2.66666667vw;
	font-size: 3.46666667vw;
	line-height: 1.5;
}
#suntory_contents #stoplist .detail_area .box p {
	margin-top: 2.66666667vw;
	font-size: 3.46666667vw;
	line-height: 1.5;
}
#suntory_contents #stoplist .detail_area .box#second p:first-of-type,
#suntory_contents #stoplist .detail_area .box#third p:first-of-type {
	margin-top: 8vw;
}
#suntory_contents #stoplist .detail_area .box li:first-child {
	margin-top: 0;
}
#suntory_contents #contents #stoplist .inner{
	background: #F7F2E8;
	padding: 0 0 16vw;
	margin: 0;
}
#suntory_contents #stoplist .pdfbox {
	width: 76vw;
	margin: 0 auto;
}
#suntory_contents #stoplist .pdfbox a {
	display: block;
	box-sizing: border-box;
	padding: 4.66666667vw 0 4.66666667vw 8vw;
	font-size: 4.26666667vw;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #881133 url(/suntoryhall/common2019/img/icon_pdf_white.png) no-repeat left 4vw center / 8.53333333vw;
}
#suntory_contents #stoplist .pdfbox a .sm_txt {
	display: block;
	margin-top: 1.6vw;
	font-size: 3.2vw;
	font-weight: normal;
}
#suntory_contents #stoplist .pdfbox a:hover {
	opacity: 1;
}


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

/*==================================================
mainsection [pc]
================================================== */
#suntory_contents #container_organ_index #mainsection .inner {
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
#suntory_contents #container_organ_index #mainsection .tb_spec {
	width: 100%;
	margin-top: 30px;
	border-collapse:collapse;
	table-layout: fixed;
	border: 1px solid #dedede;
	border-bottom: none;
}
#suntory_contents #mainsection .tb_spec .wa {
	width: 18.5%;
}
#suntory_contents #mainsection .tb_spec .wb {
	width: calc(100% - 	18.5%);
}
#suntory_contents #mainsection .tb_spec th {
	padding: 15px 0 15px 3%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	background: #F2F2F2;
	border-bottom: 1px solid #dedede;
}
#suntory_contents #mainsection .tb_spec td {
	padding: 15px 0 15px 3%;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #dedede;
}

/*==================================================
stoplist [pc]
================================================== */
#suntory_contents #contents #stoplist h3 {
	background: #f1e7d4;
}
#suntory_contents #stoplist .detail_area{
	padding: 0 30px 30px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	background: #F7F2E8;
}
#suntory_contents #stoplist .detail_area .box {
	width: 48.52941176%;
	margin-top: 30px;
	background: #FFF;
	box-shadow: 0 0 5px 0 rgba(204,170,102,.6);
}
#suntory_contents #stoplist .detail_area .boxwrap {
	width: 48.52941176%;
}
#suntory_contents #stoplist .detail_area .box#fourth,
#suntory_contents #stoplist .detail_area .box#fifth {
	width: 100%;
}
#suntory_contents #stoplist .detail_area h4.switchtl {
	display: block;
	position: relative;
	padding: 18px 0 0 30px;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	background: #FFF;
	background: #F5EEE0;
}
#suntory_contents #stoplist .detail_area h4 .sm_txt {
	display: inline;
	margin-left: 30px;
	font-size: 15px;
}
#suntory_contents #stoplist .detail_area h4 .sm_txt sup {
	font-size: 10px;
	vertical-align: 4px;
	margin-left: 2px;
}
#suntory_contents #stoplist .detail_area .box .column {
	padding: 25px;
}
#suntory_contents #stoplist .detail_area .box ol {
	padding: 0 0 0 25px;
}
#suntory_contents #stoplist .detail_area .box li {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
}
#suntory_contents #stoplist .detail_area .box p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.5;
}
#suntory_contents #stoplist .detail_area .box#first {}
#suntory_contents #stoplist .detail_area .box#second {}
#suntory_contents #stoplist .detail_area .box#third {height: 760px;}
#suntory_contents #stoplist .detail_area .box#fourth {height: 200px;}
#suntory_contents #stoplist .detail_area .box#fifth {height: 530px;}

#suntory_contents #stoplist .detail_area .box#second p:first-of-type,
#suntory_contents #stoplist .detail_area .box#third p:first-of-type {
	margin-top: 20px;
}
#suntory_contents #stoplist .detail_area .box li:first-child {
	margin-top: 0;
}
#suntory_contents #contents #stoplist .inner{
	background: #F7F2E8;
	padding: 0 0 60px;
	margin: 0;
}
#suntory_contents #stoplist .pdfbox {
	width: 380px;
	margin: 0 auto;
}
#suntory_contents #stoplist .pdfbox a {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 15px 20px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #881133 url(/suntoryhall/common2019/img/icon_pdf_white.png) no-repeat left 20px center / 32px;
}
#suntory_contents #stoplist .pdfbox a .sm_txt {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
}
#suntory_contents #stoplist .pdfbox a:hover {
	opacity: 1;
}

}