@charset "UTF-8";
/*\*/


/* ----- BASE ----- */

@import url('https://fonts.googleapis.com/css?family=Vidaloka&display=swap');

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
:before,:after {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.sp{display:none;}
html,body,.wrap,#container {
    height: 100%;
}
body {
	position: relative;
	width: 100%;
	line-height: 1.6;
	background: #fff;
	color: #52504d;
    font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
}

body > .wrap,
body > #container {
  height: auto;
}

.wrap {
	min-height: 100%;
	width: 100%;
}
.sml {
    font-style: normal;
    font-size: 80%;
}

#container {
	margin: 0 auto;
}

article {
	text-align: left;
}
section{

}
  table.infoTable {
      width: 100%;
      border: 1px solid rgba(193,160,151,0.3);
      letter-spacing: 2px;
      margin: 40px 0 0;
  }
  table.infoTable tr{
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(193,160,151,0.3);
      width: 100%;
  }
  table.infoTable tr:last-child {
      border-bottom: none;
  }
  table.infoTable tr:last-child{
      border-bottom: none;
  }
  table.infoTable tr th {
      width: 210px;
      padding: 5px;
      border-right: 1px solid rgba(193,160,151,0.3);
      text-align: center;
  }

  table.infoTable tr td {
      padding: 0 45px;
      text-align: left;
      line-height: 1.8;
      vertical-align: middle;
  }
  table.infoTable tr td p{
      padding: 0 0 10px;
  }
@media (max-width: 900px) {
	body {
		overflow-x: hidden;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 13px;
	}
}

/* ----- LAYOUT ----- */

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(../img/bg_01_Ts2BKfw9.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}


header {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

header h1 {
    overflow: hidden;
    white-space: nowrap;
    line-height: 0;
    text-indent: 100%;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(../img/ph_main_Ts2BKfw9.png) no-repeat center center;
    background-size: cover;
}


/* NAV MENU */
#nav_menu {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 7px 0;
    background: #A10035;
    z-index: 10000;
}
#nav_menu .list_menu {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
#nav_menu .list_menu li {
    display: inline-block;
    padding: 12px 32px;
}
#nav_menu .list_menu li a {
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 35px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

/* CONTENTS */
p{
	margin-bottom: 8px;
}
.name{
	margin-bottom: 0;
}
.area {
	padding: 8% 0 10%;
}
#schedule , #information {
    background: rgb(108 55 113 / 70%);
}
#attention , #goods {

}

#goods {
}

section h2 {
    margin-bottom: 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 68px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color:#A10035;
}
section .textColor {
    color:#ffffff;
}
section h5 {
    margin-bottom: 70px;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    color: #A10035;
    font-size: 14px;
    letter-spacing: 0.3em;
}
section .textColor {
    color:#ffffff;
}

section h3 {
    position: relative;
    line-height: 1;
    margin: 50px 0 10px;
    font-weight: bold;
    font-size: 242%;
    color: #A10035;
    text-align: center;
}

section h3 span {
    font-size: 22px;
    color: #ff0000;
    font-weight: bold;
}
section h4.red {
    line-height: 1.5;
    margin-bottom:10px;
    padding-bottom: 10px;
}
.red{
	border-bottom:solid 1px #ff0000;
}
section h3:first-of-type {
	margin-top: 10px;
}
.sp-red {
	text-align: center;
	color:#ff0000;
	font-weight: bold;
	font-size: 16px;
}
.list_note li {
	padding-left: 1em;
}

.list_note li {
	padding-bottom: 0.2em;
	text-indent: -1em;
	font-size:110%;
}

.list_note li.kao {
	font-weight: bold;
	    color: #c22;
	text-align:center;

}

section em,
section .point {
	color: #9fc9df;
	font-weight: 700;
}
section .point {
	display: block;
	line-height: 1.4;
	font-weight: bold;
	font-size: 150%;
}

section .attention {
    margin: 2em 0;
    padding: 20px;
}
#attention .attention, #information .attention, #goods .attention {
    background-color: #ffeff9;
}


section .catch {
	margin: 0.2em 0;
	padding: 6px 10px;
	border: dotted 2px #c22;
}

