@charset "UTF-8";
.wh {
  background: #66CCCC;
  padding: 0.5rem;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.colred .wh {
  background: #FF66CC;
}
#TICKETS .details dl dd a {
  color: #FF6600;
  text-decoration: none;
  line-height: 2;
  font-weight: bold;
}
#TICKETS .details dl dd a.block {
  display: block;
  height: 40px;
  line-height: 40px;
}
#TICKETS .details dl dd a:hover {
  opacity: 0.8;
}
#TICKETS .details dl dd em {
  color:  #fff;
  background: #FF6600;
  margin: 1rem auto 0;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  display: block;
  width: 80%;
}
#TICKETS .fontM {
  font-size:1.2rem;
}
#ticket_car .details dl, #ticket_bus_s .details dl, #ticket_bus .details dl {
/*text-align: left;*/
  }
#TICKETS .spL {
  text-align: left;
}
#TICKETS section.sub .page_title_sub h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF66CC;
}
section.sub .page_title_sub h3 span {
  font-size: 1.2rem;
  font-weight: bold;
}
#TICKETS section#ticket_bus_s .page_title_sub h3 {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #66CCCC;
}
.ticketbox2 {
  border: 3px solid #195FB2 !important;
}
.busdestination {
  padding: 0.5rem;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #66CCCC;
  text-align:   left;
  background: #fff;
  font-size: 1.2rem;
}
.colred .busdestination {
  border: 2px solid #FF66CC;
}
p.in {
  line-height: 20px;
  color: #66CCCC;
}
.colred p.in {
  color: #FF66CC;
}
.tac {
  text-align:  center !important;
}
.busmix {
  margin-top: 20px;
}
.busmix p.in {
  transform: rotate(90deg);
  text-align: center;
}
#TICKETS section.sub .page_title_sub h3 span.wh {
  margin: 0 0 0 0.5rem;
}
#TICKETS .details dl dt {
  /* color: #195FB2; */
}
#TICKETS .colred .details dl dt{
 background: #FF66CC;
}
#TICKETS .colred .details dl dd a {
  color: #FF6600;
 }
.fiximg {
  opacity: 0.5;
}
a.fixticket {
  pointer-events: none;
  opacity:  0.5;
}
p span.soldoutTx {
  color: #195FB2;
  font-size: 1.8rem!important;
}
#TICKETS p span.indent1 {
  display: block;
  margin: 0;
  line-height: 1.4;
  padding-left:2em!important;
  text-indent:-2em!important;
}
.mb0{
  margin-bottom: 0!important;
}
.line2 {
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px dashed #66CCCC;
}
.ticketapp{
  display: inline-block;
  background: #FF6600;
  color: #fff;
  margin: 1rem 0 0 0;
  padding: .5rem!important;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
} 
detail{
  
}
/*closeblock*/
.closeblock {
  display: none;
  background: #BEC2C4!important;
  opacity:  .4!important;
}
.closeblock a {
  pointer-events: none;
  color: #666!important;
}
.fixblock {
  border: 3px solid #B3B3B3 !important;
  background: #BEC2C4;
}
.fixblock h4 {
  color: #D4D4D4!important;
  background: #B3B3B3!important;
  cursor: pointer;
  position:   relative;
  margin: 0!important;
  padding: 1rem 3.4rem 1rem 0.5rem!important;
}
.fixblock h4:after {
  position: absolute;
  right: 15px;
  font-size: 16px;
  top: calc(50% - 15px);
  line-height: 30px;
  color: #D4D4D4;
  content: "\e904";
  font-family: 'RUSHBALL' !important;
  font-weight: normal;
  transform: rotate( 180deg);
}
.livehouse {
  margin-top: 1rem;
  font-weight: bold;
  overflow-wrap: break-word;
}
.livehouse p {
  margin: 0!important;
  color: #66CCCC;
}
.livehouse p.text {
  color: #000;
}
.livehouse a {
  text-decoration: none;
  display: inline-block;
}
 .modal {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease; 
    position: absolute;
    padding: 20px;
    height: 100vh;
    top: -60px;
    width: 100%;
    z-index: 1000;
  }

  .modal.show {
    visibility: visible;
    opacity: 1;
  }

  .modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(33,149,198,0.5)
  }

 
  .modal__content {
    background: #fff;
    padding: 6vw;
    position: absolute;
    top: 5%;
    left:   10%;
    width: 80%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .modal__content h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    text-align: center;
    margin:0 0 3rem;
    line-height: 1.4;
    font-size: 2rem;
  }
  .modal__content h4{
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .modal__content p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .modal__content .refund{
    font-size: 1.4rem;
    font-weight: bold;
  }
  .modal__content .refund span{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700;
    display: block;
  }
  .modal__content p a{
    text-decoration: underline;
    color: #66CCCC;
    font-weight: bold;
  }
  .modal__content .btn {
    text-align: center;
    margin:   0 auto;
  }
  .modal__content .btn a {
    padding: 5px;
    border:  2px #66CCCC solid;
    background:  #66CCCC;
    color:  #fff;
    border-radius: 10px;    
    font-family: "Atkinson Hyperlegible", sans-serif;

    font-weight: 600;
  }
  .modal__content .btn a:after  {
    content: "";
  }
   .modal__content a.gtel{
       text-decoration: none;
       color: #000;
       font-weight: normal;
   }
@media screen and (min-width:768px) {
  #TICKETS .details dl dt {
    color: #000;
}
#TICKETS .colred .details dl dt{
 background: none;
}
#TICKETS .details dl dd em {
 display: inline-block;
 background: #FF6600;
}
#TICKETS .colred .details dl dd em {/* display: block; */background: #FF6600;}
 .modal__content {
      padding: 3vw;
      max-width: 960px;
    }
    .modal__content {
     background: #fff;
     left: 50%;
     padding:60px;
     position: absolute;
     top: 0;
     transform: translate(-50%, 0);
   }
   .modal__content .refund span{
    display: inline;
  }
    .modal__content a.gtel{
       pointer-events: none;
       text-decoration: none;
       color: #000;
   }
}
@media screen and (min-width:1024px) {
 #TICKETS section.sub .page_title_sub {
 margin: 3rem 0;
}
#TICKETS .details dl dd a {
 line-height: 1.2;
}
#TICKETS .details dl dd em {
 /* color:  #fff; */
 /* background: #FF6600; */
 position:  relative;
 margin: 1rem 10px 0 0;
 display:   inline;
}
#TICKETS .colred .details dl dd em {
 /* display: inline-block; */
 background: #FF6600;
}
 #TICKETS .details dl dd em:after {
 border-left-color: #FF6600;
}
#TICKETS .colred .details dl dd em:after {
 border-left-color: #FF6600;
}
#TICKETS section.sub .page_title_sub h3 {
 font-size: 1.6rem;
}
.busmix {
 display: flex;
}
.busmix p.in {
 width: 30px;
 line-height: 40px;
 transform: rotate(0);
}
#TICKETS .details dl dt {
 color: #000;
}
#TICKETS .details dl dd a.block {
 display: inline;
}
.busdestination {
 font-size: 1.4rem;
}
p.soldout {
text-align: left !important;
}
}
