@charset "UTF-8";

/* toparea */
.reserve_exhibition_top_area {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 0 auto 83px;
  overflow: hidden;
}

.reserve_exhibition_top_area_sentence {
  width: 100%;
  height: auto;
  margin: 51px auto 40px;
}

.reserve_exhibition_top_area_processbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 930px;
  height: auto;
  margin: 0 auto 70px;
}

.reserve_exhibition_top_area_process {
  display: inline-block;
  width: 21%;
  height: 37px;
  font-size: 15px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #E6DED2;
  border-radius: 18.5px;
  box-sizing: border-box;
  background-color: #FFF;
}

.reserve_exhibition_top_area_process.active {
  background-color: #E6DED2;
}

.reserve_exhibition_top_area_processbar {
  width: 2%;
  height: 1px;
  background-color: #E6DED2;
}

.reserve_exhibition_top_area_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 15px;
  background-color: #F7F7F7;
}

.common_accordion_set p.common_accordion_title {
  background: none;
}
.common_accordion_set p.common_accordion_title.common_accordion_off {
  background: none;
}

.reserve_exhibition_top_area_arealink {
  height: auto;
  margin-right: 60px;
}

.reserve_exhibition_top_area_arealink:last-child {
  margin-right: 0;
}

.reserve_exhibition_top_area_arealink a {
  padding-bottom: 6px;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 60px;
}

.reserve_exhibition_top_area_arealink a:hover {
  border-bottom: 3px solid #EB5F5F
}

.reserve_exhibition_top_area_arealink a span {
  display: inline-block;
  width: 13px;
  margin-right: 8px;
}

.reserve_exhibition_top_area_arealink a span img {
  width: 100%;
  height: auto;
  text-align: center;
}

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

.reserve_exhibition_reserve_container {
  margin: 0 auto 151px;
}

.reserve_exhibition_reserve_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 95px auto 0;
}

.reserve_exhibition_reserve_list {
  width: calc(50% - 25px);
  height: 474px;
  margin-bottom: 100px;
}

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

.reserve_exhibition_reserve_list_image {
  width: 100%;
  height: 292px;
  margin-bottom: 30px;
  overflow: hidden;
}

.reserve_exhibition_reserve_list_image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .reserve_exhibition_reserve_list_image img {
    width: 120%;
    transform: translate(-10%)
  }
}

.reserve_exhibition_reserve_list_title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}

.reserve_exhibition_reserve_list_description {
  font-size: 12px;
  line-height: 1.6;
}

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

/* LINE@ */
.reserve_exhibition_link_to_line {
  margin-bottom: 58px;
  text-align: center;
}

.reserve_exhibition_link_to_line p {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

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

.reserve_exhibition_link_to_line a:hover {
  opacity: 0.7;
}

/* 準備中　非アクティブボタン */
.not_active {
  pointer-events: none;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #999;
  margin: 30px auto 0;
  font-size: 15px;
  color: #999;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2.3px;
  text-decoration: none;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
