@charset "UTF-8";

/* ticket.css */


#ContentsInner {
  padding: 0;
  width: 100%;
}

.announce {
  width: 800px;
  color: #ec8c1b;
  text-align: center;
  font-size: 16px
}

.TicketDetail {
  background: url(/images/access/Line.png) no-repeat left top;
  padding: 30px 10px 50px;
  width: auto;
}

.TicketDetail.fin {
  padding-bottom: 0;
}

.TicketDetail table {
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  /*margin:0 auto;*/
  line-height: 1.6em;
  font-size: 13px;
}

.TicketDetail table th {
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 10px;
  background: url(/images/format/BgLightBlue.png) repeat;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}

.TicketDetail table td {
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding: 10px;
  vertical-align: middle;
  background-color: #FFFFFF;
}

.TicketDetail table.PriceTable {
  font-size: 14px;
  width: 740px;
  margin-bottom: 10px;
}

.TicketDetail table.PriceTable.TicketTypeSP {
  display: none;
}

.PriceTable td {
  text-align: center;
  font-weight: bold;
}

.TicketDetail table th.Heading1 {
  background: none;
  text-align: center;
  font-weight: normal;
}

.TicketDetail table th.Heading2 {
  width: 130px;
  text-align: center;
}

.TdPrice {
  width: 130px;
}

.PriceTable .Sp,
.PriceTable .Paper {
  text-align: left;
  height: 22px;
  padding: 8px 0 0 45px;
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
}

.PriceTable .Sp {
  background: url(/images/ticket/IconSmallSp.png) no-repeat;
}

.PriceTable .Paper {
  background: url(/images/ticket/IconSmallPaper.png) no-repeat;
}

#PriceNote {
  float: right;
  font-size: 13px;
  padding-top: 50px;
  width: 230px;
}

#PriceNote li {
  margin-bottom: 0.7em;
}

.TypeBox {
  width: 360px;
}

.TicketLogo {
  float: right;
  padding-right: 10px;
}

.TypeBox.Left {
  float: left;
}

.TypeBox.Right {
  float: Right;
  width: 340px;
}

.TypeBox h3 {
  color: #000;
}

.TypeBox p {
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.TypeBox .Note {
  color: #666;
}

.ticketTable {
  width: 100%;
  margin: 20px 0 10px;
}

.StoreBox .ticketTable th {
  width: 35%;
  white-space: nowrap;
}

.HeadingLargeSp,
.HeadingLargePaper {
  min-height: 120px;
  padding: 28px 0 0 150px;
  margin-bottom: 20px;
  font-size: 16px;
}

.HeadingLargeSp {
  background: url(/images/ticket/IconLargeSp.png) no-repeat;
}

.HeadingLargePaper {
  background: url(/images/ticket/IconLargePaper.png) no-repeat;
}

.HeadingSmallSp,
.HeadingSmallPaper {
  margin-bottom: 15px;
  padding: 15px 0 13px 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.HeadingSmallSp {
  background: url(/images/ticket/IconSmallSp.png) no-repeat #EEE 10px center;
}

.HeadingSmallPaper {
  background: url(/images/ticket/IconSmallPaper.png) no-repeat #EEE 10px center;
}

.Note {
  line-height: 1.5;
  margin-bottom: 0.7em;
  font-size: 13px;
  padding-left: 20px;
}

.NoteTitle {
  font-size: 13px;
  display: block;
  padding-top: 15px;
  color: #666;
  line-height: 1.4em;
}

.HeadingLargePaper .NoteTitle dt {
  font-weight: bold;
  float: left;
}

.HeadingLargePaper .NoteTitle dd {
  padding: 0 0 7px 41px;
}

.TicketTypeTxt {
  /*height:90px;*/
}

.ScheduleTable {
  width: 350px;
}

.ScheduleTable th {
  width: 60px;
}

.BuyText {}

.StoreBox li {
  width: 228px;
  margin-right: 22px;
  list-style-type: none;
  display: inline-block;
}

.webBuy li:nth-child(2),
.webBuy li:nth-child(3) {
  height: 465px;
}

.webBuy li:nth-child(3) p {
  margin-top: 6px;
}

.StoreBox {
  margin-bottom: 40px;
}

.StoreBox li.fin {
  margin-right: 0;
}

.StoreBox .logo {
  text-align: center;
}

.StoreBox h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
}

.StoreBox p {
  line-height: 1.4em;
  font-size: 14px;
}

.BtnBuy {
  text-align: center;
  margin-top: 20px;
}

#BtnBuyMarket {
  margin-bottom: 30px;
}

.TypeBox p.Pay {
  background: url(/images/ticket/LabelPay.png) no-repeat;
  padding-left: 80px;
  color: #19587E;
  margin: 10px 0 0 10px;
}

#Internet p {
  line-height: 1.5;
}

#Internet .StoreBox .ticketTable th {
  width: 25%;
}


/**
 * normal.php / electric.php
 */

.PaymentMethod {
  position: relative;
}

.AboutPayPal {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}


/**
 * finish.php
 */

.FinishMessages {
  line-height: 180%;
  margin: 0 0 20px;
}



