@charset "UTF-8";
/* 基本設定 ------------------------------------------------------------ */
/* regular */
:root {
  --main-color-01: #FFAA00;
  --main-color-02: #64431C;
  --accent-color-01: #FF6F00;
  --base-color-01: #FFFDEB;
  --base-color-02: #FFF7EE;
  --text-color: #434343;
  /* --vk-color-text-body: #3D3D3D; */
  /* --sub-text-color: #656565; */
}

@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* midium */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* light */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* black */
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  background: #FFFDEB;
  background-image: url("../img/bg.jpg");
  -o-object-fit: contain;
     object-fit: contain;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
  line-height: 1.2em;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: 500;
}

body.home::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: inline-block;
  content: "";
  width: 100%;
  height: 847px;
  background-image: url("../img/kv-bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home .site-body {
  padding-top: 3.5rem;
}

.site-footer-title:after, .sub-section-title:after, h3:after {
  display: none;
}

h2:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 10px;
}

/* chrome画像ぼやけ防止 */
img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.widget {
  margin-bottom: 0;
}

.nav li a, nav li a, a {
  color: #5E321A;
}

table td, table th {
  padding: 1rem 1rem;
}

a > img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* transition 読み込み時無効 */
.preload {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* 強制改行 */
.newline {
  display: block;
}

/* lightningテーマ･プラグイン カスタマイズ -------------------------------------------------------------------- */
/* 投稿リスト */
.vk_post_title.card-title {
  font-size: 1.2em;
}

.vk_post_taxonomy {
  font-size: 0.8em;
}

.vk_post_taxonomy_title_inner {
  background: #ffeec7;
  padding: 0.4em 1em;
  min-width: auto;
}

.vk_post_taxonomy_terms {
  font-size: 1.4em;
}

.vk_post_taxonomy-new-house-status .vk_post_taxonomy_terms {
  color: var(--accent-color-01);
  font-weight: bold;
  font-size: 1.4em;
}

/* エディタブロック・追加クラスの設定 ---------------------------------------------------------------- */
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0.4em 1em;
}

.wp-block-vk-blocks-grid-column-item {
  margin-bottom: 32px;
}

.icon-text-list {
  margin-bottom: 50px;
}

