@charset "UTF-8";
.announcement {
  color: #C80000;
  margin-bottom: 20px;
}
.announcement a {
  color: #C80000;
}
.announcement .tit {
  display: inline-block;
  border: 1px solid #C80000;
  padding: 3px 15px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.announcement .blt {
  position: relative;
  flex: 1 1 0%;
  padding-left: 20px;
}
.announcement .blt::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #8B8B8B;
  position: absolute;
  left: 0;
  top: 3px;
}

/* top
-----------------------------------------------------------------------------*/
/* info
-----------------------------------*/
#main-info {
  margin-bottom: 80px;
  margin-bottom: 50px;
}

#main-info div#season {
  text-align: center;
}
#main-info div#season a {
  display: inline-block;
}

#main-info ul.entry {
  margin-bottom: 40px;
}

#main-info ul.entry li {
  display: table;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #000;
}

#main-info ul.entry li:first-child {
  border: none;
}

#main-info ul.entry li > div {
  display: table-cell;
  vertical-align: top;
}

#main-info ul.entry li div.date {
  padding-right: 10px;
  width: 5em;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

#main-info ul.entry li div.label {
  padding-right: 15px;
  width: 98px;
}

#main-info ul.entry li div.label div.cat {
  width: 98px;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #23bbec;
  border-radius: 3px;
}

#main-info ul.entry li div.label div.cat.others {
  background-color: #b29136;
}

#main-info ul.entry li div.label div.fin {
  margin-top: 5px;
}

#main-info ul.entry li a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
}

#main-info ul.entry li a:hover {
  text-decoration: underline;
}

#main-info ul.banner li {
  float: left;
  margin-right: 20px;
  width: 220px;
  height: 75px;
  overflow: hidden;
  background-color: #CCC;
}

#main-info ul.banner li a {
  display: block;
  width: 100%;
  height: 100%;
}

#main-info ul.banner li img {
  width: 100%;
  height: 100%;
}

#main-info ul.banner li:last-child {
  margin: 0;
}

/* howto
-----------------------------------*/
#main-howto .tab {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px;
}

#main-howto .tab li {
  padding: 0 3px;
  flex: 0 0 auto;
  width: 25%;
  padding: 0 1px;
}

#main-howto .tab li.select {
  position: relative;
}

#main-howto .tab li.select::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 4px;
  bottom: -1;
  width: -webkit-calc(100% - 7px);
  width: calc(100% - 7px);
  height: 1px;
  background-color: #F5F1E5;
  left: 1px;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}

#main-howto .tab a {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #B29136;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  border: 1px solid #B29136;
  border-bottom: none;
  font-size: 28px;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  padding: 10px 0;
}

#main-howto .tab a:hover,
#main-howto .tab li.select a {
  background-color: #F5F1E5;
  color: #B29136 !important;
}

#main-howto .howto-tit {
  position: relative;
  padding: 40px 0;
  text-align: center;
  color: #B29136;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 2px solid #B29136;
  border-top: 1px solid #B29136;
  background-color: #F5F1E5;
  border-bottom-width: 1px;
  font-size: 15px;
  padding: 20px 0;
}

