@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
@media screen and (min-width: 550px) {
  .sp550 {
    display: none;
  }
}

.pc550 {
  display: none;
}
@media screen and (min-width: 550px) {
  .pc550 {
    display: block;
  }
}

.fmenu-gallery {
  overflow: hidden;
}
@media screen and (min-width: 550px) {
  .fmenu-gallery {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.fmenu-gallery .bg07 {
  position: relative;
  width: 100%;
  height: 100%;
}
.fmenu-gallery .bg07:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg07.jpg");
}
@media (min-width: 768px) {
  .fmenu-gallery .bg07:after {
    background-image: url("../img/common/fmenubg07-pc.jpg");
  }
}
.fmenu-gallery .bg07:hover:after {
  transform: scale(1.2);
}
.fmenu-special {
  overflow: hidden;
}
@media screen and (min-width: 550px) {
  .fmenu-special {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.fmenu-special .bg08 {
  position: relative;
  width: 100%;
  height: 100%;
}
.fmenu-special .bg08:after {
  content: "";
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/fmenubg08.jpg");
}
@media (min-width: 768px) {
  .fmenu-special .bg08:after {
    background-image: url("../img/common/fmenubg08-pc.jpg");
  }
}
.fmenu-special .bg08:hover:after {
  transform: scale(1.2);
}
.fmenu-col-btn.new {
  position: relative;
}
.fmenu-col-btn.new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/square-new.svg") no-repeat left top;
  background-size: contain;
  width: 60px;
  height: 50px;
}
@media (min-width: 768px) {
  .fmenu-col-btn.new:after {
    width: 100px;
    height: 50px;
  }
}

.itembg {
  background: linear-gradient(106.5deg, rgba(58, 159, 237, 0.1) 0%, rgba(146, 225, 179, 0.1) 100%);
  padding: 30px 0;
}
@media (min-width: 768px) {
  .itembg {
    padding: 50px 0;
  }
}

.itemlist {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.itemlist-title {
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .itemlist-title {
    font-size: 29px;
  }
}

#footer-sale-items {
  position: relative;
}
#footer-sale-items .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: transparent;
  border: 1px solid #969696;
  display: none;
}
@media (min-width: 768px) {
  #footer-sale-items .swiper-pagination-bullet {
    display: inline-block;
  }
}
#footer-sale-items .swiper-pagination-bullet-active {
  opacity: 1;
  background: #25397b;
  width: 15px;
  height: 15px;
  transform: translateY(4px);
}
#footer-sale-items .swiper-button-prev2 {
  color: #fff;
  left: 0;
  width: 15px;
  height: 50px;
  background: #969696;
}
#footer-sale-items .swiper-button-prev2:after {
  font-size: 15px;
}
#footer-sale-items .swiper-button-next2 {
  color: #fff;
  right: 0;
  width: 15px;
  height: 50px;
  background: #969696;
}
#footer-sale-items .swiper-button-next2:after {
  font-size: 15px;
}
#footer-sale-items .swiper-button-next2:before {
  display: none;
}

.search-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  transition: all 0.4s ease;
}
.search-btn:hover {
  opacity: 0.6;
}
.search-btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  padding: 15px 40px;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(58, 159, 237) 0%, rgb(146, 225, 179) 100%);
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .search-btn-cont {
    max-width: 500px;
    font-size: 29px;
  }
}
.search-btn-cont:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/glass-w.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .search-btn-cont:after {
    width: 30px;
    height: 30px;
  }
}

