@media screen and (max-width: 767px) {
  #sec2 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
#sec2 .dlc_area .dlc_list {
  list-style: none;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec2 .dlc_area .dlc_list {
    margin-top: 0;
  }
}
#sec2 .dlc_area .dlc_list li {
  position: relative;
  font-size: 1.6rem;
  display: inline;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #sec2 .dlc_area .dlc_list li {
    display: block;
    margin-bottom: 15px;
  }
}
#sec2 .dlc_area .dlc_list li:last-child {
  margin-bottom: 0;
}
#sec2 .dlc_area .dlc_list li a {
  font-weight: bold;
  color: #e63c0e;
}
#sec2 .dlc_area .dlc_list li a:after {
  position: absolute;
  content: "";
  background-color: #3f3b39;
  top: 0;
  right: -35px;
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #sec2 .dlc_area .dlc_list li a:after {
    display: none;
  }
}
#sec2 .dlc_area .dlc_list li:last-child a:after {
  display: none;
}

#sec3,
#sec4 {
  max-width: 1080px;
  margin: 0 auto;
}
#sec3 h2,
#sec4 h2 {
  width: 100%;
  border-left: 15px solid #c6baac;
  text-align: left;
  background-color: #ddd8d2;
  padding: 15px 0 15px 25px;
}
@media screen and (max-width: 767px) {
  #sec3 h2,
  #sec4 h2 {
    font-size: 1.8rem;
    padding: 10px 0 10px 15px;
  }
}
#sec3 h2:before,
#sec4 h2:before {
  display: none;
}
#sec3 .table_wrap,
#sec4 .table_wrap {
  overflow: scroll;
}
#sec3 .table_wrap table,
#sec4 .table_wrap table {
  width: 100%;
  border: 1px solid #c6baac;
  white-space: nowrap;
}
#sec3 .table_wrap table th,
#sec4 .table_wrap table th {
  background-color: #ddd8d2;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c6baac;
}
@media screen and (max-width: 767px) {
  #sec3 .table_wrap table th,
  #sec4 .table_wrap table th {
    font-size: 14px;
  }
}
#sec3 .table_wrap table th span,
#sec4 .table_wrap table th span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #sec3 .table_wrap table th span,
  #sec4 .table_wrap table th span {
    margin-top: 10px;
    font-size: 11px;
  }
}
#sec3 .table_wrap table td,
#sec4 .table_wrap table td {
  vertical-align: middle;
  padding: 10px 30px;
  font-size: 18px;
  border: 1px solid #ddd8d2;
}
@media screen and (max-width: 767px) {
  #sec3 .table_wrap table td,
  #sec4 .table_wrap table td {
    font-size: 13px;
  }
}
#sec3 .table_wrap table td span,
#sec4 .table_wrap table td span {
  font-size: 20px;
  color: #e63c0e;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #sec3 .table_wrap table td span,
  #sec4 .table_wrap table td span {
    font-size: 13px;
  }
}
#sec3 .table_wrap table td a,
#sec4 .table_wrap table td a {
  text-align: center;
  display: block;
}
#sec3 .table_wrap table td a img,
#sec4 .table_wrap table td a img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #sec3 .table_wrap table td a img,
  #sec4 .table_wrap table td a img {
    width: 30px;
  }
}

#sec5 {
  max-width: 1080px;
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding-bottom: 0;
  }
}
#sec5 h2 {
  width: 100%;
  border-left: 15px solid #c6baac;
  text-align: left;
  background-color: #ddd8d2;
  padding: 15px 0 15px 25px;
}
@media screen and (max-width: 767px) {
  #sec5 h2 {
    font-size: 1.8rem;
    padding: 10px 0 10px 15px;
  }
}
#sec5 h2:before {
  display: none;
}
#sec5 .floors .floor {
  margin-bottom: 20px;
}
#sec5 .floors .floor:last-child {
  margin-bottom: 0;
}
#sec5 .floors .floor .floor_ttl {
  background-color: #c6baac;
  padding: 15px 25px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
#sec5 .floors .floor .floor_ttl:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #3f3b39;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  left: auto;
}
#sec5 .floors .floor .floor_ttl span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .floor_ttl span {
    font-size: 1.6rem;
  }
}
#sec5 .floors .floor .floor_ttl span:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 26px;
  top: 49%;
}
#sec5 .floors .floor .floor_ttl span:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 26px;
  top: 49%;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: 0.3s;
}
#sec5 .floors .floor .floor_ttl.active span:after {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#sec5 .floors .floor .venues {
  display: none;
  border-bottom: 2px solid #c6baac;
}
#sec5 .floors .floor .venues.active {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues.active {
    margin-bottom: 20px;
  }
}
#sec5 .floors .floor .venues .venue .venue_ttl {
  font-size: 2rem;
  background-color: #ddd8d2;
  padding: 15px 100px;
  cursor: pointer;
  border-bottom: 2px solid #c6baac;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues .venue .venue_ttl {
    font-size: 1.4rem;
    padding: 10px 40px;
  }
}
#sec5 .floors .floor .venues .venue .venue_ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 75px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #3f3b39;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues .venue .venue_ttl:before {
    top: 12px;
    left: 24px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #3f3b39;
  }
}
#sec5 .floors .floor .venues .venue .venue_ttl.active:before {
  transform: rotate(180deg);
}
#sec5 .floors .floor .venues .venue ul {
  display: none;
  border-right: 2px solid #ddd8d2;
  border-left: 2px solid #ddd8d2;
  text-align: center;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}
#sec5 .floors .floor .venues .venue ul.active {
  display: flex;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues .venue ul {
    display: block;
    padding: 15px 0;
  }
  #sec5 .floors .floor .venues .venue ul.active {
    display: block;
  }
}
#sec5 .floors .floor .venues .venue ul li {
  position: relative;
  font-size: 1.6rem;
  display: inline;
  margin: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues .venue ul li {
    text-align: left;
    display: block;
    margin: 0 0 15px 0;
    padding: 0 25px;
    font-size: 1.4rem;
  }
}
#sec5 .floors .floor .venues .venue ul li a {
  position: relative;
}
#sec5 .floors .floor .venues .venue ul li a .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
}
#sec5 .floors .floor .venues .venue ul li a .image img {
  display: inline-block;
  width: 24px;
  height: auto;
  vertical-align: bottom;
}
#sec5 .floors .floor .venues .venue ul li a:after {
  position: absolute;
  content: "";
  background-color: #3f3b39;
  top: 0;
  right: -35px;
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #sec5 .floors .floor .venues .venue ul li a:after {
    display: none;
  }
}
#sec5 .floors .floor .venues .venue ul li:last-child {
  margin-bottom: 0;
}
#sec5 .floors .floor .venues .venue ul li:last-child a:after {
  display: none;
}