section .pic {
	text-align: center;
}

section .pic img {
	max-width: 100%;
}

.deadline {
	color:#c22;
	font-size:130%;
	font-weight:bold;
	text-align:center;
}

.box {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    word-break: break-all;
    outline: 1px solid #A10035;
    outline-offset: -15px;
    border-radius: 20px;
}
.box::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 300px;
    height: 80px;
    transform: translateX(-50%);
    background: url(../img/flag_Ts2BKfw9.png) no-repeat center center;
    background-size: contain;
}

.inner_box {
	padding: 50px 70px 45px;
}

.table_sche,
.table_sche th,
.table_sche td {
	border: solid 1px #F39611;
	border-collapse: collapse;
	text-align: center;
}
.table_sche {
	width: 100%;
	margin-bottom: 10px;
}
.table_sche th,
.table_sche td {
	padding: 0.9em 0.3em;
	color: #544329;
    vertical-align: middle;
}
.table_sche th {
    background-color: #f1ece5;
}
.table_sche td span{
	display:none;
}
#schedule .note {
    text-align: left;
    padding: 10px 0 0 1em;
    text-indent: -1em;
}

.dflist_id {
    margin-top: 20px;
}

.dflist_id dt {
	line-height: 1;
	padding: 0.7em 0;
	background-color: #baaf8f;
	text-align: center;
	font-weight: bold;
	font-size: 217%;
	color: #fff;
}

.dflist_id dt em {
	font-weight: bold;
	font-size: 50%;
}

.dflist_id dd {
	overflow: hidden;
	padding: 20px 20px;
	background-color: #f4f1ec;
}

.dflist_id dd h4 {
	font-size: 175%;
	font-weight: bold;
}
.dflist_id dd h4 span {
	display: inline-block;
	width: 1.6em;
    height: 1.2em;
	line-height: 1.0em;
	margin-right: 0.5em;
	padding: 0;
	color: #6c9e88;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.dflist_id dd .block {
	padding-left: 3.5em;
	font-size: 109%;
}

#information .dflist_id dd .attention {
	margin: 15px 0 0;
	background-color: #fff;
	font-size: 93%;
}
#information .dflist_id dd .attention h5 {
    margin: 0.5em 0;
    font-weight: bold;
    font-size: 115%;
    color: #1f296d;
}

#goods .note {}

#goods .point {
	margin-bottom: 0.5em;
	font-size: 160%;
}

#goods .attention h4 {
    margin: 0.5em 0;
    font-size: 130%;
    font-weight: bold;
}
#goods .attention span {}
#goods .attention span.note {}
#goods .list_note {
    margin: 1em 0;
    padding: 12px 15px;
    /*background-color: #3993bf10;*/
}
#goods .goodsTit{
    border-left: 2px solid;
    line-height: 1;
    padding: 0 0 0 5px;
    font-weight: bold;
}
.attTxt {
    text-indent: -1em;
    padding: 0 0 0 1em;
    display: block;
}
.list_item {
	margin: 20px -2.2%;
	text-align: center;
}

.list_item li {
	float: left;
	width: 50%;
	margin: 0 0 20px;
}

.list_item li .frame {
	width: 90%;
	margin: 0 5%;
	padding: 6px;
	box-shadow: 0 0 5px rgba(192,201,205,0.8);
}


.list_item h4 {
	line-height: 1.3;
	margin-bottom: 6px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #3993bf;
	color: #9fc9df;
	font-size: 175%;
	font-weight: bold;
}

.list_item h4 span {
	display: block;
	font-size: 70%;
}

.list_item img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.list_item .detail {
	padding-top: 10px;
	border-top: dotted 1px #3993bf;
}

.list_item .detail span {
	display: block;
	line-height: 1.3;
	margin-bottom: 0.4em;
}
.list_item .detail .caption {
	color: #9fc9df;
}
.list_item .detail .price {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 142%;
	color: #9fc9df;
}
.list_item .detail .comment {
	line-height: 1.4;
	text-align: center;
	color: #9fc9df;
}

.list_item .detail .caption .code {
	font-size: 77%;
}

.list_item .detail .price .tax {
	display: inline-block;
	margin-left: 0.5em;
	font-size: 70%;
}

