.areashowrooms.archive .contents {
  padding-top: 106px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .areashowrooms.archive .contents {
    padding-top: 72px;
    padding-bottom: 0;
  }
}
.areashowrooms .page_primary_title {
  position: relative;
}
.areashowrooms .page_primary_title::before, .areashowrooms .page_primary_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .areashowrooms .page_primary_title::before, .areashowrooms .page_primary_title::after {
    content: none;
  }
}
.areashowrooms .page_primary_title::before {
  left: 26px;
  width: 13.8888888889vw;
  max-width: 200px;
  height: 11.1805555556vw;
  max-height: 161px;
  background-image: url(../img/areashowrooms/areashowrooms_illustration_01.svg);
}
.areashowrooms .page_primary_title::after {
  right: 17px;
  width: 13.8888888889vw;
  max-width: 200px;
  height: 9.2361111111vw;
  max-height: 133px;
  background-image: url(../img/areashowrooms/areashowrooms_illustration_02.svg);
}
.areashowrooms .page_tab_block {
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .areashowrooms .page_tab_block {
    width: calc(100% + 40px);
    margin-top: 46px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.areashowrooms .page_tab_block_button {
  width: 100%;
  max-width: 140px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .areashowrooms .page_tab_block_button {
    width: 14.4vw;
    line-height: 1.2;
  }
}
.areashowrooms_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_list {
    gap: 20px 0;
  }
}
.areashowrooms_item {
  width: calc((100% - 40px) / 2);
  background: #FFFFFF;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item {
    width: 100%;
  }
}
.areashowrooms_item a {
  position: relative;
  display: block;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item a {
    padding: 30px 30px 44px;
  }
}
.areashowrooms_item_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 9px 0;
  border-top: 2px solid #818794;
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.areashowrooms_item_detail {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_detail {
    margin-top: 26px;
  }
}
.areashowrooms_item_detail > p {
  text-indent: -3em;
  padding-left: 3em;
}
.areashowrooms_item_region {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_region {
    font-size: 1.4rem;
  }
}
.areashowrooms_item_venue {
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_venue {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.areashowrooms_item_date {
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_date {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.areashowrooms_item_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_item_icon {
    bottom: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .areashowrooms_close_block {
    padding-bottom: 114px;
  }
}
.areashowrooms_close_block .page_primary_title::before, .areashowrooms_close_block .page_primary_title::after {
  content: none;
}
.areashowrooms_close_text {
  letter-spacing: -0.011em;
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .areashowrooms_close_text {
    font-size: 1.4rem;
    margin-top: 22px;
  }
}
.areashowrooms_close_text small {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .areashowrooms_close_text small {
    display: block;
    font-size: 1.1rem;
  }
}
.areashowrooms_close_image {
  width: 200px;
  margin: 66px auto 0;
}
@media screen and (max-width: 768px) {
  .areashowrooms_close_image {
    margin-top: 30px;
  }
}