@charset "UTF-8";

/*!
global > color
------------------------------
*/
:root {
  --color-primary: #C2172F;
}

/*!
header
------------------------------
*/
header h1 {
  font-weight: bold;
}
header .navbar-right {
  flex-direction: column;
  width: 418px;
}
header .navbar-right__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
header .navbar-right__text p {
  margin-bottom: 0;
}
.navbar-right__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  
}
header .phone-box {
  width: 50%;
  height: 50px;
}
header .phone-wrap {
  width: 50%;
  height: 50px;
}
header .phone-wrap  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .phone-wrap .phone-catch {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
header .phone-wrap .d-flex svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
header .phone-wrap .phone-num {
  font-size: 18px;
  font-weight: bold;
}
header .mail-box {
  width: 50%;
  height: 50px;
  background: #fff!important;
}
header .mail-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
}
header .mail-box a:hover {
  opacity: 0.8;
  text-decoration: none;
}
header .mail-box .icon-mail-waku {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  background-image: url(../image/icons/mail-s.svg);
}
header .nav .icon-request {
  background-image: url(../image/icons/mail-waku.svg);
}
.header-bottom-sp {
  display: none!important;
}

@media screen and (max-width: 767px) {
  header .nav-box {
    width: 46px;
  }
  header .nav-box ul li {
    width: 46px;
  }
  .header-bottom-sp {
    display: block!important;
    border-bottom: 1px solid var(--color-primary);
  }
  .header-bottom-sp__text p {
    margin-bottom: 0;
    padding: 6px 0;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-align: center;
  }
  .header-bottom-sp__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .header-bottom-sp__phone-wrap {
    width: 50%;
    height: 40px;
  }
  .header-bottom-sp__phone-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    width: 100%;
    height: 40px;
    border-right: 1px solid var(--color-primary);
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
  }
  .header-bottom-sp__phone-wrap a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .header-bottom-sp__phone-wrap .icon-mail-waku {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    background-image: url(../image/icons/tel-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-bottom-sp__mail-box {
    width: 50%;
    height: 40px;
  }
  .header-bottom-sp__mail-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
  }
  .header-bottom-sp__mail-box a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .header-bottom-sp__mail-box .icon-mail-waku {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    background-image: url(../image/icons/mail-s.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*!
search box
------------------------------
*/
#searchFilter .search-form__wrap {
  display: flex;
}

#searchFilter .ttl-important {
  position: relative;
}
#searchFilter .search-form__count {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 14px;
  font-weight:normal;
  transform: translateY(-50%);
  opacity:0;
  animation: search-form-count-standby 1s;
  animation-fill-mode: forwards;
}
@keyframes search-form-count-standby {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

#searchFilter .search-form__left,
#searchFilter .search-form__right {
  width: 50%;
  padding: 0 46px;
}
#searchFilter .search-form__left__item + .search-form__left__item {
  margin-top: 32px;
}
#searchFilter .search-form__left__item h4 .railway-note {
  font-weight:normal;
  font-size:11px;
  margin-left:8px;
}
#searchFilter .search-form__left__item h4 .address-note {
  font-weight:normal;
  font-size:10.5px;
  margin-left:8px;
}
#searchFilter .search-form__label {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: bold;
}
#searchFilter .search-form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-left: 6px;
}
#searchFilter .search-form__checkbox-group.toggle-group {
  margin-top: 16px;
}
#searchFilter .search-form__checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#searchFilter .search-form__checkbox-group label {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding-left: 28px;
  cursor: pointer;
}
#searchFilter .search-form__checkbox-group label span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
#searchFilter .search-form__checkbox-group label span::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  transition: all 0.2s ease;
}
#searchFilter .search-form__checkbox-group input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#searchFilter .search-form__select,
#mainContent .search-form__select {
  position: relative;
}
#searchFilter .search-form__horizontal-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#searchFilter .search-form__select.narrow {
  min-width: 120px;
  width: 45%;
}
#searchFilter .search-form__select.narrow + span,
#mainContent .search-form__select.narrow + span {
  font-weight: bold;
  font-size: 18px;
}
#searchFilter .search-form__select::after,
#mainContent .search-form__select::after {
  content: ""; 
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-image: url(../image/icons/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
#searchFilter .search-form__select select,
#mainContent .search-form__select select {
  appearance: none;
  width: 100%;
  height: 40px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#searchFilter .search-form__left__item input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #searchFilter .search-form__wrap {
    flex-direction: column;
  }
  #searchFilter .search-form__count {
    font-size: 12px;
  }
  #searchFilter .search-form__left,
  #searchFilter .search-form__right {
    width: 100%;
    padding: 0 0 0 16px;
  }
  #searchFilter .search-form__left__item + .search-form__left__item {
    margin-top: 24px;
  }
  #searchFilter .search-form__select::after {
    right: 16px;
  }
  #searchFilter .search-form__select.narrow + span {
    margin-right: 16px;
  }
}

/*!
sidebar
------------------------------
*/
.sidebar-ttl.small {
  font-size: 15px;
}

