
@charset "UTF-8";
/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #191919;
  line-height: 1;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
  -webkit-text-size-adjust: none;
}
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/* コンテンツ幅の定義
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/* コンテンツ幅の定義
-----------------------------------------------------------------*/
/*=============================================

  ベースレイアウト

==============================================*/
/*=============================================

  ボタンパーツ

==============================================*/
/*=============================================

  インプットパーツ

==============================================*/
/*=============================================

  パンくず

==============================================*/
/*=============================================

  ページャー

==============================================*/
/*=============================================

  施工タイプラベル

==============================================*/
/*=============================================

  矢印パーツ

==============================================*/
/*=============================================

  記事画像アスペクト比固定

==============================================*/
/*=============================================

  アーカイブページ タイトル

==============================================*/
/*=============================================

  セクションタイトル

==============================================*/
/*=============================================

  ボーダー付き 見出し

==============================================*/
/*=============================================

  アーカイブページ フィルターエリア

==============================================*/
/*=============================================

  アーカイブページ キーワードエリア

==============================================*/
/*=============================================

  アーカイブページ キーワードモーダル

==============================================*/
/*=============================================

  日付

==============================================*/
/*=============================================

  詳細ページ キーワード

==============================================*/
/*=============================================

  詳細ページ 他の記事

==============================================*/
/*=============================================

  詳細ページ 関連記事

==============================================*/
/*=============================================

  読みもの 記事エリア

==============================================*/
/*=============================================

  物件情報 記事エリア

==============================================*/
/*=============================================

  検索結果エリア

==============================================*/
/*=============================================

  条件を変えて検索

==============================================*/
/*=============================================

  モーダル

==============================================*/
/*=============================================

  施工事例 記事コンテンツ

==============================================*/
/*=============================================

  SNSシェア

==============================================*/
/*=============================================

  該当記事なしエリア

==============================================*/
/*=============================================

  About関連 メインビジュアル

==============================================*/
/*=============================================

  セクション内部 タイトル

==============================================*/
/*=============================================

  イベント 記事コンテンツ

==============================================*/
/*=============================================

  イベント 記事コンテンツ

==============================================*/
/*=============================================

  イベント 日付ナビゲーション

==============================================*/
/*
    チェックボックス
  ------------------------------------*/
.c-inputCheckbox {
  display: none;
}

.c-inputCheckbox + label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  line-height: 1.8;
}

@media print, screen and (max-width: 374px) {
  .c-inputCheckbox + label {
    font-size: 13px;
  }
}

.c-inputCheckbox + label:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 8px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-inputCheckbox + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #efefef;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.c-inputCheckbox:checked + label:before {
  opacity: 1;
}

.c-inputCheckbox:checked + label:after {
  background-color: #000;
}

/*
    ラジオボタン
  ------------------------------------*/
.c-inputRadio {
  display: none;
}

.c-inputRadio + label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  line-height: 1.8;
}

.c-inputRadio + label:before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-inputRadio + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.c-inputRadio:checked + label:before {
  opacity: 1;
}

.c-inputRadio:checked + label:after {
  background-color: #000;
}

/*
    送信ボタン
  ------------------------------------*/
.c-inputSubmitWrap {
  position: relative;
}

.c-inputSubmit {
  /* リセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  outline: none;
  z-index: 1;
  /* スタイル */
  cursor: pointer;
}

.c-inputSubmit::-ms-expand {
  display: none;
}

.c-inputSubmit:focus {
  outline: none;
  font-weight: normal;
}

@media print, screen and (max-width: 1023px) {
  .c-inputSubmit {
    margin: 0 auto;
  }
}

/*
    リセットボタン
  ------------------------------------*/
.c-inputResetWrap {
  display: inline-block;
}

@media print, screen and (max-width: 1023px) {
  .c-inputResetWrap {
    width: 100%;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-inputResetWrap {
    margin-left: 24px;
  }
}

.c-inputReset {
  /* リセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  outline: none;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-decoration: underline;
}

.c-inputReset::-ms-expand {
  display: none;
}

.c-inputReset:focus {
  outline: none;
}

@media print, screen and (max-width: 1023px) {
  .c-inputReset {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-inputReset {
    font-size: 13px;
  }
}

button.c-inputReset {
  color: #191919;
}

.c-archivePager {
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .c-archivePager {
    padding: 40px 0 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

.c-pager {
  width: 100%;
}

.c-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pager_list_node + .c-pager_list_node {
  margin-left: 16px;
}

.c-pagerCurrent {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  width: 30px;
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #e2333b;
}

.c-pagerCurrent:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e2333b;
}

.c-pagerLink {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  width: 30px;
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-pagerLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e2333b;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-pagerLink:hover {
    color: #e2333b;
  }
  .c-pagerLink:hover:after {
    width: 100%;
  }
}

.c-pager_list_prev {
  margin-right: 48px;
}

.c-pager_list_next {
  margin-left: 48px;
}

.c-pagerPrev,
.c-pagerNext {
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-pagerPrev:hover,
  .c-pagerNext:hover {
    color: #e2333b;
  }
}

/*
    次の〇〇件を見る
  ------------------------------------*/
@media print, screen and (max-width: 374px) {
  .c-pager_moreWrap {
    padding: 0 20px;
  }
}

.c-pager_more {
  margin: 0 auto;
}

@media print, screen and (max-width: 1023px) {
  .c-pager_more:after {
    content: none;
  }
}

.c-pager_staus {
  display: none;
  opacity: 1;
}

.infinite-scroll-request,
.infinite-scroll-request:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.infinite-scroll-request {
  margin: 16px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid #f8bc18;
  border-right: 2px solid #f8bc18;
  border-bottom: 2px solid #f8bc18;
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  font-size: 12px;
}

/*
    タイプ
  ------------------------------------*/
.c-labelSquare_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px -5px;
  width: 100%;
}

.c-labelSquare_list_node {
  padding: 6px 5px;
}

.c-labelSquareText {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  border-radius: 5px;
  background-color: #eceff2;
}

@media all and (-ms-high-contrast: none) {
  .c-labelSquareText {
    padding: 8px 18px 3px;
  }
}

/*
    キーワード(テキストリンク)
  ------------------------------------*/
.c-labelHash_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: -4px -8px;
}

