@charset "UTF-8";
/***** 共通 *****/
/* 通常色 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*** 色 ***/
/* Lightning */
.Red {
  color: #dc3545;
}

.Orange {
  color: #ffa536;
}

.Blue {
  color: #4267b2;
}

.Green {
  color: #28a745;
}

.Black {
  color: #222;
}

.White {
  color: #fff;
}

/* ぼかす */
.Effect_text_blur1 {
  text-shadow: 2px 2px 2px #000;
}

.Effect_text_blur2 {
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

/***** サイト全体 *****/
/* 「Lightning Theme …」 を非表示 */
.container.site-footer-copyright p:nth-last-child(1) {
  display: none;
}

/* Googleの明朝体 */
/* Google Fontsからを読み込む */
body {
  font-family: "Noto Sans JP", sans-serif !important;
}

#cta1 > div:first-child {
  background-image: none !important;
}

.SL_deco .vk_slider_item {
  text-align: center;
}
.SL_deco .vk_slider_item figure {
  display: inline-block;
  background: whitesmoke;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

/*** トップページ ***/
.post-name-home .vk_slider_item .has-background-dim-3 {
  opacity: 0 !important;
}

/*** 間取り家 のページ ***/
body.post-name-madoriya .page-header {
  background-color: var(--vk-color-custom-1);
}
body.post-name-madoriya h4 {
  background-color: var(--vk-color-custom-1) !important;
}
body.post-name-madoriya #cta1 {
  background-color: color-mix(in srgb, var(--vk-color-custom-1), white 20%);
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.post-name-madoriya #cta1::before, body.post-name-madoriya #cta1::after {
  content: none !important;
  background: none !important;
}
body.post-name-madoriya #cta1 * {
  background-color: transparent !important;
}
body.post-name-madoriya #cta1 a.btn:hover {
  background-color: color-mix(in srgb, var(--vk-color-custom-1), white 80%) !important;
}

/* ボタン内文字列 */
/***** レスポンシブ制御 *****/
@media screen and (min-width: 768px) {
  .WID_50p_tb {
    width: 50%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .WID_75p_tb {
    width: 75%;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */