@charset "UTF-8";

/**event***************/

.event-card .ph{
	line-height: 1;
	border-radius: 0px 40px 0 0;
	border: solid 1px #111;
	overflow: hidden;
}
.event-card .bt,
.event-card .category{
	padding: 4px 6px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -1px;
}
.event-card .category{
	background: #111;
	color: #fff;
}
.event-card .tx{
	display: none;
}
.event-card .bt{
	background: #8fc31f;
	position: relative;
}
.event-card .bt:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: url(../../img/common/i-kado-w.png)no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 4px;
	right: 4px;
}


#goods .event-card .ph {
	border: solid 1px #111;
	background: #fff;
}
#goods .event-card .ph{
	position: relative;
}
#goods .event-card .ph .price{
	position: absolute;
	bottom: 15px;
	right: 6px;
	font-weight: bold;
	font-size: 12px;
	color: #111;
}
#goods .event-card .goods-name{
	padding: 15px 12px;
	position: relative;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
#goods .event-card .goods-name:after,
#goods .event-card .goods-name:before{
	width: calc(100% - 24px);
	height: 1px;
	background: #111;
	position: absolute;
	top: 3px;
	left: 12px;
}
#goods .event-card .goods-name:before{
	top: auto;
	bottom: 3px;
	left: 12px;
}

.event-card .goods-name span{
	position: absolute;
}
.event-card .goods-name span:nth-child(1){
	top: 0;
	left: 0;
}
.event-card .goods-name span:nth-child(2){
	top: 0;
	right: 0;
}
.event-card .goods-name span:nth-child(3){
	bottom: 0;
	right: 0;
}
.event-card .goods-name span:nth-child(4){
	bottom: 0;
	left: 0;
}
.event-card .goods-name img{
	width: 7px;
	height: auto;
}

.no{
	position: relative;
}
.no:before{
  content: '0';
  display: inline-block;
  z-index: 1;
  position: absolute;
}
.event-card.no:before{
  background: #111;
  padding: 2px 6px 0;
  color: #fff;
  top: 0px;
  left: -0px;
  font-size: 24px;
  line-height: 1;
  font-family: "BLG Hudson";
}
.no.no01:before{
  content: '1';
}
.no.no02:before{
  content: '2';
}
.no.no03:before{
  content: '3';
}
.no.no04:before{
  content: '4';
}
.no.no05:before{
  content: '5';
}
.no.no06:before{
  content: '6';
}
.no.no07:before{
  content: '7';
}
.no.no08:before{
  content: '8';
}
.no.no09:before{
  content: '9';
}
.no.no10:before{
  content: '10';
}
.no.no11:before{
  content: '11';
}
.no.no12:before{
  content: '12';
}
.no.no13:before{
  content: '13';
}
.no.no14:before{
  content: '14';
}
.no.no15:before{
  content: '15';
}
.no.no16:before{
  content: '16';
}
.no.no17:before{
  content: '17';
}
.no.no18:before{
  content: '18';
}
.no.no19:before{
  content: '19';
}
.no.no20:before{
  content: '20';
}
.no.no-a:before{
  content: 'A';
}
.no.no-b:before{
  content: 'B';
}
.no.no-c:before{
  content: 'C';
}
.no.no-d:before{
  content: 'D';
}
.no.no-e:before{
  content: 'E';
}
.no.no-f:before{
  content: 'F';
}
.no.no-g:before{
  content: 'G';
}
.no.no-h:before{
  content: 'H';
}
.no.no-i:before{
  content: 'I';
}
.no.no-j:before{
  content: 'J';
}
.no.no-k:before{
  content: 'K';
}

.no-thumbs .bg-bl{
	position: relative;
	padding-left: 34px;
	height: 30px;
	display: flex !important;
	align-items:  center;
	background: url(../../img/common/button-bg-bl.png)no-repeat;
	background-size: contain;
	background-position: left center;	
}
.no-thumbs .bg-bl,
.no-thumbs .thumb-tx{
	font-size: 10px;
	font-weight: bold;
}
.no-thumbs .bg-bl .no:before{
	display: none;
}
.no-thumbs .bg-bl .no{
	width: 25px;
	height: 30px;
	display: block;
	color: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	padding-top: 4px;
	text-align: center;
	font-family: "BLG Hudson";
}

.no-thumbs .bg-bl.bg-gold{
	background: url(../../img/common/button-bg-gold.png)no-repeat;
	background-size: contain;
	background-position: left center;	
}




#floormap .tab-content {
  padding: 70px 20px;
  width: calc(100% - 40px);
}








@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

  .event-card .ph {
      border-radius: 6px 30px 0 0;
  }
  .event-card .bt, 
  .event-card .category{
    font-weight: normal;
    letter-spacing: 0;
    font-size: 9px;
  }



}
@media screen and (max-width: 460px) {

}