@charset "UTF-8";
:root {
  /* --main-color-01: #FFAA00;
  --main-color-02: #64431C; */
  --accent-color-01: #FF6F00;
  /* --base-color-01: #FFFDEB;
  --base-color-02: #FFF7EE;
  --text-color: #434343; */
}

/* 全体 ---------------------------------------------------------------- */
header.entry-header {
  display: none;
}

/* 基本設定 ------------------------------------------------------------ */
body {
  background: #FFFCF2;
  background-image: url(../img/bg-map.jpg);
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #5E321A;
}

.site-body {
  padding-bottom: 0;
  padding-top: 2rem;
}

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

h2 {
  border: none;
  padding: 0 0 0.1em 0.3em;
  color: #5E321A;
  font-size: 2em;
  position: relative;
  margin: 1.8em 0 0.5em 60px;
  border-bottom: 6px dotted #5E321A;
}

h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -60px;
  width: 50px;
  height: 50px;
  background: url(../img/h2-orn.png) no-repeat;
  z-index: 1;
  background-size: contain;
}

.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;
}

.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;
}

.top-btn-block a > img:hover {
  opacity: 1;
}

/* 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;
}

/* ログイン時非公開投稿を非表示 */
.vk_posts .status-private {
  display: none;
}

/* エディタブロック・追加クラスの設定 ---------------------------------------------------------------- */
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: 20px;
}

.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 位置変更　左下 */
.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
  z-index: 999;
}

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

/* 注意事項リスト */
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;
}

.entry-body .alert-warning {
  display: none;
}

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

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

.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;
  margin: 0 auto;
  max-width: 530px;
}

body.header_scrolled .site-desc-wrap {
  display: none;
}

.header-add-cont {
  position: relative;
}

.site-desc {
  text-align: center;
}

/* ヘッダー背景 */
.header-orn-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.header-orn {
  margin: 0 auto;
  width: 950px;
  position: relative;
}

.header-orn-l {
  position: absolute;
  top: 71px;
  left: -322px;
}

.header-orn-r {
  position: absolute;
  top: 178px;
  right: -291px;
}

/* グローバルナビ */
/* 設定 */
:root {
  --menu-height: 126px;
}

#global-nav {
  margin: -10px 0 0;
}

.global-nav-list > li {
  float: left;
  height: var(--menu-height);
  border: none !important;
}

#global-nav ul::before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 100%;
  background-image: url(../img/gnavi.png);
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 0;
  left: -58px;
}

#global-nav ul::after {
  display: inline-block;
  content: "";
  width: 57px;
  height: 100%;
  background-image: url(../img/gnavi.png);
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 0;
  right: -57px;
  background-position: -1008px 0px;
}

#global-nav ul li::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 100%;
  height: 100%;
  line-height: 1.6em;
  vertical-align: bottom;
  background-image: url(../img/gnavi.png);
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: none;
  transition: none;
}

#global-nav ul li:nth-child(1) {
  width: 137px;
}

#global-nav ul li:nth-child(1)::before {
  background-position: -58px 0px;
}

#global-nav ul li:nth-child(1):hover::before {
  background-position: -58px calc(-1 * var(--menu-height));
}

#global-nav ul li:nth-child(2) {
  width: 140px;
}

#global-nav ul li:nth-child(2)::before {
  background-position: -195px 0;
}

#global-nav ul li:nth-child(2):hover::before {
  background-position: -195px calc(-1 * var(--menu-height));
}

#global-nav ul li:nth-child(3) {
  width: 191px;
}

#global-nav ul li:nth-child(3)::before {
  background-position: -335px 0;
}

#global-nav ul li:nth-child(3):hover::before {
  background-position: -335px calc(-1 * var(--menu-height));
}

#global-nav ul li:nth-child(4) {
  width: 181px;
}

#global-nav ul li:nth-child(4)::before {
  background-position: -526px 0;
}

#global-nav ul li:nth-child(4):hover::before {
  background-position: -526px calc(-1 * var(--menu-height));
}

#global-nav ul li:nth-child(5) {
  width: 137px;
}

#global-nav ul li:nth-child(5)::before {
  background-position: -707px 0;
}

#global-nav ul li:nth-child(5):hover::before {
  background-position: -707px calc(-1 * var(--menu-height));
}

#global-nav ul li:nth-child(6) {
  width: 164px;
}

#global-nav ul li:nth-child(6)::before {
  background-position: -844px 0;
}

#global-nav ul li:nth-child(6):hover::before {
  background-position: -844px calc(-1 * var(--menu-height));
}

.global-nav-list > li .global-nav-name {
  display: none;
}

/* モバイルナビ */
.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%;
}

/* トップスライド ----------------------------------------------- */
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.main-slider-wrap {
  position: relative;
  z-index: 1;
}

.slick-slide-inner {
  margin: 0 4%;
}

