@charset "UTF-8";

.block-store-opening-wrp {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.block-store-opening {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
}

.block-store-opening-wrp .table-note {
  text-align: center;
}

.block-store-opening .col4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  width: calc((100% - 150px) / 4);
}

.block-store-opening .col4 .img img {
  max-width: 100%;
}

.block-store-opening .col4 p {
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .block-store-opening {
    column-gap: 30px;
  }

  .block-store-opening .col4 {
    width: calc((100% - 90px) / 4);
  }
}

@media only screen and (max-width: 737px) {
  .block-store-opening {
    flex-direction: column;
    row-gap: 13.33333vw;
    margin-top: 13.33333vw;
  }

  .block-store-opening .col4 {
    width: 100%;
    font-size: 4.26667vw;
    line-height: 1.9em;
  }

  .block-store-opening .col4 p {
    text-align: justify;
  }
}