@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){
.pc_item{
	display:none;
}
.sp_item{
	display:block;
}

/*------------------------------------------------------------
[SP] page title
------------------------------------------------------------ */
#suntory_contents .title_area {
	padding: 8vw 0 0;
	text-align: center;
}
#suntory_contents .title_area h1 {
	font-size: 5.6vw;
	font-weight: normal;
	line-height: 1;
}

/*------------------------------------------------------------
[SP] basicinfo_container
------------------------------------------------------------ */
#suntory_contents .basicinfo_container {
	margin: 12vw 4vw 16vw;
	order: 2;
}
#suntory_contents .basicinfo_container .basicinfo_table {
	margin: 0;
	border-top: 1px #ccc solid;
	margin-bottom: 5.6vw
}
#suntory_contents .basicinfo_container th {
	font-size: 4.266666666666667vw;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	padding: 5.6vw 0 4vw;
	width: 100%;
	display: block;
}
#suntory_contents .basicinfo_container td {
	border-bottom: 1px #ccc solid;
	padding: 0 0 5.6vw;
	width: 100%;
	vertical-align: top;
	display: block;
}
#suntory_contents .basicinfo_container td .text {
	font-size: 3.73333333vw;
	line-height: 1.8;
}
#suntory_contents .basicinfo_container td .text.txtcenter {
	text-align: center;
}
#suntory_contents .basicinfo_container td .text a {
	color: #000;
	text-decoration: none;
	padding-bottom: 0.8vw;
}
#suntory_contents .basicinfo_container td .text a {
	border-bottom: 1px #000 solid;
}
#suntory_contents .basicinfo_container td .text + .note {
	margin-top: 4vw;
}
#suntory_contents .basicinfo_container td li {
	list-style: none;
}
#suntory_contents .basicinfo_container td .note {
	font-size: 2.933333333333333vw;
	line-height: 1.8;
}
#suntory_contents .basicinfo_table td .note .color_red{
	color: #FF0000;
}
#suntory_contents .basicinfo_table .btn_exhibition {
	border: none;
	margin: 4vw auto 0;
}
#suntory_contents .basicinfo_table .btn_exhibition a {
	margin: 0 auto;
	background: #A89170;
	color: #fff;
	width: 60vw;
	height: 12vw;
	font-size: 3.733333333333333vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
	text-decoration: none;
}
#suntory_contents .basicinfo_table .btn_exhibition a:hover {
	background: #BEAC94;
}
#suntory_contents .basicinfo_table .discount_text ul li {
  font-size: 3.73333333vw;
  line-height: 1.8;
}
#suntory_contents .basicinfo_table .discount_text .note {
	margin-top: 15px;
}
#suntory_contents .basicinfo_table .discount_text .note li {
	font-size: 2.933333333333333vw;
}
#suntory_contents .basicinfo_table .shop_table {
	width: 92vw;
}
#suntory_contents .basicinfo_table .shop_table th {
	display: inline-block;
	border: none;
	padding: 0;
	font-size: 3.733333333333333vw;
	line-height: 1.8;
	width: 16vw;
	white-space: nowrap;
	text-align: left;
}
#suntory_contents .basicinfo_table .shop_table td {
	display: inline-block;
	width:auto;
	border: none;
	padding: 0;
	font-size: 3.733333333333333vw;
	line-height: 1.8;
	white-space: nowrap;
}
#suntory_contents .basicinfo_table .shop_table + p.text {
margin-top: 2.4vw;
}
.text_cancel{
	position: relative;
}
.text_cancel::before{
	content: "";
	width: 100%;
	display: block;
    position: absolute;
    top: 50%;
	left: 0;
	margin-top: -1px;
    border-top: 2px #000 solid;
}
#suntory_contents .note_data {
        margin-bottom: 4vw;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
}

/*------------------------------------------------------------
[SP] notice
------------------------------------------------------------ */
#suntory_contents .notice {
	margin: 12vw 4vw 16vw;
}
#suntory_contents .notice p {
	color: #f00;
	font-size: 3.733333333333333vw;
	line-height: 1.785714285714286;
	text-align: left;
}
#suntory_contents .notice a {
	text-decoration: none;
	color: #000;
	padding-bottom: 0.8vw;
	border-bottom: 1px #000 solid;
}

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
.pc_item{
	display:block;
}
.sp_item{
	display:none;
}

/*------------------------------------------------------------
[PC] page title -- basicinfo/floor
------------------------------------------------------------ */
#suntory_contents .title_area {
	text-align: center;
}
#suntory_contents .title_area h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
}

/*------------------------------------------------------------
[PC] basicinfo_container
------------------------------------------------------------ */
#suntory_contents .basicinfo_container {
	margin: 80px 0 110px;
}
#suntory_contents .basicinfo_container .basicinfo_table {
	margin: 0;
	border-top: 1px #ccc solid;
	margin-bottom:20px;
}
#suntory_contents .basicinfo_table th {
	border-bottom: 1px #ccc solid;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	padding: 25px 0;
	width: 200px;
}
#suntory_contents .basicinfo_table td {
	border-bottom: 1px #ccc solid;
	padding: 25px 0;
	width: 760px;
	vertical-align: top;
	position: relative;
}
#suntory_contents .basicinfo_table td .text {
	font-size: 16px;
	line-height: 1.8;
}
#suntory_contents .basicinfo_table td .text a {
	color: #000;
	text-decoration: none;
	padding-bottom: 3px;
}
#suntory_contents .basicinfo_table td .text a {
	border-bottom: 1px #000 solid;
}
#suntory_contents .basicinfo_table td .text a:hover {
	border-bottom: 1px #666 solid;
	color: #666;
}
#suntory_contents .basicinfo_table td .text + .note {
	margin-top: 15px;
}
#suntory_contents .basicinfo_table td li {
	list-style: none;
}
#suntory_contents .basicinfo_table td .note {
	font-size: 12px;
	line-height: 1.8;
}
#suntory_contents .basicinfo_table td .note .color_red{
	color: #FF0000;
}
#suntory_contents .basicinfo_table .btn_exhibition {
	position: absolute;
	border: none;
	margin-left: 40px;
	width: 240px;
	height: 45px;
	right: 0;
	top: 25px;
}
#suntory_contents .basicinfo_table .btn_exhibition a {
	background: #A89170;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
	text-decoration: none;
}
#suntory_contents .basicinfo_table .btn_exhibition a:hover {
	background: #BEAC94;
}
  
#suntory_contents .basicinfo_table .discount_text ul li {
  line-height: 1.8;
}
  
#suntory_contents .basicinfo_table .discount_text .note {
	margin-top: 15px;
}
  
#suntory_contents .basicinfo_table .shop_table th {
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
	width: 90px;
	white-space: nowrap;
}
#suntory_contents .basicinfo_table .shop_table td {
	border: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.8;
	white-space: nowrap;
}
.text_cancel{
	position: relative;
}
.text_cancel::before{
	content: "";
	width: 100%;
	display: block;
    position: absolute;
    top: 50%;
	left: 0;
	margin-top: -1px;
    border-top: 2px #000 solid;
}
#suntory_contents .note_data {
        font-size: 12px;
        line-height: 1.8;
		margin-bottom: 15px;
}

/*------------------------------------------------------------
[PC] notice
------------------------------------------------------------ */
#suntory_contents .notice {
	margin: 50px 0 80px 0;
}
#suntory_contents .notice p {
	color: #f00;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
}
#suntory_contents .notice a {
	text-decoration: none;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px #000 solid;
}
#suntory_contents .notice a:hover {
	color: #666;
	border-bottom: 1px #666 solid;
}

}
