@charset "utf-8";
/*
 * resposive.css は 991px 以下のデバイスへと反映されます。
 * 
 * ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
 * sm: 576px　md: 768px　lg: 992px　xl: 1200px　となっているので、それに準じてください。
 * 
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
html {
  margin-top: unset !important;
  font-size: 90%;
}
.admin-bar #wpadminbar {
  visibility: hidden;
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 5px;
}
figure + h1, figure + h2, figure + h3 {
  margin-top: unset;
}
:where(:not(.wp-block-table))>table :is(th,td) {
    font-size: var(--vk-size-text-sm) !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*スマホでは表示*/
.pc-hidden{
  display: block;
}
/*記事順序*/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
/*見出し > サブテキストのフォントサイズ調整*/
.subtext-4rem .vk_heading_subtext {
  font-size: 2rem !important;
}
.subtext-6rem .vk_heading_subtext {
  font-size: 4rem !important;
}
/*見出し > 背景色あり・中央揃え*/
.heading-ribbon {
  padding: 0.2em .5em !important;
}
/*見出し > 本のイラスト付き*/
.has-note {
  margin: 0;
  padding-left: 110px;
  font-size: 1.4rem !important;
}
.has-note::before {
  bottom: -1em;
}
/*余白調整*/ 
:where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
.gap-1em {
  gap: 1em;
}
.gap-3em {
  gap: 1em;
}
.gap-2em {
  gap: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header, Hamburger ヘッダーまわり・ハンバーガーナビ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header#site-header {
  min-height: calc(44px + 5px + 5px);
  display: flex;
  align-items: center;
  top: unset;
  box-shadow: none;
}
/*モバイル固定ナビ*/
.mobile-fix-nav .mobile-fix-nav-menu {
  padding: 0 !important;
  align-items: stretch !important;
  opacity: 1 !important;
  height: 70px;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  width: 33.333% !important;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-fix-nav .mobile-fix-nav-menu li:first-child {
  background-color: var(--vk-color-primary);
}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) {
  background-color: var(--vk-color-custom-3);
}
.mobile-fix-nav .mobile-fix-nav-menu li:first-child a, .mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) a {
  color: #222 !important;
}
.mobile-fix-nav .mobile-fix-nav-menu li :after {
  display: none;
}
.mobile-fix-nav .mobile-fix-nav-menu li:last-child {
  border: medium none;
}
.mobile-fix-nav .mobile-fix-nav-menu li a {
  padding: 1em;
}
.mobile-fix-nav .mobile-fix-nav-menu a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.mobile-fix-nav .mobile-fix-nav-menu li:first-child a::before {
  background-image: url("../../../wp-content/uploads/icon_document.png");
}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) a::before {
  background-image: url("../../../wp-content/uploads/icon_logo.png");
}
.mobile-fix-nav .mobile-fix-nav-menu li:last-child a::before {
  background-image: url("../../../wp-content/uploads/icon_mail_hd_wh.png");
}
/*ハンバーガー*/
div#vk-mobile-nav-menu-btn {
  background: none;
  background-color: var(--vk-color-primary);
  border: none;
  border-radius: 50px;
  top: 20px;
  right: 10px;
}
div#vk-mobile-nav-menu-btn::after {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  width: 44px;
  text-align: center;
  text-indent: 0;
}
div#vk-mobile-nav-menu-btn.menu-open::after {
  content: "\f00d";
}
#vk-mobile-nav {
  background-color: var(--vk-color-custom-4);
  padding-top: 25px !important;
}
.vk-menu-acc .acc-btn {
  border: medium none !important;
  opacity: 0.5;
}
.vk-mobile-nav-menu-outer .vk-menu-acc .acc-btn {
  border: none;
  background-size: 2em;
  height: 100%;
  top: 0;
  right: 0;
  width: 44px;
  background-position: right 0.5em;
}
.vk-mobile-nav-menu-outer .vk-menu-acc a[href="#"] {
  pointer-events: none;
}
.vk-mobile-nav-menu-outer .vk-menu-acc a[href="#"] + span.acc-btn {
  width: 100%;
}
.vk-mobile-nav-menu-outer .vk-menu-acc span.acc-btn.acc-btn-close {
  height: 44px !important;
}
.vk-mobile-nav nav > ul {
  border-top: 1px solid var(--vk-color-custom-5);
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
  border-bottom: 1px solid var(--vk-color-custom-5);
}
.vk-mobile-nav-widget {
  margin-bottom: 0 !important;
}
.vk-mobile-nav-widget a {
  text-decoration: none !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer {
  font-size: .9em;
  text-align: center;
  position: unset !important;
}
.site-footer p {
  text-align: center;
}
.site-footer .wp-block-group {
  justify-content: center;
}
.site-footer .footer-logo {
  width: 100px;
  margin: 0 auto;
}
.footer-sub-item{
  gap: 1em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*MV >縦書き*/
.mv p.copy {
  margin: 0 auto;
  line-height: 1.4em;
  text-align: right;
}
.mv .wp-block-cover {
  margin-left: calc(50% - 49vw) !important;
  margin-right: calc(50% - 49vw) !important;
  justify-content: center !important;
}
.scroll-btn {
  left: 1em;
  top: 60vh;
}

/* conpept */
/* 背景固定がスマホで効かないバグ修正 */
.wp-block-cover.has-parallax {
    position: relative;
    clip-path: inset(1px -1px);
}
.wp-block-cover__image-background.has-parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
}



/*物件情報スライダー*/
.pickup-slider .vk_slider_item_container {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.pickup-slider .wp-block-group {
  padding: 0 1em 1em 1em;
  min-height: 100px;
}
.pickup-slider .swiper-button-next {
  left: 90% !important;
}
/*ストーリー >タブ*/
.story-tab .vk_tab_labels {
    display: flex;
    flex-wrap: unset;
    gap: 0;
    margin-bottom: 20px !important;
    justify-content: flex-start;
    background: none !important;
    width: 100vw;
    margin-inline: -15px !important;
    padding-inline: 15px !important;
}
.story-tab .vk_tab_labels .vk_tab_labels_label {
    width: unset;
    height: auto;
    aspect-ratio: unset;
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
}
.story-tab .vk_tab_labels .vk_tab_labels_label.vk_tab_labels_label-state-active::before {
    display: none;
}
.story-tab .vk_tab_labels .vk_tab_labels_label::before {
	display:none;
}

/*ストーリー 仕様テーブル*/
.spec-table table th {
  background-color: var(--vk-color-custom-5);
  padding: .8em !important;
}
/*グリッドカラムカード> ホバーで大きく*/
.grid-link-item .vk_gridcolcard_item {
  margin-bottom: 20px;
}
/*CTA*/
.cta-contact .wp-block-column {
  border-left: medium none;
  border-right: medium none;
  border-bottom: 2px solid #111 !important;
  padding: 1em 0 !important;
}
.cta .tel a{
  color: #222;
  text-decoration: none;
}
/*施工事例スライダー*/
.work-slider .vk_post_imgOuter {
  min-height: 250px;
}
.work-slider .vk_post {
  padding: 0 1em !important;
  margin: 0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
}
.vk_slider .swiper-button-next {
  left: 90%;
}
/*グリッドカラムカード> アイコン*/
.grid-link-item .icon {
  position: absolute;
  right: -0.5em;
  bottom: -2em;
}
/*グリッドカラムカード > オーバーレイ*/
.grid-link-item .wp-block-cover {
  min-height: 20vh !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header {
  min-height: 20rem !important;
    background-size: 100%;
    background-repeat: repeat;
}
.page-header .page-header-inner {
  padding: 3em 1em;
}
.page-header .page-header-inner .page-header-subtext {
  font-size: 3em;
	    background-size: 100vw;
}
.page-header .page-header-inner .page-header-title {
    font-size: 1rem;
}
ol.breadcrumb-list {
  padding: 1em 3em 1em 60px;
  white-space: normal;
}

div#vk-mobile-nav {
    top: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*家づくりの流れ*/
.flow-item .wp-block-columns {
  padding-left: 0;
}
/*お問い合わせ改行禁止*/
.contact-form-item .is-layout-flex > :is(*, div) {
  white-space: nowrap;
}

.concept-tate{
	font-size:2.5rem !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リストカード*/
.vk_posts-layout-card .vk_post {
  padding: 2.2em .8em .8em .8em !important;
}
.vk_posts-layout-card .card-body::before {
  left: 0.8em;
  top: 1em;
}
.vk_posts-layout-card .card-body::after {
  right: 0.8em;
  top: 1em;
}
.vk_posts-layout-card .card-post .vk_post_imgOuter_singleTermLabel {
  padding: .2em .5em !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */