@charset "utf-8";
/* 文字の大きさ調整 */
.container .summary dt {
  font-size: 1.2em;
}

/* usappy_header */
#brj_header {
  background-color: #000;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#brj_header .logo {
  max-width: 100%;
}
#brj_header .bg {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#brj_header .bg p {
  color: #333;
  font-weight: bold;
  font-size: 19px;
  font-family: "メイリオ", sans-serif;
}
#brj_header .bg .button_area {
  /* position: absolute;
  top: 50%;
  right: 0;
  transform: translateY( -50% ); */
  padding-left: 20px;
}
#brj_header .bg .seat_mat_link {
  background-color: #fff;
  color: #ff8800;
  padding: 3px 5px;
  border-radius: 8px;
  border: 1px solid #ff8800;
}
#brj_header .bg .seat_mat_link:hover {
  background-color: #fffaf4;
}

/* シートカバー・フロアマットセレクト */
.brj_select {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 30px;
}
.brj_select a ,
.brj_select p {
  max-width: 340px;
  width: 45%;
  background-color: #fff;
  color: #9D9D9D;
  border: 1px solid #9D9D9D;
  text-align: center;
  padding: 5px 0;
  font-size: 1.2em;
  margin: 0 3px;
}
.brj_select .active {
  background-color: #337ab7;
  color: #fff;
  cursor: default;
}


@media screen and (max-width:1000px) {
  .container {
    width: 100%;
  }
  #brj_header .bg {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #brj_header {
    min-width: 100%;
  }
  #brj_header .bg {
    width: 100%;
  }
  #brj_header .bg .button_area {
    width: 100%;
    padding-top: 10px;
    position: static;
    display: block;
    text-align: center;
  }

}
@media screen and (max-width:414px) {

}
@media screen and (max-width:374px) {

}
