.theater_nav {
  letter-spacing: -.4em;
  font-size: 0;
}

.theater_nav li {
  position: relative;
  width: 38%;
  display: inline-block;
  margin-right: 1.5%;
  padding: 18px 10px 16px;
  letter-spacing: .05em;
  font-size: 14px;
  background-color: #fff;
  color: #18b3a0;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.theater_nav li:last-child {
  margin-right: 0;
}

.ticket_wrap {
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid #fabe00;
  letter-spacing: -.4em;
  font-size: 0;
}

.ticket_wrap:last-child {
  border-bottom: 0;
}

.ticket_wrap .ticket_title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.ticket_wrap .ticket_img {
  display: inline-block;
  width: 39%;
  letter-spacing: normal;
  vertical-align: top;
}

.ticket_wrap .ticket_txt {
  display: inline-block;
  width: 61%;
  padding-left: 5%;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 2.1;
  vertical-align: top;
}

.ticket_wrap .txt {
  padding-top: 15px;
  font-size: 17px;
}

.ticket_wrap .present {
  margin-top: 20px;
}

.ticket_wrap .present dt {
  color: #fff;
}

.att {
  margin-top: 13px;
  font-size: 80%;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .theater_nav li {
    -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .theater_nav li:hover {
    background-color: #000;
  }
}

@media screen and (max-width: 750px) {
  .content_wrap .page_title {
    padding: 8% 3.9%;
  }
  .theater_nav {
    position: relative;
    margin-top: 35px;
    z-index: 1;
  }
  .theater_nav li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 14px 0 12px;
    font-size: 11px;
    line-height: 1.5;
    z-index: 1;
  }
  .theater_nav li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 62px;
    background-color: #fff;
    z-index: -1;
  }
  .theater_nav li:nth-child(2n) {
    margin-right: 0;
  }
  .ticket_wrap {
    padding: 30px 0;
  }
  .ticket_wrap .ticket_title {
    font-size: 19px;
    line-height: 1.4;
    text-align: center;
  }
  .ticket_wrap .ticket_img {
    display: block;
    width: 78%;
    margin: 6% auto 0;
  }
  .ticket_wrap .ticket_txt {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .ticket_wrap .txt {
    font-size: 15px;
  }
  .ticket_wrap .present {
    margin-top: 5px;
  }
}