.icon-text-list .wp-block-vk-blocks-grid-column-item:nth-child(1) {
  max-width: 15%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.icon-text-list .wp-block-vk-blocks-grid-column-item:nth-child(2) {
  max-width: 85%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.icon-qa-group {
  margin: 45px 0 14px;
}

h2 + .icon-qa-group {
  margin-top: 0;
}

.icon-qa-group h3 {
  border: none;
  text-align: left;
  padding: 0px 0 0 45px;
  color: #5E321A;
  position: relative;
  max-width: 100%;
  margin: 30px auto 30px;
  background: none;
  font-size: 1.5em;
}

.icon-qa-group h3::before {
  content: "Q";
  font-size: 40px;
  color: #2EA21D;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  background-size: contain;
}

.icon-qa-group p {
  border: none;
  text-align: left;
  padding: 0px 20px 0 45px;
  margin: 0 70px 0 70px;
  color: #5E321A;
  position: relative;
  max-width: 100%;
  margin: 8px auto 8px;
}

.icon-qa-group h3 + p::before {
  content: "A";
  font-size: 40px;
  font-weight: bold;
  color: var(--accent-color-01);
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  background-size: contain;
}

.icon-qa-group .wp-block-vk-blocks-outer.vk_outer p {
  padding-left: 0;
}

/* reCaptcha v3 設定 */
.wp-block-vk-blocks-outer.vk_outer {
  -webkit-transform: none;
          transform: none;
}

.inv-recaptcha-holder .grecaptcha-badge {
  z-index: 2;
}

/* 注意事項リスト */
ul.list-asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

ul.list-asterisk li:before {
  display: inline;
  content: "※";
}

/* テーブル */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.table-style-logo tr td {
  padding: 1.5rem 1rem;
}

/* 白枠線ありグループブロック */
.wp-block-group.border-white-flame {
  margin-bottom: 85px;
  background: #FFF;
  border: 4px solid #886A46;
  border-radius: 20px;
  padding: 60px 4rem;
}

/* 続きを読む開閉 アコーディオン ブロックカスタマイズ用 */
.accordion-block {
  position: relative;
  display: none;
}

/* ボタン */
.accordion-block > .accordion-btn {
  background-color: #FBFBFB;
  color: #434343;
  cursor: pointer;
  border: 1px solid #ededed;
  display: inline-block;
  font-size: 12px;
  left: 0;
  margin-top: 7px;
  padding: 0.3em 2rem 0.4em;
  position: relative;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  z-index: 1;
  border-radius: 10rem;
  -webkit-box-shadow: 2px 2px 0px 0px hsla(0, 0%, 0%, 0.2);
          box-shadow: 2px 2px 0px 0px hsla(0, 0%, 0%, 0.2);
}

/* 続きを読むボタンの表記 */
.accordion-block > .accordion-btn::after {
  content: "続きを読む ▼";
}

/* ボタンhover時のスタイル */
.accordion-block > .accordion-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.accordion-block > .accordion-cont {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-block > .accordion-cont.is-hide {
  height: 120px;
}

/* 閉じるボタンの表記 */
.accordion-block > .accordion-btn.is-show::after {
  content: "閉じる ▲";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-block > .accordion-btn.is-show + .accordion-cont::before {
  display: none;
}

/* ヘッダートップ --------------------------------------------------------- */
.header-top {
  background: none;
  border: none;
  position: relative;
}

.header-top::after {
  position: relative;
  top: 0;
  content: "";
  background: url("../img/header-top-bg-bot.png");
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  height: 24px;
}

.header-top .container {
  width: 100%;
  max-width: 100%;
  background: #FFF;
}

/* ヘッダー ------------------------------------------------------------- */
#site-header-container {
  z-index: 2;
}

.site-header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 0;
}

.header_scrolled .site-header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header-logo {
  position: relative;
  top: 0;
  z-index: 2;
  max-width: 630px;
}

.site-header-logo img {
  max-height: 120px;
}

.site-header-sub {
  margin-top: 36px;
  margin-bottom: 0;
  float: right;
  display: block;
  padding-left: 0.5rem;
}

/* 窓口メニュー */
.hover-bounce img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-bounce img:hover {
  -webkit-animation: bound 1s ease-in;
  animation: bound 1s ease-in;
  opacity: 1;
}

@-webkit-keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  /** 50%～75%にかけて1.05倍する */
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  /** 終了時は元の大きさに戻す */
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  /** 50%～75%にかけて1.05倍する */
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  /** 終了時は元の大きさに戻す */
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* グローバルナビ ------------------------------------------------------- */
.global-nav-list {
  background: #FFF;
  border-radius: 10rem;
}

.global-nav-list > li > a {
  font-weight: 600;
  color: #64431C;
}

.global-nav-list > li .global-nav-name {
  font-size: 16px;
}

.global-nav--layout--penetration .global-nav-list {
  width: 745px;
  margin: 0;
  padding: 0 2em;
  -webkit-box-shadow: 2px 4px 4px 0px hsla(0, 0%, 0%, 0.2);
          box-shadow: 2px 4px 4px 0px hsla(0, 0%, 0%, 0.2);
}

.global-nav--layout--penetration .global-nav-list > li:first-child {
  border: none;
}

.global-nav--layout--penetration .global-nav-list > li {
  border: none;
}

.global-nav-list > li:hover > a, .global-nav-list > li.current-menu-item > a {
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.global-nav-list > li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.global-nav-list > li:hover::before, .global-nav-list > li.current-menu-item::before {
  display: inline-block;
  content: "";
  height: 80%;
  width: 90%;
  position: absolute;
  background: var(--main-color-01);
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 1rem;
}

/* モバイルナビ */
.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 8px;
  left: 10px;
  width: 54px;
  height: 54px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(200, 98, 0, 0.1);
  border-radius: 0;
  border-color: rgba(255, 111, 0, 0.5);
}

.vk-mobile-nav-menu-btn.menu-open {
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, 0.8);
  background-color: rgba(200, 98, 0, 0.1);
  border-color: rgba(255, 111, 0, 0.5);
}

.vk-mobile-nav nav ul li {
  line-height: 2.65;
}

.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
  right: 1%;
}