.footer {
  padding: 50px 0;
}
.footer-title {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #969696;
  max-width: 800px;
  margin: 0 auto;
}
.footer-wrap {
  padding: 0 15px;
}
.footer-criteria-group {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 15px 0;
  align-items: center;
  flex-wrap: wrap;
}
.footer-criteria-group .title {
  width: 100%;
  border-bottom: 1px solid #969696;
  text-align: center;
  padding-bottom: 10px;
  color: #969696;
}
@media (min-width: 768px) {
  .footer-criteria-group .title {
    border: none;
    width: auto;
    padding: 0;
  }
  .footer-criteria-group .title:after {
    content: "：";
  }
}
.footer .checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  line-height: 1;
  cursor: pointer;
  width: calc(50% - 15px);
  font-size: 12px;
  color: #969696;
}
@media (min-width: 768px) {
  .footer .checkboxItem {
    font-size: 16px;
    width: auto;
  }
}
.footer .checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #969696;
  border-radius: 2px;
  cursor: pointer;
}
.footer .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
}
.footer #searchButton {
  background: #000;
  color: #fff;
  padding: 5px 40px;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
}
.footer #searchButton:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .footer #searchButton {
    width: auto;
  }
}
.footer-result {
  position: relative;
  margin-top: 30px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .footer-result {
    margin-top: 50px;
  }
}
.footer-result-title {
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-result-title {
    font-size: 30px;
  }
}
.footer-result-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-result__item {
  width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .footer-result__item {
    width: calc((100% - 16px) / 3);
  }
}
.footer-result-pref {
  font-size: 15px;
}
.footer-result-pref-header {
  font-size: 28px;
  width: 100%;
  margin-top: 30px;
}
.footer-result-col {
  display: flex;
  gap: 8px;
  padding: 10px 15px;
  margin: 0 15px;
  flex-direction: column;
  position: relative;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .footer-result-col {
    flex-direction: column;
  }
}
.footer-result-col .new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: url("../img/common/new-left-top.svg") no-repeat left top;
  background-size: contain;
}
.footer-result-col .typename {
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
}
.footer-result-col .frame {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.footer-result-col .thumb {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-result-col .thumb {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.footer-result-col .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .footer-result-col .thumb img {
    object-fit: contain;
  }
}
.footer-result-col .thumb p {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
}
.footer-result-col .thumb p.shadow {
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}
.footer-result-col .thumb p.bottom {
  top: none;
  bottom: 5px;
}
.footer-result-col .thumb.soldout:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.footer-result-col .title {
  padding-bottom: 15px;
  flex-grow: 1;
}
.footer-result-col .title__inner {
  padding-bottom: 10px;
}
.footer-result-col dl {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-direction: row;
}
.footer-result-col dl:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #00ceff;
}
.footer-result-col dl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #00ceff;
}
.footer-result-col dl dt {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 0;
  text-wrap: nowrap;
  padding: 5px;
  min-width: 100px;
}
@media (min-width: 768px) {
  .footer-result-col dl dt {
    font-size: 11px;
    padding: 8px;
    min-width: calc(38px + 2.5rem);
  }
}
.footer-result-col dl dt:before {
  content: "";
  width: 17px;
  height: 24px;
  position: relative;
  background: url("../img/common/pin-h.svg") no-repeat center center;
  background-size: contain;
}
.footer-result-col dl dd {
  font-size: 11px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-left: 1px solid #6dc7d0;
}
@media (min-width: 768px) {
  .footer-result-col dl dd {
    font-size: 14px;
  }
}
.footer-result-col .text {
  width: 100%;
  font-size: 11px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .footer-result-col .text {
    width: 100%;
  }
}
.footer-result-col .text .small {
  font-size: 0.8em;
}
.footer-result-col .detail {
  padding: 0 10px;
}
.footer-result-col .detail-lead br {
  display: none;
}
@media (min-width: 768px) {
  .footer-result-col .detail-lead br {
    display: inline-block;
  }
}
.footer-result-col .detail p {
  font-size: 10px;
  line-height: 1.2;
  padding-top: 5px;
  letter-spacing: -0.2px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-result-col .detail p {
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 5px;
    letter-spacing: 0;
  }
}
.footer-result-col .bottombtn {
  justify-self: flex-end;
}
.footer-result-col .modelroomopen {
  text-align: center;
  padding-top: 5px;
}
.footer-result-col .modelroomopen-bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #005fac;
  display: inline-block;
  min-width: 75%;
}
@media (min-width: 768px) {
  .footer-result-col .modelroomopen-bg {
    font-size: 11px;
  }
}
.footer-result .apartment dl:before {
  background: #00ceff;
}
@media (min-width: 768px) {
  .footer-result .apartment dl:before {
    background: #00ceff;
  }
}
.footer-result .apartment dl dt:before {
  background-image: url(../img/common/pin-h.svg);
}
.footer-result .apartment dl dd {
  border-left: 1px solid #00ceff;
}
.footer-result .apartment .bottombtn {
  text-align: center;
  padding-top: 5px;
}
.footer-result .apartment .bottombtn .bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #00ceff;
  display: inline-block;
  min-width: 75%;
}
@media (min-width: 768px) {
  .footer-result .apartment .bottombtn .bg {
    font-size: 11px;
  }
}
.footer-result .house dl:before {
  background: #005ea9;
}
.footer-result .house dl:after {
  background: #005ea9;
}
@media (min-width: 768px) {
  .footer-result .house dl:before {
    background: #005ea9;
  }
}
.footer-result .house dl dt:before {
  background-image: url(../img/common/pin-sekisuiheim.svg);
}
.footer-result .house dl dd {
  border-left: 1px solid #005ea9;
}
.footer-result .house .bottombtn {
  text-align: center;
  padding-top: 15px;
}
.footer-result .house .bottombtn .bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #005fac;
  display: inline-block;
  min-width: 75%;
}
@media (min-width: 768px) {
  .footer-result .house .bottombtn .bg {
    font-size: 11px;
  }
}
.footer-result .leadtown dl:before {
  background: linear-gradient(90deg, #3aa2f0 0%, #95e4b6 100%);
}
.footer-result .leadtown dl:after {
  background: linear-gradient(90deg, #3aa2f0 0%, #95e4b6 100%);
}
.footer-result .leadtown dl dt:before {
  background-image: url(../img/common/pin-leadtown.svg);
}
.footer-result .leadtown .bottombtn {
  text-align: center;
  padding-top: 15px;
}
.footer-result .leadtown .bottombtn .bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: linear-gradient(90deg, #3aa2f0 0%, #95e4b6 100%);
  display: inline-block;
  min-width: 75%;
}
@media (min-width: 768px) {
  .footer-result .leadtown .bottombtn .bg {
    font-size: 11px;
  }
}
.footer-result .rental dl:before {
  background: #0091ca;
}
.footer-result .rental dl:after {
  background: #0091ca;
}
@media (min-width: 768px) {
  .footer-result .rental dl:before {
    background: #0091ca;
  }
}
.footer-result .rental dl dt:before {
  background-image: url(../img/common/pin-rental.svg);
}
.footer-result .rental dl dd {
  border-left: 1px solid #0091ca;
}
.footer-result .rental .bottombtn {
  text-align: center;
  padding-top: 15px;
}
.footer-result .rental .bottombtn .bg {
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #0091ca;
  display: inline-block;
  min-width: 75%;
}
@media (min-width: 768px) {
  .footer-result .rental .bottombtn .bg {
    font-size: 11px;
  }
}
.footer-result .soldout {
  font-size: 12px;
}
.footer-result .soldout .big {
  font-size: 1.5em;
  font-weight: bold;
}/*# sourceMappingURL=footer-common.css.map */