@charset "UTF-8";

#app {
  background-color: #f1f0f0;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #app .show-sp {
      display: block;
      background-color: #f1f0f0;
  }
}

#fv {
  background-image: url(../img/region/fv-img.jpg);
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #fv {
      background-image: none;
  }
}

/* vue_search_box.cssのrightBoxと表示内容が少し異なるので独自で作成 */
.region-rightBox {
  width: 48.5%;
  height: 440px;
  align-content: center;
  padding-left: 24px;
}

.region {
  background-color: #f1f0f0;
}

.container {
  width: min(100%,976px);
  padding: 90px 1vw 80px;
  margin: 0 auto;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .container {
    padding: 13.33vw 1vw 14.97vw;
  }
}

.region-section-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-list {
    gap: 5.13vw;
  }
}

.region-section-item {
  background-color: #fff;
  display: flex;
  gap: 0 24px;
  padding: 22px;
  position: relative;
  min-height: 286px;
  border-radius: 5px;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-item {
    gap: 0 3.08vw;
    padding: 3.08vw;
    border-radius: 1.28vw;
    min-height: 67.33vw;
    flex-direction: column;
    gap: 3vw 0;
  }
}

.region-section-img {
  width: min(25.8%, 252px);
  aspect-ratio: 1;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-img {
    width: 60%;
    margin-inline: auto;
  }
}

.region-section-img img {
  width: 100%;
  height: auto;
}

.region-section-contents {
  flex: 1;
}

.region-section-title {
  font-size: 23px;
  font-weight: 700;
  color: #085e39;
  padding-left: 17px;
  border-left: 5px solid #085e39;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-title {
    font-size: 4.36vw;
    padding-left: 2.05vw;
    border-left: 1.28vw solid #085e39;
  }
}

.region-section-text {
  font-size: 16px;
  line-height: 1.57;
  color: #444444;
  margin-top: 24px;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-text {
    font-size: 3.59vw;
    margin-top: 5.13vw;
  }
}

.region-section-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0c8953;
  color: #fff;
  padding-right: 36px;
  padding-left: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .region-section-link {
    font-size: 3.59vw;
    width: 62.56vw;
    padding: 0;
    height: 9.23vw;
    position: relative;
    margin-inline: auto -3.08vw;
    margin-bottom: -3.08vw;
  }
}

.region-section-link::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
