@charset "utf-8";

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

　 Parts Setting

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


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

/* Main Title */

.page-ticket .category-title h1 .txt-sm {
  font-weight: normal !important;
  font-size: 0.45em;
}

.page-ticket .content-inner a {
  color: #000;
  text-decoration: underline;
}

/* Page Link */

.pageLink ul {
  text-align: center;
}

.pageLink ul li {
  display: inline-block;
  padding-right: 0.7em;
}

.pageLink ul li:after {
  content: "｜";
  margin-left: 0.7em;
}

.pageLink ul li:last-child:after {
  content: normal;
}

/* Attention */

.txt-att {
  margin-top: 2.2em;
  padding: 1em 2em 0 2em;
  font-size: 0.85em;
  line-height: 1.9em;
  border: 1px solid #ccc;
}

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

.bnr-ticket img {
  width: 394px;
  height: auto;
}

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

.bnr-ticket a:hover {
  transition:all 0.5s ease-out;
  opacity: 0.6 !important
}


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

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

.howto-section .howto-title h2 {
  display: inline-block;
  margin: 0 0.5em 1em 0;
  padding-left: 46px;
  font-weight: normal;
  font-size: 1.7em;
  background-color: #ccc;
}

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

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

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

.howto-section .howto-title .tag-target {
  display: inline-block;
  margin-right: 0.5em;
  padding: 2px 10px;
  font-size: 0.9em;
  background-color: #efefef;
}

.howto-section .howto-title .tag-target.tag-advance {
  background-color: #fdc456;
}

.howto-section .howto-title .tag-target.tag-general {
  background-color: #f6c2ca;
}

.howto-section p.txt-ticketcenter {
  margin-top: 1.5em;
  font-size: 1.3em;
  font-weight: bold;
}

.howto-section p.txt-ticketcenter span {
  display: inline-block;
  margin-left: 1em;
  color: #810f0f;
}

.howto-section .receptiontime {
  margin-top: 1.5em;
  padding: 1.5em 1.5em 1.2em;
  font-size: 1.1em;
  background-color: #f7f6f6;
}

.howto-section .receptiontime span {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.85em;
}

.howto-section h3 {
  margin-top: 2.5em;
  padding-bottom: 0.3em;
  font-size: 1.3em;
  border-bottom: 1px solid #000;
}

.howto-section h3 span {
  display: inline-block;
  margin-left: 1.3em;
  font-size: 0.75em;
  color: #810f0f;
}

.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.numlist li {
  margin-top: 2em;
  min-height: 95px;
  padding: 0 0 10px 100px;
  border-bottom: 1px solid #e7e6e6;
}

.howto-section .numlist li.num01 {
  background: url(../img/num01.png) left top no-repeat;
}

.howto-section .numlist li.num02 {
  background: url(../img/num02.png) left top no-repeat;
}

.howto-section .numlist li.num03 {
  background: url(../img/num03.png) left top no-repeat;
}

.howto-section .howtolist dl dt {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.howto-section .howtolist dl dd p {
  font-size: 0.85em;
  line-height: 1.7em;
}

.howto-section .howtolist dl dd p strong {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.howto-section .howtolist dl dd p span.creditcard {
  display: block;
  margin-top: 8px;
  padding-left: 14.5em;
}

.howto-section ul.ind {
  font-size: 0.92em;
}

.howto-section ul.ind li {
  margin-bottom: 0.5em;
  line-height: 1.8em;
}

.txt-red {
  margin-top: -1em;
  color: #b80000;
}