@charset "UTF-8";

/* ヘッダー画像 */
.page-header {
  background-image: url(../../uploads/2025/07/top-009x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-size: cover;
}

/* ヘッダー画像高さ設定 */
.section.page-header {
  width: auto;
  height: 520px;
}


/* ヘッダーコンテナ 背景色 */
.siteHeadContainer {
  /* background-color: #22222299; */
  background-color: #ffffff55;
}


/* 992px未満 */
@media (max-width: 991.99px) {

  /* ヘッダー画像高さ設定 */
  .section.page-header {
    height: 350px;
  }

  .vk_block-margin-xxl--margin-top {
    margin-top: 40px !important;
  }
}

/* 460px未満 */
@media (max-width: 459.99px) {

  /* ヘッダー画像高さ設定 */
  .section.page-header {
    height: 230px;
  }

  .vk_block-margin-xxl--margin-top {
    margin-top: 25px !important;
  }
}