#main-howto .flow {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #0A2073;
  text-align: center;
}
#main-howto .wrap {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #F5F1E5;
  padding-top: 25px;
  padding-bottom: 50px;
}
#main-howto .t-arrow {
  position: relative;
  margin-bottom: 100px;
  margin-bottom: 50px;
}
#main-howto .t-arrow::before {
  bottom: -60px;
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #0A2073;
  border-top: 1px solid #0A2073;
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  height: 40px;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  bottom: -30px;
}
#main-howto #web #book .bnr {
  margin-bottom: 10px;
}
#main-howto #web #book .attention .t {
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #1A277F;
  background: url(../img/ticket/icn-attention.png) no-repeat left center;
  font-size: 15px;
  background-size: auto 17px;
  line-height: 17px;
}
#main-howto #web #book .attention p {
  margin-bottom: 1em;
  line-height: 1.5;
}
#main-howto #web #book .attention ul {
  margin-left: 1em;
}
#main-howto #web #book .attention li {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12px;
}
#main-howto #web #book .attention li::before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}
#main-howto #web .flow {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  font-size: 20px;
  color: #0A2073;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 15px;
}
#main-howto #web .flow::after, #main-howto #web .flow::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #0A2073;
  border-top: 1px solid #0A2073;
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  height: 40px;
  width: 40px;
  left: 50%;
  bottom: -30px;
  margin-left: -20px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
}
#main-howto #web .flow::before {
  top: -80px;
  top: -45px;
}
#main-howto #web .flow::after {
  bottom: -60px;
  bottom: -25px;
}
#main-howto #web #pay {
  margin: 0 -12px;
}
#main-howto #web #pay .pay {
  flex: 0 0 auto;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#main-howto #web #pay .t {
  background-color: #1A277F;
  padding: 8px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 14px;
}
#main-howto #web #pay .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #fff;
  flex: 1 1 0%;
  text-align: center;
  padding: 25px 10px;
}
#main-howto #web #pay .inner div > .img {
  margin-bottom: 30px;
  margin-bottom: 25px;
}
#main-howto #web #pay .inner .txt p {
  line-height: 1.5;
}
#main-howto #web #pay .inner .txt .img {
  margin: 10px 0;
}
#main-howto #web #pay .inner .txt small {
  display: block;
  padding-top: 5px;
}
#main-howto #web #buy {
  padding-top: 120px;
  padding-top: 45px;
}
#main-howto #web #buy .buy-tit {
  font-size: 40px;
  color: #0A2073;
  margin-bottom: 70px;
  font-size: 20px;
  margin-bottom: 30px;
}
#main-howto #web #buy .stepwrap + .stepwrap {
  margin-top: 75px;
  margin-top: 50px;
}
#main-howto #web #buy .step {
  color: #0A2073;
  border-bottom: 1px solid #8b8b8b;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#main-howto #web #buy .step::after {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #B09520;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 3px;
}
#main-howto #web #buy .step div:first-child {
  display: inline-block;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#main-howto #web #buy .step div:first-child span {
  font-size: 55px;
  margin-left: 10px;
}
#main-howto #web #buy .step div:first-child span {
  font-size: 31px;
}
#main-howto #web #buy .step div:last-child {
  display: inline-block;
  font-size: 26px;
  margin-left: 1.5em;
  font-size: 17px;
  margin-left: 1em;
}
#main-howto #web #buy .flex {
  flex-direction: row-reverse;
}
#main-howto #web #buy .flex p {
  line-height: 1.5;
  flex: 1 1 0%;
  margin-bottom: 1em;
}
#main-howto #web #buy .flex p small {
  line-height: 1;
}
#main-howto #web #buy .use {
  margin-top: 45px;
  padding: 20px;
  background-color: #eee;
  border: 1px solid #D4D4D4;
  margin-top: 20px;
  padding: 5px 15px;
}
#main-howto #web #buy .use .bt a {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #0A2073;
  font-weight: bold;
}
#main-howto #web #buy .use .bt a span:first-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #B09520;
  margin-right: 10px;
}
#main-howto #web #buy .use .bt a span:last-child, #main-howto #web #buy .use .close {
  position: relative;
  padding-right: 25px;
}
#main-howto #web #buy .use .bt a span:last-child::before, #main-howto #web #buy .use .close::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 34px;
  height: 34px;
  background-color: #0A2073;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 0;
}
#main-howto #web #buy .use .bt a span:last-child::after, #main-howto #web #buy .use .close::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  -webkit-transition: rotate(135deg);
  transform: rotate(135deg);
  right: 27px;
  top: 50%;
  margin-top: -5px;
  height: 4px;
  width: 4px;
  right: 6px;
  margin-top: -3px;
}
#main-howto #web #buy .use .close {
  padding-right: 40px;
  font-weight: bold;
  text-align: right;
  color: #0A2073;
  padding-right: 20px;
}
#main-howto #web #buy .use .close::before {
  right: -5px;
}
#main-howto #web #buy .use .close::after {
  -webkit-transition: rotate(315deg);
  transform: rotate(315deg);
  margin-top: 0;
  right: 7px;
}
#main-howto #web #buy .use .inner {
  padding: 20px;
  margin-top: 40px;
  padding: 20px 0;
  margin-top: 0;
}
#main-howto #web #buy .use .img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0;
}
#main-howto #web #buy .use .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #595858;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
}
#main-howto #web #buy .use p {
  margin-bottom: 20px;
}
#main-howto #web #buy .use .input {
  font-size: 14px;
}
#main-howto #web #buy .use .input div {
  margin-bottom: 10px;
}
#main-howto #web #buy .use div.t {
  margin-bottom: 5px;
  color: #1A277F;
  line-height: 1.5;
}
#main-howto #web .pay-attention {
  margin-top: 1em;
}
#main-howto #web .pay-attention li {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-size: 12px;
}
#main-howto #web .pay-attention li::before {
  content: "※";
  left: -1em;
  top: 0;
}
#main-howto #tel .tel {
  border: 1px solid #0A2073;
  padding: 50px 50px 50px 300px;
  font-size: 24px;
  background: #fff url(../img/ticket/icn-tel-new.png) no-repeat 120px center;
  text-align: left;
  line-height: 1.5;
  padding: 15px 15px 15px 70px;
  background-position: 22px center;
  background-size: 30px;
  font-size: 15px;
}
#main-howto #tel .tel .number {
  margin: 20px 0;
  margin: 10px 0;
}
#main-howto #tel .tel .number span {
  padding-right: 20px;
  font-size: 46px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  padding-right: 0;
  display: block;
}
#main-howto #tel .tel .small {
  font-size: 16px;
  font-size: 12px;
}
#main-howto #mail .flow2 .mail,
#main-howto #mail .flow2 .fax {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #0A2073;
}
#main-howto #mail .flow2 .mail .txt,
#main-howto #mail .flow2 .fax .txt {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
#main-howto #mail .flow2 .mail .img, #main-howto #mail .flow2 .fax .img {
  padding-right: 10px;
  width: 150px;
  text-align: center;
  width: 80px;
}
#main-howto #mail .flow2 .mail a, #main-howto #mail .flow2 .fax span {
  font-size: 40px;
  text-decoration: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
