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

  /* toparea */
  .reserve_exhibition_top_area {
    min-width: initial;
    margin: 0 auto 30px;
  }

  .reserve_exhibition_top_area_sentence {
    margin: 30px auto 20px;
  }

  .reserve_exhibition_top_area_processbox {
    flex-wrap: wrap;
    width: 87%;
    margin: 0 auto 23px;
  }

  .reserve_exhibition_top_area_process {
    display: inline-block;
    width: 45%;
    height: 27px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 13.5px;
  }

  .reserve_exhibition_top_area_processbar {
    width: 3.3%;
    height: 1px;
    margin-bottom: 10px;
    background-color: #E6DED2;
  }

  .reserve_exhibition_top_area_arealink {
    margin-right: 0;
  }

  .reserve_exhibition_top_area_arealink a {
    padding-bottom: 0;
    font-size: 13px;
  }

  .reserve_exhibition_top_area_list {
    width: 95%;
    margin: 0 auto;
  }

  .reserve_exhibition_top_area_listtitle {
    position: relative;
  }

  .reserve_exhibition_top_area_listtitle span {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    width: 16px;
  }

  .reserve_exhibition_top_area_listtitle img {
    width: 100%;
    height: auto;
    text-align: center;
  }

  /* reserve_area */
  .reserve_exhibition_reserve_area {
    margin-bottom: 60px;
  }

  .reserve_exhibition_reserve_container {
    margin: 0 auto 72px;
  }

  .reserve_exhibition_reserve_box {
    display: block;
    margin: 30px auto 0;
  }

  .reserve_exhibition_reserve_list {
    width: 90%;
    height: auto;
    margin: 0 auto 54px;
  }

  .reserve_exhibition_reserve_list:nth-last-child(-n+2) {
    margin-bottom: 54px;
  }

  .reserve_exhibition_reserve_list:last-child {
    margin-bottom: 0;
  }

  .reserve_exhibition_reserve_list_image {
    height: auto;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .reserve_exhibition_reserve_list_image img {
    width: 100%;
    height: auto;
    transform: translate(0)
  }

  .reserve_exhibition_reserve_list_title {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .reserve_exhibition_reserve_list_description {
    font-size: 10px;
  }

  .reserve_exhibition_reserve_list_btn {
    width: 100%;
    margin-top: 30px;
  }

  .reserve_exhibition_reserve_list_btn {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

}