body {
  min-width: 320px;
}

.date_tokyo {
  display: flex;
}

.update {
  margin-left: 5px;
}

#modal-contents {
  background: #fcfcfc;
  color: #0c0c0c;
  overflow: hidden;
}
#modal-contents h1 {
  background: #d3d3d3;
  font-size: 5.6rem;
  font-weight: bold;
  padding: 40px;
  text-align: center;
}
@media (min-width: 769px) {
  #modal-contents h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  #modal-contents h3 {
    background: url(../images/hr-ticket03.png) no-repeat 0 bottom;
  }
  #modal-contents h3.hr03 {
    background: url(../images/hr-howtoplay01.png) no-repeat 0 bottom;
  }
  #modal-contents h3._no-schedule-message {
    background: none;
  }
}
#modal-contents h4 {
  color: #e60012;
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (min-width: 769px) {
  #modal-contents h4 {
    font-size: 2.4rem;
  }
}
#modal-contents .modal-read {
  background: #eee;
  font-size: 3.2rem;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  #modal-contents .modal-read {
    font-size: 1.6rem;
    text-align: center;
    align-items: center;
  }
}
#modal-contents .modal-read span {
  color: #e60012;
  /* display: block; */
  font-size: 4.2rem;
  font-weight: bold;
  margin: 15px 0 0;
}
@media (min-width: 769px) {
  #modal-contents .modal-read span {
    font-size: 2.4rem;
  }
}
#modal-contents .modal-read .cancel_text {
  text-decoration: line-through;
}
#modal-contents .modal-read a p {
  text-decoration: underline;
  transition: all 0.2s linear;
  color: #0c0c0c;
}

#modal-contents .modal-read a p:hover {
  color: #e60012;
}

#modal-contents .container {
  padding: 40px 40px 70px;
}
#modal-contents section {
  padding: 70px 0 0;
}
#modal-contents .map {
  height: 0;
  margin: 0 0 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#modal-contents .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#modal-contents .caption {
  color: #666;
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  #modal-contents .caption {
    font-size: 1.4rem;
  }
}
#modal-contents .refund {
  margin-top: 20px;
  font-size: 3.2rem;
}
@media (min-width: 769px) {
  #modal-contents .refund {
    font-size: 2.4rem;
  }
}

#modal-contents .modal-caution {
  color: #666;
}
#modal-contents .banner-ticket {
  display: block;
  height: 160px;
  width: 688px;
  position: relative;
}
#modal-contents .banner-ticket::before,
#modal-contents .banner-ticket::after {
  content: "";
  background: url(../images/banner-ticket.jpg) no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  z-index: 2;
}
#modal-contents .banner-ticket::after {
  background: url(../images/banner-ticket_on.jpg) no-repeat 0 0 / cover;
  z-index: 1;
}
@media (min-width: 769px) {
  #modal-contents .banner-ticket {
    height: 80px;
    width: 344px;
  }
  #modal-contents .banner-ticket:hover::before {
    opacity: 0;
  }
}
#modal-contents .glay {
  background: #eee;
  padding: 40px 40px 10px;
}
@media (min-width: 769px) {
  #modal-contents .glay {
    padding: 20px 20px 0;
  }
}
#modal-contents .glay dt {
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  #modal-contents .glay dt {
    font-size: 1.4rem;
  }
}
#modal-contents .glay dd {
  font-weight: bold;
  font-size: 3.2rem;
  padding: 0 0 10px;
}
@media (min-width: 769px) {
  #modal-contents .glay dd {
    font-size: 2.4rem;
  }
}
#modal-contents .glay a {
  margin: 0 0 30px;
  display: block;
}
@media (min-width: 769px) {
  #modal-contents .glay a {
    margin: 0 0 30px;
  }
}
#modal-contents .btn-faq {
  color: #0c0c0c;
  border: 1px solid #0c0c0c;
  display: block;
  font-size: 3.2rem;
  margin: 80px auto;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
#modal-contents .btn-faq span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  height: 10px;
  width: 14px;
  line-height: 0;
}
@media (min-width: 769px) {
  #modal-contents .btn-faq {
    font-size: 1.6rem;
    transition: all 0.2s;
    width: 312px;
  }
  #modal-contents .btn-faq svg {
    transition: all 0.2s;
  }
  #modal-contents .btn-faq:hover {
    background: #0c0c0c;
    color: #fcfcfc;
  }
  #modal-contents .btn-faq:hover svg {
    fill: #fcfcfc;
  }
}
#modal-contents .footer {
  color: #666;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 769px) {
  #modal-contents .footer {
    font-size: 1.6rem;
  }
}