#main-howto #mail .flow2 .fax a {
  display: block;
}
#main-howto #mail .flow2 .fax small {
  display: block;
}
#main-howto #mail .flow2 .or {
  flex-shrink: 0;
  color: #B29136;
  text-align: center;
  padding: 1em;
}
#main-howto #mail .flow {
  line-height: 1.5;
}
#main-howto #mail .flow + .howto-subtit {
  margin-top: 60px;
}

#main-howto .howto-subtit {
  font-size: 40px;
  color: #0A2073;
  margin-bottom: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}

#main-howto .col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#main-howto .col2 .img {
  width: 300px;
  padding: 30px;
  text-align: center;
  border-right: 2px solid #1A277F;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  align-items: center;
}
#main-howto .col2 p {
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 50px;
  line-height: 1.5;
}
#main-howto .col2 small {
  font-size: 11px;
}
/* 220401add */
#mail .flow2 .bt a {
  width:280px;	
  margin-top:20px;	
  padding: 10px 1.5em;
  line-height: 1;
  height: 100%;
  background-color: #0A2073;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}
#mail .flow2 .bt a  i {
  font-size: 20px;
  color: #B09520;	
	}
#mail .flow2 .bt a {
  width:215px;	
  margin-top:20px;	
  padding: 6px 1.5em;
  line-height: 1;
  height: 100%;
  background-color: #0A2073;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
}
#mail .flow2 .bt a  i {
  font-size: 14px;
  color: #B09520;	
	}	
#main-howto .col2 .img {
    width: 70px;
	padding:0px;
    text-align: center;
    border-right: 5px solid #1A277F;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: flex;
    align-items: center;
}
#main-howto .col2 .img img{
    width: 50px;
}
#main-howto .col2 p {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 20px;
    line-height: 1.5;
}
ul.pay-attention{
margin-top:30px;
	}

/* playguide */
#playguide .box {
  -webkit-align-self: stretch;
  align-self: stretch;
  margin: 0 10px;
  padding: 0 15px 20px;
  background-color: #fff;
  border: 1px solid #878788;
  text-align: center;
}

