@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: #030000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.area_anchor span.area_label a:hover {
  background: #e2609f;
  color: #272952;
}

/* table */

.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: #fff;
  background: #0f1025;
  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: #030000;
  background: rgba(3, 0, 0, .5);
}

@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) {

  /* .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; 
  }
}
