@charset "UTF-8";
.c-thumbnail {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: auto;
  position: relative;
  width: 250px;
}
.is-listView-lp .c-thumbnail {
  width: 100%;
}
.c-thumbnail a {
  border-radius: 5px;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.is-listView-lp .c-thumbnail a {
  display: flex;
  padding: 15px;
}

.c-thumbnailList__text {
  color: #000;
  display: block;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.c-thumbnailList__text p {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.c-thumbnail__image {
  height: 250px;
}
.is-listView-lp .c-thumbnail__image {
  height: auto;
  width: 43.8596491228%;
}
.c-thumbnail__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-thumbnail__content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 250px);
  padding: 14px 20px 18px;
}
.is-listView-lp .c-thumbnail__content {
  height: auto;
  padding: 0 0 0 15px;
  width: 56.1403508772%;
}
.is-case .c-thumbnail__content:after, .is-column .c-thumbnail__content:after, .is-room .c-thumbnail__content:after {
  background-image: url(/renovation/assets/img/icon_blank_light.svg);
  bottom: 20px;
  content: " ";
  height: 16px;
  position: absolute;
  right: 20px;
  width: 16px;
}

.c-thumbnail__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
}
.is-listView-lp .c-thumbnail__title {
  margin-top: -4px;
  margin-bottom: -5px;
}
.is-case .c-thumbnail__title, .is-column .c-thumbnail__title {
  margin-bottom: 22px;
}
@media screen and (max-width: 1050px) {
  .c-thumbnail__title {
    font-size: 16px;
  }
}

.c-thumbnail__place {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin: 8px 0 23px;
}
@media screen and (max-width: 1050px) {
  .c-thumbnail__place {
    font-size: 13px;
  }
}
.is-listView-lp .c-thumbnail__place {
  margin-bottom: 0;
}

.c-thumbnail__cat {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: auto;
}
@media screen and (max-width: 1050px) {
  .c-thumbnail__cat {
    font-size: 13px;
    padding-right: 50px;
    padding-top: 15px;
  }
}
.is-listView-lp .c-thumbnail__cat {
  margin-bottom: 3px;
}
.is-listView-lp .c-thumbnail__cat .cat {
  display: none;
}

.c-thumbnail__status {
  bottom: 15px;
  display: block;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 15px;
}
.c-thumbnail__status span {
  background: #800409;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 4px;
}
.c-thumbnail__status.status2 span {
  background: #585858;
}

.is-2 {
  pointer-events: none; /* クリックイベントを無効にする */
}