.slick-slide img {
  padding: 12px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #cbcbcb;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.keyph {
  width: 980px;
  margin: 0 auto;
}

.keyph img {
  position: absolute;
  bottom: -49px;
}

/* トップページ コンテンツ */
/* ブロックボタン cssアニメーション */
.top-btn-block .wp-block-image {
  background: #5E321A;
}

.top-btn-block .wp-block-image a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.top-btn-block .wp-block-image img {
  z-index: 1;
  position: relative;
}

.top-btn-block .wp-block-image a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: var(--accent-color-01);
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.top-btn-block .wp-block-image a:hover:before {
  width: 100%;
}

.top-btn-block .row {
  margin-right: -7px;
  margin-left: -7px;
}

.top-btn-block .wp-block-vk-blocks-grid-column-item {
  padding: 0 1%;
  margin: 0;
}

.top-btn-block .wp-block-vk-blocks-grid-column-item .wp-block-image {
  margin: 0 0 4%;
}

/* 問い合わせブロック */
.top-contact-block .wp-block-group__inner-container {
  position: relative;
}

.top-contact-block .wp-block-group__inner-container:before {
  content: "";
  position: absolute;
  top: 23px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  border-radius: 7em;
  max-width: 700px;
  margin: 0 auto;
  z-index: -1;
}

.top-contact-block .top-contact-block-btn {
  margin: 0 auto;
  max-width: 800px;
}

.top-contact-block .top-contact-block-btn .wp-block-vk-blocks-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* フッター ------------------------------------------------------------------------ */
.site-footer h2 {
  font-size: 1.8em;
  margin-left: 45px;
  margin-bottom: 20px;
}

.site-footer h2::before {
  width: 36px;
  height: 36px;
  left: -45px;
}

.site-footer h2::after {
  margin-left: 0;
  padding-top: 6px;
}

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

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

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

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

.site-footer {
  border-top: 3px solid var(--vk-color-primary);
}

#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;
}

/* 分譲地ページ --------------------------------------------------------------------- */
.lfs-img p {
  text-shadow: 1px 2px 5px #000000;
}

