@charset "UTF-8";

/*************************************************************

@media screen and (max-width: 736px) {

}

**************************************************************/



h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.6;
    padding: 15px 0 15px;
    /* background: #e8dbe0; */
    text-align: center;
    background: #262626;
    margin:0 0 15px 0;
}
h2 span {
    border-bottom: 4px #ff7300 solid;
}



h3 {
    font-size: 34px;
    line-height: 1.4;
    margin: 30px 0 10px;
}

h3.ttl {
    font-size: 36px;
    line-height: 1.6;
    margin: 40px 0 20px;
    color: #ffff00;
}

h3.ttl span {
    border-top: 2px #ff0 solid;
    padding: 0 15px;
    border-bottom: 2px #ff0 solid;
}


.item h4 {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 5px;
}

.item h4.wm {
    background: #2c6ebd;
}
p.ttl {
    font-size: 24px;
}

.item .inbody p.txt {
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}


/******** ticket*************/


.item-container.ticket{color:;}



ul.ticket-navi {
    border-bottom: 3px #fb8b00 solid;
    margin: 20px 0 00px 0;
}
ul.ticket-navi li {
    width: 23.5%;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
opacity: 0.7;
    vertical-align: bottom;
}


ul.ticket-navi li img {
    width: 100%;
    max-width:100%;
    height:auto;
}

ul.ticket-navi.three li {
    width: 32%;
}
.ticket-sp ul.ticket-navi li{
    width: 24%;
    vertical-align: bottom;
}
ul.ticket-navi li.wm {
}

ul.ticket-navi li.gm {
}

ul.ticket-navi li.rd {
}

ul.ticket-navi li.si {
}
ul.ticket-navi li.cr {
}

.ticket-sp ul.ticket-navi li span{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
    display: block;
}

ul.ticket-navi li a {
    color: #fff;
	display: block;
}

ul.ticket-navi li.select,
ul.ticket-navi li:hover{
opacity: 1;
}

ul.ticket-navi li.select a{
}


.place-name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #fb8b00;
    padding: 5px 5px;
}


.item-container.ticket .item.ticket-box {
    /* border: 1px #4a4848 solid; */
    background: #2d2d2d;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 4px;
}


p.ticket-copy{
    font-size: 140%!important;
    font-weight: bold;
    color: #ff9c22;
    text-align: left!important;
}


p.ticket-name {
	font-weight: bold;
    font-size: 30px;
    text-align: left;
    border-left: 5px #ff9c22 solid;
    padding: 0 0 0 10px;
	background: #000;
	margin: 0 0 10px 0;
    color: #000;
}

p.ticket-name span{
    font-size: 80%;
}
p.price{
    font-weight: bold;
    font-size: 34px;
}
p.price span{
    font-size: 60%;
}


p.ticket-point{
    font-weight: bold;
    font-size: 140%!important;
    color: #e8d802;
}


p.ticket-description {
    border: 1px #fff dotted;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 10px 00;
}

p.ticket-description.ticket-sp {
    border: 1px #fff dotted;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 10px 5px;
    text-align: left!important;
	display: inline-block;
}


p.ticket-description.ticket-sp b{
    font-weight: bold;
    font-size: 110%;
    color: #f66df7;
}

p.price.tojitsu{
    font-size: 21px;
}

.price.maeuri:before{
    content: "前売り";
    display: inline-block;
    padding: 2px 4px;
    margin: 0 10px 0 0;
    background: #f90202;
    font-size: 21px;
    vertical-align: middle;
    font-weight: normal;
}
.price.tojitsu:before{
content:"当日";
    content: "当日";
    display: inline-block;
    padding: 2px 4px;
    margin: 0 10px 0 0;
    background: #9E9E9E;
    font-size: 18px;
    vertical-align: middle;
    font-weight: normal;
}

.price.maeuri.soldout:before {
    background: #9e9e9e;
}

.line:before {
    content: url(../images/bleachers/line.png);
    position: absolute;
    width: 100%;
    top: 22%;
    left: 0;
}

.photo.soldout {
    position: relative;
}

img.soldout{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}



.inbody.attention{
    background: #100f0f;
}



/******** ticket end*************/

ul.list-item {
    text-align: left;
}

ul.list-item li {
    margin: 0 10px 0 30px;
    text-align: left;
    line-height: 1.5;
    padding: 5px 0px;
}



table.tbl-border {
border-left: 1px #eee solid;
    border-top: 1px #eee solid;
        font-size: 14px;
    width: auto;
}


table.tbl-border th{
padding: 10px;
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    white-space: nowrap;
    text-align: left;
}

table.tbl-border td{
padding: 10px;
border-bottom: 1px #eee solid;
border-right: 1px #eee solid;
  text-align: left;
}

table.tbl-no-border {
border-left: 0px #999 solid;
    border-top: 0px #999 solid;
}

table.tbl-no-border th{
padding:4px;
    border-bottom: 0px #795548 solid;
	border-top: 0px #795548 solid;
    border-right: 0px #999 solid;
    white-space: nowrap;
    background: transparent;
    text-align: left;
width: 30%;
}


table.tbl-no-border td{
padding:4px;
border-bottom: 0px #795548 dotted;
border-top: 0px #795548 dotted;
border-right: 0px #999 dotted;
  text-align: left;
    background: transparent;
}

.ttl02 span {
    border: 2px #fb380a solid;
    background: #fff;
    color: #f00;
    line-height: 1.2;
    padding: 5px;
    font-size: 90%;
}



@media screen and (max-width: 736px) {


.page-navi-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 20px;
    text-align: center;
}

.page-header-body {
    width: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0 0 10px;
}

.page-navi {
    position: relative;
    top: 0;
}
.fireworks-bar {
	background: transparent;
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    padding: 10px 0;
}

p.ttl {
    font-size: 14px;
    padding: 10px 5px;
}


.item-container h3 {
    font-size: 21px;
}

.item-container h3.ttl {
    font-size: 18px;
    margin: 10px 0 10px;
}
h3.ttl span {
    display: block;
    line-height: 1.2;
    padding: 10px;
}
.item .inbody {
    padding: 10px 5px;
}

.item .inbody p.txt {
    font-size: 13px;
}


ul.ticket-navi li {
    font-size: 10px;
}

p.ticket-name {
    font-size: 18px;
}

p.price {
	zoom: 0.8;
}

.ticket-sp ul.ticket-navi li {
    width: 23%;
    vertical-align: bottom;
}

h2 {
    font-size: 18px;
}

table.tbl-no-border th,
table.tbl-no-border td{
padding:2px;
}


.place-name {
    font-size: 16px;
}

}

