.grid_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}

.grid_items .area {
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','Hiragino Sans','ヒラギノ角ゴシック','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,Verdana,sans-serif;
}

.grid_items .name {
  font-size: 18px;
  font-weight: bold;
  margin-left: 16px;
  font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','Hiragino Sans','ヒラギノ角ゴシック','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,Verdana,sans-serif;
}

.grid_items .heading {
  display: flex;
  align-items: center;
  border-bottom-width: 3px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.grid_items li {
  width: 46%;
}

.grid_items > li:nth-child(n + 3) {
  margin-top: 32px;
}

.grid_items .item {
  margin-top: 16px;
}

.grid_items .image {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-sizing: content-box;
}

.grid_items .description {
  margin-top: 16px;
}

.grid_items .text {
}

.grid_items .meta {
  margin-top: 16px;
}

.grid_items .link {
  white-space: nowrap;
}

.grid_items .link a {
  color: #e57335;
}

.grid_items .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.grid_items .swiper-pagination-bullet-active {
  background: #D46584;
}

@media screen and (max-width: 1180px) {
  .roots-105-map {
    padding: 0!important;
  }

  .grid_items {
    margin-top: 0;
  }

  .roots-105-map img {
    width: 100%;
  }

  .grid_items .area, .grid_items .name {
    font-size: 16px;
  }

  .grid_items li {
    margin-top: 40px!important;
    width: 100%;
  }

  .grid_items .link {
    white-space: normal;
    font-size: 1.3rem;
  }
}
