@charset "UTF-8";

.theater_list {
  max-width: 100%;
  /*overflow: auto;*/
}

/* .area_anchor */

.area_anchor {
  margin: 25px 0 40px;
}

.area_anchor span.area_label {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  margin: 5px 5px;
}

.area_anchor span.area_label a {
  display: inline-block;
  border-radius: 100px;
  background: #ed96aa;
  color: #111;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.area_anchor span.area_label a:hover {
  background: #fff;
  color: #dc5c7a;
}

/* table */

.table_wrap{}

.theater_list h2 {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.theater_list table.lv_table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 30px 0 90px;
}

.theater_list table.lv_table td,
.theater_list table.lv_table th {
  padding: .8em 2em;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
}

.theater_list table.lv_table th {
  color: #000;
  background: #ed96aa;
  white-space: nowrap;
}

.theater_list table.lv_table th.lv_pref {

}

.theater_list table.lv_table th.lv_name {
  width: 80%;
}

.theater_list table.lv_table td.lv_name {
  text-align: left;
}

.theater_list table.lv_table td:last-child {
  text-align: left;
}

.theater_list table.lv_table tr:nth-child(even){
  background: #111;
  /*background: rgba(255, 255, 255, .1);*/
}

@media print, screen and (max-width: 992px) {

  .theater_list table.lv_table td,
  .theater_list table.lv_table th {
    padding: .8em 1.2em;
    font-size: 14px;
  }

}

@media print, screen and (max-width: 768px) {


  /* .area_anchor */
  .area_anchor {
    margin: 20px 0 30px;
  }
  .area_anchor span.area_label {
    font-size: 13px;
  }

  /* table */
  .theater_list h2 {
    font-size: 15px;
  }
  .theater_list table.lv_table {
    margin: 10px 0 30px;
  }

}

@media print, screen and (max-width: 640px) {

  .table_wrap{
    padding-top: 0;
    overflow: auto;
    white-space: nowrap;
    margin-bottom:20px;
  }
  .table_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #333;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    background: #ed96aa;
  }

  /* .area_anchor */
  .area_anchor span.area_label {
    font-size: 12px;
  }

  /* table */
  .theater_list table.lv_table td,
  .theater_list table.lv_table th {
    padding: .8em;
    font-size: 13px;
  }

}

@media print, screen and (max-width: 480px) {

  /* .area_anchor */

  /* table */
  .theater_list table.lv_table th.lv_pref {

  }
  .theater_list table.lv_table th.lv_name {

  }
  .caution_column {
    font-size: 12px;
  }
}