/* トップ キービジュアル ----------------------------------------------- */
.top-kv {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.keyph {
  position: absolute;
  right: 4%;
  top: -12px;
  z-index: 3;
}

.keyph-orn {
  position: absolute;
  right: -4%;
  top: -14px;
  z-index: 3;
}

.keyph-orn.hide {
  display: none;
}

.swiper {
  height: 470px;
}

.slide-cont {
  position: relative;
}

.slide-cont::before {
  background-image: url("../img/orn-kv01.png");
  content: "";
  display: inline-block;
  position: absolute;
  top: -16px;
  left: -75px;
  width: 185px;
  height: 187px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  z-index: 2;
  /* transform: rotate(15deg); */
  -webkit-animation: 2s linear infinite rotation1;
          animation: 2s linear infinite rotation1;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.swiper-slide {
  width: 470px !important;
  height: 470px;
}

.swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 100rem;
  -webkit-transform: translate(-14%, 16%) scale(0.7);
          transform: translate(-14%, 16%) scale(0.7);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  border: 12px solid #FFF;
}

.swiper-slide.swiper-slide-prev > img {
  -webkit-transform: translate(14%, 16%) scale(0.7);
          transform: translate(14%, 16%) scale(0.7);
}

.swiper-slide.swiper-slide-next + .swiper-slide > img {
  -webkit-transform: translate(-46%, 14%) scale(0.6);
          transform: translate(-46%, 14%) scale(0.6);
}

.swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide > img {
  -webkit-transform: translate(-82%, 14%) scale(0.6);
          transform: translate(-82%, 14%) scale(0.6);
}

.swiper-slide.swiper-slide-active > img {
  -webkit-transform: none !important;
          transform: none !important;
}

/* トップ メインコンテンツ ------------------------------------------------------------- */
/* お知らせエリア */
.wp-block-columns.top-news-cont > .wp-block-column:first-child::before {
  background-image: url("../img/orn-news01.svg");
  content: "";
  display: inline-block;
  position: absolute;
  top: -66px;
  left: 0;
  width: 212px;
  height: 121px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  z-index: 2;
}

.wp-block-columns.top-news-cont > .wp-block-column:nth-child(2)::before {
  background-image: url("../img/orn-news02.png");
  content: "";
  display: inline-block;
  position: absolute;
  top: -90px;
  right: 0;
  width: 179px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* トップ タブ切替 */
.tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5vw;
  margin: 0 0.8rem 20px;
  padding: 0;
}

.tab-btn {
  width: auto;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0;
  color: #FFF;
  text-align: center;
  margin: 0;
  list-style: none;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-btn > a {
  width: 100%;
  padding: 0;
  color: #FFF;
  background: var(--main-color-02);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  text-decoration: none;
}

.tab-btn > a span {
  display: inline-block;
}

.tab-btn.show > a {
  background: var(--main-color-01);
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

/* 問い合わせページ タブ切替 */
.tab-wrap.contact-tab-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0.8rem 20px;
  padding: 0;
}

.tab-wrap.contact-tab-style .tab-btn {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  padding: 0;
  color: #2b2b2b;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  list-style: none;
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  border: 2px solid var(--main-color-01);
}

.tab-wrap.contact-tab-style .tab-btn.show {
  background: var(--main-color-01);
  color: #fff;
  font-weight: bold;
}

.tab-wrap.contact-tab-style .tab-btn:hover {
  color: #FFF;
  background: #ffba31;
}

selector .vk_post_imgOuter::before {
  padding-top: 86% !important;
}

/* フッター ------------------------------------------------------------------------ */
.footer-prepend-wrap {
  margin-bottom: -156px;
}

.footer-prepend {
  position: relative;
}

.footer-prepend::before {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: inline-block;
  content: "";
  width: 100%;
  height: 597px;
  background-image: url("../img/footer-bg.png");
  background-position: center top;
  background-size: cover;
}

.site-footer {
  border-top: 8px solid var(--vk-color-primary);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  margin-left: -600px;
  margin-right: -600px;
  padding-left: 600px;
  padding-right: 600px;
  background: #FFF7EE;
  position: relative;
}

.site-footer-content {
  padding-top: 70px;
}

.site-footer-content > .row > .col-lg-4 {
  margin-bottom: 24px;
}

.footer-content-prepend-wrap {
  margin-bottom: 36px;
}

.site-footer h3 {
  font-size: 15px;
}

.widget_nav_menu > div > ul li a {
  color: #5E321A;
}

.footer-logo {
  max-width: 500px;
  margin: 0 auto;
}

.site-footer-copyright {
  padding: 20px 1rem 1rem 1rem;
}

#page_top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 100;
}

#page_top a {
  display: block;
  text-decoration: none;
  background: url("../img/page-top.png");
  width: 80px;
  height: 80px;
}

