@charset "UTF-8";

/**
 * 擬似要素でアスペクト比の領域を確保するmixin
 * @param  {$_width}                   横の値
 * @param  {$_height}                  縦の値
 * @param  {$_pseudo_element} [before] 消費する疑似要素 before or after
 * @return {void}
 */

.case-tag1, .case-tag2, .case-category {
  display: block;
  width: 100%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; }

.case-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -20px;
  font-size: 1.4rem;
  line-height: 1.64286;
  text-align: center; }
  .case-container._top .case-text {
    text-align: center; }
  .case-container._top > *:nth-child(n + 7) {
    height: 0;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease, opacity .25s ease-out .25s;
    transition: visibility 0s ease, opacity .25s ease-out .25s; }
  .case-container._top.is-open > *:nth-child(n + 6) {
    height: auto;
    margin-top: 40px;
    visibility: visible;
    opacity: 1; }

.case-card {
  width: calc(100% / 2);
  padding-top: 40px;
  padding-left: 32px; }

.case-img {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .case-img._inner {
    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;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    aspect-ratio: 1.5; }
    body.ie.windows .case-img._inner:hover {
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    _:-ms-fullscreen:hover, :root .case-img._inner:hover {
      transition-duration: .3s;
      transform: scale(1.1); }
    .case-img._inner img {
      width: 100%;
      max-width: none; }

.case-tagarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  padding-top: 11px;
  margin-right: auto;
  margin-left: auto; }

.case-tag {
  width: auto; }

.case-tag1 {
  padding: 0 30px;
  color: #fff;
  background-color: #332012; }
  body.ie.windows .case-tag1:hover {
    color: #fff; }
  _:-ms-fullscreen:hover, :root .case-tag1:hover {
    color: #fff; }

.case-tag2 {
  padding: 0 30px;
  border: 1px solid #332012;
  border-radius: 15px; }
  .case-tag2._dashed {
    border: 1px dashed #332012; }

.case-category {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 0 15px;
  color: #fff;
  background: #332012; }
  .case-category._dashed {
    border: 1px dashed #332012; }

.case-text {
  margin-top: 11px;
  text-align: left; }

.case-btn {
  margin-top: 25px; }

.post-side {
  margin-top: 85px; }

.postsingle-side {
  margin-top: 85px; }

.widget-content {
  margin-top: 13px; }

.widget-list {
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.78571; }
  .widget-list li {
    margin-bottom: .5em; }
  .widget-list a {
    display: inline-block;
    color: #332012;
    text-decoration: underline;
    text-indent: -15px; }
    .widget-list a::before {
      display: inline-block;
      width: 15px;
      height: .85em;
      content: '';
      background: rgba(0, 0, 0, 0) url(/assets/img/common/icon_arrow.png) no-repeat scroll left center/8px auto; }

.detail {
  font-size: 1.6rem;
  line-height: 1.7; }
  .detail-main {
    margin-top: 35px; }
  .detail-img {
    margin-top: 34.4px; }
  .detail-list {
    width: 100%;
    margin-top: 34.4px;
    border: 1px solid #332012;
    border-top: none; }
  .detail-head {
    width: 50%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #332012; }
  .detail-item {
    width: 50%;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #332012;
    border-left: 1px solid #332012; }
  .detail-title.heading-lv2 {
    margin-bottom: 8px;
    font-size: 2rem;
    font-family: "BIZ", sans-serif;
    font-weight: 700; }

.detail-showarea {
  display: none; }
  .detail-showarea img {
    width: auto;
    height: auto;
    max-height: 400px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
       object-fit: contain; }

.detail-selective-list:not(:first-of-type) {
  margin-top: 15px; }

/* stylelint-disable */
input[for=detail-pagination] {
  display: none; }

#js_img_gallery:has(:checked) label.detail-pagination {
  left: 13px; }
  #js_img_gallery:has(:checked) label.detail-pagination .detail-pagination--arrow::after {
    left: -4px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }

input[for=detail-pagination]:checked + .detail-selective {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.detail-selective {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

#js_img_gallery {
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden; }

.js_img_gallery--wrapper {
  position: relative; }

/* stylelint-enable */
.flow-text {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.7; }
  .flow-text:first-of-type {
    margin-top: 20px; }

.flow-subtitle {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600; }

.flow-subtext {
  margin-top: 5px;
  font-size: 1.2rem; }

.renovation_case-post.postsingle-chart, .realestate_case-post.postsingle-chart {
  display: block; }

.renovation_case-post .postsingle-main, .realestate_case-post .postsingle-main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.renovation_case-post .heading-lv1, .realestate_case-post .heading-lv1 {
  margin-bottom: 0; }

.renovation_case-post .js_img_gallery--wrapper, .realestate_case-post .js_img_gallery--wrapper {
  padding-top: 32px; }

.renovation_case-post .js_img_gallery--wrapper > div, .realestate_case-post .js_img_gallery--wrapper > div {
  padding: 0; }

.renovation_case-post #js_img_gallery, .renovation_case-post .detail-showarea, .realestate_case-post #js_img_gallery, .realestate_case-post .detail-showarea {
  max-width: none; }

.renovation_case-post .detail-showarea img, .realestate_case-post .detail-showarea img {
  width: 100%;
  max-height: 600px; }

.renovation_case-post .section-lv3, .realestate_case-post .section-lv3 {
  padding: 64px 15px;
  margin-top: 160px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #d6c094; }

.renovation_case-post .case-swiper, .realestate_case-post .case-swiper {
  position: relative;
  margin-top: 32px; }

.renovation_case-post .re-case-swiper, .realestate_case-post .re-case-swiper {
  width: 100%;
  max-width: 342px;
  margin: 0 auto; }

.renovation_case-post .case__slide, .renovation_case-post .case-swiper-thumbs__slide, .realestate_case-post .case__slide, .realestate_case-post .case-swiper-thumbs__slide {
  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;
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  background-color: #dfd3c0; }

.renovation_case-post .swiper-slide img, .realestate_case-post .swiper-slide img {
  width: auto; }

.renovation_case-post .case-swiper-thumbs, .realestate_case-post .case-swiper-thumbs {
  position: relative;
  margin-top: 32px;
  overflow: hidden; }

.renovation_case-post .case-swiper-thumbs .case-swiper-thumbs__slide, .realestate_case-post .case-swiper-thumbs .case-swiper-thumbs__slide {
  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;
  cursor: pointer;
  background-color: #d6c094;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  aspect-ratio: 1/1; }

.renovation_case-post .case-swiper-thumbs .case-swiper-thumbs__slide:hover, .realestate_case-post .case-swiper-thumbs .case-swiper-thumbs__slide:hover {
  opacity: .7; }

.renovation_case-post .swiper-thumbs-button-next, .renovation_case-post .swiper-thumbs-button-prev, .realestate_case-post .swiper-thumbs-button-next, .realestate_case-post .swiper-thumbs-button-prev {
  position: absolute;
  top: 35%;
  z-index: 10;
  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;
  width: 7px;
  height: 14px;
  cursor: pointer;
  content: '';
  background-image: url("../../img/common/pagination--arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.renovation_case-post .swiper-thumbs-button-next:hover, .renovation_case-post .swiper-thumbs-button-prev:hover, .realestate_case-post .swiper-thumbs-button-next:hover, .realestate_case-post .swiper-thumbs-button-prev:hover {
  opacity: .7; }

.renovation_case-post .swiper-thumbs-button-next, .realestate_case-post .swiper-thumbs-button-next {
  right: 0; }

.renovation_case-post .swiper-thumbs-button-prev, .realestate_case-post .swiper-thumbs-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.renovation_case-post .other-case, .realestate_case-post .other-case {
  width: 100%;
  max-width: 952px;
  margin: 0 auto; }

.renovation_case-post .other-case .heading-lv1, .realestate_case-post .other-case .heading-lv1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.renovation_case-post .other-case-swiper, .realestate_case-post .other-case-swiper {
  position: relative;
  padding: 0 26px;
  margin-top: 32px;
  overflow: hidden; }

.renovation_case-post .other-case__slide-img, .realestate_case-post .other-case__slide-img {
  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;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1.5034965035;
  overflow: hidden;
  background-color: #dfd3c0; }

.renovation_case-post .swiper-other-button-next, .renovation_case-post .swiper-other-button-prev, .realestate_case-post .swiper-other-button-next, .realestate_case-post .swiper-other-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  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;
  width: 10px;
  height: 20px;
  cursor: pointer;
  content: '';
  background-image: url("../../img/common/pagination--arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.renovation_case-post .swiper-other-button-next, .realestate_case-post .swiper-other-button-next {
  right: 0; }

.renovation_case-post .swiper-other-button-prev, .realestate_case-post .swiper-other-button-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.renovation_case-post .other-case-category, .realestate_case-post .other-case-category {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #533d30; }

.renovation_case-post .other-case_text, .realestate_case-post .other-case_text {
  margin-top: 12px;
  font-size: 14px; }

.property-card {
  width: 100%;
  margin-top: 40px; }

.property-head {
  padding: 11px 9px;
  background-color: #332012; }

.property-tag {
  display: inline-block;
  padding: 5px 13px;
  margin-right: 9px;
  font-size: 1.2rem;
  line-height: 1.98333;
  cursor: pointer;
  background-color: #EDE7C0; }

.property-price {
  display: inline-block;
  margin-right: 16px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.94118;
  color: #fff;
  vertical-align: bottom; }
  .property-price__yen {
    margin-left: 3px;
    font-size: 1rem;
    line-height: 1.7; }

.property-title {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.35714;
  color: #fff;
  vertical-align: bottom; }

.property-content {
  border: 1px solid #332012; }

.property-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff; }

.property-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 39%;
  padding: 7px 10px 9px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: 1px solid #332012; }

.property-num {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.38;
  text-align: right; }

.property-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .property-thumbnail._box1 {
    width: 61%; }
    .property-thumbnail._box1 .property-thumbnail__inner {
      position: relative;
      width: 100%;
      min-height: 215px;
      padding-top: 69.1318%;
      overflow: hidden; }
  .property-thumbnail._box2 {
    width: 50%;
    border-top: 1px solid #332012; }
    .property-thumbnail._box2 .property-thumbnail__inner {
      position: relative;
      width: 100%;
      padding-top: 82.3754%;
      overflow: hidden; }
  .property-thumbnail._box3 {
    width: 50%;
    border-top: 1px solid #332012;
    border-left: 1px solid #332012; }
    .property-thumbnail._box3 .property-thumbnail__inner {
      position: relative;
      width: 100%;
      padding-top: 82.3754%;
      overflow: hidden; }

.property-img {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%; }
  .property-img img {
    max-width: inherit;
    max-height: 100%; }

.property_post--content {
  background-color: #fff; }

.property_post .property_to-archive {
  margin-top: 50px; }
  .property_post .property_to-archive > .button {
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    line-height: 1.35714; }

.property_post .property_to-inquiry {
  width: 100%;
  height: 100%;
  margin-top: 40px; }
  .property_post .property_to-inquiry > .button {
    position: relative;
    max-width: inherit;
    padding: 15px 20px;
    font-size: 2rem;
    line-height: 1.55; }
    .property_post .property_to-inquiry > .button ._arrow::after {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 7px;
      height: 7px;
      content: '';
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }

.property_info {
  padding: 13px 10px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7; }
  .property_info--content:not(:first-of-type) {
    margin-top: 5px; }
  .property_info--item {
    display: inline-block; }
  .property_info--text {
    display: inline-block;
    margin-left: 15px; }

.property_data {
  margin-top: 31px;
  border: 1px solid #332012; }
  .property_data--title {
    padding: 12px 24px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.55;
    color: #fff;
    background-color: #332012; }

.property_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .property_table--item {
    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;
    width: 37px;
    padding: 11px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.14286;
    color: #fff;
    background-color: #332012;
    border-top: 1px solid #fff; }
  .property_table--detail {
    width: calc(100% - 37px); }
    .property_table--detail:not(:first-of-type) {
      border-top: 1px solid #332012; }

.property_whitetable {
  background-color: #fff; }
  .property_whitetable--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 7px;
    font-size: 1.4rem;
    line-height: 2.35714; }
    .property_whitetable--list:not(:first-of-type) {
      border-top: 1px solid #332012; }
  .property_whitetable--item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 108px;
    font-weight: 500; }
    .property_whitetable--item._small {
      width: 42px; }
    @media (min-width: 0px) {
  .a {
    color: inherit; } }
    @media (min-width: 720px) {
  .a {
    color: inherit; }
    .case-tag1, .case-tag2, .case-category {
      font-size: 1.4rem; }
      .case-container._top.is-open > *:nth-child(n + 6) {
        margin-top: 60px; }
    .case-container {
      margin-top: -60px;
      margin-left: -20px;
      line-height: 1.7; }
    .case-card {
      width: calc(100% / 4);
      padding-top: 60px;
      padding-left: 20px; }
    .case-tagarea {
      padding-top: 13px; }
    .case-btn {
      position: absolute;
      right: 6%;
      bottom: 35px;
      width: 35.55556%; }
  .post-chart {
    gap: 0 6%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0 auto;
    -ms-grid-columns: 74% 6% 20%;
        grid-template: 'title title' auto 'main side' auto / 74% 20%; }
    .post-chart .heading_lv1 {
      grid-area: title; }
  .post-main {
    grid-area: main; }
    .post-side {
      grid-area: side;
      margin-top: 0; }
  .post-chart .heading_lv1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
  .post-main {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .post-side {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .postsingle-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .postsingle-main {
    width: 74%;
    margin-right: 6%; }
    .postsingle-side {
      width: 20%;
      margin-top: 0; }
    .widget-content {
      margin-top: 23px; }
      .detail-main {
        margin-top: 65px; }
    .detail-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .detail-img {
        width: 64.76821%;
        margin-top: 64.4px;
        margin-left: 3%; }
      .detail-list {
        width: 31.92053%;
        margin-top: 64.4px; }
    .detail-showarea {
      position: relative;
      display: block;
      max-width: 600px;
      margin: 0 auto; }
  .detail-selective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    margin-top: 40px; }
    .detail-selective-list {
      position: relative;
      width: 4.65%;
      overflow: hidden; }
      .detail-selective-list + .detail-selective-list {
        margin-left: 1%; }
      .detail-selective-list::before {
        display: block;
        padding-top: 66.25%;
        content: ''; }
      .detail-selective-list:not(:first-of-type) {
        margin-top: 0; }
    .detail-selective-link {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .detail-selective-link::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        content: '';
        background: #fff;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
      .detail-selective-link.is-current::before {
        opacity: .4; }
      body.ie.windows .detail-selective-link:hover::before {
        opacity: .4; }
      _:-ms-fullscreen:hover::before, :root .detail-selective-link:hover::before {
        opacity: .4; }
  .detail-pagination {
    position: absolute;
    right: 13px;
    bottom: 20px;
    cursor: pointer; }
    .detail-pagination--arrow {
      position: relative; }
      .detail-pagination--arrow::before, .detail-pagination--arrow::after {
        position: absolute;
        display: block;
        content: '';
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .detail-pagination--arrow::before {
        width: 28px;
        height: 28px;
        background-color: #332012;
        border-radius: 50%; }
      .detail-pagination--arrow::after {
        bottom: -7px;
        left: -9px;
        width: 14px;
        height: 14px;
        border-top: 2px solid #EDE7C0;
        border-right: 2px solid #EDE7C0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .js_img_gallery--wrapper > div {
      padding: 0 40px; }
    .renovation_case-post .re-case-swiper, .realestate_case-post .re-case-swiper {
      max-width: none; }
    .renovation_case-post .swiper-thumbs-button-next, .renovation_case-post .swiper-thumbs-button-prev, .realestate_case-post .swiper-thumbs-button-next, .realestate_case-post .swiper-thumbs-button-prev {
      top: auto;
      bottom: 4.5%; }
    .renovation_case-post .swiper-thumbs-button-next, .realestate_case-post .swiper-thumbs-button-next {
      right: -11px; }
    .renovation_case-post .swiper-thumbs-button-prev, .realestate_case-post .swiper-thumbs-button-prev {
      left: -11px; }
    .renovation_case-post .other-case-category, .realestate_case-post .other-case-category {
      font-size: 14px; }
  .property-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 103%;
    margin-top: -70px;
    margin-left: -3%; }
    .property-card {
      width: 47%;
      max-width: 512px;
      margin-top: 70px;
      margin-left: 3%; }
    .property-head {
      padding: 10px 14px; }
    .property-tag {
      font-size: 1.4rem;
      line-height: 1.7; }
      .property-price__yen {
        margin-left: 4px;
        font-size: 1.4rem;
        line-height: 1.7; }
    .property-price {
      margin-right: 21px;
      font-size: 2.3rem;
      line-height: 1.34783; }
    .property-title {
      font-size: 2rem;
      line-height: 1.55; }
    .property-link {
      position: relative;
      overflow: hidden; }
      .property-link::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgba(51, 32, 18, 0.6);
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .property-link::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        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;
        width: 100%;
        height: 100%;
        font-size: 2.1rem;
        font-weight: 600;
        line-height: 1.55;
        color: #fff;
        content: attr(data-text);
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .property-link:hover {
        opacity: 1; }
        .property-link:hover::before, .property-link:hover::after {
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
    .property-text {
      line-height: 1.7; }
    .property_post--content {
      padding: 24px 19px 48px; }
    .property_post .property_to-inquiry {
      margin-top: 80px; }
      .property_post .property_to-inquiry > .button ._arrow {
        position: relative;
        padding-right: calc(1em + 10px); }
  .property_material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px; }
  .property_swiper {
    width: 50%; }
  .property_map {
    width: 50%;
    padding-left: 20px; }
    .property_info {
      padding: 0; }
      .property_info--content:not(:first-of-type) {
        margin-top: 0;
        margin-left: 50px; }
    .property_info--content {
      display: inline-block; }
    .property_data {
      margin-top: 50px; }
      .property_table--item {
        width: 137px; }
      .property_table--detail {
        width: calc(100% - 137px); }
      .property_whitetable--list {
        padding: 6px 23px; }
        .property_whitetable--item._small {
          width: 108px; } }
    @media (min-width: 1080px) {
  .a {
    color: inherit; }
      .detail-head {
        display: table-cell;
        width: 55%; }
      .detail-item {
        display: table-cell;
        width: auto;
        border-left: 1px solid #332012; }
    .renovation_case-post .swiper-thumbs-button-next, .renovation_case-post .swiper-thumbs-button-prev, .realestate_case-post .swiper-thumbs-button-next, .realestate_case-post .swiper-thumbs-button-prev {
      bottom: 35px; }
        .property_whitetable--list:not(:first-of-type) {
          border-top: none; }
      .property_whitetable--list {
        border-bottom: 1px solid #332012; }
        .property_whitetable--list._pc-bdl {
          border-left: 1px solid #332012; }
    .property_whitetable {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      grid-auto-flow: column; }
      .property_whitetable._rows1 {
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
        .property_whitetable._rows1 .property_whitetable--list {
          border-bottom: none; }
      .property_whitetable._rows2 {
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto; }
        .property_whitetable._rows2 .property_whitetable--list:nth-of-type(2n) {
          border-bottom: none; }
      .property_whitetable._rows3 {
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto; }
        .property_whitetable._rows3 .property_whitetable--list:nth-of-type(3n) {
          border-bottom: none; } }
    @media (min-width: 1366px) {
  .a {
    color: inherit; } }
    @media (max-width: 1365.98px) {
  .a {
    color: inherit; } }
    @media (max-width: 1079.98px) {
  .a {
    color: inherit; } }
    @media (max-width: 719.98px) {
  .a {
    color: inherit; } }
    @media (max-width: -0.02px) {
  .a {
    color: inherit; } }
    @media (hover: hover) {
      .case-img._inner:hover {
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .case-tag1:hover {
      color: #fff; } }
    @media (min-width: 720px) and (hover: hover) {
      .detail-selective-link:hover::before {
        opacity: .4; } }


/*# sourceMappingURL=style.css.map*/