@charset "utf-8";

.page-inactive {
  background: #fff;
  color: #333;
  min-width: 1000px;
}

#headerInactive.l-header {
  position: relative;
}

#headerInactive.l-header--inactive {
  background: #f9f5ee;
  border-bottom: 4px solid #e8780c;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

#headerInactive .l-header__inner {
  height: 100%;
  padding: 22px;
  margin: 0 auto;
  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;
  position: relative;
  z-index: 1;
}

#headerInactive .l-wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#headerInactive .l-header__logo {
  width: 255px;
  margin: 0;
  padding: 0;
}

#headerInactive .l-header__logo a {
  border: none;
  padding: 0;
  text-decoration: none;
}

#headerInactive .l-header__logo a:hover {
  opacity: 0.6;
}

#headerInactive .l-header__logo img {
  width: 100%;
  height: auto;
}

#headerInactive .l-header__tel {
  text-align: right;
}

#headerInactive .l-header__tel__top {
  width: 375px;
  height: 40px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#headerInactive .l-header__tel__top .icon {
  height: 30px;
  margin-right: 8px;
  color: #d63516;
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
}

#headerInactive .l-header__tel__top .tel {
  height: 30px;
  color: #d63516;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#headerInactive .l-header__tel .ruby {
  margin: 3px 0 0;
  color: #907857;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1;
  text-align: right;
}

.inactive-contents {
  padding-bottom: 40px;
}

.page-inactive #contents > .wrap {
  width: 1000px;
}

.inactive-headline {
  margin: 0 0 30px;
  padding: 24px 30px;
  background: #f4ecd9;
  text-align: center;
}

.inactive-headline h2 {
  margin-bottom: 18px;
  color: #6d5721;
  font-size: 24px;
  line-height: 1.5;
}

.inactive-contact-button {
  text-align: center;
}

.inactive-contact-button a,
.inactive-detail-contact-button a {
  display: inline-block;
  min-width: 360px;
  padding: 15px 35px;
  background: #e8780c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.inactive-contact-button a span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

.inactive-section {
  clear: both;
  margin: 0 0 36px;
  padding: 28px 0;
}

.inactive-section .kaso-title {
  margin-bottom: 20px;
}

.inactive-lead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8;
}

.inactive-no-item {
  padding: 30px;
  border: 1px solid #e8d9bb;
  background: #fff;
  text-align: center;
}

.page-inactive .pickup__list {
  padding: 25px 0 20px;
}

.page-inactive .p-cardList03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-inactive .p-cardList03__noItem {
  width: 100%;
  color: #d9d9d9;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
}

.page-inactive .p-cardList03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.page-inactive .p-cardList03__item--colspan3 {
  width: calc(33.33333% - 13.33333px);
}

.page-inactive .p-cardList03__item--colspan2 {
  width: 48%;
}

