@charset "utf-8";

:root {
  --color-primary: #329B5A;
}

.column-outer {
  width: 1020px;
  margin: 0 auto;
  background-color: transparent;
}

.local-hero{
  width: 700px;
  margin: 60px auto;
}

.local-hero_title{
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  line-height: 130%;
}

.local-hero_title svg{
  width: 530px;
  height: 79px;
  margin: 0 auto 14px;
  display: block;
}

.local-hero_txt{
  margin: 20px auto 0;
  font-size: 1.6rem;
  line-height: 170%;
  font-weight: 400;
  color: #000;
}

.local-hero_txt p{
  margin: 0 0 20px;
}

.local-hero_txt p:last-child{
  margin: 0;
}

.thumb-list .list-image img {
  aspect-ratio: 100 / 56.5 !important;
}

.thumb-column-wrap{
  margin-top: 30px !important;
}

.thumb-column-wrap:first-of-type {
  margin-top: 30px !important;
}

.category-pagination + .content-btn, .thumb-column-wrap + .content-btn{
  margin-top: 30px;
}

.local-contact{
  width: 700px;
  margin: 40px auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 150%;
}

.local-contact .content-title{
  margin: 0 0 30px;
}

.local-contact p{
  margin: 0 0 20px;
}

.local-contact p:last-child{
  margin: 0;
}



--color-primary