@charset "UTF-8";
.theater {
  text-align: center;
}

.theater .theater_top_txt {
  padding: 0 5%;
  line-height: 1.7;
}

.theater .top_text, .theater .area_top_text, .theater .area_bottom_text, .theater .bottom_text {
  margin: 20px 20px 30px;
  line-height: 1.6;
}

.theater .bnr_ticket {
  width: 64%;
  margin: 1.5% auto;
}

.theater .bnr_ticket img {
  width: 100%;
}

.theater .list_category {
  margin-top: 40px;
}

.theater .sub_nav {
  width: 320px;
  margin: 45px auto 30px;
  letter-spacing: -.4em;
}

.theater .sub_nav li {
  display: inline-block;
  position: relative;
  padding: 5px 12px;
  vertical-align: top;
  font-size: 14px;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: normal;
}

.theater .sub_nav li:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #141d47;
}

.theater .sub_nav li a {
  color: #141d47;
}

.theater .sub_nav li:last-child:after {
  display: none;
}

.theater .area_box {
  margin-top: 20px;
  padding: 0 0 20px;
}

.theater .area_box .area_box_title {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.theater .area_box table {
  width: 100%;
  margin-top: 10px;
  line-height: 1.5;
}

.theater .area_box table tr th {
  padding: 12px 5px;
  background-color: rgba(20, 29, 71, .85);
  vertical-align: middle;
  color: #fff;
  font-size: 13px;

  border-bottom: 0;
}

.theater .area_box table tr th:nth-child(2) {
  text-align: center;
}

.theater .area_box table tr td {
  padding: 12px 5px;
  vertical-align: middle;
  text-align: center;

  border-bottom: 1px solid rgba(192, 190, 194, .5);
}

.theater .area_box table tr td:nth-child(1) {
  width: 70px;
}

.theater .area_box table tr td:nth-child(2) {
  text-align: left;
}

.theater .area_box table tr .prefecture {
  width: 80px;
}

.theater .area_box table tr .name {
  width: 40%;
}