.list_item .detail .price .s_note {
	line-height: 1.2;
	display: inline-block;
	padding-top: 0.2em;
	font-size: 60%;
}

.size {
	margin-bottom: 40px;
	text-align: center;
}

.size h5 {
	margin-bottom: 0.2em;
	font-size: 175%;
	font-weight: bold;
}

.size span {
	font-size: 92%;
}

.table_size,
.table_size th,
.table_size td {
	border: solid 1px #F39611;
	border-collapse: collapse;
	text-align: center;
}
.table_size {
	width: 50%;
	margin: 0 auto 8px;
}
.table_size th,
.table_size td {
	width: 20%;
	padding: 0.7em 0;
	color: #F39611;
	vertical-align: middle;
}
.table_size th {
	background-color: #f1ece5;
}


/* FOOTER */

footer {
	clear: both;
	overflow: hidden;
	line-height: 1.6;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 85%;
    color: #ffffff;
    background-color:#A10035;
}

footer p {
	line-height: 1.4;
}

footer small {
	display: block;
	margin-bottom: 1em;
}

@media (max-width: 900px) {
	header h1 {
		width: auto;
		height: auto;
		padding-top: 66.6666%;
	}
	#nav_menu .list_menu li {
	}
	#nav_menu .list_menu li a {
		font-size: 2vw;
	}
	.box {
		width: auto;
		margin: 0 2%;
	}
	.inner_box {
		padding: 6% 7% 5.5%;
	}
	section h3 {
		margin-top: 40px;
		font-size: 200%;
	}
	section h3 span {
	    font-size: 15px;
	    font-weight: bold;
	}
	section h4.red {
		font-size:13px;
    	text-align: left;
    	margin-bottom:10px;
    	padding-bottom: 10px;
	}
	.sp-red {
		text-align: left;
		color:#ff0000;
		font-weight: bold;
		font-size: 100%;
	}
	.sp-none{
	display:none;
	 }
	section .point {
		font-size: 134%;
	}
	.dflist_id dt {
		font-size: 193%;
	}
	.dflist_id dd h4 {
		font-size: 159%;
	}
	.dflist_id dd h4 span {
		font-size: 109%;
	}
	.table_size {
		width: 70%;
	}
	table.infoTable tr th, table.infoTable tr td {
    width: 100%;
    padding: 0;
    display: block;
    text-align: left;
    box-sizing: border-box;
	}
  table.infoTable tr th {
    border: none;
    padding: 0 0 2px;
    font-weight: bold;
    font-size: 12px;
	}
  table.infoTable tr {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(193,160,151,0.3);;
    width: 100%;
    box-sizing: border-box;
	}
  section .pc {
	display: none;
}

section .pc img {
	display: none;
}
}

@media (max-width: 640px) {
.sp{display:block;}
.anc{
	position:relative;
}
.ancPoint{
	display:block;
	position: absolute; 
	top: -40px; 
}
header {
    overflow: visible;
    padding-top:0;

}
header h1 {
    width: auto;
    height: auto;
}


#nav_menu {
        position: sticky;
        top: 0;
        padding: 6px 0;
}

#nav_menu.openMenu{
	transform: translate(0);
	opacity:1;
}
#nav_menu .list_menu {
    padding: 0;
}
#nav_menu .list_menu li {
    padding: 6px 7px;
}
#nav_menu .list_menu li a {
    margin: 5px 2px;
    font-size: 9px;
}

	.area {
    overflow: hidden;
	}
	section h2 {
        font-size: 52px;
	}
	section h5 {
	    margin-bottom: 50px;
	}
	.box {
        padding: 20px;
        border-radius: 10px;
        outline-offset: -10px;
	}
    .box::before {
        top: -35px;
        width: 150px;
        height: 60px;
    }
	.inner_box {
		padding:0;
	}
	section h3 {
		margin-top: 30px;
		font-size: 128%;
	}
	section .attention {
        padding: 10px;
        margin: 1em 0 2em;
	}
	.sp-red {
		margin-bottom:10px;
		font-size: 13px;
	}


