<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-white {
  background: #fff;
}

.top-lineup-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-lineup-box:nth-child(even) {
  flex-direction: row-reverse;
}

.top-lineup-box + .top-lineup-box {
  margin-top: 84px;
}

.top-lineup-box .img-area {
  width: calc(100% - 460px);
}

.top-lineup-box .img-area .lineup-ttl {
  display: none;
}

.top-lineup-box .text-area {
  width: 400px;
}

.top-lineup-box .text-area .lineup-ttl {
  margin-bottom: 48px;
  text-align: center;
}

.top-lineup-box .text-area .btn-box {
  margin-top: 43px;
}

@media screen and (max-width: 960px) {
  .top-lineup-box .img-area {
    width: 100%;
  }
  .top-lineup-box .img-area .lineup-ttl {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-lineup-box .img-area .img-pic img {
    width: 100%;
  }
  .top-lineup-box .text-area {
    width: 100%;
    margin-top: 30px;
  }
  .top-lineup-box .text-area .lineup-ttl {
    display: none;
  }
  .top-lineup-box .text-area .btn-box {
    margin: 30px auto 0;
  }
}

.home-modelhouse-list {
	/* display: flex;
	justify-content: space-between; */
}
.home-modelhouse-list .home-modelhouse-item {
	/* width: 310px; */
}
.modelhousepost-slider-parent .thumb {
	text-align: center;
}
.modelhousepost-slider-wrapper .title, 
.home-modelhouse-item .title {
	margin-top: 20px;
	font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
	.home-modelhouse-list .home-modelhouse-item {
		/* width: 31%; */
	}
}
@media screen and (min-width: 768px) {
	.modelhousepost-slider-parent .swiper-button-next, 
	.modelhousepost-slider-parent .swiper-button-prev {
		display: none;
	}
}
</pre></body></html>