.c-labelHash_list_node {
  padding: 4px 8px;
}

.c-labelHashLink {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media print, screen and (max-width: 1023px) {
  .c-labelHashLink {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-labelHashLink {
    font-size: 13px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-labelHashLink:hover {
    color: #119cda;
  }
}

/*
    キーワード(ボタンリンク)
  ------------------------------------*/
.c-labelEllipse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -5px;
}

.c-labelEllipse_node {
  padding: 8px 5px;
}

.c-labelEllipse_node_link {
  display: inline-block;
  padding: 8px 18px;
  background-color: #f7f7f7;
  border-radius: 16px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

@media print, screen and (max-width: 374px) {
  .c-labelEllipse_node_link {
    font-size: 13px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-labelEllipse_node_link {
    padding: 10px 18px 6px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-labelEllipse_node_link:hover {
    color: #fff;
    background-color: #119cda;
  }
}

.c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-arrow_prev,
.c-arrow_next {
  cursor: pointer;
  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: 36px;
  height: 36px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 1023px) {
  .c-arrow_prev,
  .c-arrow_next {
    width: 40px;
    height: 40px;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-arrow_prev,
  .c-arrow_next {
    width: 36px;
    height: 36px;
  }
}

.c-arrow_prev:after,
.c-arrow_next:after {
  content: "";
  display: inline-block;
  background-image: url(../svg/slider_arrow_blk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 1023px) {
  .c-arrow_prev:after,
  .c-arrow_next:after {
    width: 6px;
    height: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-arrow_prev:after,
  .c-arrow_next:after {
    width: 5px;
    height: 11px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-arrow_prev:hover,
  .c-arrow_next:hover {
    opacity: 0.7;
  }
}

.c-arrow_prev.is-hide,
.c-arrow_next.is-hide {
  pointer-events: none;
  opacity: 0.2;
}

.c-arrow_next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-estateListImage, .c-singleRelationImage, .c-eventListImage, .c-articlesListImage, .c-archiveListImage, .relatedPostsImage {
  padding-bottom: 66.8%;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage:before, .c-singleRelationImage:before, .c-eventListImage:before, .c-articlesListImage:before, .c-archiveListImage:before, .relatedPostsImage:before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
  }
}

.c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
    position: absolute;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-pageTitle {
    margin-bottom: 34px;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-pageTitle {
    margin-bottom: 40px;
  }
}

.c-pageTitle-jp {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  line-height: 1.39;
}

@media print, screen and (max-width: 1023px) {
  .c-pageTitle-jp {
    font-size: 26px;
    letter-spacing: 0.14em;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-pageTitle-jp {
    font-size: 28px;
    letter-spacing: 0.16em;
    margin-bottom: 15px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilter {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilter {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilter_content {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilter_content_inner {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

.c-archiveFilterHead {
  cursor: pointer;
  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;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterHead {
    padding: 18px 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterHead {
    padding: 22px 0;
  }
}

.c-archiveFilterHead_title {
  position: relative;
  padding-right: 17px;
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #a2a2a2;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterHead_title {
    font-size: 16px;
  }
}

.c-archiveFilterHead_title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 9px;
  height: 4px;
  background-image: url(../svg/filter_arrow.svg);
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-archiveFilter.is-hide .c-archiveFilterHead_title:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-archiveFilter.is-hide .c-archiveFilterHead:hover .c-archiveFilterHead_title:after {
    -webkit-transform: translateY(-50%) rotate(540deg);
    -ms-transform: translateY(-50%) rotate(540deg);
    transform: translateY(-50%) rotate(540deg);
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-archiveFilterHead:hover .c-archiveFilterHead_title:after {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}

.c-archiveFilterHead_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterHead_result {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilter.is-hide .c-archiveFilterHead_result {
    opacity: 1;
  }
}

.c-archiveFilterResult_title {
  color: #808080;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterResult_title {
    display: inline-block;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterResult_title {
    font-size: 13px;
  }
}

.c-archiveFilterResult_number {
  font-size: 20px;
  font-weight: bold;
  color: #119cda;
}

.c-archiveFilterResult_number_case {
  display: inline-block;
  margin-left: 4px;
  font-size: 11px;
  color: #808080;
}

.c-archiveFilterBody {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterBody {
    padding: 6px 0 36px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterBody {
    padding: 5px 0 32px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterParts + .c-archiveFilterParts {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts + .c-archiveFilterParts {
    margin-top: 28px;
  }
}

.c-archiveFilterParts_title {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterParts_title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts_title {
    min-width: 190px;
    padding: 4px 0 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts_selectbox .c-archiveFilterParts_title {
    padding: 15px 0 0;
  }
}

.c-archiveFilterParts_inputList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterParts_inputList {
    margin: -3px -16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts_inputList {
    margin: -2px -16px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterParts_inputList_node {
    width: 50%;
    padding: 4px 15px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterParts_inputList_node:nth-of-type(3),
  .c-archiveFilterParts_inputList_node:nth-of-type(4),
  .c-archiveFilterParts_inputList_node:nth-of-type(5),
  .c-archiveFilterParts_inputList_node:nth-of-type(6) {
    padding: 12px 15px 4px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterParts_inputList_node {
    padding: 2px 12px;
  }
}

@media print, screen and (max-width: 374px) {
  .c-archiveFilterParts_inputList_node {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 15px 4px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveFilterButtonList {
    margin-top: 32px;
    text-align: center;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterButtonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 32px 0 0 190px;
  }
}

/*
    色反転ボタン
  ------------------------------------*/
  .c-buttonInversion-top, .c-buttonInversion-bottom, .c-buttonInversion-left, .c-buttonInversion-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-top, .c-buttonInversion-bottom, .c-buttonInversion-left, .c-buttonInversion-right {
      min-width: 260px;
      padding: 0 40px;
      height: 54px;
      background-color: #f3c92d;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-top, .c-buttonInversion-bottom, .c-buttonInversion-left, .c-buttonInversion-right {
      min-width: 193px;
      padding: 0 50px;
      height: 50px;
      background-color: #191919;
      overflow: hidden;
    }
  }
  
  @media print, screen and (max-width: 374px) {
    .c-buttonInversion-top, .c-buttonInversion-bottom, .c-buttonInversion-left, .c-buttonInversion-right {
      width: 100%;
    }
  }
  
  .c-buttonInversion-top:after, .c-buttonInversion-bottom:after, .c-buttonInversion-left:after, .c-buttonInversion-right:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-top:after, .c-buttonInversion-bottom:after, .c-buttonInversion-left:after, .c-buttonInversion-right:after {
      width: 17px;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-top:after, .c-buttonInversion-bottom:after, .c-buttonInversion-left:after, .c-buttonInversion-right:after {
      width: 0;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-top:hover, .c-buttonInversion-bottom:hover, .c-buttonInversion-left:hover, .c-buttonInversion-right:hover {
      background-color: #191919;
    }
  }
  
  .c-buttonInversion-top:after {
    width: 13px;
    bottom: 18px;
    left: calc(100% - 35px);
    background-image: url(../svg/link_arrow_vertical_wht.svg);
    background-position: top;
    background-repeat: no-repeat;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-top:after {
      height: 17px;
      background-size: 12px 17px;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-top:after {
      height: 0;
      background-size: 13px 20px;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-top:hover:after {
      height: 17px;
    }
  }
  
  .c-buttonInversion-bottom:after {
    width: 13px;
    height: 0;
    top: 18px;
    left: calc(100% - 35px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../svg/link_arrow_vertical_wht.svg);
    background-size: 13px 20px;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-bottom:after {
      height: 17px;
      background-size: 12px 17px;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-bottom:after {
      height: 0;
      background-size: 13px 20px;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-bottom:hover:after {
      height: 17px;
    }
  }
  
  .c-buttonInversion-left:after {
    top: 50%;
    right: calc(100% - 35px);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 0;
    background-image: url(../svg/link_arrow_horizontal_wht.svg);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-left:after {
      width: 17px;
      height: 12px;
      background-size: 17px 12px;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-left:after {
      width: 0;
      height: 13px;
      background-size: 17px 13px;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-left:hover:after {
      width: 17px;
    }
  }
  
  .c-buttonInversion-right:after {
    top: 50%;
    left: calc(100% - 35px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 13px;
    background-image: url(../svg/link_arrow_horizontal_wht.svg);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-right:after {
      width: 17px;
      height: 12px;
      background-size: 17px 12px;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-right:after {
      width: 0;
      height: 13px;
      background-size: 17px 13px;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-right:hover:after {
      width: 17px;
    }
  }
  
  .c-buttonInversion-main {
    background-color: #f3c92d;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-main:after {
      background-image: url(../svg/link_arrow_horizontal_blk.svg);
    }
  }
  
  .c-buttonInversion-sub {
    background-color: #191919;
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-large {
      min-width: 250px;
    }
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-border {
      background-color: #f3c92d;
    }
    .c-buttonInversion-border:after {
      background-image: url(../svg/link_arrow_horizontal_blk.svg);
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-border {
      border: 1px solid #fff;
      background-color: #191919;
      -webkit-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
      -o-transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
      transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-border:hover {
      border: 1px solid #f3c92d;
      background-color: #f3c92d;
    }
    .c-buttonInversion-border:hover:after {
      background-image: url(../svg/link_arrow_horizontal_blk.svg);
    }
  }
  
  .c-buttonInversion-disable {
    pointer-events: none;
    background-color: #a2a2a2;
  }
  
  .c-buttonInversion-disable:after {
    content: none;
  }
  
  .c-buttonInversionTextWrap {
    position: relative;
    width: 100%;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    height: 14px;
  }
  
  .c-buttonInversionText {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversionText {
      position: relative;
      top: 0;
      -webkit-animation: textMoveReverse 0.6s ease;
      animation: textMoveReverse 0.6s ease;
    }
  }
  
  @media all and (-ms-high-contrast: none) {
    .c-buttonInversionText {
      padding-top: 3px;
    }
  }
  
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-buttonInversion-top:hover .c-buttonInversionText,
    .c-buttonInversion-bottom:hover .c-buttonInversionText,
    .c-buttonInversion-left:hover .c-buttonInversionText,
    .c-buttonInversion-right:hover .c-buttonInversionText {
      color: #fff;
      -webkit-animation: textMove 0.6s ease;
      animation: textMove 0.6s ease;
    }
    .c-buttonInversion-border:hover .c-buttonInversionText {
      color: #191919;
    }
  }
  
  .c-buttonInversion-main .c-buttonInversionText {
    color: #191919;
  }
  
  .c-buttonInversion-sub .c-buttonInversionText {
    color: #fff;
  }
  
  .c-buttonInversion-disable .c-buttonInversionText {
    color: #d5d5d5;
  }
  
  @media print, screen and (max-width: 1023px) {
    .c-buttonInversion-border .c-buttonInversionText {
      color: #191919;
    }
  }
  
  @media print, screen and (min-width: 1024px) {
    .c-buttonInversion-border .c-buttonInversionText {
      color: #fff;
    }
  }

.c-sortResultCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 130px;
  padding-left: 16px;
}

.c-sortResultCount_title {
  color: #808080;
}

@media print, screen and (max-width: 1023px) {
  .c-sortResultCount_title {
    display: inline-block;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-sortResultCount_title {
    font-size: 13px;
  }
}

.c-sortResultCount_number {
  font-size: 20px;
  font-weight: bold;
  color: #119cda;
}

.c-sortResultCount_case {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #808080;
}

.c-estateList_node.is-hide {
  opacity: 0;
}

.c-estateList_node_link {
  display: block;
}

.c-estateListImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.c-estateListImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0 solid #f3c92d;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-estateList_node_link:hover .c-estateListImage:after {
    border: 9px solid #f3c92d;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-estateListImage {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateListImage {
    margin-bottom: 14px;
  }
}

@media print, screen and (min-width: 1367px) {
  .c-estateListImage {
    max-height: 304px;
  }
}

.c-estateListType {
  margin-bottom: 12px;
}

.c-estateListTitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-bottom: 4px;
}

.c-estateListInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #119cda;
}

@media print, screen and (max-width: 1023px) {
  .c-estateListInfo {
    margin-bottom: 6px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateListInfo {
    margin-bottom: 8px;
  }
}

.c-estateListInfo_price,
.c-estateListInfo_floor {
  font-weight: bold;
}

.c-estateListInfo_price + .c-estateListInfo_floor:before {
  content: "｜";
}

.c-estateListInfo_size {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.69;
  margin-left: 10px;
}

.c-estateListArea,
.c-estateListStation {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #3f3f3f;
}

.c-estateListArea + .c-estateListStation {
  margin-top: 2px;
}

.c-conditionsChangeButton {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
  letter-spacing: 0.06em;
}

@media print and (hover: hover), print and (-ms-high-contrast: none), screen and (hover: hover) and (min-width: 1024px), screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .c-conditionsChangeButton:hover {
    opacity: 0.8;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-conditionsChangeButton {
    margin-top: 24px;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: solid 1px #000;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-conditionsChangeButton {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
  }
}

@media print, screen and (min-width: 1024px) {
  .noPost .c-conditionsChangeButton {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-archiveNoListWrap {
  text-align: center;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveNoListWrap {
    margin: 64px 20px;
  }
}

.c-archiveNoList_text {
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveNoList_text {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveNoList_text {
    margin-bottom: 50px;
    font-size: 16px;
  }
}

.c-archiveNoList_link {
  margin: 0 auto;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveNoList_link:after {
    content: none;
  }
}

.c-estateListImage, .c-singleRelationImage, .c-eventListImage, .c-articlesListImage, .c-archiveListImage, .relatedPostsImage {
  padding-bottom: 66.8%;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage:before, .c-singleRelationImage:before, .c-eventListImage:before, .c-articlesListImage:before, .c-archiveListImage:before, .relatedPostsImage:before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
  }
}

.c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
    position: absolute;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.c-singleRelation {
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
}

@media print, screen and (max-width: 1023px) {
  .c-singleRelation {
    padding-left: 20px;
    padding-bottom: 60px;
    padding: 60px 0 60px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-singleRelation {
    padding: 80px 0 80px 100px;
  }
}

.c-singleRelationHead {
  position: relative;
}

.c-singleRelation_title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .c-singleRelation_title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-singleRelation_title {
    margin-bottom: 44px;
    font-size: 22px;
  }
}

.c-singleRelationSliderArrow {
  position: absolute;
  top: 0;
  right: 8.6%;
}

.c-singleRelationSliderWrap {
  overflow: hidden;
}

@media print, screen and (max-width: 1023px) {
  .c-singleRelationSlider {
    margin: 0 -10px;
    padding-right: 75px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-singleRelationSlider {
    margin: 0 -15px;
    padding-right: 100px;
  }
}

.c-singleRelationSlider .slick-list {
  overflow: visible;
}

.c-singleRelationSlider_node {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 1023px) {
  .c-singleRelationSlider_node {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-singleRelationSlider_node {
    padding: 0 15px;
  }
}

.c-singleRelationLink {
  display: inline-block;
  width: 100%;
}

.c-singleRelationImage {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-singleRelationLink:hover .c-singleRelationImage {
    opacity: 0.7;
  }
}

.c-singleRelationTitle {
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (max-width: 1023px) {
  .c-singleRelationType {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-singleRelationType {
    margin-top: 12px;
  }
}

.c-singleRelationTypeText {
  background-color: #eceff2;
}

/* PC：可変幅1480px */
@media print, screen and (max-width: 1023px) {
  .c-archiveFilter_content, .estateTitle, .archiveSort, .estateListWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilter_content, .estateTitle, .archiveSort, .estateListWrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* PC：固定幅1080px */
/* PC：固定幅920px */
/* PC：固定幅780px */
/* PC：固定幅850px */
/* ２カラムレイアウト */
@media print, screen and (min-width: 1024px) {
  .c-layout2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-layout2column_side {
    position: sticky;
    top: 60px;
    width: 20.37037%;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-layout2column_main {
    width: 74.07407%;
  }
}

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/* コンテンツ幅の定義
-----------------------------------------------------------------*/
/*=============================================

  ベースレイアウト

==============================================*/
/*=============================================

  ボタンパーツ

==============================================*/
/*=============================================

  インプットパーツ

==============================================*/
/*=============================================

  パンくず

==============================================*/
/*=============================================

  ページャー

==============================================*/
/*=============================================

  施工タイプラベル

==============================================*/
/*=============================================

  矢印パーツ

==============================================*/
/*=============================================

  記事画像アスペクト比固定

==============================================*/
/*=============================================

  アーカイブページ タイトル

==============================================*/
/*=============================================

  セクションタイトル

==============================================*/
/*=============================================

  ボーダー付き 見出し

==============================================*/
/*=============================================

  アーカイブページ フィルターエリア

==============================================*/
/*=============================================

  アーカイブページ キーワードエリア

==============================================*/
/*=============================================

  アーカイブページ キーワードモーダル

==============================================*/
/*=============================================

  日付

==============================================*/
/*=============================================

  詳細ページ キーワード

==============================================*/
/*=============================================

  詳細ページ 他の記事

==============================================*/
/*=============================================

  詳細ページ 関連記事

==============================================*/
/*=============================================

  読みもの 記事エリア

==============================================*/
/*=============================================

  物件情報 記事エリア

==============================================*/
/*=============================================

  検索結果エリア

==============================================*/
/*=============================================

  条件を変えて検索

==============================================*/
/*=============================================

  モーダル

==============================================*/
/*=============================================

  施工事例 記事コンテンツ

==============================================*/
/*=============================================

  SNSシェア

==============================================*/
/*=============================================

  該当記事なしエリア

==============================================*/
/*=============================================

  About関連 メインビジュアル

==============================================*/
/*=============================================

  セクション内部 タイトル

==============================================*/
/*=============================================

  イベント 記事コンテンツ

==============================================*/
/*=============================================

  イベント 記事コンテンツ

==============================================*/
/*=============================================

  イベント 日付ナビゲーション

==============================================*/
.c-estateListImage, .c-singleRelationImage, .c-eventListImage, .c-articlesListImage, .c-archiveListImage, .relatedPostsImage {
  padding-bottom: 66.8%;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage:before, .c-singleRelationImage:before, .c-eventListImage:before, .c-articlesListImage:before, .c-archiveListImage:before, .relatedPostsImage:before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
  }
}

.c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  /*  IE対応 */
}

@media all and (-ms-high-contrast: none) {
  .c-estateListImage img, .c-singleRelationImage img, .c-eventListImage img, .c-articlesListImage img, .c-archiveListImage img, .relatedPostsImage img {
    position: absolute;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.c-eventList_node.is-hide {
  opacity: 0;
}

.c-eventList_node_link {
  display: block;
}

.c-eventListImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14px;
}

.c-eventListImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0 solid #f3c92d;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-eventList_node_link:hover .c-eventListImage:after {
    border: 9px solid #f3c92d;
  }
}

@media print, screen and (min-width: 1367px) {
  .c-eventListImage {
    max-height: 304px;
  }
}

.c-eventListUpper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.c-eventListDate {
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.c-eventListDate_day {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #808080;
}

.c-eventPostsDetail_place {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-eventListTitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.37;
  margin-bottom: 13px;
}

.c-eventKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: -3px;
}

.c-eventKeyword_node {
  padding: 3px;
}

.c-eventKeyword_text {
  display: inline-block;
  color: #02375f;
  padding: 3px 8px;
  border-radius: 11px;
  border: solid 1px #02375f;
}

@media print, screen and (max-width: 1023px) {
  .c-eventKeyword_text {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-eventKeyword_text {
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-eventKeyword_text {
    padding: 8px 8px 3px;
  }
}

.c-estateList_node.is-hide {
  opacity: 0;
}

.c-estateList_node_link {
  display: block;
}

.c-estateListImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.c-estateListImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0 solid #f3c92d;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-estateList_node_link:hover .c-estateListImage:after {
    border: 9px solid #f3c92d;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-estateListImage {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateListImage {
    margin-bottom: 14px;
  }
}

@media print, screen and (min-width: 1367px) {
  .c-estateListImage {
    max-height: 304px;
  }
}

.c-estateListType {
  margin-bottom: 12px;
}

.c-estateListTitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-bottom: 4px;
}

.c-estateListInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #119cda;
}

@media print, screen and (max-width: 1023px) {
  .c-estateListInfo {
    margin-bottom: 6px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateListInfo {
    margin-bottom: 8px;
  }
}

.c-estateListInfo_price,
.c-estateListInfo_floor {
  font-weight: bold;
}

.c-estateListInfo_price + .c-estateListInfo_floor:before {
  content: "｜";
}

.c-estateListInfo_size {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.69;
  margin-left: 10px;
}

.c-estateListArea,
.c-estateListStation {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #3f3f3f;
}

.c-estateListArea + .c-estateListStation {
  margin-top: 2px;
}

.c-articlesList_node.is-hide {
  opacity: 0;
}

.c-articlesList_node_link {
  display: block;
}

.c-articlesListImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.c-articlesListImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0 solid #f3c92d;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-articlesList_node_link:hover .c-articlesListImage:after {
    border: 9px solid #f3c92d;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-articlesListImage {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-articlesListImage {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 1367px) {
  .c-articlesListImage {
    max-height: 304px;
  }
}

.c-articlesListUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 1023px) {
  .c-articlesListUpper {
    margin-bottom: 12px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-articlesListUpper {
    margin-bottom: 9px;
  }
}

.c-articlesListUpper_date {
  font-family: "Roboto", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #4c4d53;
}

@media print, screen and (max-width: 1023px) {
  .c-articlesListUpper_date {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-articlesListUpper_date {
    font-size: 12px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-labelSquareText + .c-articlesListUpper_date {
    margin-left: 8px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-labelSquareText + .c-articlesListUpper_date {
    margin-left: 12px;
  }
}

.c-articlesListTitle {
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (max-width: 1023px) {
  .c-articlesListTitle {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-articlesListTitle {
    font-size: 18px;
  }
}

.c-articlesListType {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.25;
  color: #fff;
  padding: 0 12px;
  border-radius: 13px;
  background-color: #252424;
  z-index: 2;
}

@media all and (-ms-high-contrast: none) {
  .c-articlesListType {
    padding: 2px 12px 0;
  }
}

.c-articlesListTypeList_node_text {
  background-color: #eceff2;
}

.c-articlesListKeyword {
  margin-top: 8px;
}

.c-articlesListKeywordList_node_link {
  color: #808080;
}

.c-archiveList_node_link {
  display: inline-block;
  width: 100%;
}

.c-archiveListImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.c-archiveListImage:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0 solid #f3c92d;
  z-index: 10;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .c-archiveList_node_link:hover .c-archiveListImage:after {
    border: 9px solid #f3c92d;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveListImage {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveListImage {
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 1367px) {
  .c-archiveListImage {
    margin-bottom: 28px;
    max-height: 304px;
  }
}

.c-archiveListTitle {
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (max-width: 1023px) {
  .c-archiveListTitle {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveListTitle {
    font-size: 18px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-archiveListType {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveListType {
    margin-top: 12px;
  }
}

.c-archiveListTypeList_node_text {
  background-color: #eceff2;
}

.c-archiveListKeyword {
  margin-top: 8px;
}

.c-archiveListKeywordList_node_link {
  color: #808080;
}

.relatedPostsBlock .c-archiveListImage,
.relatedPostsBlock .c-estateListImage,
.relatedPostsBlock .c-articlesList_node {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .relatedPostsLink:hover .relatedPostsBlock .c-archiveListImage, .relatedPostsLink:hover
  .relatedPostsBlock .c-estateListImage, .relatedPostsLink:hover
  .relatedPostsBlock .c-articlesList_node {
    opacity: 0.7;
  }
}

/*=============================================

  おすすめのイベント

==============================================*/
.relatedPostsBlock {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsBlock {
    padding: 0 0 60px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsBlock {
    padding: 0 0 120px 100px;
  }
}

.relatedPostsBlock.is-gray {
  background-color: #f7f7f7;
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsBlock.is-gray {
    padding: 64px 0 60px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsBlock.is-gray {
    padding: 80px 0 80px 100px;
  }
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsBlock + .relatedPostsBlock.is-gray {
    padding: 0 0 60px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsBlock + .relatedPostsBlock.is-gray {
    padding: 0 0 80px 100px;
  }
}

.relatedPostsHead {
  position: relative;
}

.relatedPosts_title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .relatedPosts_title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPosts_title {
    margin-bottom: 44px;
    font-size: 22px;
  }
}

.relatedPostsSliderArrow {
  position: absolute;
  top: 0;
  right: 8.6%;
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsSlider {
    margin: 0 -10px;
    padding-right: 75px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsSlider {
    margin: 0 -15px;
    padding-right: 100px;
  }
}

.relatedPostsSlider .slick-list {
  overflow: visible;
}

.relatedPostsSlider_node {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsSlider_node {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsSlider_node {
    padding: 0 15px;
  }
}

.relatedPostsLink {
  display: inline-block;
  width: 100%;
}

.relatedPostsImage {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .relatedPostsLink:hover .relatedPostsImage {
    opacity: 0.7;
  }
}

.relatedPostsTitle {
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (max-width: 1023px) {
  .relatedPostsType {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .relatedPostsType {
    margin-top: 12px;
  }
}

.relatedPostsTypeText {
  background-color: #eceff2;
}

/*=============================================

  slick関連

==============================================*/
.relatedPostsSlider .slick-list {
  overflow: visible;
}

/*
  検索エリア
------------------------------------*/
@media print, screen and (max-width: 1023px) {
  .c-archiveFilter {
    margin-bottom: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilter {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-archiveFilterForm {
    margin-bottom: 16px;
  }
}

/*
  記事エリア
------------------------------------*/
.c-estateList_node {
  /*  IE対応 */
  /*  IE対応 */
}

@media print, screen and (max-width: 1023px) {
  .c-estateList_node {
    width: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateList_node {
    width: calc((100% - 60px) / 3);
  }
}

@media print, screen and (min-width: 1481px) {
  .c-estateList_node {
    width: calc((100% - 90px) / 4);
  }
}

@media print, screen and (min-width: 1024px) and (-ms-high-contrast: none) {
  .c-estateList_node {
    width: calc((100% - 61px) / 3);
  }
}

@media print, screen and (min-width: 1481px) and (-ms-high-contrast: none) {
  .c-estateList_node {
    width: calc((100% - 91px) / 4);
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateList_node:nth-child(n + 2) {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateList_node:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 1481px) {
  .c-estateList_node:nth-child(3n + 1) {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 1481px) {
  .c-estateList_node:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .c-estateList_node:nth-child(n + 4) {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 1481px) {
  .c-estateList_node:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1481px) {
  .c-estateList_node:nth-child(n + 5) {
    margin-top: 48px;
  }
}

@media print, screen and (max-width: 1023px) {
  .c-estateList_node + .c-estateList_node {
    margin-top: 32px;
  }
}

.c-labelSquare_list {
  margin: -6px -4px;
}

.c-labelSquare_list_node {
  padding: 6px 4px;
}

/*
  該当記事なしエリア
------------------------------------*/
@media print, screen and (min-width: 1024px) {
  .c-archiveNoListWrap {
    margin: 40px 0 0;
  }
}

/*=============================================

  物件情報一覧

==============================================*/
@media print, screen and (max-width: 1023px) {
  .main {
    padding-top: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .main {
    padding-top: 80px;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateTitle {
    margin-bottom: 28px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateTitle {
    margin-bottom: 40px;
  }
}

/*=============================================

  検索エリア

==============================================*/
/*
  検索フォーム
------------------------------------*/
.archiveSortDetail_selectBoxWrap {
  position: relative;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBoxWrap {
    width: 100%;
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap:nth-child(3), .archiveSortDetail_selectBoxWrap:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBoxWrap + .archiveSortDetail_selectBoxWrap {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBoxWrap[data-filter="renove_type"] {
    padding-right: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap[data-filter="renove_type"] {
    width: 96px;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBoxWrap[data-filter="building_type"] {
    padding-right: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap[data-filter="building_type"] {
    width: 134px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxWrap[data-filter="price"] {
    width: 100%;
  }
}

.archiveSortDetail_selectBoxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.archiveSortDetail_selectBox {
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBoxContent .archiveSortDetail_selectBox {
    width: 50%;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBoxContent .archiveSortDetail_selectBox {
    width: 200px;
  }
}

@media print, screen and (min-width: 1024px) {
  [data-filter="area"] .archiveSortDetail_selectBox {
    width: 200px;
  }
}

[data-filter="price"] .archiveSortDetail_selectBox:nth-child(1) {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media print, screen and (max-width: 1023px) {
  [data-filter="price"] .archiveSortDetail_selectBox:nth-child(1),
  [data-filter="size"] .archiveSortDetail_selectBox:nth-child(1) {
    margin-right: 24px;
  }
}

@media print, screen and (min-width: 1024px) {
  [data-filter="price"] .archiveSortDetail_selectBox:nth-child(1),
  [data-filter="size"] .archiveSortDetail_selectBox:nth-child(1) {
    margin-right: 30px;
  }
}

[data-filter="price"] .archiveSortDetail_selectBox:nth-child(1):after,
[data-filter="size"] .archiveSortDetail_selectBox:nth-child(1):after {
  content: "〜";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

@media print, screen and (max-width: 1023px) {
  [data-filter="price"] .archiveSortDetail_selectBox:nth-child(1):after,
  [data-filter="size"] .archiveSortDetail_selectBox:nth-child(1):after {
    right: -18px;
    bottom: -6px;
  }
}

@media print, screen and (min-width: 1024px) {
  [data-filter="price"] .archiveSortDetail_selectBox:nth-child(1):after,
  [data-filter="size"] .archiveSortDetail_selectBox:nth-child(1):after {
    right: -22px;
  }
}

[data-filter="station"] .searchSelect2 {
    width: 60rem;
    max-width: 100%;
}

.archiveSortDetail_selectBox_value {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #252424;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBox_value {
    padding:6px 0 12px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBox_value {
    padding: 15px 0;
  }
}

.archiveSortDetail_selectBox_value:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  width: 10px;
  height: 5px;
  margin: auto;
  background-image: url(../svg/top_sort_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBox_value:after {
    bottom: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBox_value:after {
    top: 50%;
  }
}


.archiveSortDetail_selectBox_value.is-show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.archiveSortSelectBoxText {
  display: inline-block;
  width: calc(100% - 30px);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #a2a2a2;
  letter-spacing: 0.06em;
}

@media all and (-ms-high-contrast: none) {
  .archiveSortSelectBoxText {
    padding-top: 5px;
  }
}

.archiveSortSelectBoxText.is-selected {
  color: #191919;
}

.archiveSortDetail_selectBox_list {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  max-height: 200px;
  padding: 10px 0;
  background-color: #efefef;
  border: 1px solid #d5d5d5;
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortDetail_selectBox_list {
    top: 35px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortDetail_selectBox_list {
    top: 47px;
  }
}



.archiveSortDetail_selectBox_list::-webkit-scrollbar {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  [data-filter="renove_type"] .archiveSortSelectBoxList,
  [data-filter="building_type"] .archiveSortSelectBoxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 374px) {
  [data-filter="renove_type"] .archiveSortSelectBoxList,
  [data-filter="building_type"] .archiveSortSelectBoxList {
    display: block;
  }
}

@media print, screen and (max-width: 1023px) {
  [data-filter="renove_type"] .archiveSortSelectBoxList_node:nth-child(2) {
    margin-left: 53px;
  }
}

@media print, screen and (max-width: 374px) {
  [data-filter="renove_type"] .archiveSortSelectBoxList_node:nth-child(2) {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 1023px) {
  [data-filter="building_type"] .archiveSortSelectBoxList_node:nth-child(2) {
    margin-left: 24px;
  }
}

@media print, screen and (max-width: 374px) {
  [data-filter="building_type"] .archiveSortSelectBoxList_node:nth-child(2) {
    margin-left: 0;
  }
}

.archiveSortSelectBoxListParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 15px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.archiveSortSelectBoxListParent_arrow {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 14px;
}

.archiveSortSelectBoxListParent_arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 10px;
  height: 5px;
  background-image: url(../svg/top_sort_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.archiveSortSelectBoxListParent_input,
.archiveSortSelectBoxListChild_input {
  display: none;
}

.archiveSortSelectBoxListParent_input + label,
.archiveSortSelectBoxListChild_input + label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.06em;
}

.archiveSortSelectBoxListChildListWrap {
  display: none;
}

.archiveSortSelectBoxListChildList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0 0;
  margin: 0 -10px;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortSelectBoxListChildList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
  }
}

@media print, screen and (max-width: 767px) {
  .archiveSortSelectBoxListChildList_node {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .archiveSortSelectBoxListChildList_node {
    width: 25%;
  }
}

.archiveSortSelectBoxListChild {
  display: inline-block;
  width: 100%;
  padding: 2px 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.archiveSortSelectBoxListCheckbox,
.archiveSortSelectBoxListRadio {
  display: inline-block;
  width: 100%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-filter="price"] .archiveSortSelectBoxListCheckbox,
[data-filter="price"] .archiveSortSelectBoxListRadio,
[data-filter="size"] .archiveSortSelectBoxListCheckbox,
[data-filter="size"] .archiveSortSelectBoxListRadio
{
  padding: 2px 15px;
}

@media print, screen and (min-width: 1024px) {
  [data-filter="renove_type"] .archiveSortSelectBoxListCheckbox,
  [data-filter="building_type"] .archiveSortSelectBoxListCheckbox, [data-filter="renove_type"]
  .archiveSortSelectBoxListRadio,
  [data-filter="building_type"]
  .archiveSortSelectBoxListRadio {
    padding: 2px 0;
  }
}

.archiveSortSelectBoxListRadio_input + label:after {
  background-color: #fff;
}

.archiveSortSelectBoxListRadio_input.is-none {
  pointer-events: none;
}

.archiveSortSelectBoxListRadio_input.is-none + label {
  pointer-events: none;
  color: #d5d5d5;
}

.archiveSortSelectBoxListRadio_input.is-none + label:after {
  background-color: #d5d5d5;
}

[data-filter="renove_type"] .archiveSortSelectBoxListRadio_input + label:after,
[data-filter="building_type"] .archiveSortSelectBoxListRadio_input + label:after {
  background-color: #efefef;
}

[data-filter="renove_type"] .archiveSortSelectBoxListRadio_input:checked + label:after,
[data-filter="building_type"] .archiveSortSelectBoxListRadio_input:checked + label:after {
  background-color: #000;
}

.archiveSortSelectBoxListReset_input {
  display: none;
}

.archiveSortSelectBoxListReset_input + label {
  cursor: pointer;
  width: 100%;
  line-height: 1.8;
}

.archiveSortType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortType {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortType {
    margin-bottom: 28px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortType_node + .archiveSortType_node {
    margin-left: 32px;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortType_node:nth-child(2n) {
    margin-left: 32px;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortType_node:nth-child(n + 3) {
    margin-top: 15px;
  }
}

/*
  キーワードタイトル
------------------------------------*/
.archiveKeywordTitle {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .archiveKeywordTitle {
    padding: 0 20px;
  }
}

/*
  並び順
------------------------------------*/
@media print, screen and (max-width: 1023px) {
  .archiveSort {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSort {
    margin-bottom: 40px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.archiveSort--item-count {
  letter-spacing: 0.06em;
}

@media print, screen and (min-width: 1024px) {
  .archiveSort--item-count {
    margin: 0 15px 0 0;
  }
}
.archiveSort_selectBox {
  position: relative;
  width: 137px;
  /*margin-left: auto;*/
}

.archiveSort_selectBox_value {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #252424;
  background-color: #fff;
}

@media print, screen and (max-width: 1023px) {
  .archiveSort_selectBox_value {
    padding-bottom: 12px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSort_selectBox_value {
    padding: 15px 0;
  }
}


.archiveSort_selectBox_value:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-image: url(../svg/top_sort_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media print, screen and (max-width: 1023px) {
  .archiveSort_selectBox_value:after {
    width: 9px;
    height: 15px;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSort_selectBox_value:after {
    width: 10px;
    height: 5px;
  }
}

.is-show .archiveSort_selectBox_value:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.archiveSortSelectBoxTitle {
  display: inline-block;
  width: calc(100% - 30px);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #191919;
  letter-spacing: 0.06em;
}

@media all and (-ms-high-contrast: none) {
  .archiveSortSelectBoxTitle {
    padding-top: 5px;
  }
}

.archiveSort_selectBox_content {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  max-height: 200px;
  padding: 10px 0;
  background-color: #efefef;
  border: 1px solid #d5d5d5;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 20;
}

.archiveSort_selectBox_content::-webkit-scrollbar {
  display: none;
}

@media print, screen and (max-width: 1023px) {
  .archiveSortList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 374px) {
  .archiveSortList {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortList_node {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}

.archiveSortList_node.is-current {
  background-color: #ffffff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .archiveSortList_node:hover {
    background-color: #ffffff;
  }
}

@media print, screen and (min-width: 1024px) {
  .archiveSortList_node_link {
    display: block;
    padding: 5px 16px;
  }
}

@media print, screen and (min-width: 1024px) {
  .is-current .archiveSortList_node_link {
    pointer-events: none;
  }
}

@media print, screen and (max-width: 1023px) {
  .archiveSortFormSelect {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    opacity: 0;
    z-index: 2;
  }
  .archiveSortFormSelect:focus {
    outline: none;
    z-index: -1;
    opacity: 1;
  }
}

/*=============================================

  記事一覧

==============================================*/
@media print, screen and (max-width: 1023px) {
  .estateListWrap {
    margin-bottom: 64px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateListWrap {
    margin-bottom: 80px;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateList {
    margin-bottom: 56px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}

/*=============================================

  物件探しにお困りの方へ

==============================================*/
@media print, screen and (max-width: 1023px) {
  .estateContact {
    margin: 0 20px 64px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContact {
    width: calc(100% - 180px);
    max-width: 968px;
    margin: 0 auto 80px;
  }
}

.estateContact_link {
  border-radius: 20px;
  background-color: #f7f7f7;
}

@media print, screen and (max-width: 1023px) {
  .estateContact_link {
    display: block;
    padding: 32px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 120px;
    cursor: pointer;
  }
}

.estateContactDetail_title {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_title {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactDetail_title {
    font-size: 22px;
    line-height: 1.68;
    margin-bottom: 27px;
  }
}

.estateContactDetail_lead {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.78;
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_lead {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactDetail_lead {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_list {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactDetail_list {
    margin-bottom: 35px;
  }
}

.estateContactDetail_list_node {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.78;
  padding-left: 1em;
}

.estateContactDetail_list_node:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e2333b;
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_list_node + .estateContactDetail_list_node {
    margin-top: 2px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactDetail_list_node + .estateContactDetail_list_node {
    margin-top: 8px;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_link {
    text-align: center;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateContactDetail_link_button {
    width: 88.13559%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactDetail_link_button {
    width: 250px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .estateContact:hover .estateContactDetail_link_button:after {
    width: 20px;
  }
}

@media print, screen and (max-width: 1023px) {
  .estateContactImage {
    width: 69.49153%;
    margin: 0 auto 22px;
  }
}

@media print, screen and (min-width: 1024px) {
  .estateContactImage {
    width: 49.72527%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

.estateContactImage img {
  width: 100%;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .estateContact:hover .estateContactImage {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media print, screen and (max-width: 1023px) {
  .select2 {
    width: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .select2 {
    width: 430px;
  }
}

.select2-container--default .select2-selection--multiple {
    min-height: 0;
}
