@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  background: #666;
  width: 100%;
  color: #999;
}
.content.info .inner {
    padding: 0 0 50px;
}
.news_title {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 50px;
}
.news .mailto {
  color: #000;
  text-decoration: underline;
}
.news_2 h3 {
  padding: 10px;
  font-size: 20px;
  margin: 10px auto;
}
.news_2 h3 small {
  font-weight: normal;
}
.news_title small {
  font-size: 14px;
  font-weight: normal;
}
.news_2 .wrap {
  background: #d6d6d6;
  padding: 1px 20px 20px;
}
.news_2 .wrap h4 {
  color: red;
}
.news_2 .wrap dt{
    margin-top: 20px;
    color: #000;
}
.content.info.news dd {
  text-align: left;
  box-shadow: 0px 0px 10px #ddd;
}
.pg .content.info, .pg .content.pg-content {
  padding: 70px 0 0;
}
.pg .content.pg-content .inner {
  padding: 0 0 50px;
}
.pg .content.info dd {
  padding: 20px;
}
.pg .content.info dd img {
  width: 100%;
}
.content.info p {
  margin: 0 auto 20px;
}
.pg .ticket .wrap {
  padding: 20px 20px 0;
}
.seat_3{
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width:1024px) {
  .scroll-point {
    top: 0
  }
  .pg .content.info, .pg .content.pg-content {
    padding: 50px 0 0;
  }
}
@media screen and (max-width:798px) {
  .content .inner {
    width: calc(95% - 20px);
  }
  h2, .pg h1 {
    font-size: 28px;
    line-height: 50px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .news_title {
    font-size: 20px;
  }
  .pg .content.info dd {
    padding: 15px;
    width: calc(100% - 30px);
  }
  .day, .theater {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .day span {
    font-size: 20px;
  }
  .day span {
    font-weight: normal;
    font-size: 16px;
  }
  .ticket_price, .goods_price {
    font-size: 18px;
  }
  .ticket_price small, .goods_price small {
    font-size: 14px;
  }
  .news_2 h3 {
    line-height: 26px;
    font-size: 16px;
  }
  .news_2 small {
    font-size: 14px;
  }
}
@media screen and (max-width:500px) {
  .pg .content {
    padding: 0;
  }
  .news_2 .lead {
    text-align: left;
  }
}
/******************************
当日精算
******************************/
.ticket .url_title, .goods .privilege_item {
  background: #acacac;
  color: #000;
  font-weight: bold;
}
.ticket .ticket_url li a {
  text-decoration: underline;
}
.ticket .ticket_url li a:hover {
  text-decoration: none;
}
.ticket .ticket_url {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ticket .ticket_url li {
  margin: 20px;
}
.ticket .wrap li::before{
  display: none;
}
.url a {
  text-decoration: underline;
}
.url a:hover {
  text-decoration: none;
}
@media screen and (max-width:600px) {
  .ticket .ticket_url li {
    margin: 15px;
  }
}