@charset "utf-8";


#otherTour {
  margin: 0 auto 80px auto;
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 560px) {
  #otherTour {
    margin: 50px auto;
    padding: 50px 0;
  }
}

#otherTourInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
  padding: 0 5vw;
  max-width: 1500px;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #otherTourInner {
    display: block;
  }
}

#otherTourInner .sectionInner {
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  #otherTourInner .sectionInner {
    padding: 30px 0;
  }
}

#otherTour h3 {
  text-align: center;
  background: #fefc8c;
  padding: 0.75em 1.5em;
  margin: auto auto 1em auto;
  border-radius: 1.5em;
  line-height: 1em;
  font-size: 1.4em;
  font-weight: 800;
}
@media only screen and (max-width: 560px) {
  #otherTour h3 {
    font-size: 1.2em;
  }
}

#otherTour p {
  text-align: center;
  margin: 1em auto;
  font-size: 1.3em;
}
@media only screen and (max-width: 560px) {
  #otherTour p {
    font-size: 1.2em;
  }
}

#otherTour p.flyer img {
  width: 50vw;
  max-width: 300px;
  display: block;
  margin: auto;
}

#otherTour .ticketInfo {
  background: rgba(255, 255, 255, 0.20);
  border-radius: 0.5em;
  padding: 15px;
  margin: 2em auto;
  width: fit-content;
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
}
@media only screen and (max-width: 560px) {
  #otherTour .ticketInfo {
    padding: 10px;
  }
}

#otherTour .ticketInfo a:hover {
  opacity: 0.7;
}

#otherTour .ticketInfo img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  border-radius: 10px;
}
@media only screen and (max-width: 560px) {
  #otherTour .ticketInfo img {
    width: 35px;
    margin: 0 1px;
  }
}


ul.otehrTourList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

ul.otehrTourList li {
  padding: 1em 0;
  margin: 0 auto;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  font-size: 1.1em;
  position: relative;
}
@media only screen and (max-width: 560px) {
  ul.otehrTourList li {
    padding: 1.5em;
    display: block;
  }
}

ul.otehrTourList li:first-of-type {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

ul.otehrTourList li.rescheduled > div {
  opacity: 0.4;
}

ul.otehrTourList li.rescheduled .rescheduledAnnounce {
  position: absolute;
  top: 50%; left:50%;
  transform: translateX(-50%) translateY(-50%) rotate(-3deg);
  margin: 0 !important;
  padding: 0.5em 1em !important;
  background: #18364c;
  color: #FFF;
  font-size: 0.9em !important;
  z-index: 1;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}

ul.otehrTourList li.rescheduled .rescheduledAnnounce a {
  color: #FFF;
}


ul.otehrTourList .liveSubTitle {
  padding-bottom: 0.25em;
  font-weight: 700;
}



ul.otehrTourList .date {
  display: inline;
  width: 100%;
  font-size: 1.2em;
}

ul.otehrTourList .venue {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.25em 1em 0.25em 0;
  
}

ul.otehrTourList .pref {
  display: inline-block;
  margin-right: 1em !important;
  background: rgba(0, 0, 0, 0.90);
  color: #FFF;
  text-align: center;
  width: 6em;
  font-size: 1.1em;
}

ul.otehrTourList .time {
  display: inline;
  color: #333;
}
@media only screen and (max-width: 560px) {
  ul.otehrTourList .time {
    display: block;
  }
}

ul.otehrTourList .guest {
  display: inline-block;
  padding-right: 1em;
  color: #333;
}

ul.otehrTourList .price {
  display: inline;
  color: #333;
}

#futari {
  margin-top: 2em;
}

#futari .flyer img {
  width: 90% !important;
  max-width: none !important;
}

#futari #finalTitleWrapper {
  text-align: center;  
}
#futari #finalTitle {
  display: inline-block;
  font-size: 2em !important;
  font-weight: bold;
  position: relative;
  writing-mode: vertical-rl;
  padding-left: 0.2em;
  margin:0 auto;
}

#futari #finalTitle::before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0.3em;
  width: 1em;
  height: 2.6em;
  background-color: white;
  transform: translateX(-0.17em);
  z-index: -1;
}