.lfs-content {
  margin-top: -30px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

/* 住宅リフォームページ -------------------------------------------------------------- */
.renov-header-t {
  z-index: 1;
  position: relative;
}

.renov-header-desc {
  margin-top: -10%;
}

.renov-kv-bt {
  margin-top: -90px;
  position: relative;
}

/* リフォームの流れ */
.renov-flow-card .vk_post_imgOuter {
  width: 180px;
  margin: 40px auto 0;
}

.renov-flow-card > div {
  -webkit-box-shadow: 4px 6px #e2dbd3;
          box-shadow: 4px 6px #e2dbd3;
}

.renov-flow-card .wp-block-vk-blocks-card-item {
  overflow: visible;
}

.renov-flow-card .wp-block-vk-blocks-card-item::before {
  content: "";
  display: block;
  width: 150px;
  height: 71px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -22px;
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(1)::before {
  background-image: url(../img/step-ribbon1.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(2)::before {
  background-image: url(../img/step-ribbon2.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(3)::before {
  background-image: url(../img/step-ribbon3.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(4)::before {
  background-image: url(../img/step-ribbon4.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(5)::before {
  background-image: url(../img/step-ribbon5.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(6)::before {
  background-image: url(../img/step-ribbon6.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(7)::before {
  background-image: url(../img/step-ribbon7.png);
}

.renov-flow-card .wp-block-vk-blocks-card-item:nth-child(8)::before {
  background-image: url(../img/step-ribbon8.png);
}

/* 投稿ページ --------------------------------------------------------------------- */
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 {
  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 {
  display: none;
}

.breadcrumb {
  position: relative;
}

.entry-body {
  margin-bottom: 85px;
}

.entry-footer {
  margin-top: 16px;
  margin-bottom: 18px;
}

/* 物件一覧ページ ----------------------------------------------------------------------- */
.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-new-house-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.3rem;
  margin-bottom: 8px;
}
.data-new-house-category>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;
  margin: 0.8rem 0;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
}

/* 物件詳細ページ ------------------------------------------------------------------- */
.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: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
}

.property-flexbox .flexbox-item:nth-child(2) {
  padding: 0 8px;
}

.property-overview-wrap {
  background: #FFF;
  padding: 14px;
  margin-bottom: 14px;
  -webkit-box-shadow: 4px 6px #e2dbd3;
          box-shadow: 4px 6px #e2dbd3;
}

body.post-type-existing-home-pt .property-overview-wrap {
  min-height: 497px;
}

.property-overview h1 {
  border-bottom: 7px dotted;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 2px;
  padding-bottom: 5px;
}

.property-overview div:nth-child(2) {
  font-size: 1.2em;
  font-weight: bold;
  /* white-space: nowrap;
  overflow: hidden; */
}

.property-label-ckbox {
  margin-bottom: 26px;
  margin-top: 4px;
}

.property-label-ckbox.model-room {
  margin-bottom: 14px;
}

/* 通常のラベル */
.property-label-ckbox span {
  color: #FFF;
  padding: 1px 5px 2px;
  margin: 1px 0;
  font-size: 0.8em;
  margin-right: 4px;
  display: inline-block;
  border-radius: 0.2rem;
}

/* モデルルームの場合 */
.property-label-ckbox span.model-room {
  color: #FFF;
  padding: 1px 5px 2px;
  margin: 0.1rem 0;
  font-size: 1.2em;
  margin-right: 4px;
  display: inline-block;
}

.property-label-ckbox span:last-child {
  margin-right: 0;
}

.property-label-ckbox span {
  background: #868686;
}

.property-label-ckbox .property-label-1 {
  background: #b97c00;
}

.property-label-ckbox .property-label-2 {
  background: var(--accent-color-01);
}

.property-label-ckbox .property-label-3 {
  background: #AA00FF;
}

.property-label-ckbox .property-label-4 {
  background: #FFCC00;
}

.property-label-ckbox .property-label-5 {
  background: #868686;
}

.property-label-ckbox .property-label-6 {
  background: #2DE300;
}

.property-label-ckbox .property-label-7 {
  background: #2DE300;
}

.property-label-ckbox .property-label-8 {
  background: #58c1ff;
}

.property-label-ckbox .property-label-9 {
  background: #11ccd5;
}

.property-label-ckbox .property-label-10 {
  background: #eba43a;
}

.property-label-ckbox .property-label-11 {
  background: #005be3;
}

.property-label-ckbox .property-label-12 {
  background: #22d1ed;
}

.property-label-ckbox .property-label-13 {
  background: #2286ed;
}

.property-label-ckbox .property-label-14 {
  background: #ed8922;
}

.property-label-ckbox .property-label-15 {
  background: #b2ed22;
}

.property-label-ckbox .property-label-16 {
  background: #edd422;
}

.property-label-ckbox .property-label-17 {
  background: #3371fd;
}

.property-label-ckbox .property-label-18 {
  background: #00a38e;
}

.property-label-ckbox .property-label-19 {
  background: #4642e9;
}

.sell-price {
  position: relative;
  height: auto;
  border-bottom: 2px dotted #9b7460;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 0 2%;
}
.sell-price > div:nth-child(1) {
  font-size: 0.9em;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
}
.sell-price > div:nth-child(2) {
  font-size: 2.6em;
  font-weight: bold;
  color: var(--accent-color-01);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.2em;
}
.sell-price > div:nth-child(3) {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: nowrap;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  top: 2px;
  position: relative;
}
.sell-price > div:nth-child(3) > span {
  display: block;
  font-size: 0.8em;
}

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

.property-cpn-label-ckbox {
  padding: 6px 0;
  margin: 6px 0 0;
  white-space: nowrap;
  overflow: hidden;
}

.property-cpn-label-ckbox span {
  padding: 4px 15px 6px;
  outline: 2px dotted #fff;
  outline-offset: -5px;
  border-radius: 20px;
  color: #FFF;
  margin-right: 5px;
  font-size: 0.8em;
}

.property-cpn-label-ckbox span:last-child {
  margin-right: 0;
}

.property-cpn-label-ckbox .property-cpn-label-1 {
  background: #199b00;
}

.property-cpn-label-ckbox .property-cpn-label-2 {
  background: #0044AA;
}

.property-repay-wrap {
  background: #FEE9DA;
  padding: 14px;
  -webkit-box-shadow: 4px 6px #ffc8a0;
          box-shadow: 4px 6px #ffc8a0;
}

.property-repay-lr-wrap {
  border-bottom: 1px solid #ddcabc;
  padding-bottom: 12px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}

.property-repay-l {
  display: inline-block;
  background: var(--accent-color-01);
  color: #FFF;
  width: 25%;
  height: auto;
  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;
}

.property-repay-l span {
  font-size: 1em;
  font-weight: bold;
}

.property-repay-r {
  display: inline-block;
  width: 70%;
  height: auto;
  position: relative;
  vertical-align: top;
}

.property-repay-r div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.property-repay-r div:first-child span:nth-child(1) {
  font-weight: bold;
  max-width: 45px;
  width: 100%;
  padding-bottom: 6px;
  padding-right: 3%;
}

.property-repay-r div:first-child span:nth-child(2) {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--accent-color-01);
  vertical-align: middle;
  width: 100%;
  text-align: right;
  padding-right: 5%;
  max-width: 160px;
}

.property-repay-r div:first-child span:nth-child(3) {
  font-weight: bold;
  max-width: 20px;
  width: 100%;
  padding-bottom: 6px;
}

.property-repay-r div:nth-child(2) {
  text-align: right;
}

.property-repay-r div:nth-child(2) span {
  padding: 1px 15px 3px;
  border-radius: 20px;
  color: #FFF;
  margin-right: 8px;
  background: var(--accent-color-01);
  font-size: 0.75em;
  display: inline-block;
}

.property-repay-b span:nth-child(1) {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}

.property-repay-b span:nth-child(2) {
  display: block;
  font-size: 0.8em;
}

.property-briefdesc {
  margin-top: 14px;
}

.property-briefdesc span:nth-child(1) {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}

.property-briefdesc span:nth-child(2) {
  display: block;
  font-size: 0.8em;
}

.property-card > div {
  -webkit-box-shadow: 4px 6px #e2dbd3;
          box-shadow: 4px 6px #e2dbd3;
}

/* モデルルーム用スタイル */
.model-room-title-tag {
  display: block;
  margin-bottom: 4px;
}

.model-room-title-tag div {
  background-color: #00d084;
  line-height: 1.8em;
  padding: 0 5%;
  font-size: 0.5em;
  color: #FFF;
  display: inline-block;
  border-radius: 10px;
}

.property-overview-wrap.wrap-1row {
  height: 100%;
}

/* 中古住宅･売地用スタイル */
.property-overview .column > span {
  font-weight: 600;
  font-size: 16px;
}

.property-overview .column > span:first-child {
  color: #FFF;
  padding: 1px 5px 2.5px;
  margin: 0px 6px 0px 0;
  font-size: 14px;
  display: inline-block;
  background: #6b4b39;
  border-radius: 0.2rem;
}

.property-overview .column {
  margin-top: 2px;
}

.property-overview .column:first-of-type {
  margin-top: 0;
}

.property-overview .column > span {
  display: inline-block;
}

/* rareglare ページ ------------------------------------------------------------------------ */
/* rareglare スライダー */
.rareglare-slider-wrap {
  position: relative;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  margin-bottom: 52px;
}

.rareglare-slider .slick-slide {
  margin: 0;
  opacity: 0.6;
}

.rareglare-slider .slick-slide img {
  padding: 0;
  border: none;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
}

.rareglare-keyph {
  width: 950px;
  margin: 0 auto;
  /* position: relative; */
  /* text-align: center; */
  /* display: block; */
}

.rareglare-keyph img {
  position: absolute;
  width: 680px;
  left: 50%;
  right: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* コンタクトフォーム整形 お問い合わせ */
.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;
}

/* フローティングバナー --------------------------------------------------------- */
.floating-banner {
  display: block;
  position: fixed;
  z-index: 9999;
  right: calc((100vw - 1110px) / 2 - 175px);
  top: 56px;
  right: 0;
  text-align: right;
  width: 114px;
}

/* 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;
}

/* PC表示 -------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  :root {
    --vk-width-container: 980px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 980px;
  }
}
/* フローティングメニュー 表示切替 */
@media (max-width: 1199.98px) {
  .floating-banner {
    display: none;
  }
}
/* PC表示 ------------------------------------------------------------------------------ */
@media (min-width: 992px) {
  body.header_scrolled .header-orn-l {
    display: none;
  }
  body.header_scrolled .header-orn-r {
    display: none;
  }
}
/* タブレット･スマホ ----------------------------------------------- */
@media (max-width: 991.98px) {
  /* グローバルメニュー切替 */
  .keyph {
    width: 720px;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
  .sell-price span:nth-child(1) {
    top: 22px;
    right: 190px;
  }
  .sell-price span:nth-child(2) {
    font-size: 2.2em;
    top: 8px;
    right: 90px;
  }
  .property-repay-l span {
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-right: 2%;
  }
  .property-repay-r div:nth-child(2) span {
    padding: 1px 10px 3px;
    border-radius: 20px;
    color: #FFF;
    margin-right: 3px;
    background: var(--accent-color-01);
    font-size: 0.7em;
    display: inline-block;
  }
}
/* PC・タブレット表示 -------------------------------------------------------------- */
@media (min-width: 768px) {
  .flexbox-item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 15px);
            flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
  }
  .flexbox-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 15px);
            flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
}
/* タブレット・スマホ表示 -------------------------------------------------------------- */
@media (max-width: 767.98px) {
  h2::before {
    top: 0;
    left: -45px;
    width: 40px;
    height: 40px;
  }
  h2 {
    font-size: 1.8em;
    margin: 36px 0 30px 45px;
  }
  .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;
  }
  .keyph {
    width: 540px;
  }
}
/* スマホ用 ------------------------------------------------------------------------------ */
@media (max-width: 575.98px) {
  .keyph img {
    width: 80%;
    padding-left: 2%;
  }
}/*# sourceMappingURL=main-style.css.map */