.table_sche{
    display: block;
    padding: 10px;
}
.table_sche tbody{
	display: block;

}
.table_sche th, .table_sche td {
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    color: #544329;
    vertical-align: middle;
}
.table_sche tr{
	display: block;
	border-bottom: 1px solid #AF173B;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.table_sche tr:first-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.table_sche tr:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.table_sche th{
    display: none;
}

.table_sche td{
    display: block;
    border: none;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px dotted;
}
.table_sche td:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.table_sche td span{
    display: block;
    font-size: 12px;
    margin: 0 0 0.3em;
    opacity: 0.7;
}
#information .dflist_id dd .attention h5 {
    margin: 0.5em 0;
    font-weight: bold;
    color: #1f296d;
    letter-spacing: 0.05em;
    font-size: 14px;
    white-space: normal;
    line-height: 1.6em;
}
    .dflist_id {
        margin-top: 5%;
    }
	.dflist_id dt {
		font-size: 154%;
	}
	.dflist_id dt em {
		font-size: 60%;
	}
	.dflist_id dd h4 {
		margin-bottom: 0.5em;
		font-size: 130%;
	}
	.dflist_id dd h4 span {
		font-size: 108%;
	}
	.dflist_id dd .block {
		padding-left: 0;
		font-size: 108%;
	}
	#goods .point {
		font-size: 139%;
	}
	#goods .attention {
		font-size: 100%;
	}
	.list_item li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.list_item li .frame {
		width: auto;
		margin: 0 3%;
	}
	.list_item h4 {
		font-size: 154%;
	}
	.size h5 {
		font-size: 147%;
	}
	.table_size {
		width: 100%;
	}
	footer p {
		padding: 0 3%;
	}
}

@media (max-width: 520px) {
	section h2 {
        font-size: 38px;
        margin-bottom: 10px;
	}
	#nav_menu .list_menu li a {
		margin: 5px 2px;
        font-size: 4vw;
	}
}



/* ----- PAGE TOP ----- */

#toTop {
	position: fixed;
	bottom: 2%;
	right: 1%;
	z-index: 2;
    -webkit-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.2));
}
#toTop a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	width: 60px;
	height: 0;
	padding-top: 100%; /* 100% */
	background: url(../img/btn_top_Ts2BKfw9.png) no-repeat left top;
	background-size: contain;
	line-height: 0;
}
@media (min-width: 768px) and (max-width: 999px) {
	#toTop {
		bottom: 1.5%;
		right: 1.2%;
		z-index: 2;
	}
	#toTop a {
		width: 55px;
	}
table.infoTable {
      width: 100%;
      border: 1px solid rgba(193,160,151,0.3);
      letter-spacing: 2px;
      margin: 40px 0 0;
  }
  table.infoTable tr{
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(193,160,151,0.3);
      width: 100%;
  }
  table.infoTable tr:last-child {
      border-bottom: none;
  }
  table.infoTable tr:last-child{
      border-bottom: none;
  }
  table.infoTable tr th {
      width: 210px;
      padding: 5px;
      border-right: 1px solid rgba(193,160,151,0.3);
      text-align: center;
  }

  table.infoTable tr td {
      padding: 0 45px;
      text-align: left;
      line-height: 1.8;
      vertical-align: middle;
  }
  table.infoTable tr td p{
      padding: 0 0 10px;
  }
  }

  



@media (max-width: 767px) {
	#toTop {
		bottom: 1%;
		right: 3.5%;
		z-index: 100;
	}
	#toTop a {
		width: 45px;
	}
}

/* ----- LINK ----- */
 
