.lineup {
  margin-bottom: 50px;
}

.lineup .en {
  font-size: 40px;
  margin-bottom: -20px;
}

.lineup-item .image {
  width: 100%;
}

.infomation {
  background-color: #9cc813;
  color: #fff;
  padding: 20px 50px;
}

.infomation .intro {
  width: 260px;
  text-align: left;
  margin: 0 0 30px auto;
}

.infomation .price {
  font-size: 30px;
  font-weight: bold;
}

.infomation .detail01 {
  font-size: 20px;
}

.infomation .detail02 {
  font-size: 15px;
  line-height: 20px;
  margin: 5px;
}

.infomation .desc {
  text-align: left;
  width: 70%;
  margin: 10px auto;
  word-break: keep-all;
}

.infomation .desc span {
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .lineup {
      margin-bottom: 0;
  }

  .lineup .en {
      font-size: 17px;
      margin-bottom: -5px;
  }

  .infomation {
      background-color: #9cc813;
      color: #fff;
      padding: 20px 10px;
  }

  .infomation .intro {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .infomation .price {
      font-size: 20px;
  }

  .infomation .detail01 {
      font-size: 16px;
  }

  .infomation .detail02 {
      text-align: left;
  }

  .infomation .detail02 br {
      display: none;
  }

  .infomation .desc {
      width: 100%;
  }
}

.content .modelhouse-title {
  margin-bottom: 3em;
  text-align: center;
}

.content .modelhouse-title h2 {
  margin-bottom: .75em;
  font-size: 3.0rem;
  letter-spacing: .2em;
}

.content .modelhouse-title .en {
  color: #999;
  font-size: 2.0rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .25em;
}

@media only screen and (max-width: 600px) {
  .content .modelhouse-title h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .content .modelhouse-title .en {
    margin: 0.5em 0 3em;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
}

.aboutarea .en {
  font-size: 40px;
  margin-bottom: -20px;
}

.aboutarea .aboutarea-item {
  margin: 0 auto 1em;
  width: 80%;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
  line-height: 1.4;
}

.aboutarea .aboutarea-item {
  margin: 3em auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.aboutarea .aboutarea-item h3 {
  text-align: center;
  margin-bottom: 10px;
}

.aboutarea .aboutarea-item .image {
  width: 30%;
}

.aboutarea .aboutarea-item .text {
  width: 68%;
  border: 1px solid #bbb;
  padding: 10px;
}

.aboutarea .aboutarea-info {
  margin: 10px auto;
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.aboutarea .aboutarea-info h3 {
  text-align: center;
  margin-bottom: 10px;
}

.aboutarea .aboutarea-info .text {
  width: 25%;
  border: 1px solid #bbb;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .aboutarea .en {
      font-size: 17px;
      margin-bottom: 0;
  }

  .aboutarea .aboutarea-item {
      width: 100%;
      flex-direction: column;
  }

  .aboutarea .aboutarea-item.rev {
      flex-direction: column-reverse;
  }

  .aboutarea .aboutarea-item .image {
      width: 100%;
  }

  .aboutarea .aboutarea-item .text {
      margin-top: 10px;
      width: 100%;
  }

  .aboutarea .aboutarea-info {
    width: 100%;
    flex-direction: column;
  }

  .aboutarea .aboutarea-info .text {
    margin-top: 10px;
    width: 100%;
  }

  .aboutarea .aboutarea-info .text:first-child {
    margin-top: 0;
  }
}

.btn-more.txt_btn a {
  width: 250px;
}

.interview-works_info {
  text-align: right;
}

.interview-works_info br {
  display: none;
}

@media only screen and (max-width: 600px) {
  .interview-works_info {
    text-align: center;
  }

  .interview-works_info br {
    display: block;
  }
}

/* 20240415 TOP VOICE */
.content.top-voice {
 background-color: #eee;
 padding-bottom: 140px;
}
.title-wrapper.top-voice-ttl {
 margin: 0px auto 6em auto;
}
.top-voice-ttl-en {
 text-align: center;
 font-size: 40px;
 margin-bottom: -20px;
}
.top-voice-ttl-jp {
 text-align: center;
 font-size: 1.5rem;
 margin-top: 0.75em;
}
.top-voice-item {
 display: flex;
 margin-bottom: 40px;
}
.top-voice-item-imgbox {
 width: 38%;
 margin-right: 2%;
}
.top-voice-item-txtbox {
 display: flex;
 flex-direction: column;
 width: 60%;
 background-color: #fff;
 padding: 10px 16px;
}
.top-voice-item-txt-name {
 display: block;
 text-align: right;
 margin: auto 0px 0px 0px;
}
.btn-more.voice-btn a {
 width: 100%;
 max-width: 300px;
 text-align: center;
 color: #999;
}
@media only screen and (max-width: 600px) { 
 .content.top-voice {
  padding-bottom: 60px;
 }
 .title-wrapper.top-voice-ttl {
  margin: 0px auto 6vw auto;
 }
 .top-voice-ttl-en {
  text-align: center;
  font-size: 17px;
  margin-bottom: 0;
 }
 .top-voice-ttl-jp {
  text-align: center;
  margin-top: 0;
  font-size: 2.5rem;
 }
 .top-voice-item {
  flex-direction: column;
 }
 .top-voice-item-imgbox {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
 }
 .top-voice-item-txtbox {
  width: 100%;
 }
}

/* 20240415 TOP FAQ */
.top-faq-ttl {
 margin-bottom: 3em;
 text-align: center;
}
.top-faq-ttl-en {
 font-size: 40px;
 margin-bottom: -20px;
}
.top-faq-ttl-jp {
 font-size: 1.5rem;
 margin-top: 0.75em;
}
.faq-q:before {
 content: "Q";
 color: #0070C0;
 margin-right: 6px;
}
.faq-a {
 text-indent: -1.5em;
 padding-left: 1.5em;
 margin-bottom: 20px;
}
.faq-a:before {
 content: "A";
 color: #FF0000;
 margin-right: 6px;
}
.btn-more.faq-btn a {
 width: 100%;
 max-width: 300px;
 text-align: center;
 color: #999;
}
.faq-a-span {
 display: block;
 font-size: 0.8em;
 margin-left: 1.8em;
}
@media only screen and (max-width: 600px) {
.top-faq-ttl-en {
 margin-bottom: 0;
 font-size: 17px;
 margin-bottom: 0;
 font-weight: 300;
 letter-spacing: 0.1em;
}
.top-faq-ttl-jp {
 margin: 0.5em 0 3em;
 font-weight: 300;
 margin-top: 0;
 font-size: 2.5rem;
 letter-spacing: 0.2em;
}
}

/* 20240415 TOP 北摂の各エリア情報 */
.top-area-linkbtn {
 color: #999;
}

/* 20240807-20240808 TOP GoogleMapについて */
.top-gmap {
 padding-top: 6em;
}
.top-gmap-iframe {
 width: 100%;
 height: 500px;
 vertical-align: bottom;
}
.inner.top-gmap-inner {
 width: 100%;
 padding: 0;
}
main.top-main {
 margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
 .top-gmap-iframe {
  height: 380px;
 }
}

/* 20250204 TOP LINEUP画像 */
.lineup-img-wrap {
 position: relative;
}
.lineup-imggrp {
 display: flex;
 flex-wrap: wrap;
}
.lineup-imgitem {
 width: 50%;
 height: 380px;
 overflow: hidden;
}
.lineup-imgitem-img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
@media only screen and (max-width: 600px) {
 .lineup-imgitem {
  height: auto;
 }
 .lineup-img-wrap .bx-controls a.bx-prev, 
 .lineup-img-wrap .bx-controls a.bx-next {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
 }
 .lineup-img-wrap .bx-controls a.bx-prev {
  left: -18px;
 }
 .lineup-img-wrap .bx-controls a.bx-next {
  right: -18px;
 }
 .lineup-img-wrap .bx-controls a.bx-prev:before, 
 .lineup-img-wrap .bx-controls a.bx-prev:after, 
 .lineup-img-wrap .bx-controls a.bx-next:before, 
 .lineup-img-wrap .bx-controls a.bx-next:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 12px;
 }
 .lineup-img-wrap .bx-controls a.bx-prev:after, 
 .lineup-img-wrap .bx-controls a.bx-next:after {
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
 }
 .lineup-img-wrap .bx-controls  a.bx-prev:after {
  transform: rotate(-135deg);
  left: 20px;
 }
}