@charset "utf-8";

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

  /* =============================================================

　　Mobile - Parts Setting

============================================================= */

/*  Ticket Page Settings
--------------------------------------------- */

.txt-center.txt-intro {
  text-align: left !important;
}


/*  Ticket Page Settings
--------------------------------------------- */

/* Page Link */

.pageLink ul {
  text-align: center;
}

.pageLink ul li {
  line-height: 2em;
}

.pageLink ul li:first-child:after,
.pageLink ul li:last-child:after {
  content: none;
}

/* Attention */

.txt-att {
  padding: 1em 2em;
}

/* Banner */
.bnr-ticket {
  margin: 0;
  text-align: center;
}

.bnr-ticket img {
  width: 100%;
  margin-bottom: 1em;
}

.bnr-ticket a:first-child {
  margin-right: 0;
}


/*  Howto List
-------------------------- */

.howto-section {
  margin-top: 3em;
  padding: 30px 25px;
  border: 1px solid #000;
}

.howto-section .howto-title {
  margin-bottom: 2em;
  text-align: center;
}

.howto-section .howto-title h2 {
  display: block;
  margin: 0 0 0.5em 0;
  padding-top: 36px;
  padding-left: 0;
  text-align: center;
}

#internet.howto-section .howto-title h2 {
  background: url(../img/icn-internet.png) center top no-repeat;
}

#telephone.howto-section .howto-title h2 {
  background: url(../img/icn-telephone.png) center top no-repeat;
}

#desk.howto-section .howto-title h2 {
  background: url(../img/icn-desk.png) center top no-repeat;
}

.howto-section p.txt-ticketcenter span {
  margin-left: 0;
}

.howto-section .receptiontime {
  line-height: 1.8em;
}

.howto-section .receptiontime span {
  margin-left: 0;
}

.howto-section h3 span {
  margin-top: 0.5em;
  margin-left: 0;
}

.howto-section .howtolist {
  margin-top: 2.5em;
  padding: 0 !important;
  border-bottom: 1px solid #e7e6e6;
}
.howto-section .howtolist dl dd {
  margin: 0;
  padding: 0;
}

.howto-section .howtolist dl dd p span.creditcard {
  padding-left: 0;
}


.howto-section .howtolist.numlist li {
  min-height: auto;
  padding: 0 0 10px 65px;
}

.howto-section .numlist li.num01,
.howto-section .numlist li.num02,
.howto-section .numlist li.num03 {
  background-size: 50px auto;
}

}