#playguide .box .logo {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px dotted #878788;
}

#playguide .box a {
  text-decoration: none;
  color: #000;
}

#playguide .box small {
  font-size: 11px;
}

/* discount
-----------------------------------*/
#main-discount dl {
  display: table;
  width: 100%;
  vertical-align: top;
}

#main-discount dt, main-discount dd {
  display: table-cell;
  vertical-align: top;
}

#main-discount dd {
  padding-left: 20px;
  line-height: 1.7;
  word-break: break-all;
}

#main-discount dd:nth-child(2) {
  padding-right: 25px;
  width: 265px;
}

/*div#side ul#side-banner li {
    float: none !important;
    margin: 0 auto !important;
    max-width:140px;
}
div#side ul.list br { display:none; }*/
/* info
-----------------------------------*/
/*#main-info .tit-top a {
    display:inline-block;
    margin-top:10px;
    width:10em;
}
#main-info .tit-top a img {
    margin-left:-10px;
    margin-right:2px;
}*/
/* season & ikaiken & other
-----------------------------------------------------------------------------*/
#ticket-members #period li, #ticket-ikaiken #period li {
  position: relative;
  padding-left: 15px;
}
#ticket-members #period li::before, #ticket-ikaiken #period li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #8B8B8B;
  position: absolute;
  left: 0;
  top: 3px;
}
#ticket-members #period li + li, #ticket-ikaiken #period li + li {
  margin-top: 1em;
}
#ticket-members #period li span, #ticket-ikaiken #period li span {
  display: inline-block;
  display: block;
}
#ticket-members #period li span small, #ticket-ikaiken #period li span small {
  display: block;
}
#ticket-members table, #ticket-ikaiken table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 18px;
  background-color: #d4d4d4;
  margin: 10px 0;
}
#ticket-members table th, #ticket-ikaiken table th {
  padding: 1em 5px;
  background-color: #eee;
  text-align: center;
  font-size: 11px;
}
#ticket-members table th span, #ticket-ikaiken table th span {
  display: block;
  font-size: 16px;
}
#ticket-members table th span, #ticket-ikaiken table th span {
  font-size: 9px;
}
#ticket-members table td, #ticket-ikaiken table td {
  padding: 1em 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
}
#ticket-members table td del, #ticket-ikaiken table td del {
  text-decoration: none;
  background-image: url(../img/common/doubleLine_black.png) !important;
  background-repeat: repeat-x !important;
  background-position: center !important;
  font-weight: 100 !important;
}
@-moz-document url-prefix() {
  #ticket-members table td b, #ticket-ikaiken table td b {
    background-image: url(../img/common/doubleLine_black.png) !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    font-weight: 100 !important;
  }
}
#ticket-members table thead th, #ticket-ikaiken table thead th {
  background-color: #0A2073;
  color: #fff;
}
#ticket-members table thead th:first-child, #ticket-ikaiken table thead th:first-child {
  background-color: #313131;
}
#ticket-members table + p, #ticket-ikaiken table + p {
  margin-top: 5px;
}
#ticket-members table + p small, #ticket-ikaiken table + p small {
  display: block;
  margin-top: 5px;
}
#ticket-members #common .col-6, #ticket-ikaiken #common .col-6 {
  display: flex;
  min-height: 130px;
  margin-bottom: 15px;
}
#ticket-members #common .col-6 .num, #ticket-ikaiken #common .col-6 .num {
  display: flex;
  flex-shrink: 0;
  background-color: #0A2073;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