/* 投稿ページ --------------------------------------------------------------------- */
/* ページヘッダー非表示 スクロール追従メニューでカクツキ防止 */
body.post-type-new-house-pt .page-header,
body.post-type-existing-home-pt .page-header,
body.post-name-rareglare .page-header,
body.post-name-renovation .page-header,
body.post-name-land-for-sale .page-header,
body.post-type-property-info-pt .page-header,
body.page-template-default .page-header {
  min-height: 0;
  overflow: hidden;
}

body.post-type-new-house-pt .page-header .page-header-inner,
body.post-type-existing-home-pt .page-header .page-header-inner,
body.post-name-rareglare .page-header .page-header-inner,
body.post-name-renovation .page-header .page-header-inner,
body.post-name-land-for-sale .page-header .page-header-inner,
body.post-type-property-info-pt .page-header .page-header-inner,
body.page-template-default .page-header .page-header-inner {
  display: none;
}

.breadcrumb {
  position: relative;
}

.entry-header {
  display: none;
}

/* .entry-footer {
  margin-top: 16px;
  margin-bottom: 18px;
} */
body.single .entry-footer .entry-meta-data-list {
  display: none;
}

/* 物件詳細ページ ------------------------------------------------------------------- */
body.post-type-property-info-pt .entry-body {
  margin-bottom: 85px;
  background: #FFF;
  border: 4px solid #886A46;
  border-radius: 20px;
  padding: 60px 4rem;
}

/* 物件ヘッダー 左 */
.property-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.property-header-l {
  width: 80%;
  border-left: 12px solid var(--accent-color-01);
  border-radius: 6px;
  padding-left: 1.6rem;
  padding-right: 1.4rem;
}

.property-header-l > h1 {
  margin-bottom: 0.3em;
  border-bottom: 1px solid #E8E8E8;
  font-size: 36px;
  padding: 0.2em 0.8rem 0.1em;
}

.property-header-l > p {
  padding: 0 0.8rem 0.4em;
  margin-bottom: 0;
}

/* 物件ヘッダー 右 */
.property-header-r {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-header-r > a {
  width: 100%;
  height: 100%;
}

.property-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid var(--accent-color-01);
  border-radius: 0.8rem;
  width: 100%;
  min-width: 160px;
  height: 100%;
}