.ticketTitle {
  margin: 40px;
}

.ticketTitle .titleText {
  color: #ee7f94;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.ticketTitle .titleText span {
  font-size: 50px;
}

.ticketTitle .titleDate {
  font-size: 20px;
  background-color: #F2DE56;
  border-radius: 20px;
  text-align: center;
  width: 500px;
  margin: 10px auto;
  padding: 8px;
}

.ticketInfo {
  width: 1000px;
  margin: 0 auto 40px;
  /*margin: 0 auto 105px;*/
}

.ticketInfoBox {
  position: relative;
  float: left;
  width: 500px;
  box-sizing: border-box;
}

.ticketPrice {
  width: 400px;
  background: #ec8095;
  border-radius: 8px;
  margin: 0 auto 30px;
  position: relative;
  line-height: 2.4rem;
}

.ticketPrice .inner {
  text-align: center;
  border-left: 8px dotted #fff;
  margin-left: 20px;
  padding: 20px;
}

.ticketPrice h3 {
  font-size: 3rem;
  color: #fff;
  margin: 10px 0 30px;
}

.ticketPrice h3 span {
  font-size: 2rem;
}

.ticketPrice .price {
  font-size: 7rem;
  color: #fff834;
  margin-bottom: 25px;
}

.ticketPrice .price span {
  font-size: 4rem;
}

.ticketPrice .limit {
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  font-size: 1.8rem;
  border-radius: 5px;
}

.ticketInfoBox#advanceTicket {
  padding-right: 10px;
}

.ticketInfoBox#dayTicket {
  float: right;
  padding-left: 10px;
  border-left: 2px dotted #aaa;
}

.ticketInfoBox#dayTicket .ticketPrice {
  background: #799fb7;
}

.ticketInfoBox#dayTicket .ticketPrice .price {
  color: #fff;
}