#ticket-members #common .col-6 .num span, #ticket-ikaiken #common .col-6 .num span {
  display: block;
}
#ticket-members #common .col-6 .txt, #ticket-ikaiken #common .col-6 .txt {
  display: flex;
  padding: 20px;
  flex: 1 1 0%;
  background-color: #eee;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#ticket-members #common .col-6 .txt .tit, #ticket-ikaiken #common .col-6 .txt .tit {
  font-size: 18px;
  color: #0A2073;
  margin-bottom: 5px;
  font-size: 16px;
}
#ticket-members #common .col-6 .txt p, #ticket-ikaiken #common .col-6 .txt p {
  line-height: 1.5;
}
#ticket-members #common .gray .num, #ticket-ikaiken #common .gray .num {
  background-color: #8b8b8b;
}
#ticket-members #ikaiken-top, #ticket-members #members-top, #ticket-members #teiki, #ticket-members #members-tokyo, #ticket-members #period, #ticket-members #common, #ticket-members #price, #ticket-ikaiken #ikaiken-top, #ticket-ikaiken #members-top, #ticket-ikaiken #teiki, #ticket-ikaiken #members-tokyo, #ticket-ikaiken #period, #ticket-ikaiken #common, #ticket-ikaiken #price {
  margin-bottom: 100px;
  margin-bottom: 60px;
}
#ticket-members #teiki .wrap, #ticket-members #price .wrap, #ticket-ikaiken #teiki .wrap, #ticket-ikaiken #price .wrap {
  max-width: 1000px;
  margin: 80px auto 0;
  margin: 30px 0 0;
}
#ticket-members #buy, #ticket-ikaiken #buy {
  margin-bottom: 100px;
  margin-bottom: 0;
}

#ticket-ikaiken #price table {
  margin-bottom: 10px;
}
#ticket-ikaiken #price li span {
  width: 18em;
}
#ticket-ikaiken #common .num {
  width: 130px;
  width: 80px;
}
#ticket-ikaiken #common .num span {
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 20px;
}
#ticket-ikaiken #common .gray .col-6:last-child .num {
  font-size: 11px;
}

#ticket-members #members-top .flex {
  margin-top: 20px;
}
#ticket-members #members-top .col-6 {
  position: relative;
}
#ticket-members #members-top .col-6::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0 0;
  border-color: #b2eafa transparent transparent transparent;
  left: 0;
  border-width: 34px 34px 0 0;
}
#ticket-members #members-top .col-6 a {
  display: block;
  background-color: #E5F8FD;
  border: 10px solid #B2EAFA;
  padding: 40px;
  position: relative;
  height: 100%;
  color: #313131;
  text-decoration: none;
  border-width: 5px;
  padding: 20px;
}
#ticket-members #members-top .col-6 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  right: 20px;
  bottom: 20px;
  right: 15px;
  bottom: auto;
  top: 15px;
}
#ticket-members #members-top .col-6 a::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #0A2073;
  border-top: 1px solid #0A2073;
  -webkit-transition: rotate(45deg);
  transform: rotate(45deg);
  height: 6px;
  width: 6px;
  position: absolute;
  right: 33px;
  bottom: 32px;
  right: 28px;
  bottom: auto;
  top: 26px;
}
#ticket-members #members-top .col-6 .title {
  font-size: 30px;
  color: #0A2073;
  font-size: 18px;
}
#ticket-members #members-top .col-6 p {
  margin-top: 1em;
  line-height: 1.3;
}
#ticket-members #common .num {
  width: 80px;
}
#ticket-members #common .num span {
  margin-top: 5px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
#ticket-members #teiki th:first-child {
  display: none;
}
#ticket-members #members-tokyo .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* contact
-----------------------------------------------------------------------------*/
#ticket-contact .tit-top {
  background: url(../img/ticket/tit-contact-sp.png) no-repeat 10px bottom;
  background-size: 146px 35px;
}

#ticket-contact .tit-top.contact {
  background: url(../img/top/tit-contact_jp-sp.png) no-repeat 10px bottom;
  background-size: 89px 35px;
}

#ticket-contact .tit-top.en {
  background: url(../img/en/tit-contact_en-sp.png) no-repeat 10px bottom;
  background-size: 65px 20px;
}

#ticket-contact .form {
  padding: 15px 10px;
  margin-bottom: 20px;
}

#ticket-contact .form h3 {
  margin-bottom: 5px;
  color: #1a1f72;
}

#ticket-contact .form p {
  line-height: 1.5;
}

#ticket-contact .tab span, #ticket-contact .tab a {
  display: inline-block;
  padding: 5px 0;
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
}

#ticket-contact .tab span {
  background-color: #1f218f;
}