a {
	cursor: pointer;
	outline: none;
}
a:link,
a:visited {
	color: #777;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:link:hover,
a:visited:hover {
	color: #3993bf;
	opacity: 0.7;
}

@media (max-width: 639px) {
	a:link,
	a:visited {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	a:link:hover,
	a:visited:hover {
		color: #000000;
		text-decoration: none;
	}
	a:hover,
	a img:hover {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;        /* ie lt 8 */
		-ms-filter: "alpha(opacity=100)" !important;  /* ie 8 */
		-moz-opacity: 1 !important;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 1 !important;   
	}
}

/* ----- BTN ----- */

a.btn {
	display: block;
	margin: 0.5em auto;
	padding: 0.5em;
	border: solid 1px #b72f00;
	color: #b72f00;
	text-align: center;
}
a.btn:hover {
	background-color: #e64f00;
	color: #fff;
}

/* ----- clearfix ----- */

.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.list_item:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0.1em;
    content: ".";
    visibility: hidden;
}

a.uline {
	text-decoration:underline;
}
@media screen and (min-width: 900px){

  #menu li a:hover {
    color: #fff;
  }
  .btn a:hover {
    background: #fff;
    color: #702249;
  }
  a.link:hover {
    opacity: 0.6;
    text-decoration: none;
  }
    table.infoTable {
      width: 100%;
      border: 1px solid rgba(193,160,151,0.3);
      letter-spacing: 2px;
      margin: 40px 0 0;
  }
  table.infoTable tr{
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(193,160,151,0.3);
      width: 100%;
  }
  table.infoTable tr:last-child {
      border-bottom: none;
  }
  table.infoTable tr:last-child{
      border-bottom: none;
  }
  table.infoTable tr th {
      width: 210px;
      padding: 5px;
      border-right: 1px solid rgba(193,160,151,0.3);
      text-align: center;
  }

  table.infoTable tr td {
      padding: 0 45px;
      text-align: left;
      line-height: 1.8;
      vertical-align: middle;
  }
  table.infoTable tr td p{
      padding: 0 0 10px;
  }
}
/* schedule */
.liveTit{
text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto 30px;
    color: #A10035;
}
.scheduleList {
width: 100%; border-bottom: 1px solid #DDE8F3;letter-spacing: 1px; font-size: 14px; }
.scheduleList th {
border-bottom: 1px solid #DDE8F3;
padding: 0 0 15px;
vertical-align: middle;
text-align: left;
font-size: 12px;
font-weight: bold;
}
.scheduleList th.old {
text-align: left;
}
.scheduleList td.old {
text-align: left;
width: 120px;
}
.scheduleList th.venue{ padding: 0 0 15px 15px; }
.scheduleList td {
border-top: 1px solid #DDE8F3;
padding: 20px 0;
vertical-align: middle;
font-size: 13px;
}
.scheduleList .date { width: 60px; font-weight: bold;}
.scheduleList td.date {
width: 140px;
text-align: left;
padding: 15px 0;
line-height: 1.5em;
}
#schedule .scheduleList .area{
width: 60px;
text-align: center;
}
.scheduleList .venue {
position: relative;
width: 290px;
padding: 15px 0 15px 15px;
text-align: left;
}
#schedule .scheduleList .openStart {
width: 110px;
}
.scheduleList .venue a{
font-size: 12px;
/* position: absolute; */
right: 90px;
top: 15px;
}
.scheduleList td.area{ width: 180px; text-align: center; }
.scheduleList .open{
font-size: 12px;
letter-spacing: 0.5px;
}
.scheduleList .info { width: 165px; font-size: 12px;}
.scheduleList .info span{
    display: inherit;
    padding: 0 0 5px;
}

/* Postponed */
.scheduleList tr.Postponed .date p,
.scheduleList tr.Postponed .date i,
.scheduleList tr.Postponed .venue,
.scheduleList tr.Postponed .open {
    text-decoration: line-through;
}
.scheduleList tr.Postponed .venue:last-of-type {
    text-decoration: none;
}
.scheduleList tr.Postponed .date p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}
.scheduleList tr.Postponed .date span {
    background: #f34949;
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    width: 67px;
    text-align: center;
    line-height: 1;
}

/* add */
.scheduleList tr.add .date p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}
.scheduleList tr.add .date span {
    background: #7054A0;
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    width: 67px;
    text-align: center;
    line-height: 1;
}

#goods .scheduleList th {
padding: 0;
width: 210px;
}
#goods .scheduleList th.area {
text-align: center;
width: 80px;
}
#goods .scheduleList td.area {
width: 60px;
}
#goods .scheduleList .venue {
width: 420px;
padding: 15px 0 15px 25px;
}
table.goodsSize {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #A10035;
    border-left: solid 1px #A10035;
    padding: 10px 15px;
    margin: 10px 0;
}
#goods table.goodsSize {
    border-top: solid 1px #A10035;
    border-left: solid 1px #A10035;
}
#goods table.goodsSize {
    border-top: solid 1px #A10035;
    border-left: solid 1px #A10035;
}