.ticketInfoText {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.ticketInfoText span {
  font-size: 1.3rem;
  line-height: 1.3;
}

.ticketInfoText span a {
  color: #009DD8;
  text-decoration: underline;
}

.free {
  text-align: center;
  color: #ee7f94;
  font-size: 24px;
  margin-bottom: 20px;
}


.advanceInfo {
  width: 100%;
  background: #F7F7F6;
  padding-bottom: 50px;
}

.advanceInfoTitle {
  width: 100%;
  text-align: center;
  padding: 27px 0 25px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  background: #145780;
}

.advanceInfoTitle span {
  display: inline-block;
  position: relative;
}

.advanceInfoTitle span:before {
  content: "";
  position: absolute;
  background: url(../images/ticket/contTitleSub.png) no-repeat;
  background-size: auto;
  width: 109px;
  height: 109px;
  left: -123px;
  top: -69px;
  margin: 0;
}

.advanceInfoBoxAnchor {
  margin-top: -135px;
  padding-top: 135px;
  pointer-events: none;
}

.advanceInfoBox {
  margin: 60px auto 0;
  background: #fff;
  border: 2px solid #5283A3;
  border-radius: 20px;
  width: 1100px;
  padding: 40px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.advanceInfoBoxTitle br {
  display: none;
}

.advanceInfoBox.advance01:before {
  content: "";
  position: absolute;
  background: url(../images/ticket/flow01.png) no-repeat;
  background-size: 100% auto;
  width: 108px;
  height: 87px;
  left: 50px;
  top: -36px;
  margin: 0;
}

.advanceInfoBox.advance02:before {
  content: "";
  position: absolute;
  background: url(../images/ticket/flow02.png) no-repeat;
  background-size: 100% auto;
  width: 108px;
  height: 87px;
  left: 50px;
  top: -36px;
  margin: 0;
}

.advanceInfoBox.advance03:before {
  content: "";
  position: absolute;
  background: url(../images/ticket/flow03.png) no-repeat;
  background-size: 100% auto;
  width: 108px;
  height: 87px;
  left: 50px;
  top: -36px;
  margin: 0;
}

.advanceInfoBoxSubTitle {
  text-align: center;
  margin-bottom: 15px;
}

.advanceInfoBoxSubTitle span {
  width: 400px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 11px 0;
  background-color: #ea7f93;
  border-radius: 20px;
}

.advanceInfoBoxTitle {
  text-align: center;
  font-size: 34px;
font-weight: 600;
  padding-bottom: 35px;
  margin-bottom: 20px;
  border-bottom: 3px #EC8095 dotted;
}

.advanceInfoBoxNote {
  width: 470px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-top: 13px;
  padding: 7px 0;
  background-color: #fcf45b;
}

.advanceInfoBoxNote a {
  color: #5ab2df;
  text-decoration: underline;
}

.advanceInfoBoxText {
  font-size: 15px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.advanceInfoBoxInner {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.innerCont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  padding: 20px 10px;
  width: 220px;
  border: 1px #ddd solid;
  text-align: center;
  box-shadow: 4px 5px 4px 0px rgba(225, 225, 225, 0.9);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  box-sizing: border-box;
}

#fmBox.innerCont p span {
  letter-spacing: -0.14em;
}

.innerCont p {
  flex: 1;
  text-align: left;
}

.innerCont .textStartDay {
  font-size: 18px;
  color: #D80000;
  text-align: center;
}

.innerCont p + p {
  font-size: 13px;
  line-height: 1.4;
  color: #545454;
}

.innerCont p span {
  color: #D80000;
}

.innerCont a.detailLink,
.innerCont a.commissionLink {
  color: #406CB8;
  text-decoration: underline;
  font-size: 13px;
}

.innerCont a.buyBtn {
  display: block;
  margin: 10px auto;
  width: 177px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  background: linear-gradient(#5F5851, #46413C);
  border: 4px solid #E2E0DF;
  border-radius: 10px;
}
.innerCont .buttonGrey {
  width: 185px;
  font-size: 14px;
  text-align: center;
  padding: 6px 0;
  box-sizing: border-box;
  background-color: #E2E0DF;
  border-radius: 10px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.denshi .innerCont {
  width: calc(100% - 60px / 3);
  padding: 30px 10px 20px;
}
.denshi .innerCont p span {
  font-size: 13px;
}
.denshi .fee:after {
  background: url(../images/ticket/iconFee2.png);
  background-size: 100%;
}

.passMarketText a.buyBtn {
  color: #fff;
  width: 197px;
  margin-left: 80px;
  background: linear-gradient(#5F5851, #46413C);
  border: 4px solid #E2E0DF;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}

.innerCont a.buyBtn:hover {
  opacity: .8;
}

.passMarketText {
  float: right;
  width: 625px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #333;
}

.passMarketText ul li {
  font-size: 14px;
  list-style: none;
  letter-spacing: 0;
  position: relative;
}

.passMarketText ul li:before {
  content: "※";
  left: 0;
}

.passMarketText ul li a {
  color: #009DD8;
  text-decoration: underline;
}

.passMarketBox {
  border: 1px #ddd solid;
  box-shadow: 4px 5px 4px 0px rgba(225, 225, 225, 0.9);
  -moz-box-shadow: 4px 5px 4px 0px rgba(225, 225, 225, 0.9);
  -webkit-box-shadow: 4px 5px 4px 0px rgba(225, 225, 225, 0.9);
  padding: 35px 35px 20px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.passMarketBox img {
  float: left;
}

.attentBox {
  width: 1000px;
  text-align: center;
  margin: 40px auto 80px;
  border: #ccc solid 1px;
  border-radius: 10px;
  padding: 20px 0 35px;
}

.attentBox p {
  text-align: left;
}

.attentBox p {
  width: 930px;
  margin: 0 auto;
  line-height: 1.8;
}

.attentBox a {
  margin: 20px auto 0;
  border: 1px #333 solid;
  display: inline-block;
  color: #333;
  letter-spacing: 0.05em;
  text-indent: -0.5em;
  border-radius: 10px;
  font-size: 1.7rem;
  width: 393px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.attentBox a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.attentBox a:hover {
  opacity: .8;
}

.registrationBox {
  width: 100%;
  text-align: center;
  background-color: #f4f2ef;
  margin-bottom: 90px;
  padding: 40px 0 30px;
  box-sizing: border-box;
}

.registrationBox .title {
  font-size: 24px;
  color: #e97f92;
}

.registrationBox .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
}

.registrationBox .registrationLink {
  margin-top: 30px;
}

.registrationBox .buttonLink {
  width: 400px;
  color: #fff;
  background-color: #5a9cb1;
  border-bottom: 4px solid #2f6e7f;
  font-size: 17px;
  line-height: 1.18;
  padding: 12px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.registrationBox .buttonLink:hover {
  margin-top: 3px;
  color: #fff;
  background: #5a9cb1;
  border-bottom: 2px solid #2f6e7f;
}

.passMarketText ul {
  margin: 15px 0 20px;
}

.fee:after {
  content: "";
  background: url(../images/ticket/iconFee.png);
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -5px;
  width: 60px;
  height: 60px;
}

.innerCont p.feeText {
  font-size: 11px;
  color: #666;
  letter-spacing: 0;
  margin: -10px 0 0px;
}

/* 延期アナウンス */
.announce {
  margin: 30px auto;
  padding: 10px 20px;
  width: 90%;
  max-width: 770px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #144766;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #144766;
  box-sizing: border-box;
}

.announceLink {
  position: relative;
  display: block;
  margin: 40px auto 60px;
  padding: 20px;
  width: 700px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #144766;
  border: navajowhite;
  transition: opacity 1s;
}

.announceLink::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: '\25B6\FE0E';
  display: inline-block;
  color: #fff65d;
  font-size: 20px;
}

.announceLink:hover {
  opacity: 0.8;
  color: #fff;
}
/**
 * モーダル
 */
.modalButton {
  display: block;
  padding: 10px;
  color: #ea6928;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
	background-color: #fff;
	text-decoration-line:underline;
}

.modalWrapper {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  overscroll-behavior-y: contain;
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.modalWrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}
.modal {
  box-sizing: border-box;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
}
.modalClose {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  padding: 10px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  cursor: pointer;
}