.page-inactive .c-seal01 {
  background-color: #fff;
  border: 2px solid #111;
  margin: 0 10px 0 0;
  padding: 0 .5em;
  font-weight: bold;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-inactive .c-seal01:last-child {
  margin-right: 0;
}

.page-inactive .c-seal01--m {
  height: 26px;
  padding: 0 15px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
}

.page-inactive .c-seal01--type {
  border-color: #e8780c;
  color: #e8780c;
}

.page-inactive .c-stamp01 {
  width: 20px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.2857142857;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

.page-inactive .c-stamp01--sold {
  background: #d63516;
}

.page-inactive .c-stamp01--nego {
  background: #897555;
}

.page-inactive .c-button01 {
  background-color: #fff;
  border: 2px solid;
  border-radius: 10px;
  margin: 0 auto;
  color: #111;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.page-inactive .c-button01:after {
  content: "\f054";
  width: 12px;
  height: 12px;
  margin: auto;
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.page-inactive .c-button01--main {
  background-color: #e8780c;
  border-color: #e8780c;
  color: #fff;
}

.page-inactive .c-button01:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.page-inactive .bukkenCard {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-inactive .bukkenCard.is-select {
  background: lavenderblush;
}

.page-inactive .bukkenCard__inner {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
  outline: 1px solid #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
}

.page-inactive .bukkenCard__inner.is-members {
  border-color: #d63516;
}

.page-inactive .bukkenCard__body {
  padding: 0;
}

.page-inactive .bukkenCard__body .iconType {
  width: 115px;
  padding: 0;
}

.page-inactive .bukkenCard__body__top {
  padding: 15px;
  background: #ededed;
}

.page-inactive .bukkenCard__body__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px 0;
}

.page-inactive .bukkenCard__body__lower {
  padding: 0 15px 55px;
}

.page-inactive .bukkenCard__body__bottom {
  width: 100%;
  padding: 0 15px 15px;
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.page-inactive .bukkenCard__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 5px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.page-inactive .bukkenCard__images__main {
  width: 186px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 139.5px;
  z-index: -1;
  background: #eee;
}

.page-inactive .bukkenCard__images__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.page-inactive .bukkenCard__images__main__secret {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.page-inactive .bukkenCard__images__subColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
}

.page-inactive .bukkenCard__images__sub {
  width: 52px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-top: 39px;
  cursor: pointer;
}

.page-inactive .bukkenCard__images__sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.page-inactive .bukkenCard__images__sub:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
}

.page-inactive .bukkenCard__images__sub.is-active:after {
  display: none;
}

.page-inactive .bukkenCard__status {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.page-inactive .bukkenCard__iconNewPriceDown {
  position: absolute;
  top: 0;
  left: 0;
}

.page-inactive .bukkenCard__iconStatus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-inactive .bukkenCard__iconStatus img {
  width: 86px;
  height: 85px;
}

.page-inactive .bukkenCard__iconOthers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 2px;
  bottom: 0;
}

.page-inactive .bukkenCard__icon360 {
  background: #000;
  padding: 0 0 0 6px;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  line-height: 1.6666666667;
}

.page-inactive .bukkenCard__icon360__image {
  width: 16px;
  height: auto;
  margin: 0 3px 0 0;
  vertical-align: -2px;
}

.page-inactive .bukkenCard__heading {
  display: block;
  margin: 5px 0;
  color: #111;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  text-indent: .05em;
  text-decoration: underline;
  word-break: break-all;
  pointer-events: auto;
  cursor: pointer;
  height: var(--height-pc);
}

.page-inactive .bukkenCard__heading:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.page-inactive .bukkenCard__price,
.page-inactive .bukkenCard__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
}

.page-inactive .bukkenCard__price__heading,
.page-inactive .bukkenCard__detail__heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
}

.page-inactive .bukkenCard__price__item {
  margin: 0;
  color: #d63516;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.page-inactive .bukkenCard__price__unit,
.page-inactive .bukkenCard__price__item .c-card04__price__sub,
.page-inactive .bukkenCard__price__item .sub {
  margin-left: .2em;
  color: #d63516;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: .05em;
}

.page-inactive .bukkenCard__detail__item {
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1;
}

.page-inactive .bukkenCard__point {
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
}

.page-inactive .bukkenCard__point__heading {
  display: block;
  color: #e8780c;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
}

.page-inactive .bukkenCard__point__item {
  display: block;
  font-size: 14px;
  font-size: .875rem;
}

.page-inactive .bukkenCard__update {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
}

.page-inactive .bukkenCard__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.page-inactive .bukkenCard__button__item {
  height: 28px;
  padding: 0 10px 0 0 !important;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
}

.page-inactive .bukkenCard__button__item:after {
  right: 10px !important;
  width: 8px;
  height: 8px;
}

.page-inactive .bukkenCard__sp_click_area {
  display: none;
}

.inactive-message,
.inactive-overview,
.inactive-contact,
.inactive-links {
  border-top: 1px solid #eadfc9;
}

.inactive-message__body {
  padding: 0 15px;
}

.inactive-map iframe {
  width: 100% !important;
}

.inactive-comp-message {
  display: none;
  margin: 0 0 24px;
  padding: 20px;
  border: 2px solid #e8780c;
  background: #fff7e8;
  color: #583d0a;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.inactive-contact .estatetable,
.inactive-detail-form {
  margin-right: auto;
  margin-left: auto;
}

.inactive-privacy {
  width: 90%;
  height: 200px;
  margin: 25px auto 15px;
  padding: 12px;
  overflow: auto;
  border: 1px solid #d3ccb1;
  background: #fff;
  line-height: 1.7;
}

.inactive-agreement,
.inactive-submit {
  margin: 18px 0;
  text-align: center;
}

.inactive-submit button {
  min-width: 180px;
  padding: 10px 30px;
  background: #e8780c;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.inactive-banner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.inactive-banner-list li {
  display: inline-block;
  margin: 0 12px 16px;
  vertical-align: middle;
}

#footer.l-footer--inactive {
  padding: 50px 0;
  background: #fff;
}

#footer.l-footer--inactive .l-footer__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer.l-footer--inactive .l-footer__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

#footer.l-footer--inactive .l-footer__information__logo {
  width: 200px;
  margin: 0 0 30px;
  display: block;
}

#footer.l-footer--inactive .l-footer__information__logo:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

#footer.l-footer--inactive .l-footer__information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  color: #111;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 14px;
  font-size: .875rem;
}

#footer.l-footer--inactive .l-footer__information__item address {
  font-style: normal;
}

#footer.l-footer--inactive .l-footer__copyright {
  color: #111;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.page-inactive-detail .inactive-detail-contact {
  margin-top: 35px;
}
