.information-section__heading {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .information-section__heading {
    margin-bottom: 55px;
    font-size: 46px;
  }
}
.information-section .image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) {
  .information-section .image-list {
    gap: 40px;
  }
}
.information-section .image-list .image {
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .information-section .image-list .image {
    border-radius: 20px;
  }
}
.information-section .image-list .image img {
  width: 100%;
  height: auto;
}
.information-section .inner-section {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .information-section .inner-section {
    margin-top: 120px;
  }
}
.information-section .inner-section__heading {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .information-section .inner-section__heading {
    margin-bottom: 55px;
    font-size: 32px;
  }
}
.information-section .table th,
.information-section .table td {
  padding: 15px;
}
@media (min-width: 768px) {
  .information-section .table th,
  .information-section .table td {
    padding: 20px 40px;
  }
}
.information-section .table th:first-child {
  width: 92px;
}
@media (min-width: 768px) {
  .information-section .table th:first-child {
    width: 220px;
  }
}
.information-section .table .padding-none {
  padding: 0;
}
.information-section .table .list {
  border-bottom: 1px solid #e9e1c0;
}
@media (min-width: 768px) {
  .information-section .table .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.information-section .table .list li {
  padding: 15px;
  background: #fffcef;
}
@media (min-width: 768px) {
  .information-section .table .list li {
    padding: 20px 40px;
    text-align: center;
  }
}
.information-section .table .list li:not(:first-child) {
  border: 1px solid #e9e1c0;
  border-width: 1px 0 0;
}
@media (min-width: 768px) {
  .information-section .table .list li:not(:first-child) {
    border-width: 0 0 0 1px;
  }
}
.information-section .table .list li .number {
  font-size: 15px;
}
@media (min-width: 768px) {
  .information-section .table .list li .number {
    font-size: 20px;
  }
}
.information-section .table .text--center {
  text-align: center;
}
.information-section .table .content {
  padding: 15px;
}
@media (min-width: 768px) {
  .information-section .table .content {
    padding: 20px 40px;
  }
}
.information-section .table .content-list__item:not(:first-child) {
  border-top: 1px solid #e9e1c0;
}
.information-section .table .grid {
  padding: 15px;
}
@media (min-width: 768px) {
  .information-section .table .grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    padding: 0;
  }
}
.information-section .table .grid__title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .information-section .table .grid__title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffcef;
    font-weight: 400;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .information-section .table .grid__content {
    padding: 20px 40px;
  }
}
.information-section .table .note,
.information-section .table .note-list {
  margin-top: 10px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .information-section .table .note,
  .information-section .table .note-list {
    margin-top: 15px;
  }
}
.information-section .table .note-list {
  display: grid;
  gap: 5px;
}
@media (min-width: 768px) {
  .information-section .table .note-list {
    gap: 10px;
  }
}

.c-section + .sec-tour {
  margin-top: -36px;
  margin-bottom: 55px;
  padding-top: 86px;
}
@media (min-width: 768px) {
  .c-section + .sec-tour {
    margin-top: 20px;
    margin-bottom: 140px;
    padding-top: 90px;
  }
}