@charset "utf-8";

.bg_ginza {
  background-color: #272421;
}
.section_title {
  color: #a58c1b;
}
.section_title-01 {
  font-size: 24px;
  margin-top: 12px;
}
.section_title-02 {
  font-size: 32px;
  margin-top: 12px;
  letter-spacing: 0.2em;
}
.section_title-02::after {
  background-color: #a58c1b;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
.access .section_title-01 {
  font-size: 32px;
}
.access_text {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.access_map_text {
  text-align: center;
}
#company #company_box {
  background-image: url(../images/shop/bg-menu-ginza.jpg);
  background-position: bottom;
  background-size: cover;
}
#company #company_box table {
  font-size: 16px;
  width: 100%;
}
#company #company_box table th {
  background-color: #312c29;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #030302;
}
#company #company_box table th:not(:last-child) {
  border-bottom: 1px solid rgba(214, 214, 214, 0.1);
}
#company #company_box table th td {
  background-color: #3e3936;
  padding: 19px 30px;
}
#company #company_box table th td:not(:last-child) {
  border-bottom: 1px solid #2d2a28;
}

.contact_ginza {
  background: #1c1916;
}
.contact_ginza .contact_list {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .access_text {
    padding: 0 20px;
    text-align: left;
  }
}