/*!
detail
------------------------------
*/
p.detail-txt {
  margin-bottom: 8px;
}
.detail.btn-clip {
  display: block;
  float: none!important;
  width: 244px;
  margin-left: 8px;
  margin-right: auto;
  padding: 8px;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
}
.detail.btn-clip:hover {
  opacity: 0.8;
  background-color: #fff;
}
.bukken-tokyo .detail.btn-clip .icon {
  position: relative;
  color: #fff;
  padding-left: 16px;
  padding-right: 8px;
}
.bukken-tokyo .detail.btn-clip .icon::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/icons/love-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  
}
.detail-img-wrap .img-responsive {
  margin-bottom: 4px;
}
#mainContent p.favorite-note {
  font-size: 12px;
  color:#555;
  margin-top:4px;
  margin-left:8px;
}
#mainContent .inquire-all-wrap + p.favorite-note {
  margin:4px auto 0;
  text-align:center;
}
#mainContent p.txt-note.prop-note {
  margin-top: 0;
}
.property-box-red {
  flex-wrap: wrap;
}
.property-box-red .property-note {
  width: 100%;
}
.property-box-red .property-note p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .detail.btn-clip {
    width: calc(100% - 16px);
    margin: 8px 8px 8px;
  }
}

/*!
favorite
------------------------------
*/
.inquire-all-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-top: 32px;
}
.btn-inquire-all {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  max-width: 100%;
  width: 400px;
  height: 90px;
  border-radius: 6px;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-inquire-all:hover {
  opacity: 0.8;
  color: #fff!important;
  text-decoration: none!important;
}
.btn-inquire-all__icon {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  background-image: url(../../common/image/icons/mail-waku.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-inquire-all__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.btn-inquire-all__text span:first-child {
  font-size: 18px;
  font-weight: bold;
}
.btn-inquire-all__text span:last-child {
  font-size: 20px;
  font-weight: bold;
}
.ichiran-img-wrap {
  position: relative;
}
.label-checked,
.label-unchecked {
  position: absolute;
  top: -10px;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.label-checked {
  background-image: url(../../common/image/icons/checked.svg);
}
.label-unchecked {
  background-image: url(../../common/image/icons/unchecked.svg);
}
.btn-favorites.btn-clip {
  padding: 2px 10px;
  border: 1px solid var(--color-primary);
  font-weight: bold;
}
.btn-favorites.btn-clip span {
  font-size: 1.6rem;
}
.label-contacted {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  border-radius: 6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn-inquire-all {
    column-gap: 16px;
    height: 72px;
  }
  .btn-inquire-all__icon {
    width: 24px;
    height: 24px;
  }
  .btn-inquire-all__text span:first-child {
    font-size: 16px;
  }
  .btn-inquire-all__text span:last-child {
    font-size: 18px;
  }
  .btn-favorites.btn-clip {
    padding: 6px 10px 2px 10px;
  }
  .btn-favorites.btn-clip span {
    font-size: 1.5rem;
    transform: translateY(-3px);
  }
}

/*!
inquiry
------------------------------
*/
.request-ids {
  margin-top: 32px;
  margin-bottom: 24px;
}
.request-ids__text {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.request-ids__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
  padding-left: 0;
  list-style: none;
  font-weight: bold;
  font-size: 20px;
}
.inquiry-form__radio-group {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 8px;
}
.inquiry-form__radio-button {
  position: relative;
  display: flex;
  width: calc(100% / 2);
}
.col-3 .inquiry-form__radio-button {
  width: calc(100% / 3);
}
.inquiry-form__radio-button input[type="radio"] {
  display: none;
}
.inquiry-form__radio-button label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  color: #555;
  transition: background-color 0.2s, color 0.2s;
  user-select: none;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.inquiry-form__radio-button input[type="radio"]:checked + label {
  background-color: #b30000;
  color: #fff;
}
#contactWrap .inquiry-form__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.929em;
  color: #000;
}
#contactWrap .inquiry-form__text {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: normal;
  color: #000;
}

/*!
inquiry
------------------------------
*/
#mainContent .search-form__horizontal-wrap.results {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 16px;
}
#mainContent .results__note {
  margin-top: 6px;
  margin-right: auto;
}
#mainContent .search-form__horizontal-wrap.results span {
  font-size: 15px;
  font-weight: bold;
}
#mainContent .search-form__select select {
  width: 194px;
  padding: 1px 16px;
}
@media screen and (max-width: 767px) {
  #mainContent .results__note {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.16rem;
  }
}

/*!
search for property
------------------------------
*/
.fade-slide-horizontal-enter-active,
.fade-slide-horizontal-leave-active {
  transition: all 0.4s ease;
}
.fade-slide-horizontal-enter {
  opacity: 0;
  transform: translateX(-30px); /* start from left */
}
.fade-slide-horizontal-leave-to {
  opacity: 0;
  transform: translateX(-30px); /* slide to left when hiding */
}

.fade-slide-vertical-enter-active,
.fade-slide-vertical-leave-active {
  transition: all 0.4s ease;
}
.fade-slide-vertical-enter {
  opacity: 0;
  transform: translateY(-30px); /* start above */
}

.fade-slide-vertical-leave-to {
  opacity: 0;
  transform: translateY(-30px); /* slide up when leaving */
}

.text-red {
  color: #c2172f;
}

.pop-areas-filter {
  position: relative;
}
.pop-areas-filter .restriction-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pop-areas-filter .search-form__checkbox-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}