@charset "UTF-8";
/*                トップページ用
======================================================= */
.p-satoyama__bg {
  border-radius: 4px;
  background: linear-gradient(90deg, #847E44 0%, #F0E8D6 50%, #847E44 100%);
}

@media screen and (min-width: 768px) {
  .pc-banner_half {
    width: 50%;
    height: 100%;
    margin: 0 auto;
  }
}

.top_youtubelink {
  position: absolute;
  z-index: 99;
  bottom: 94px;
  left: 20px;
}
@media screen and (max-width: 1270px) {
  .top_youtubelink {
  bottom: 20px;
}
}

@media screen and (max-width: 480px) {
  .top_youtubelink {
  width: 150px;
}
}