table.goodsSize.goodsSize2nd tr {
    border-top: solid 1px #70549f;
    border-left: solid 1px #70549f;  
}
table.goodsSize tr.Postponed {
    text-decoration: line-through;
}
table.goodsSize th {
    padding: 8px 12px;
    border-right: solid 1px #A10035;
    border-bottom: solid 1px #A10035;
    text-align: center;
    background: #d463a9;
    vertical-align: middle;
    color: #fff;
}
#goods table.goodsSize th {
    border-right: solid 1px #A10035;
    border-bottom: solid 1px #A10035;
    background:#d463a9;
    color: #fff;
}
#goods table.goodsSize.goodsSize2nd th {
    border-right: solid 1px #70549f;
    border-bottom: solid 1px #70549f;
    background: #d3cbe3;
}
table.goodsSize td {
text-align: center;
padding: 8px 12px;
border-right: solid 1px #A10035;
border-bottom: solid 1px #A10035;
vertical-align: middle;
font-size: 12px;
}
#goods table.goodsSize td {
    border-right: solid 1px #A10035;
    border-bottom: solid 1px #A10035;
}
#goods table.goodsSize.goodsSize2nd td {
    border-right: solid 1px #A10035;
    border-bottom: solid 1px #A10035;
}
@media screen and (max-width: 700px){
    #goodsList > ul li .name {
    padding: 8px 0 0;
    font-weight: bold;
    font-size: 3.5vw;
  }

    table.infoTable tr th, table.infoTable tr td {
    width: 100%;
    padding: 0;
    display: block;
    text-align: left;
    box-sizing: border-box;

  }
  .infoTable tr th {
    border: none;
    padding: 0 0 2px;
    font-weight: bold;
    font-size: 12px;
  }
  table.infoTable tr {
    display: block;
    padding: 12px;
    border-bottom: 1px solid rgba(193,160,151,0.3);;
    width: 100%;
    box-sizing: border-box;
  }
   
#goodsList > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#goodsList > ul li {
    width: 48.5%;
    padding: 0 0 40px;
}
#goodsList > ul li .ph{
    line-height: 0;
    border: 1px solid rgba(193,160,151,0.3);
    padding: 10px;
}
#goodsList > ul li .name{
    padding: 10px 0 0;
    font-weight: bold;
    font-size: 15px;
}
  table.infoTable {

      border: 1px solid rgba(193,160,151,0.3);

  }
  table.infoTable tr{

      border-bottom: 1px solid rgba(193,160,151,0.3);

  }
  img {
    max-width: 100%;
}

.goodsAtt {
  margin: 0 auto;
}
}

@media screen and (max-width: 700px){
table.goodsSize td {
  padding: 8px 5px;
  font-size: 10px;
}
.liveTit{
    font-size: 14px;
    margin:20px auto 0;
}
.scheduleList {
    border-bottom: none;
    margin: 0 0 5px;
}
.scheduleList thead{
	display: none;
}
.scheduleList tbody{
    display: block;
  }
.scheduleList tbody tr{
    width: 100%;
    display: block;
  }
.scheduleList td{
    display: block;
    width: 100%!important;
    border-top: 0;
    padding: 0 0 3%;
}
.scheduleList  td.date {
    font-size: 16px;
    padding: 15px 0 0;
    margin: 0;
}
.scheduleList  td.open {
    padding: 0;
    margin: 0 0 5px;
}
.scheduleList  td.venue {
    padding: 0;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
}
.scheduleList .venue:last-of-type{
	border-bottom: 1px solid #dcc1df;
    padding: 0 0 20px;
}

/* Postponed */
.scheduleList tr.Postponed .date span {
    display: inline-block;
    width: 60px;
    margin: 0 0 0 10px;
}

/* add */
.scheduleList tr.add .date span {
    display: inline-block;
    width: 60px;
    margin: 0 0 0 10px;
}

}