#ticket-contact .tab a {
  background-color: #737373;
}

#ticket-contact .tab *:first-child {
  margin-right: 4px;
}

#ticket-contact .box div.main div.address {
  background-color: #eee;
}

/* form */
#ticket-contact div.main {
  padding: 10px 10px 20px;
  background-color: #eee;
}

#ticket-contact span.red {
  color: #f00;
}

#ticket-contact div.main div.tbl {
  margin-bottom: 15px;
}

#ticket-contact div.main div.tbl .tit {
  font-weight: normal;
  margin-bottom: 5px;
}

#ticket-contact div.main div.tbl small {
  font-size: 10px;
}

#ticket-contact div.main div.tbl input[type="text"], #ticket-contact div.main div.tbl input[type="number"], #ticket-contact div.main div.tbl input[type="email"], #ticket-contact div.main div.tbl textarea, #ticket-contact div.main div.tbl select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#ticket-contact div.main div.tbl textarea {
  margin-top: 5px;
}

#ticket-contact div.main div.tbl input[type="checkbox"] {
  border: 1px solid #ddd;
}

#ticket-contact div.main div.tbl div {
  position: relative;
  font-size: 12px;
}

#ticket-contact div.main div.tbl div span.num {
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin-top: -0.5em;
}

#ticket-contact div.main div.tbl div label {
  font-size: 14px;
}

#ticket-contact .bikou, #ticket-contact .enquete {
  padding: 20px 0 10px;
}

#ticket-contact div.main div.tbl.enquete .tit {
  vertical-align: top;
}

#ticket-contact div.main div.tbl.enquete li {
  margin-bottom: 10px;
}

#ticket-contact div.main div.tbl.enquete label {
  display: inline-block;
  cursor: pointer;
}

#ticket-contact div.main div.btn a, #ticket-contact div.main div.btn button {
  display: inline-block;
  padding: 5px;
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

#ticket-contact div.main div.btn a {
  margin-right: 4px;
  background-color: #959595;
  color: #cccccc;
}

#ticket-contact div.main div.btn button {
  border: none;
  background-color: #097c25;
  color: #fff;
}

#ticket-contact input[type="number"]::-webkit-outer-spin-button, #ticket-contact input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ticket-contact input[type="number"] {
  -moz-appearance: textfield;
}

/* box */
#ticket-contact .box {
  margin-bottom: 20px;
}

#ticket-contact .box h3 {
  padding: 0 10px;
  color: #1a1f72;
}

#ticket-contact .box .main {
  background: none;
}

#ticket-contact .box .main p {
  margin-bottom: 20px;
  line-height: 1.5;
}

#ticket-contact .box .address {
  background-color: #eeeeee;
}

#ticket-contact .box .address h5 {
  margin-bottom: 5px;
}

#ticket-contact .box .address div {
  padding: 5px 10px 10px;
  line-height: 1.5;
}

#ticket-contact .gotoTicket {
  margin-top: 20px;
}

#ticket-contact .gotoTicket img {
  vertical-align: middle;
  margin-right: 10px;
}

.formError .formErrorContent {
  margin-top: 0 !important;
  padding: 0 0 0 10px !important;
  width: 100% !important;
  background: none !important;
  color: #f00 !important;
}

.errMsg {
  position: relative !important;
  margin-bottom: 3px !important;
  margin-left: 0 !important;
}

#ticket-ikaiken #release {
  margin-bottom: 20px;
  padding: 0 10px;
}

#ticket-ikaiken #release li {
  margin-bottom: 10px;
}

#ticket-ikaiken #discount .tit {
  margin-top: 15px;
}

#ticket-ikaiken #playguide h3.tit {
  margin: 30px 10px 0 10px;
}

table td b {
  background-image: url(../img/common/doubleLine_black.png) !important;
  background-repeat: repeat-x !important;
  background-position: center !important;
  font-weight: 100 !important;
}

@-moz-document url-prefix() {
  table td b {
    background-image: url(../img/common/doubleLine_black.png) !important;
    background-repeat: repeat-x !important;
    background-position: center !important;
    font-weight: 100 !important;
  }
}