.property-contact-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.property-contact-inner::before {
  background-image: url("../img/property-contact-icon.png");
  content: "";
  display: inline-block;
  position: relative;
  width: 46px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* キャンペーン */
.property-campaign {
  border-top: 2px solid var(--main-color-01);
  border-bottom: 2px solid var(--main-color-01);
  background: #FFFCF5;
  padding: 14px 1.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.property-campaign::before {
  background-image: url("../img/campaign-now.png");
  content: "";
  display: inline-block;
  position: relative;
  width: 85px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
  top: 2px;
}

.property-campaign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}

.property-campaign-inner > span {
  background: #CCC;
  color: #FFF;
  padding: 0.95em 1rem 0.8em;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  border: 3px solid #FFF;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

/* .property-campaign-inner>span.cpn-01, .data-campaign>span.cpn-01 {
  background: #FF8800;
  color: #FFF;
}
.property-campaign-inner>span.cpn-02, .data-campaign>span.cpn-02 {
  background: #70DF00;
  color: #FFF;
}
.property-campaign-inner>span.cpn-03, .data-campaign>span.cpn-03 {
  background: #00CFF1;
  color: #FFF;
} */
/* 概要欄左側 -------------------------------------------------------- */
/* 物件スライダー */
.property-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-slider-wrap {
  margin-bottom: 16px;
}

.property-slider-wrap .property-slider .slick-slide img {
  padding: 0;
  border: none;
  min-height: 360px;
  max-height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-slider-wrap .property-thumbs .slick-slide img {
  min-height: 131px;
  max-height: 131px;
  padding: 0;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.property-slider-wrap .slick-slide {
  margin-right: 0;
  padding: 4px;
}

.flexbox-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

/* サムネイル左寄せ */
.property-thumbs .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.property-slider-wrap .property-thumbs .slick-current > img {
  border: 4px solid var(--accent-color-01);
  opacity: 0.6;
}

.property-slider-wrap .slick-prev, .slick-next {
  z-index: 2;
}

.property-slider-wrap .slick-prev {
  left: 10px;
}

.property-slider-wrap .slick-next {
  right: 10px;
}

/* 設備エリア */
/* 続きを読む開閉 アコーディオン */
.accordion {
  position: relative;
  display: none;
}

/* ボタン */
.accordion-btn {
  background-color: #FBFBFB;
  color: #434343;
  cursor: pointer;
  border: 1px solid #ededed;
  display: inline-block;
  font-size: 12px;
  left: 0;
  margin-top: 7px;
  padding: 0.3em 2rem 0.4em;
  position: relative;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  z-index: 1;
  border-radius: 10rem;
  -webkit-box-shadow: 2px 2px 0px 0px hsla(0, 0%, 0%, 0.2);
          box-shadow: 2px 2px 0px 0px hsla(0, 0%, 0%, 0.2);
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "その他設備 ▼";
}

/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 155px;
}

/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる ▲";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

/* 設備 */
.property-equipment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0.5rem;
}

.property-equipment-inner > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFAF1;
  padding: 8px 1rem;
  border: 1px solid var(--main-color-01);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.property-equipment-inner > span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.property-equipment-inner > span.equip001::before {
  background-image: url("../img/equip001.png");
}

.property-equipment-inner > span.equip002::before {
  background-image: url("../img/equip002.png");
}

.property-equipment-inner > span.equip003::before {
  background-image: url("../img/equip003.png");
}

.property-equipment-inner > span.equip004::before {
  background-image: url("../img/equip004.png");
}

.property-equipment-inner > span.equip005::before {
  background-image: url("../img/equip005.png");
}

.property-equipment-inner > span.equip006::before {
  background-image: url("../img/equip006.png");
}

.property-equipment-inner > span.equip007::before {
  background-image: url("../img/equip007.png");
}

.property-equipment-inner > span.equip008::before {
  background-image: url("../img/equip008.png");
}

.property-equipment-inner > span.equip009::before {
  background-image: url("../img/equip009.png");
}

.property-equipment-inner > span.equip010::before {
  background-image: url("../img/equip010.png");
}

.property-equipment-inner > span.equip011::before {
  background-image: url("../img/equip011.png");
}

.property-equipment-inner > span.equip012::before {
  background-image: url("../img/equip012.png");
}

.property-equipment-inner > span.equip013::before {
  background-image: url("../img/equip013.png");
}

.property-equipment-inner > span.equip014::before {
  background-image: url("../img/equip014.png");
}

.property-equipment-inner > span.equip015::before {
  background-image: url("../img/equip015.png");
}

.property-equipment-inner > span.equip016::before {
  background-image: url("../img/equip016.png");
}

.property-equipment-inner > span.equip017::before {
  background-image: url("../img/equip017.png");
}

.property-equipment-inner > span.equip018::before {
  background-image: url("../img/equip018.png");
}

.property-equipment-inner > span.equip019::before {
  background-image: url("../img/equip019.png");
}

.property-equipment-inner > span.equip020::before {
  background-image: url("../img/equip020.png");
}

.property-equipment-inner > span.equip021::before {
  background-image: url("../img/equip021.png");
}

.property-equipment-inner > span.equip022::before {
  background-image: url("../img/equip022.png");
}

.property-equipment-inner > span.equip023::before {
  background-image: url("../img/equip023.png");
}

.property-equipment-inner > span.equip024::before {
  background-image: url("../img/equip024.png");
}

.property-equipment-inner > span.equip025::before {
  background-image: url("../img/equip025.png");
}

.property-equipment-inner > span.equip026::before {
  background-image: url("../img/equip026.png");
}

.property-equipment-inner > span.equip027::before {
  background-image: url("../img/equip027.png");
}

.property-equipment-inner > span.equip028::before {
  background-image: url("../img/equip028.png");
}

.property-equipment-inner > span.equip029::before {
  background-image: url("../img/equip029.png");
}

.property-equipment-inner > span.equip030::before {
  background-image: url("../img/equip030.png");
}

/* 概要欄右側 -------------------------------------------------------- */
.property-flexbox .flexbox-item:nth-child(2) {
  padding: 4px 0 6px 1.2rem;
}

.property-overview .sell-price {
  font-size: 1.2em;
  font-weight: bold;
}

/* 地区･間取り */
.house_layout {
  background: var(--accent-color-01);
  color: #FFF;
  padding: 0.75em 1.2rem 0.6em;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.sell-price {
  position: relative;
  height: 66px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.sell-price::after {
  background-color: #FFA300;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.sell-price span:nth-child(1) {
  font-size: 0.9em;
  position: absolute;
  top: 20px;
  left: 14px;
  font-weight: bold;
}

.sell-price span:nth-child(2) {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 900;
  color: var(--accent-color-01);
  vertical-align: middle;
  position: absolute;
  bottom: 18px;
  right: 60px;
}

.sell-price span:nth-child(3) {
  vertical-align: bottom;
  float: right;
  position: absolute;
  bottom: 18px;
  right: 0;
  font-weight: bold;
}

.sell-price-bd {
  text-align: right;
  font-size: 0.9em;
}

/* 物件概要欄テーブル */
.prop-ov-table {
  border: none;
  border-spacing: 0 12px;
  border-collapse: separate;
}

.prop-ov-table th,
.prop-ov-table td {
  padding: 1.4em 0;
  border: none;
}

.prop-ov-table th {
  width: 30%;
  background: var(--main-color-01);
  color: #FFF;
  border-radius: 6px;
}

.prop-ov-table th.em {
  background: #72DF3C;
}

.prop-ov-table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
  font-weight: 600;
}

.prop-ov-table td::after {
  background-color: #E8E8E8;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 95%;
  bottom: 0;
  right: 0;
  position: absolute;
}

/* アーカイブページ */
h1.archive-header-title {
  background: #FFF;
  color: #434343;
  border-radius: 16px;
  font-size: 30px;
  padding: 0.6em 1.2rem 0.55em 1.8em;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px hsla(0, 0%, 0%, 0.2);
          box-shadow: 6px 6px 0px 0px hsla(0, 0%, 0%, 0.2);
  border: 2px solid #e5e5e5;
}

h1.archive-header-title::before {
  position: absolute;
  top: 25%;
  left: 30px;
  width: 8px;
  height: 50%;
  content: "";
  -ms-filter: "alpha(opacity=20)";
  border-radius: 3px;
  background: #FFA300;
}

/* 検索ボックスの開閉 js */
.search-box-toggle-btn {
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #71522e;
  border: 2px solid #4f3618;
  padding: 0.9em 1.2rem;
  margin-bottom: 16px;
  border-radius: 10rem;
  color: #FFF;
  font-weight: 500;
  font-size: 1em;
  -webkit-box-shadow: 0 5px 0 #4f3618;
          box-shadow: 0 5px 0 #4f3618;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box-toggle-btn::before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-box-toggle-btn::after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
  font-size: 0.9em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-box-toggle-btn.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-box-toggle-btn:active {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #333;
          box-shadow: 0 0 0 #333;
}

.search-box-border {
  border-bottom: 2px dotted #CCC;
  margin-bottom: 30px;
}

/* 物件ループ */
.vk_post-postType-property-info-pt .vk_post_title {
  margin-bottom: 10px;
}

.data-property_price {
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.4em;
  margin-bottom: 12px;
}

.data-property_price > span {
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  color: var(--accent-color-01);
  margin-right: 0.4rem;
}

/* 一覧 キャンペーン */
.data-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem 0.3rem;
  margin-bottom: 8px;
}

.data-campaign > span {
  background: #CCC;
  color: #FFF;
  padding: 0.35em 0.4rem 0.4em;
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  border-radius: 4px;
}

.data-excerpt {
  font-size: 0.9em;
}

/* コンタクトフォーム整形 お問い合わせ */
.table-contact-form {
  border: none;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #5e321a;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}

.table-contact-form td {
  border: none;
  width: 75%;
}

.contact-req {
  color: #ff5e00;
  font-size: 0.8em;
  border: 1px solid #ff5e00;
  padding: 2px 5px 2px;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ff5e00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
}

.contact-submit input[type=submit] {
  width: 50%;
  padding: 0.8em 2em;
}

.contact-submit input[type=submit]:hover {
  background: #ff5e00;
  border: 1px solid #db5100;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px auto 4px;
  position: relative;
}

.contact-accept {
  text-align: center;
  margin-bottom: 22px;
}

/* VK fillter search スタイル */
/* 検索ボックス トップページ以外 */
body:not(.home) .vk-filter-search {
  background: #FFF;
  border: 4px solid #886A46;
  border-radius: 20px;
  padding: 42px 2.2rem 42px;
  -webkit-box-shadow: 6px 6px 0px 0px hsla(0, 0%, 0%, 0.2);
          box-shadow: 6px 6px 0px 0px hsla(0, 0%, 0%, 0.2);
  margin-bottom: 36px;
}

/* 検索ボックス トップページのみ */
body.home .vkfs__outer-wrap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.vkfs__label-name {
  margin-bottom: calc(var(--vk-size-text) * 0.5);
  border-bottom: 1px dotted #b9b9b9;
  padding: 0 0.4rem 0.4em;
  color: var(--main-color-02);
}

/* フローティングバナー --------------------------------------------------------- */
.slide_anime_nav {
  position: fixed;
  z-index: 1010;
  top: 32%;
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  width: 194px;
}

.slide_anime_nav > div {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_anime_nav > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.slide_anime_nav a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: -55px;
  min-height: 45px;
  white-space: nowrap;
  text-decoration: none;
}

.slide_anime_nav a:hover {
  text-decoration: none;
}

.slide_anime_nav a:hover > img {
  opacity: 1;
}

.slide_anime_nav .fas {
  width: 45px;
  text-align: center;
}

.fixed_right {
  left: calc(100% - 61px);
}

.fixed_right > div:hover {
  -webkit-transform: translateX(-130px);
          transform: translateX(-130px);
}

.fixed_right a::after {
  display: block;
  content: attr(data-text);
  padding-right: 8rem;
  margin-left: 4rem;
}

/* baguetteBox */
body #baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  max-height: 95%;
  max-width: 100%;
  min-height: 95%;
  min-width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ローディングアニメ */
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--main-color-01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
/* ボタンアニメーション */
.button-cus-effect > a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.button-cus-effect > a::before {
  content: "";
  width: 120%;
  height: 200px;
  position: absolute;
  z-index: -1;
  background: var(--main-color-01);
  border-radius: 0 100% 100% 0;
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  -webkit-transform: translateX(100) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
}

.button-cus-effect > a:hover {
  color: #fff;
  opacity: 1;
  border: none;
}

.button-cus-effect > a:hover::before {
  -webkit-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
}

/* 浮遊アニメーション */
.top-news-cont > .wp-block-column:first-child::before {
  -webkit-animation-name: updown1;
          animation-name: updown1; /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 3s;
          animation-duration: 3s; /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* h2アイコン ホバーアニメーション */
.h2-icon-hover::before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

/* reCaptcha v3 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* メディアクエリ ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC表示 -------------------------------------------------------------------------- */
/* フローティングメニュー 表示切替 */
@media (max-width: 1199.98px) {
  .site-header-logo {
    width: 70%;
  }
  .site-header-sub {
    width: 30%;
    margin-top: 0;
  }
}
/* PC表示 ------------------------------------------------------------------------------ */
@media (min-width: 992px) {
  /* グローバルナビ */
  .global-nav {
    margin: 0;
    display: inline-block;
  }
  .global-nav-list > li {
    padding: 0 !important;
  }
  .global-nav-list > li > a {
    padding: 24px 1.5em !important;
  }
}
/* タブレット･スマホ ----------------------------------------------- */
@media (max-width: 991.98px) {
  /* グローバルメニュー切替 */
  .site-header-logo {
    width: 80%;
  }
  .site-header-sub {
    display: none;
  }
  .keyph {
    text-align: right;
  }
  .keyph {
    width: 80%;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .sell-price span:nth-child(1) {
    top: 22px;
    right: 198px;
  }
  /* フローティングメニュー */
  .slide_anime_nav {
    display: none !important;
  }
}
/* PC・タブレット表示 -------------------------------------------------------------- */
@media (min-width: 768px) {
  /* グローバルナビ */
  #site-header-container {
    margin-bottom: 30px;
  }
  .flexbox-item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(58% - 15px);
            flex: 0 0 calc(58% - 15px);
    max-width: calc(58% - 15px);
  }
  .flexbox-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(42% - 15px);
            flex: 0 0 calc(42% - 15px);
    max-width: calc(42% - 15px);
  }
}
/* タブレット・スマホ表示 -------------------------------------------------------------- */
@media (max-width: 767.98px) {
  /* ブロック設定 */
  .wp-block-group.border-white-flame {
    padding: 60px 3rem;
  }
  .vk_post.media {
    display: block;
  }
  .vk_post.media .media-img {
    width: 100%;
  }
  .vk_post.media .media-body {
    width: 100%;
    height: auto;
  }
  /* グローバルナビ */
  #site-header-container {
    margin-bottom: 20px;
  }
  .global-nav {
    display: none;
  }
  /* キービジュアル */
  .keyph {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
  }
  .slide-cont::before {
    top: 10px;
    left: 60%;
  }
  .keyph-orn {
    width: 8vw;
  }
  .table-contact-form th {
    display: block;
  }
  .table-contact-form td {
    width: 100%;
    display: block;
  }
  .icon-text-list .wp-block-vk-blocks-grid-column-item:nth-child(1) {
    max-width: 100%;
  }
  .icon-text-list .wp-block-vk-blocks-grid-column-item:nth-child(2) {
    max-width: 100%;
  }
  .icon-text-list .wp-block-vk-blocks-grid-column-item img {
    max-width: 120px;
    margin: 0 auto;
  }
  /* 物件詳細 */
  body.post-type-property-info-pt .entry-body {
    padding: 60px 3rem;
  }
  .property-header {
    display: block;
  }
  .property-header-l {
    width: 100%;
    padding-left: 1rem;
    padding-right: 0;
  }
  .property-header-l > h1 {
    font-size: 30px;
  }
  .property-header-r {
    width: 100%;
  }
  .property-header-r {
    margin-top: 16px;
  }
  .property-contact {
    padding: 0.6em 1.2rem;
  }
  .property-contact .newline {
    display: inline;
  }
  .property-campaign-inner > span {
    padding: 0.5em 1rem 0.5em;
  }
  .property-flexbox {
    margin-right: 0;
    margin-left: 0;
  }
  .property-flexbox .flexbox-item:nth-child(2) {
    padding: 0;
    margin-top: 26px;
  }
}
/* スマホ用 ------------------------------------------------------------------------------ */
@media (max-width: 575.98px) {
  h2.wp-block-heading {
    font-size: 22px;
  }
  h2.h2-icon.wp-block-heading::before {
    width: 80px;
    height: 67px;
  }
  /* ブロック設定 */
  .wp-block-group.border-white-flame {
    padding: 46px 1.2rem;
  }
  /* キービジュアル */
  body.home::before {
    width: 1460px;
    height: 650px;
  }
  .keyph {
    width: 90%;
  }
  .swiper {
    height: 360px;
  }
  .slide-cont::before {
    width: 110px;
    height: 100px;
  }
  .swiper-slide {
    width: 270px !important;
    height: 270px;
  }
  .swiper-slide > img {
    border-width: 8px;
  }
  /* トップページ */
  .wp-block-columns.top-news-cont > .wp-block-column:first-child::before {
    width: 170px;
    height: 98px;
  }
  /* フッター背景 */
  .footer-prepend::before {
    height: 475px;
    width: 1460px;
  }
  /* 物件詳細 */
  body.post-type-property-info-pt .entry-body {
    padding: 46px 1.2rem;
  }
  .property-header-l > h1 {
    font-size: 28px;
  }
  .property-contact-inner {
    font-size: 14px;
  }
  .property-campaign {
    display: block;
  }
  .property-campaign::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 0 10px 0;
    top: 0px;
  }
}/*# sourceMappingURL=main-style.css.map */