@charset "utf-8";@charset "UTF-8";
/* -------------------------------------------- *
 *  物件一覧詳細条件設定
 * -------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.sec-overlay {
  padding-top: 5px;
  background-color: #f5f5f5;
}

body.is-having-fixed-stuff-bottom .sec-overlay:not(.has-sticky) {
  overflow-y: hidden;
}
body.is-having-fixed-stuff-bottom .sec-overlay.has-sticky .mod-overlay {
  position: relative;
  min-height: 100dvh;
}
body.is-having-fixed-stuff-bottom.is-priority-inactive {
  padding-bottom: 52px;
}
body.is-having-fixed-stuff-bottom .sec-overlay:not(.has-sticky)::after {
  content: "";
  display: block;
  padding-bottom: 4.5em;
}
@charset "UTF-8";
/* = mod-condNavigation
----------------------------------------------- *
 * 検索条件変更ページナビゲーション
 ----------------------------------------------- */
.mod-condNavigation {
  font-size: 1rem;
  margin: 10px 10px 20px;
}

.mod-condNavigation .cancel {
  text-align: right;
}

.mod-condNavigation a,
.mod-condNavigation .button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.75em 1em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
  text-decoration: none;
}

.mod-condNavigation .icon,
.mod-condNavigation .label {
  display: inline-block;
  vertical-align: middle;
}

.mod-condNavigation .icon {
  margin-right: 0.25em;
  font-size: 12px; /* svgのサイズに揃える */
}
@charset "UTF-8";
/* = mod-fixedButtonArea
----------------------------------------------- *
 * 下部固定ボタン
----------------------------------------------- */
.mod-fixedButtonArea {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: rgba(204, 204, 204, 0.85);
}

/* 下部固定用class */
.mod-fixedButtonArea.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* inactive時は非表示 */
.mod-fixedButtonArea.is-fixed.is-inactive {
  transition: transform 0.3s;
  transform: translateY(100%);
}

/* active時animationで表示 */
.mod-fixedButtonArea.is-fixed.is-active {
  transition: transform 0.3s;
  transform: translateY(0);
}

.mod-fixedButtonArea .itemGroup {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  width: 100%;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .container {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  height: 45px;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .container.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea.is-want-not-bg-color {
  background-color: transparent;
  pointer-events: none;
}

.mod-fixedButtonArea .itemGroup.is-want-bg-color {
  background-color: rgba(204, 204, 204, 0.85);
  pointer-events: initial;
}

.mod-fixedButtonArea .itemTxt {
  padding: 10px;
  color: inherit;
  font-size: 0.875em;
}

.mod-fixedButtonArea .itemGroup .itemTxt {
  display: table-cell;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemTxt {
  display: flex;
  width: 125px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .divider {
  background-color: #d2d2d2;
  width: 1px;
  height: 30px;
  align-self: center;
}

.mod-fixedButtonArea .itemTxt .num {
  display: inline-block;
  padding: 0.25em 0.25em 0 0;
  font-size: 1em;
}

.mod-fixedButtonArea .itemGroup .itemTxt .num {
  font-size: 1.5em;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .num {
  padding: 0;
  color: #ed6103;
  font-size: 16px;
}

.mod-fixedButtonArea .raCountRedesign .disabled .itemTxt .num {
  color: #a5a5a5;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .unit {
  font-size: 12px;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .label {
  font-size: 12px;
}

.mod-fixedButtonArea.is-bkodate .itemGroup .itemTxt .num {
  color: #ed6103;
}

/* module.cssの打ち消し */
.mod-fixedButtonArea .itemGroup .itemBtn {
  width: 70%;
  padding: 0;
  display: table-cell;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemBtn {
  flex: 1;
  display: flex;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemBtn a {
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: stretch;
}

.mod-fixedButtonArea .itemGroup .itemTxt + .itemBtn {
  width: 60%;
}

.mod-fixedButtonArea .itemBtn .button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75em 10px;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  color: #ed6103;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
}

.mod-fixedButtonArea .raCountRedesign .itemBtn .button {
  align-self: center;
  padding: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

.mod-fixedButtonArea .itemGroup .itemBtn:only-child .button,
.mod-fixedButtonArea .itemGroup .itemTxt + .itemBtn .button {
  font-size: 1.125em;
}

.mod-fixedButtonArea .itemBtn .button.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea .itemGroup .townBtn {
  width: 30%;
  padding: 0;
  display: table-cell;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .townBtn {
  flex: 1;
  display: flex;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .townBtn a {
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: stretch;
}

.mod-fixedButtonArea .itemGroup .itemTxt + .townBtn {
  width: 60%;
}

.mod-fixedButtonArea .townBtn .button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.6em 10px;
  border: 0;
  border-radius: 4px;
  line-height: 1.9;
  color: #0d0501;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.925em;
  font-weight: bold;
  text-decoration: none;
}

.mod-fixedButtonArea .raCountRedesign .townBtn .button {
  align-self: center;
  padding: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

.mod-fixedButtonArea .itemGroup .townBtn:only-child .button,
.mod-fixedButtonArea .itemGroup .itemTxt + .townBtn .button {
  font-size: 1.125em;
}

.mod-fixedButtonArea .townBtn .button.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea .wantSearchBox {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}

.mod-fixedButtonArea .wantSearchBox.is-fadeout {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.mod-fixedButtonArea .wantSearchBox.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ed6103;
  background-color: #fff;
  margin: 0 16px 8px;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner:before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 26%;
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner:after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 26%;
  border: 7px solid transparent;
  border-top: 9px solid #ed6103;
  z-index: 1;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .want-message {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  padding-right: 4px;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .want-message-bold {
  font-weight: bold;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .wantSearch {
  background: #ed6103;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  white-space: nowrap;
}

.mod-fixedButtonArea .wantSearchBox .closeButton {
  display: block;
  position: absolute;
  top: -13px;
  right: 7px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #353535;
  z-index: 1;
}

.mod-fixedButtonArea .wantSearchBox .closeButton::before,
.mod-fixedButtonArea .wantSearchBox .closeButton::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transform-origin: center;
}

.mod-fixedButtonArea .wantSearchBox .closeButton::before {
  transform: rotate(45deg);
}

.mod-fixedButtonArea .wantSearchBox .closeButton::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 320px) {
  .mod-fixedButtonArea .townBtn .button {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.99em 10px 0.85em;
    border: 0;
    border-radius: 4px;
    line-height: 1.9;
    color: #0d0501;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
}
