.structure_tour_point{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 72px;
    margin-bottom: 100px;
}

.structure_tour_item_image{
    width: 188px;
}

.structure_tour_item_text{
    font-size: 20px;
    color: #6d5231;
    text-align: center;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN", "serif";
}

.title02{
    margin-bottom: 0;
}

@media screen and (max-width:980px) {
  .structure_tour_point{
      display: block;
  }

  .structure_tour_item{
    width: 90%;
    margin: 0 auto 48px;
  }

  .structure_tour_item_image{
    margin: 0 auto 8px;
  }

  .structure_tour_item_text{
    font-size: 18px;
  }
}