.c-thumbnail__icon {
  background: #FFF url("/renovation/offer/lp/assets/img/infill0_logo.svg") no-repeat;
  background-size: 28px 20px;
  background-position: center;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  height: 40px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 40px;
}
.is-listView-lp .c-thumbnail__icon {
  left: 20px;
  top: 20px;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.is-infill0 .c-thumbnail__icon {
  display: block;
}

.c-thumbnail__reduction {
  line-height: 1;
  display: none;
}
.c-thumbnail__reduction span {
  background: #a1a1a1;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 4px;
}
.is-reduction .c-thumbnail__reduction {
  display: block;
}

.c-date {
  background-color: #000;
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.c-date p {
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
}

.c-apply, .c-apply--other {
  margin-top: 12px;
  background-color: #800409;
  width: calc(70% - 20px);
  height: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-apply a, .c-apply--other a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-apply p, .c-apply--other p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.c-apply--other {
  background-color: #a1a1a1;
}

.filter-buttons {
  max-width: 1000px;
  padding: 0 22px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 1050px) {
  .filter-buttons {
    width: 100%;
    display: grid;
    justify-content: default;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 12px;
  }
}
.filter-buttons .filter-button {
  margin: 0 7px;
  width: 100px;
  background-color: #a1a1a1;
  color: #FFF;
  border-radius: 5px;
  height: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .filter-buttons .filter-button {
    margin: 0;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
}
.filter-buttons .active {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 1050px) {
  .is-listView-lp {
    margin-top: -50px;
  }
}

.c-thumbnailList {
  margin-top: 30px;
  margin-bottom: -15px;
  overflow-x: scroll;
  padding-bottom: 15px;
}
@media screen and (min-width: 1050px) {
  .c-thumbnailList {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1050px) {
  .c-thumbnailList {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-thumbnailList::-webkit-scrollbar {
    display: none;
  }
}
.is-listView-lp .c-thumbnailList {
  max-width: 100%;
  margin-bottom: 0;
  overflow: auto;
  padding-bottom: 0;
}
@media screen and (min-width: 1050px) {
  .is-listView-lp .c-thumbnailList {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top .c-thumbnailList {
  margin-top: 40px;
}
@media screen and (min-width: 1050px) {
  .p-top .c-thumbnailList {
    margin-top: 11px;
  }
}

.is-listView-lp .c-thumbnailList__list {
  display: block;
  padding: 5px 30px;
}
@media screen and (min-width: 1050px) {
  .is-listView-lp .c-thumbnailList__list {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 110px;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-thumbnailList__list:after {
  content: " ";
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
.is-listView-lp .c-thumbnailList__list:after {
  display: none;
}
@media screen and (min-width: 1050px) {
  .c-thumbnailList__list:after {
    width: 1px;
  }
}

.c-thumbnailList__item {
  flex-shrink: 0;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1050px) {
  .c-thumbnailList__item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1050px) {
  .is-listView-lp .c-thumbnailList__item {
    margin: 40px 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 1050px) {
  .is-listView-lp .c-thumbnailList__item {
    margin: 40px 10px 0;
    width: calc(50% - 20px);
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1050px) {
  main {
    padding-top: 60px;
  }
}

.c-border-grey {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.c-hero__bg {
  margin-bottom: 7rem;
}

.lead p {
  margin-bottom: 3rem;
}

.lead p:last-child {
  margin-bottom: 0rem;
}

.lead__text, .lead__text--20240518 {
  line-height: 2;
  margin: 4rem auto;
  max-width: 790px;
}

.btn1 {
  font-weight: bold;
  width: 350px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  transition: border-color 0.15s ease-out;
}

.btn2 {
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  transition: border-color 0.15s ease-out;
}

.btn1:hover,
.btn2:hover {
  border: 1px solid rgb(0, 0, 0);
}

.btn1 a,
.btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

.btn1 a::after {
  background-image: url("/renovation/offer/lp/assets/img/arrow.svg");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.8888888889em;
  width: 0.5em;
  margin-left: 1rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 0%;
  top: 40%;
  transform: translateX(-30%);
}

.btn2 a::after {
  background-image: url("/renovation/offer/lp/assets/img/arrow.svg");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.8888888889em;
  width: 0.5em;
  margin-left: 1rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 0%;
  top: 7%;
  transform: translateX(-30%);
}

.btn1 a:hover::after,
.btn2 a:hover::after {
  transform: translateX(30%);
}

.btn1 img,
.btn2 img {
  width: 25%;
}

.btn1 p,
.btn2 p {
  line-height: 1.2;
}

.c-offerList {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.dcm-rq {
  margin-bottom: 12rem !important;
}

.dcm-rq_h {
  margin-bottom: 3rem;
}

.dcm-rq_p {
  text-align: justify;
  padding: 0 22%;
  margin-bottom: 3rem;
}

.dcm-rp_img {
  width: 20%;
  display: block;
  margin: 0 auto 4rem;
  box-shadow: 0 0 4px 1px #ccc;
}

.p-infill0__reason p:last-child {
  margin-top: 0;
}

.p-infill0__reason_wrapper {
  margin-bottom: 12rem;
  padding: 0;
}

.section-sec {
  line-height: 1;
  margin: 100px auto 100px auto;
  max-width: 790px;
}
@media screen and (max-width: 1050px) {
  .section-sec {
    margin: 4rem auto;
  }
}

.lead__text h2, .lead__text--20240518 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}

.section-sec h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.schedule-list {
  margin-top: 3rem;
}

.schedule-list p {
  margin-bottom: 10px;
  font-size: 14px;
}

.schedule-list a {
  text-decoration: underline !important;
}

@media screen and (max-width: 1050px) {
  section {
    width: 100%;
  }
  .c-hero__bg {
    margin-bottom: 4rem;
  }
  .lead__text, .lead__text--20240518 {
    padding: 0 5%;
  }
  .l-container {
    padding: 0 5%;
  }
  .c-offerList__toggle_btn {
    margin-left: 10px;
  }
  .dcm-rp_img {
    width: 60%;
  }
  .section-sec {
    padding: 0rem 5% 2rem;
  }
  .lead__text h2, .lead__text--20240518 h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
  }
  .section-sec h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .l-heading {
    font-size: 1.8rem !important;
    font-weight: bold;
    text-align: center;
  }
}
/*追記*/
.c-thumbnailList__sold {
  display: none;
}

.c-thumbnailList__text {
  display: none;
}

.tokuten__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tokuten__items {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 60px;
  grid-column-gap: 40px;
}
@media screen and (max-width: 1050px) {
  .tokuten__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.tokuten__item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.tokuten__item__image {
  width: 100%;
  margin-bottom: 10px;
}
.tokuten__item__header {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 18px;
}
.tokuten__item__desc {
  font-size: 15px;
}
.tokuten__seiyaku {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 1050px) {
  .tokuten__seiyaku {
    text-align: start;
  }
}
.tokuten__seiyaku__title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tokuten__seiyaku__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #191919;
  margin-bottom: 5px;
}
.tokuten__seiyaku__caution {
  text-align: start;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  .tokuten__seiyaku__caution {
    font-size: 11px;
  }
}

@media screen and (max-width: 1050px) {
  .tokuten__item {
    width: calc(100% - 10px);
  }
}
.grey-background {
  background-color: #f7f7f7;
  padding: 20px 15px;
}

.hanbai-item {
  display: block;
  margin-bottom: 20px;
}
.hanbai-item__detail {
  font-size: 13px;
  margin-top: -7px;
}

.apply_banner {
  width: 70px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99999;
}
@media screen and (max-width: 1050px) {
  .apply_banner {
    width: 40px;
    top: 100px;
  }
}

@media screen and (min-width: 1050px) {
  .main-wrapper {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1050px) {
  .c-mainv {
    max-width: 1050px;
    margin-bottom: 50px;
  }
}

.main__txt--btnT {
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  z-index: 999;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(/renovation/offer/lp/assets/img/icon_arrow1.svg) no-repeat bottom 20px left 19.5px #7F0019;
  padding: 36px 22.5px 45px;
  border-radius: 8px 0 0 8px;
  width: 58px;
  position: fixed;
  top: 30vh;
  right: 0;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  transform: translate(150%, 0%);
  animation: slidein 2s ease 1s 1 forwards;
}
@media screen and (max-width: 1050px) {
  .main__txt--btnT {
    width: 38px;
    background: url(/renovation/offer/lp/assets/img/icon_arrow1.svg) no-repeat bottom 20px left 11px #7F0019;
    padding: 36px 13px 45px;
  }
}

@media screen and (min-width: 1050px) {
  .u-margin80 {
    height: 80px;
  }
}

@media screen and (min-width: 1050px) {
  .u-margin150 {
    height: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .u-margin150 {
    height: 60px;
  }
}

.osusume-column__inner {
  margin-top: 20px;
}
.osusume-column .column-kv {
  margin-bottom: 10px;
}

@media screen and (min-width: 1050px) {
  .normal-sale {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .normal-sale {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1050px) {
  .u-center-pc {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@keyframes slidein {
  0% {
    transform: translate(150%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 1050px) {
  .u-only-pc {
    display: none;
  }
}

.is-listView-lp {
  margin-top: 50px;
}
@media screen and (max-width: 1050px) {
  .is-listView-lp {
    margin-top: 0;
  }
}

.lead__text--20240518 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead__text--20240518 h2 {
  text-align: center;
}

.p-questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1050px) {
  .p-questions {
    margin-bottom: 0px;
  }
}
.p-questions h2 {
  margin-bottom: 45px;
}
.p-questions__list {
  width: 760px;
}
@media screen and (max-width: 1050px) {
  .p-questions__list {
    width: 100%;
  }
}
.p-questions__list__items__container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 40px;
  padding-top: 30px;
}
.p-questions__list__items__container__q {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
.p-questions__list__items__container__q__head {
  width: 36px;
  margin-right: 24px;
}
@media screen and (max-width: 1050px) {
  .p-questions__list__items__container__q__head {
    margin-right: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .p-questions__list__items__container__q h4 {
    width: 100%;
  }
}
.p-questions__list__items__container__a span {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .p-questions__list__items__container__a span {
    font-size: 14px;
  }
}

.catalog_req {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 80px 0px;
}

@media (max-width: 1279px) {
  .catalog_req {
    margin: 50px 0px;
  }
}
.catalog_req .catalog_req_h2 {
  padding: 0 0 20px;
  border: none;
  text-align: center;
}

.catalog_req .catalog_req_p {
  padding: 0 0 30px;
  border: none;
  text-align: center;
}

.catalog_req .catalog_img_bg {
  width: 100vw;
  background: #f7f7f7;
  padding: 50px 0;
}

.catalog_req .catalog_img_bg .catalog_img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 400px;
}

.catalog_req .catalog_img_bg .catalog_h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0 0;
  text-align: center;
}

.p-place__container__catalog {
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #888;
  border-radius: 5px;
  width: 370px;
  height: 34px;
}

@media (max-width: 1279px) {
  .p-place__container__catalog {
    height: 34px;
  }
}
.catalog_req .p-place__container__catalog p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.p-place__container__catalog__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

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