.title {
  margin: 35px auto; }
  @media screen and (max-width: 768px) {
    .title {
      margin: 15px auto; } }
  .title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000; }
    @media screen and (max-width: 768px) {
      .title h2 {
        margin: 10px auto 0;
        font-size: 20px; } }
  .title .calendar {
    font-size: 13px;
    font-weight: 100;
    color: #888888; }
    @media screen and (max-width: 550px) {
      .title .calendar {
        font-size: 2.8vw; } }
  .title .venue {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .title .venue {
        width: 70%; } }
    .title .venue li {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px;
      height: 25px;
      margin-right: 20px;
      font-size: 12px;
      margin: 5px 10px;
      margin-left: 0; }
      @media screen and (max-width: 550px) {
        .title .venue li {
          width: auto;
          height: 25px;
          margin-bottom: 5px;
          margin-left: 0px;
          margin-right: 5px; } }

.container {
  width: 680px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .container {
      align-items: flex-end;
      width: 100%;
      margin: 40px 0; } }
  @media screen and (max-width: 500px) {
    .container {
      display: block;
      margin: 20px auto; } }
  .container .txtBox {
    padding: 20px;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .container .txtBox {
        padding: 10px; } }
    .container .txtBox p:nth-child(2) {
      padding: 40px 0 0; }
      @media screen and (max-width: 768px) {
        .container .txtBox p:nth-child(2) {
          padding: 20px 0 0; } }
    .container .txtBox h3 {
      color: #00ac97;
      font-size: 22px;
      font-weight: 700;
      padding: 20px 0;
      line-height: 1.35; }
      @media screen and (max-width: 768px) {
        .container .txtBox h3 {
          font-size: 20px;
          padding: 15px 0; } }
    .container .txtBox h4 {
      color: #00ac97;
      font-size: 22px;
      font-weight: 700;
      padding: 30px 0;
      line-height: 1.35; }
      @media screen and (max-width: 768px) {
        .container .txtBox h4 {
          font-size: 18px;
          padding: 15px 0; } }
      .container .txtBox h4 span {
        font-weight: 700; }
  @media screen and (max-width: 500px) {
    .container .imgBox {
      text-align: center; } }

.img02 {
  width: 100%; }
  .img02 img {
    width: 680px; }
    @media screen and (max-width: 768px) {
      .img02 img {
        width: 100%; } }

.comments {
  font-size: 14px;
  padding: 10px 0 0; }

.backBtn {
  width: 100%;
  margin-top: 80px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .backBtn {
      margin-top: 40px; } }
  .backBtn a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 11px 13px 13px 26px;
    position: relative;
    border: 1px solid #282828;
    text-decoration: none;
    background-color: white;
    color: #808080;
    border: 1px solid #808080;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .backBtn a {
        padding: 8px 10px 9px 21px;
        font-size: 13px;
        font-weight: normal; } }
    .backBtn a:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 10px 7px 0;
      border-color: transparent #808080 transparent transparent;
      position: absolute;
      left: 10px;
      top: calc(50% - 6px); }
      @media screen and (max-width: 768px) {
        .backBtn a:before {
          border-width: 5px 8px 5px 0;
          left: 8px;
          top: calc(50% - 5px); } }
    .backBtn a:after {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../img/bg_btn.gif) center center;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(7px, 7px);
      z-index: -1;
      transition: all 0.3s; }
    .backBtn a:hover {
      background-color: rgba(255, 255, 255, 0.3); }
      .backBtn a:hover:after {
        transform: translate(0px, 0px); }

.act {
  background-color: #00ac97;
  color: #ffffff !important; }

.all {
  border: 1px solid #00ac97;
  color: #00ac97; }

.maebashi_n {
  border: 1px solid #00498b;
  color: #00498b; }

.maebashi_s {
  border: 1px solid #7cc341;
  color: #7cc341; }

.takasaki {
  border: 1px solid #ff5500;
  color: #ff5500; }

.takasaki_st {
  border: 1px solid #b60000;
  color: #b60000;
  padding: 5px 5px;
  width: auto !important; }

.oota {
  border: 1px solid #a26a25;
  color: #a26a25; }

.category {
  width: auto;
  min-width: 100px;
  border: 1px solid #00ac97;
  color: #00ac97; }
  @media screen and (max-width: 768px) {
    .category {
      width: auto;
    min-width: 90px; } }

.sectionLine {
  border-bottom: 1px solid #00ac97;
  padding-bottom: 10px; }

.sectionLine_2 {
  border-bottom: 2px dashed #888888;
  margin: 50px auto; }
  @media screen and (max-width: 768px) {
    .sectionLine_2 {
      margin: 30px auto; } }

/*# sourceMappingURL=layout.css.map */
