@charset "UTF-8";
/* CSS Document */

* {
  font-family: 'Noto Serif JP', serif;
  color: #333333;
  min-width: 0;
  scroll-behavior: smooth;

  min-height: 0;
}

a img {
  transition: ease-in.1s;
}

a img:hover {
  opacity: .8;
}

p {
  line-height: 2;
}

.sp-only {
  display: none !important;
}

.header-fixed {
  /*margin-top: -160px;
	padding-top: 160px;*/
}



/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------ヘッダー・フッター--------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

header {
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  height: 120px;
  /*border-bottom: 1px solid #bfbfbf;*/
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

header .header-inner {
  width: 1200px;
  margin: 0 auto;
}

header .header-inner img.header-logo {
  float: left;
  padding-top: 10px;
}

/*----
header .header-inner ul.header-contact-sns {
    float: left;
    margin: 30px 0 0 37px;
}

header .header-inner ul.header-contact-sns li {
    float: left;
    margin: 0 20px 0 0;
}
---*/
header .header-inner ul.header-contact {
  float: right;
  margin: 35px 0 0;
}

header .header-inner ul.header-contact a {
  display: block;
  padding: 15px;
}

ul.header-contact li {
  float: left;
  width: 180px;
  margin: 0 20px 5px 0;
  text-align: center;
}

ul.header-contact li:first-child {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin-right: 44px;
}

ul.header-contact li:first-child span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

header .header-inner ul.header-contact li:nth-child(2) a {
  background: #ffffff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 18px;
}

header .header-inner ul.header-contact li:nth-child(2) a:hover {
  opacity: 0.5;
  /*--
    background: #535259;
    color: #ffffff;
    position: relative;
    border: 1px solid #535259--*/
}


header .header-inner ul.header-contact li:nth-child(3) a {
  background: #897f7f;
  color: #fff;
  position: relative;
  border: 1px solid #897f7f;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 18px;
}

header .header-inner ul.header-contact li:nth-child(3) a:hover {
  background: #fff;
  color: #897f7f;
  position: relative;
  border: 1px solid #897f7f;
}


header .header-inner ul.header-contact li:last-child a {
  background: #535259;
  color: #ffffff;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 18px;
}

header .header-inner ul.header-contact li:last-child a:hover {
  background: #ffffff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
}

ul.header-contact li:nth-child(2) span {
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #535259;
}

ul.header-contact li:nth-child(3) span,
ul.header-contact li:last-child span {
  font-size: 14px;
  margin: 0 0 0 10px;
  color: #ffffff;
}


header .header-inner ul.header-contact li:nth-child(3) a:hover span {
  color: #897f7f;
}

header .header-inner ul.header-contact li:last-child a:hover span {
  color: #535259;
}

ul.header-contact li:last-child {
  margin: 0;
}

/*------2023.11.28リンク無効-------*/
/* .header-contact .request-para, .header-contact .reservation-para{
  pointer-events: none;
  opacity: .5;
} */
/*------2023.11.28リンク無効ここまで-------*/

/*-----グローバルナビ-----*/
.header-gnav {
  margin: 120px 0 0;
}

.header-gnav ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 70px;
}

.header-gnav ul a {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-right: 1px solid #897f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  */ border-bottom: #fff solid 2px;
}

.header-gnav ul a:last-child {
  border-right: none;
}

.header-gnav ul a:hover {
  margin: 10px 0 8px;
  border-bottom: #535259 solid 2px;
}

.header-gnav ul a span.interior {
  display: block;
  font-size: 10px;
}

.header-gnav ul a span.new {
  display: block;
  color: #cc0000;
  font-size: 10px;
}

.header-gnav ul a.link-none {
  pointer-events: none;
}

.header-gnav ul a.link-none li {
  flex-direction: column;
  color: #999999;
}

.header-gnav ul a.link-none span {
  display: block;
  color: #999999;
  font-size: 10px;
}

/*
.header-gnav ul a:nth-child(5):hover{
    margin: 10px 0 10px;
    border-bottom: none;
}*/



/*-----パンくず-----*/

.bread-nav {
  background: #f0f0f0;
  padding: 5px 0;
  /*margin: 160px 0 0;*/
}

.bread-nav ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.bread-nav li {
  float: left;
  font-size: 12px;
  margin: 0 5px 0 0;
}

.bread-nav li:after {
  content: " >"
}

.bread-nav li:last-child:after {
  content: ""
}

.bread-nav li a {
  text-decoration: underline;
  color: #333333;
}

.bread-nav li a:hover {
  text-decoration: none;
}

/*-----CTA-----*/
.cta {
  background-image: url(image/common/cta-bg.png);
  background-size: cover;
  background-repeat: repeat;
  height: 400px;
  text-align: center;
  margin: 80px 0 0;
  padding: 80px 0 90px;
}

.cta h3 {
  font-size: 36px;
  border: none;
  padding: 0;
  margin-bottom: 60px;
}

.cta .line {
  margin: 0 auto 36px;
  width: 1px;
  height: 40px;
  background-color: #333;
}

.cta p {
  font-size: 18px;
  margin-bottom: 26px;
}

.cta-contact {
  display: flex;
  justify-content: center;
}

ul.cta-contact li {
  width: 280px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
}

ul.cta-contact a {
  display: block;
  padding: 24px;
}

ul.cta-contact span {
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 15px;
}

ul.cta-contact li:first-child a {
  background: #897f7f;
  color: #fff;
  position: relative;
  border: 1px solid #897f7f;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 20px;
}

ul.cta-contact li:last-child a {
  background: #535259;
  color: #fff;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 20px;
}

ul.cta-contact li:first-child a:hover {
  background: #fff;
  color: #897f7f;
  position: relative;
  border: 1px solid #897f7f;
}

ul.cta-contact li:last-child a:hover {
  background: #fff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
}

ul.cta-contact li:first-child a:hover span {
  color: #897f7f;
}

ul.cta-contact li:last-child a:hover span {
  color: #535259;
}

/* 2405追加 */


ul.build-link a {
  display: block;
  padding: 24px;
  text-align: center;
}

ul.build-link p {
  display: block;
  text-align: center;
  padding: 24px;
  font-size: 18px;
}

ul.build-link li :hover {
  opacity: 0.5;
}


ul.build-link span {
  color: #535259;
  margin: 0 0 0 10px;
  font-size: 19px;
  top: 40%;
  right: 6%;
  position: absolute;
}

ul.build-link li {
  width: 452px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
}

ul.build-link li a {
  background: #ffffff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 20px;
}

/*-----フッター-----*/

footer {
  position: relative;
  background: #e6e6e6;
  padding: 50px 0 0;
  margin: 0;
}

footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*--
.footer-inner .blog {
    position: absolute;
    bottom: 90px;
}

.footer-inner .facebook {
    position: absolute;
    bottom: 60px;
}

.footer-inner .twitter {
    position: absolute;
    bottom: 30px;
}

.footer-inner .insta {
    position: absolute;
    bottom: 0px;
}
--*/
footer .footer-inner .footer-logo {
  float: left;
}

footer .footer-inner ul.footer-information {
  float: left;
  margin: 0 10px 0 40px;
}

footer .footer-inner ul.footer-information li {
  line-height: 1.5;
  font-size: 14px;
}

footer .footer-inner ul.footer-information li.tel {
  font-size: 32px;
  padding: 0;
  position: relative;
}

footer .footer-inner ul.footer-information ul.footer-sns {
  display: flex;
  position: absolute;
  left: 430px;
  bottom: 35px;
}

footer .footer-inner ul.footer-information ul.footer-sns li {
  margin-right: 20px;
}

footer .footer-inner ul.footer-information ul.footer-sns img {
  width: 30px;
  height: 30px;
}

/*--
footer .footer-inner ul.footer-information li.tel:before {
    content: "";
    background: url(images/footer/footer-tel.jpg) no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
--*/
footer .footer-inner ul.footer-information li.biz-hour {
  font-size: 12px;
}

footer .footer-inner ul.footer-sitemap {
  float: right;
  padding: 0 0 0 30px;
  margin: 0 0 0 50px;
  font-size: 14px;
}

footer .footer-inner ul.footer-sitemap:last-child {
  margin: 0;
}

footer .footer-inner ul.footer-sitemap li {
  line-height: 2.3;
}

footer .footer-inner ul.footer-sitemap li a {
  color: #333333;
}

footer .footer-inner ul.footer-sitemap li a:hover {
  text-decoration: underline;
}

footer .copyright {
  background: #333;
  padding: 10px 0;
  margin: 50px 0 0;
  text-align: center;
}

footer .copyright .copyright-inner {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 12px;
}

footer ul.scroll-cta li {
  float: left;
  margin: 0 15px 0 0;
}

footer #page-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

footer .footer-kobaton {
  width: 115px;
  position: absolute;
  left: calc(100% + calc(-100% - 1200px)/2 - 145px);
  top: 25px;
}

/*------2023.11.28リンク無効-------*/
/* .cta-contact .request-para, .cta-contact .reservation-para{
  pointer-events: none;
  opacity: .5;
} */
/*------2023.11.28リンク無効ここまで-------*/

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------共通-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

.inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

section {
  margin-bottom: 80px;
}

section h3 {
  font-size: 24px;
  padding: 0 0 16px 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}

.content {
  display: flex;
  align-items: flex-start;
  /* display: block;
  margin: 0 auto; */
}

h2 {
  margin: 90px 0 60px;
  text-align: center;
  font-size: 48px;
}

h2 span {
  font-size: 14px;
}

.cap-list {
  display: flex;
  justify-content: space-between;
}

.cap-list:last-child {
  padding-top: 30px;
}

.cap-list li {
  max-width: 376px;
}

.cap-list li img {
  margin-bottom: 20px;
}

.cap-ttl {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------TOP-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

section.topics {
  margin-bottom: 100px;
}

.topics h3 {
  margin-bottom: 10px;
}

.topics-inner {
  border-bottom: 1px dotted #999;
}

.topics-inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 170px;
  overflow-y: auto;
}

.topics-inner dl dt {
  display: block;
  width: 20%;
  padding: 20px 0 20px 10px;
  border-top: 1px dotted #999;
}

.topics-inner dl dd {
  display: block;
  width: 80%;
  padding: 20px 0;
  border-top: 1px dotted #999;
}

.topics-inner dl dt:first-of-type {
  border-top: none;
}

.topics-inner dl dd:first-of-type {
  border-top: none;
}

.topics-inner dl dd a {
  text-decoration: underline;
}

.topics-inner dl dd a:hover {
  text-decoration: none;
}

.point ul li {
  margin-bottom: 100px;
}

.point ul li:last-child {
  padding-bottom: 40px;
}

.naikan .content {
  justify-content: space-between;
}

.naikan .content .content-img {
  width: 40%;
}

.naikan .content .content-text {
  width: 53%;
}

.content-text p {
  margin-bottom: 100px;
}

.feature {
  display: flex;
  justify-content: space-between;
}

.feature li {
  width: 100%;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 27.5px 0;
  background: #dcd5d2;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.feature li:last-child {
  margin-right: 0;
}

.line2 li {
  margin-bottom: 0;
  padding: 15px 0;
  line-height: 1.4;
}

.youtube {
  margin: 0 auto;
  text-align: center;
}

.youtube__link {
  margin: 60px auto 0;
  width: 280px;
  height: 70px;
  text-align: center;
}

.youtube__link a {
  display: block;
  padding: 24px;
  background: #ffffff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 18px;
}

.youtube__link span {
  margin: 0 0 0 10px;
  font-size: 15px;
}

.youtube__link a:hover {
  opacity: .5;
}

/* .youtube__link a:hover span {
    color: #ffffff;
}  */

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------コンセプト-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

.nelife-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 50px;
}

.cap-list-left {
  width: 64%;
}

.cap-list-right {
  width: 32%;
}

.cap-item+.cap-item {
  margin-top: 40px;
}

.cap-item .caption {
  margin-top: 10px;
}

.nelife .cap-list+.cap-list {
  margin-top: 80px;
}

.nelife,
.kokoiku,
.concept-even,
.concept-odd {
  margin-bottom: 120px;
}

.kokoiku .content,
.concept-even .content {
  justify-content: space-between;
  align-items: flex-end;
}

.kokoiku .content-text img,
.concept-even .content-text img {
  margin-bottom: 40px;
}

.kokoiku .content-text p,
.concept-even .content-text p {
  margin-bottom: 0;
}

.kokoiku .content-text {
  width: 37.5%;
  margin-right: 50px;
}

.kokoiku .content-img ul {
  display: flex;
  margin-bottom: 24px;
}

.kokoiku .content-img ul:last-child {
  margin-bottom: 0;
}

.kokoiku .content-img ul li {
  margin-right: 24px;
}

.kokoiku .content-img ul li:last-child {
  margin-right: 0;
}

.concept-even .content {
  flex-direction: row-reverse;
}

.concept-even .content-text {
  width: 37.5%;
}

.concept-even .content-text img {
  margin-left: 140px;
}

.concept-even .content-img {
  margin-right: 50px;
}

.concept-odd .content {
  flex-direction: row;
}

.concept-odd .content-text {
  width: 37.5%;
  margin-right: 50px;
}

.concept-odd .content-text img {
  margin-bottom: 40px;
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------区割り-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/
.kuwari .content {
  align-items: center;
}

.kuwari-img {
  display: block;
  margin: 0 auto;
}

.kuwari-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kuwari-list a {
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  padding: 15px 0 15px 20px;
  text-align: left;
  position: relative;
  background: #ffffff;
  color: #535259;
  border: solid 1px #535259;
  line-height: 1;
  transition: ease-in.1s;
  text-decoration: none;
}

.kuwari-list a span {
  font-size: 12px;
  position: absolute;
  right: 20px;
}

.kuwari-list a span.syoudan {
  top: 13px;
  color: #fff;
  background-color: #3a84df;
  padding: 5px;

}

.kuwari-list a:hover {
  opacity: 0.5;
}

#land-feature .cap-list li {
  max-width: 280px;
}

#land-feature .cap-list li img {
  max-width: 100%;
}


/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------設備-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/
.setsubi-list li {
  max-width: 240px;
}

.setsubi-list li:first-child {
  max-width: 400px;
}

.mizumawari .setsubi-list {
  margin-bottom: 60px;
}

.mizumawari .setsubi-list:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------周辺環境-------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/
.map-text {
  width: 32%;
  margin-left: 40px;
}

.map-text dl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  border: solid 1px #535259;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}

.map-text dt,
.map-text dd {
  height: 100%;
  padding: 15px;
  background-color: #535259;
  color: #fff;
}

.map-text dt {
  background-color: #535259;
  color: #fff;
  display: flex;
  align-items: center;
}

.map-text dd {
  background-color: #fff;
  color: #535259;
}

.map-text dd span {
  font-size: 16px;
}

.access .content {
  justify-content: space-between;
}

.access .content-img {
  width: 32%;
}

.access .content-img img {
  width: 100%;
}

.access .content-text {
  width: 62%;
  margin-left: 50px;
}

.access .content-text p {
  margin-bottom: 70px;
}

.access .content-text dl {
  margin-bottom: 60px;
}

.access .content-text dt {
  font-size: 20px;
  margin-bottom: 32px;
}

.access .content-text .train dt:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(image/location/train-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}

.access .content-text .bus dt:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  background-image: url(image/location/bus-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 8px 5px 0 0;
}

.access .content-text dd {
  font-size: 16px;
  line-height: 1.6;
}

.access .content-text dd ul {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 20px;
}

.access .content-text dd p {
  font-size: 14px;
  line-height: 1.8;
}

.access a {
  text-decoration-line: underline;
}

/*.location .content p{
    margin-bottom: 50px;
}*/
.location .content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 600px;
  margin-right: 60px;
}

.location .content-text p {
  margin-bottom: 120px;
}

.location .content-text .content-mainimg p {
  margin-bottom: 0;
}

.location .content-img ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  font-size: 14px;
  letter-spacing: -0.05em;
  font-feature-settings: "palt"

}

.shopping {
  background-image: url(image/location/ttl-loc01.png);
  background-repeat: no-repeat;
}

.shopping .content {
  padding-top: 130px;
}

.public {
  background-image: url(image/location/ttl-loc02.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.public .content {
  padding-top: 200px;
}

.park {
  background-image: url(image/location/ttl-loc03.png);
  background-repeat: no-repeat;
}

.park .content {
  padding-top: 150px;
}

.shopping,
.public {
  margin-bottom: 100px;
}

.public .content {
  flex-direction: row-reverse;
}

.public .content-text {
  margin: 0 0 0 60px;
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------物件概要---------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

.tochi h3,
.bukken h3 {
  margin-bottom: 20px;
}

.outline-table {
  width: 100%;
  line-height: 2;
}

.outline-table tr {
  border-bottom: 1px dotted #333333;
}

.outline-table tr:last-child {
  border-bottom: none;
}

.outline-table th {
  padding: 20px 10px;
  background: #edeae8;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  width: 197px;
}

.outline-table td {
  padding: 20px 10px;
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------モデルハウス（23.04.07追加）---------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

.modelhouse_mainview {
  display: flex;
  justify-content: space-between;
}

.modelhouse_mainimg {
  width: 58%;
}

.modelhouse_maintxt {
  width: 38%;
}

.modelhouse_maintxt h3 {
  font-size: 38px;

}

.modelhouse_maintxt h3 span {
  display: inline-block;
  font-size: 14px;
}

.modelhouse_maintxt a {
  text-decoration: underline;
}

dl.modelhouse_info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  margin-bottom: 20px;
}

dl.modelhouse_info dt {
  width: 26%;
  margin-bottom: 30px;
}

dl.modelhouse_info dd {
  width: 74%;
  margin-bottom: 30px;
}

.modelhouse_maintxt .reservation-para {
  display: block;
  width: 60%;
  max-width: 280px;
  padding: 25px 15px;
  margin: 0 auto;
  background: #535259;
  color: #ffffff;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}

.modelhouse_maintxt .reservation-para:hover {
  background: #ffffff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
}

.modelhouse_maintxt .reservation-para span {
  font-size: 16px;
  margin: 0 0 0 10px;
  color: #fff;
}

.modelhouse_maintxt .reservation-para:hover span {
  color: #535259;
}

.modelhouse_gallery {
  display: flex;
  justify-content: space-between;
}

.modelhouse_content {
  width: 48%;
}

.container {
  max-width: 100%;
  margin-bottom: 30px;
}

.slider {
  margin-bottom: 20px;
}

.slick-slide {
  margin: 0 10px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}

.slick-track {
  margin-left: 0;
}

/*
.slick-active {
opacity: 1;
}*/
.slick-current {
  opacity: 1;
}

.thumbnail {
  margin: 20px 0 0;
}

.thumbnail .slick-slide {
  cursor: pointer;
}

.thumbnail .slick-slide:hover {
  opacity: .7;
}

.modelhouse_panoramatxt {
  margin-bottom: 16px;
}

.modelhouse_panorama--upper {
  margin-bottom: 180px;
}

.modelhouse_panorama iframe {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: 0 auto 30px;
  display: block;
}

.anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

ul.anchor li {
  width: 280px;
  height: 70px;
  margin-right: 20px;
  text-align: center;
}

ul.anchor a {
  position: relative;
  display: block;
  padding: 20px 24px 28px;
}

ul.anchor span {
  position: absolute;
  color: #535259;
  ;
  font-size: 18px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

ul.anchor li a {
  background: #fff;
  color: #535259;
  position: relative;
  border: 1px solid #535259;
  transition: ease-in.1s;
  text-decoration: none;
  font-size: 20px;
}

ul.anchor li a:hover {
  opacity: 0.5;
}

.jump-point {
  padding-top: 140px;
  margin-top: -140px;
}

/*------2023.11.28リンク無効-------*/
.modelhouse_maintxt .reservation-para {
  pointer-events: none;
  opacity: .5;
}

/*------2023.11.28リンク無効ここまで-------*/






/*----------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------スマートフォン／ブレイクポイント----------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  p {
    font-size: 14px;
    line-height: 2;
  }

  .header-fixed {
    margin-top: -65px;
    padding-top: 65px;
  }

  /*------------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------ヘッダー・フッター--------------------------------------------*/
  /*------------------------------------------------------------------------------------------------------*/
  header {
    overflow: visible;
    background: #ffffff;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #bfbfbf;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }

  header .header-inner {
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }

  header .header-inner img.header-logo {
    border-top: none;
    padding: 0;
    height: 45px;
  }

  header .header-inner ul.header-contact-sp {
    float: right;
    margin: 0;
  }

  header .header-inner ul.header-contact-sp li {
    float: left;
    width: 50px;
    height: 45px;
    /*border-left: 1px solid #999999;*/
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
  }

  /*
    #acMenu dt {
        display: block;
        height: 45px;
        cursor: pointer;
    }
    #acMenu dd {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: #ffffff;
    }
    #acMenu dd ul li {
        width: 100%;
        height: auto;
        border: none;
        padding: 16px 10px;
        border-bottom: 1px dotted #999999;
        z-index: 10;
        font-size: 14px;
        letter-spacing: .1em;
        position: relative;
    }
    #acMenu dd ul li:after {
        content: "";
        background: url(images/all/search-arrow.png) no-repeat;
        background-size: cover;
        display: inline-block;
        width: 10px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }
    #acMenu dd ul li span {
    }*/
  .mitsui-post .tit {
    font-size: 21px;
  }

  /*------2023.11.28リンク無効-------*/
  .header-contact-sp .request-para,
  .header-contact-sp .reservation-para {
    pointer-events: none;
    opacity: .5;
  }

  /*------2023.11.28リンク無効ここまで-------*/
  /*-----パンくず-----*/
  .bread-nav {
    display: none;
  }

  /*-----CTA-----*/
  .cta {
    height: 380px;
    margin: 10px 0 0;
    padding: 60px 0 80px;
  }

  .cta h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .cta .line {
    margin: 0 auto 22px;
    height: 30px;
  }

  .cta p {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .cta-contact {
    flex-direction: column;
    align-items: center;
  }

  ul.cta-contact li {
    width: 210px;
    height: 50px;
    margin-right: 0;
  }

  ul.cta-contact li:first-child {
    margin-bottom: 20px;
  }

  ul.cta-contact a {
    display: block;
    padding: 16px;
  }

  ul.cta-contact span {
    color: #fff;
    margin: 0 0 0 10px;
    font-size: 11px;
  }

  ul.cta-contact li:first-child a {
    font-size: 14px;
  }

  ul.cta-contact li:last-child a {
    font-size: 14px;
  }

  ul.build-link li a {
    border: 1px solid #535259;
    transition: ease-in .1s;
    text-decoration: none;
    font-size: 16px;
  }

  ul.build-link span {
    color: #535259;
    margin: 0 0 0 10px;
    font-size: 14px;
  }

  ul.build-link li {
    width: 90%;
    height: 50px;
    text-align: center;
    margin: 0 auto;
  }

  ul.build-link p {
    padding: 0 0 16px 0;
    font-size: 15px;
  }

  ul.build-link {
    margin-bottom: 70px;
  }

  /*-----フッター-----*/
  footer {
    background: #f0f0f0;
    margin: 0;
    padding: 0;
  }

  footer .footer-inner {
    width: 100%;
    padding: 50px 20px 0;
  }

  /*--
    .footer-inner .blog {
        position: relative;
        display: block;
        margin: 5px 0;
    }
    .footer-inner .facebook {
        position: static;
        display: block;
        margin: 5px 0;
    }
    .footer-inner .twitter {
        position: static;
        display: block;
        margin: 5px 0;
    }
    .footer-inner .insta {
        position: static;
        display: block;
    }
    --*/
  footer .footer-inner .footer-logo {
    width: 140px;
    float: none;
    display: block;
    margin: 0 auto 30px;
  }

  footer .footer-inner ul.footer-information {
    width: 100%;
    float: none;
    margin: 0 0 60px 0;
    text-align: center;
  }

  footer .footer-inner ul.footer-information li {
    font-size: 11px;
    line-height: 1.6;
  }

  footer .footer-inner ul.footer-information li.tel {
    font-size: 26px;
    padding: 16px 0;
    line-height: 1;
  }

  /*
    footer .footer-inner ul.footer-information li.tel:before {
        width: 20px;
        height: 20px;
        background-size: cover;
    }
    */
  footer .footer-inner ul.footer-information li.biz-hour {
    font-size: 10px;
  }

  footer .footer-inner ul.footer-information ul.footer-sns {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 40px;
    justify-content: center;
  }

  footer .footer-inner ul.footer-information ul.footer-sns li {
    margin-right: 14px;
  }

  footer .footer-inner ul.footer-information ul.footer-sns li:last-child {
    margin-right: 0;
  }

  footer .footer-inner ul.footer-information ul.footer-sns img {
    width: 20px;
    height: 20px;
  }

  footer .footer-inner ul.footer-sitemap {
    border-left: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    width: 50%;
    border-bottom: none;
  }

  footer .footer-inner ul.footer-sitemap:last-child {
    margin: 0;
  }

  footer .footer-inner ul.footer-sitemap li {
    line-height: 1.8;
    background: none;
    padding: 10px 0 10px 5px;
    border-top: none;
  }

  footer .footer-inner ul.footer-sitemap li a {
    text-decoration: none;
  }

  footer .footer-inner ul.footer-sitemap:last-child li {
    border-left: none;
  }

  footer .copyright {
    padding: 10px 0 90px;
    margin: 50px 0 0;
  }

  footer .copyright .copyright-inner {
    width: 100%;
    font-size: 10px;
  }

  .footer-gnav {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 9999;
  }

  .footer-gnav ul {
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: solid 1px #897f7f;
  }

  .footer-gnav ul:last-child {
    border-bottom: none;
  }

  .footer-gnav ul a {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-right: 1px solid #897f7f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-gnav ul a:last-child {
    border-right: none;
  }

  .footer-gnav ul a li span {
    display: block;
    color: #cc0000;
    font-size: 10px;
  }

  .footer-gnav ul a.link-none {
    pointer-events: none;
  }

  .footer-gnav ul a.link-none li {
    color: #999999;
  }

  .footer-gnav ul a.link-none li span {
    display: block;
    color: #999999;
    font-size: 10px;
  }


  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------共通-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/

  #all {
    margin-top: 65px;

  }

  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
  }

  h2 {
    margin: 70px 0;
    font-size: 36px;
  }

  h2 span {
    font-size: 12px;
  }

  section {
    margin-bottom: 80px;
  }

  section h3 {
    font-size: 18px;
    padding: 0 0 10px 4px;
    margin-bottom: 18px;
  }

  .content {
    display: block;
  }

  .cap-list {
    display: block;
  }

  .cap-list li,
  .cap-list li:first-child {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .cap-list li:last-child {
    margin-bottom: 0;
  }

  /*.cap-list li img{
        max-width: 40%;
        margin-right: 10px;
        margin-bottom: 0;
    }*/
  .cap-list li .caption p {
    font-size: 12px;
    line-height: 1.6;
  }

  .cap-list li .caption .cap-ttl {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------TOP-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/
  .sp-inner {
    padding: 0;
  }

  .topics h3 {
    margin-bottom: 6px;
  }

  .topics-inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
  }

  .topics-inner dl dt {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 12px 0 16px 4px;
    border-top: 1px dotted #999;
  }

  .topics-inner dl dd {
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 46px 4px;
    border-top: none;
  }

  .point ul li {
    margin-bottom: 70px;
  }

  .point ul li:last-child {
    padding-bottom: 20px;
  }

  .naikan .content .content-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .naikan .content .content-text {
    width: 100%;
    padding-left: 0;
  }

  .content-text p {
    margin-bottom: 35px;
  }

  .feature {
    display: flex;
    justify-content: space-between;
  }

  .feature li {
    width: 100%;
    height: 42px;
    margin: 0 8px 8px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }

  .feature li:last-child {
    margin-right: 0;
  }

  .line2 li {
    margin: 0 8px 8px 0;
    padding: 10px 0;
    line-height: 1;
  }

  .youtube__link {
    margin: 40px auto 0;
    width: 210px;
    height: 50px;
  }

  .youtube__link a {
    padding: 16px;
    font-size: 14px;
  }

  .youtube__link span {
    margin: 0 0 0 5px;
    font-size: 11px;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------コンセプト-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/
  #nelife .cap-list li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #nelife .cap-list li .cap-img {
    width: 40%;
  }

  #nelife .cap-list li .caption {
    width: 55%;
  }

  .cap-list-left {
    width: 100%;
  }

  .cap-list-right {
    width: 100%;
    margin-top: 40px;
  }

  .nelife .cap-list+.cap-list {
    margin-top: 40px;
    padding-top: 0;
  }

  .concept-ttl-sp {
    height: 80px;
    margin-bottom: 30px;
  }

  .nelife,
  .kokoiku {
    margin-bottom: 100px;
  }

  .concept-ttl-sp {
    height: 80px;
    margin-bottom: 30px;
  }

  .kokoiku .content-text img,
  .concept-even .content-text img {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .kokoiku .content-text p,
  .concept-even .content-text p {
    margin-bottom: 30px;
  }

  .kokoiku .content-text {
    width: 100%;
    margin-right: 0;
  }

  .kokoiku .content-img ul {
    margin-bottom: 10px;
  }

  .kokoiku .content-img ul:last-child {
    margin-bottom: 0;
  }

  .kokoiku .content-img ul li {
    margin-right: 10px;
  }

  .kokoiku .content-img ul li:last-child {
    margin-right: 0;
  }

  .concept-even .content-text {
    width: 100%;
  }

  .concept-even .content-img {
    margin-right: 0;
  }

  .concept-odd .content-text {
    width: 100%;
    margin-right: 0;
  }

  .concept-ttl-sp {
    height: 80px;
    margin-bottom: 30px;
  }

  .nelife .sp-only img {
    margin-bottom: 30px;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------区割り-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/

  /* .kuwari-img {
    margin: 0 0 40px 0;
  } */

  .kuwari-list {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .kuwari-list a {
    width: 100%;
    height: 36px;
    padding: 10px 0 10px 10px;
    font-size: 12px;
  }

  .kuwari-list a span {
    font-size: 12px;
    position: absolute;
    right: 12px;
  }

  .kuwari-list a span.syoudan {
    font-size: 10px;
    top: 8px;
    padding: 4px;
  }

  #land-feature .cap-list li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #land-feature .cap-list li .cap-img {
    width: 40%;
  }

  #land-feature .cap-list li .caption {
    width: 55%;
  }

  #kuwari {
    margin-bottom: 30px;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------設備-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/
  #sotomawari .cap-list li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #sotomawari .cap-list li .cap-img {
    width: 40%;
  }

  #sotomawari .cap-list li .cap-img img {
    width: 100%;
  }

  #sotomawari .cap-list li .caption {
    width: 55%;
  }

  #mizumawari .cap-list li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #mizumawari .cap-list li .cap-img {
    width: 40%;
  }

  #mizumawari .cap-list li .cap-img img {
    width: 100%;
  }

  #mizumawari .cap-list li .caption {
    width: 55%;
  }

  #naisou .cap-list li {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
  }

  #naisou .cap-list li .cap-img {
    width: 40%;
  }

  #naisou .cap-list li .cap-img img {
    width: 100%;
  }

  #naisou .cap-list li .caption {
    width: 55%;
  }

  .cap-list li img.setsubi-img {
    max-width: 100%;
  }

  .mizumawari .setsubi-list {
    margin-bottom: 50px;
  }

  .mizumawari .setsubi-list:last-child {
    margin-bottom: 0;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------周辺環境-------------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/
  .googlemap {
    margin-bottom: 25px;
  }

  .map-text {
    width: 100%;
    margin-left: 0;
  }

  .map-text dl {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .access .content-img {
    width: 100%;
  }

  .access .content-text {
    width: 100%;
    margin-left: 0;
  }

  .access .content-text p {
    margin-bottom: 60px;
  }

  .access .content-text dl {
    margin-bottom: 50px;
  }

  .access .content-text dt {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .access .content-text dd {
    font-size: 16px;
  }

  .access .content-text dd ul {
    font-size: 14px;
  }

  .location .content p {
    margin-bottom: 30px;
  }

  .location .content .content-mainimg p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .location .content-img ul p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .location .content-text {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .location .content .content-mainimg {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .location .content-img ul {
    gap: 10px 10px;
    font-size: 14px;
  }

  .location .content-img ul p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .shopping .content {
    padding-top: 130px;
  }

  .public {
    background-image: url(image/location/ttl-loc02-sp.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .public .content {
    padding-top: 200px;
  }

  .park {
    background-image: url(image/location/ttl-loc03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .park .content {
    padding-top: 150px;
  }

  .shopping,
  .public {
    margin-bottom: 80px;
  }

  .public .content-text {
    margin: 0;
  }

  .lifeinfo .scroll-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lifeinfo .scroll-box div img {
    max-width: 100%;
    min-width: 767px;
  }

  /*------------------------------------------------------------------------------------------------------*/


  /*--------------------------------------------物件概要----------------------------------------------------*/


  /*------------------------------------------------------------------------------------------------------*/
  .outline-table {
    width: 100%;
    margin: 0;
    font-size: 12px;
  }

  .outline-table tr {
    border-bottom: 1px dotted #333333;
  }

  .outline-table th {
    padding: 10px;
    width: 95px;
  }

  .outline-table td {
    padding: 10px;
  }
}

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------モデルハウス（23.04.07追加）---------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

/* .modelhouse_mainview {
    display: block;
  }

  .modelhouse_mainimg {
    width: 100%;
    margin-bottom: 30px;
  }

  .modelhouse_maintxt {
    width: 100%;
  }

  .modelhouse_maintxt h3 {
    font-size: 32px;
  }

  .modelhouse_maintxt h3 span {
    display: inline;
    font-size: 12px;
  }

  dl.modelhouse_info dt {
    width: 35%;
  }

  dl.modelhouse_info dd {
    width: 65%;
  }

  .modelhouse_maintxt .reservation-para {
    display: block;
    width: 210px;
    max-width: 210px;
    padding: 16px;
    margin: 0 auto;
    font-size: 14px;
  }

  .modelhouse_maintxt .reservation-para span {
    font-size: 11px;
    margin: 0 0 0 10px;
    color: #fff;
  }

  .modelhouse_panorama--upper {
    margin-bottom: 120px;
  }

  .modelhouse_gallery {
    display: block;
  }

  .modelhouse_content {
    width: 100%;
  }

  .slider {
    margin-bottom: 15px;
  }

  .slick-slide {
    margin: 0 10px;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5;
  }

  .slick-track {
    margin-left: 0;
  }


  .slick-current {
    opacity: 1;
  }

  .thumbnail {
    margin: 5px 0 0;
  }

  .modelhouse_panorama iframe {
    width: 100%;
    height: 70vh;
  }

  .anchor {
    margin-bottom: 40px;
  }

  ul.anchor li {
    width: 38%;
    height: 48px;
    margin-right: 0;
  }

  ul.anchor li+li {
    margin-left: 20px;
  }

  ul.anchor a {
    padding: 10px 24px 18px;
  }

  ul.anchor span {
    font-size: 14px;
    bottom: 8px;
  }

  ul.anchor li a {
    font-size: 16px;
  }

  .jump-point {
    padding-top: 100px;
    margin-top: -100px;
  }
} */

/*------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------モデルハウス（24.07.24追加）---------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------*/

.modelhouse .news {
  display: block;
  text-align: center;
  background-image: url(image/modelhouse/news-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}

.modelhouse h3 {
  border-bottom: none;
  font-size: 28px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
}

.modelhouse .news dl {
  padding: 11px 0;
  display: flex;
  font-size: 14px;
  justify-content: left;
  border-bottom: 1px dotted #999999;
  margin: 0 54px;
  align-items: baseline;
}

.modelhouse .news dl dt {
  display: block;
  width: 16%;
  text-align: left;
}

.modelhouse .news dl dd {
  text-align: left;
  line-height: 1.4;
  width: 84%;
}

.modelhouse .news_wrap {
  background: rgba(255, 255, 255, 0.8);
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.modelhouse .news_list {
  display: block;
  /* ニュース増えたらコメントアウト解除 */
  height: 150px;
  overflow-y: scroll;
}

.modelhouse .room p {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.modelhouse .tab {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

/* タブメニュー */
.modelhouse .tab__menu {
  display: flex;
  justify-content: center;
  min-height: 50px;
  /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}



.modelhouse .tab__menu-item {
  list-style: none;
  width: 390px;
  height: 60px;
  margin-right: 15px;
  background-color: #eceae8;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modelhouse .tab__menu-item:hover {
  opacity: 70%;
}

.modelhouse .tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.modelhouse .tab__menu-item.is-active {
  display: block;
  background-color: #535259;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modelhouse .tab__menu-item.is-active span {
  color: #ffffff;
}

.modelhouse .tab__menu-item span {
  color: #535259;
}


/* タブパネル */
.modelhouse .tab__panel {
  width: 100%;
}

.modelhouse .tab__panel-box {
  padding: 60px 46px;
}

.modelhouse .tab__panel-box001 {
  display: none;
}

.modelhouse .tab__panel-box002 {
  display: none;
}

.modelhouse .tab__panel-box003 {
  display: none;
}

/* is-showがついている時のスタイル */
.modelhouse .tab__panel-box.is-show {
  display: block;
}

.modelhouse .tab__panel-box span {
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 15px;
}

.modelhouse .tab__menu span {
  font-size: 14px;
  color: #333;
  padding: 0 15px;
}

.modelhouse .tab__menu {
  font-size: 27px;
}

.modelhouse .tab__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 30px 30px;
}

.modelhouse .tab__item:first-of-type img {
  max-width: 623px;
  width: 100%;
}

.modelhouse .tab__list {
  display: flex;
  flex-direction: column;
  width: 442px;
  text-align: left;
}

.modelhouse h4 {
  margin: 0;
  padding: 0;
  font-size: 50px;
  text-align: left;
  font-weight: 600;
  padding-top: 20px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
}

.modelhouse .tab__list p:first-of-type {
  display: block;
  font-size: 22px;
  text-align: left;
  padding: 5px 0;
  margin-bottom: auto;
}

.modelhouse .tab__list .tab__tit p:first-child {
  font-size: 20px;
  background-color: #535259;
  color: #FFFFFF;
  padding: 0 15px;
}

.modelhouse .tab__list .tab__tit p:nth-of-type(2) {
  padding: 0 15px;
}

.modelhouse .tab__tit {
  display: flex;
  align-items: center;
  border: 1px solid #535259;
}

.modelhouse .btn__wrap a {
  display: block;
  background-color: #897f7f;
  color: #FFFFFF;
  padding: 18px 20px;
  font-size: 17px;
  transition: .3s;
}

.modelhouse .btn__wrap a:hover {
  opacity: 70%;
  transition: .3s;
}

.modelhouse .btn__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modelhouse .tab__item p:first-of-type {
  display: block;
  text-align: left;
}

.modelhouse .tab__item p:last-of-type {
  display: block;
  text-align: left;
  font-size: 14px;
}

.modelhouse .tab__item .one img {
  width: 349px;
  height: auto;
  margin-bottom: 49px;
  display: block;
}

.modelhouse .tab__item .one {
  margin: 0 auto;
}

.modelhouse .tab__item {
  display: block;
}

.slick-initialized .slick-slide {
  margin: 0;
}

.modelhouse small {
  display: block;
  font-size: 14px;
  text-align: right;
}

.modelhouse .s_item {
  width: 349px;
}

/* 0821追加 */

.flow {
  background-color: #f9f9f9;
  padding-bottom: 80px;
}

.flow .caption p {
  color: #333333;
  font-size: 16px;
  text-align: center;
  padding-bottom: 70px;
}

.flow .acodion nav {
  display: none;
}

.flow .acodion {
  max-width: 740px;
  margin: 0 auto;
}

.flow .acodion .nav-open {
  background-color: #eceae8;
  font-size: 22px;
  color: #333333;
  padding: 10px 15px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}

.flow .acodion .nav-open span {
  font-size: 16px;
  padding-right: 5px;
}

.flow .acodion .acodion_wrap {
  box-shadow: 4px 8px 21px rgba(0, 0, 15, 0.03);
  margin-bottom: 50px;
  position: relative;
}

.flow .acodion .acodion_wrap:nth-of-type(7) {
  margin-bottom: 0;
}

.flow .acodion hr {
  border-top: 1px solid #eceae8;
  border-width: 2px;
  padding: 25px 0 5px 0;
  position: relative;
  margin-top: -17px;
}

.flow .acodion .acodion_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 18px solid #eceae8;
  left: 46%;
  bottom: -53px;
}

.flow .acodion .acodion_wrap:last-of-type::after {
  display: none;
}

.flow.acodion .nav-open {
  padding: 15px;
  color: #fff;
  font-size: 20px;
  position: relative;
}

.acodion_wrap nav {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 15px;
}

.flow .acodion .nav-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}

.flow .acodion .nav-open.active::before {
  /* 開いている時 */
  content: "－";
}

section.kuwari {
  margin-bottom: 0;
}

section.flow {
  margin-bottom: 0;
}

.la_cta {
  margin: 0;
}

.model-cta h3 {
  font-size: 25px;
  border: none;
  padding: 0;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

.model-cta h3 p {
  font-size: 20px;

}

.model-cta {
  padding: 30px 0;
  background-color: #f0f0f0;
  transition: .2s;
}

.model-cta:hover {
  opacity: 70%;
  transition: .2s;
}

.model-cta ul.cta-contact li {
  width: 340px;
  height: 70px;
  /* margin-right: 20px; */
  text-align: center;
}

.model-cta {
  margin-top: 120px;
}

@media screen and (max-width:767px) {

  .modelhouse h3 {
    font-size: 21px;
  }

  .modelhouse .news {
    display: block;
    text-align: center;
    background-image: url(image/modelhouse/news-bg-sp.jpg);
    padding: 25px 0;
  }

  .modelhouse .news_wrap {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .modelhouse .news dl {
    padding: 11px 0;
    display: block;
    font-size: 12px;
    justify-content: left;
    border-bottom: 1px dotted #999999;
    margin: 0 20px;
  }

  /* ニュース増えたらコメントアウト解除 */
  .modelhouse .news_list {
    height: 220px;
  }

  .modelhouse .news dl dt {
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
  }

  .modelhouse .tab__menu span {
    font-size: 10px;
    color: #333;
    padding: 0;
    line-height: 1.2;
    margin-bottom: auto;
    padding-top: 3px;
  }

  .modelhouse .tab__menu-item {
    flex-wrap: wrap;
    min-height: 50px;
    padding: 0;
    margin: 0;
  }

  .modelhouse .tab__menu {
    font-size: 20px;
  }

  .modelhouse .tab {
    width: 100%;
    margin: 0 auto;
    margin-top: 6px;
  }

  .modelhouse .tab__menu-item {
    list-style: none;
    width: 210px;
    height: 57px;
    margin-right: 7px;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    display: block;
    align-items: center;
    padding: 8px 0 8px 0;
    justify-content: center;
  }

  .modelhouse .room p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .modelhouse .tab__wrap {
    margin-bottom: 35px;
    gap: 0;
    flex-wrap: wrap;
  }

  .modelhouse .tab__panel-box {
    padding: 30px 10px 0 10px;
  }

  .modelhouse .tab__list .tab__tit p:first-child {
    padding: 0;
    padding: 0 20px;
  }

  .modelhouse .tab__list .tab__tit p:nth-of-type(2) {
    padding: 0 20px;
    margin: 0;
  }

  .modelhouse .tab__tit {
    margin-top: 30px;
  }

  .modelhouse h4 {
    margin: 0;
    padding: 0;
    font-size: 33px;
    text-align: left;
    font-weight: 600;
    padding-top: 12px;
    letter-spacing: 1.8px;
    line-height: 1.2;
    border-bottom: 1px solid #333333;
    padding-bottom: 7px;
  }

  .modelhouse .btn__wrap {
    gap: 0 10px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
  }

  .modelhouse .btn__wrap a {
    background-color: #897f7f;
    padding: 16px 0;
    font-size: 3.2vw;
    transition: .3s;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
  }

  .modelhouse .room p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .modelhouse .text {
    margin-bottom: 60px !important;
  }

  .modelhouse small {
    font-size: 10px;
  }

  .modelhouse .tab__menu-item.is-active {
    display: block;
  }

  .modelhouse .tab__item .one img {
    width: 100%;
    height: auto;
    margin-bottom: 49px;
    display: block;
  }

  .modelhouse .tab__menu li:first-of-type span {
    letter-spacing: -2px;
  }

  .modelhouse .s_item {
    width: 100%;
  }

  .modelhouse .news dl dd {
    width: 100%;
  }

  /* 0821追加 */

  .flow .caption p {
    font-size: 16px;
    text-align: left;
    line-height: 2.2;
  }

  #kuwari {
    margin-bottom: 60px;
  }

  .flow .acodion .nav-open {
    font-size: 18px;
    padding: 6px 8px;
    line-height: 1.5;
  }

  .flow .acodion .nav-open span {
    display: block;
    font-size: 14px;
    padding-right: 8px;
  }

  .flow .caption p {
    padding-bottom: 40px;
  }

  .acodion_wrap nav {
    padding: 10px;
    font-size: 14px;
  }

  .flow .acodion hr {
    border-width: 1.8px;
    padding: 18px 0 5px 0;
    margin-top: -36px;
  }

  .flow .acodion .acodion_wrap::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #eceae8;
    left: 46%;
    bottom: -27px;
  }

  .flow .acodion .nav-open::before {
    right: 13px;
  }

  .flow {
    background-color: #f9f9f9;
    padding-bottom: 15px;
  }

  .flow .acodion .acodion_wrap:nth-of-type(3) .nav-open:before {
    top: 12px;
  }

  .flow .acodion .acodion_wrap:nth-of-type(7) {
    margin-bottom: 55px;
  }

  .model-cta h3 {
    font-size: 20px;
    border: none;
    padding: 0;
    text-align: center;
  }

  .model-cta {
    padding: 30px 0;
  }

  .model-cta h3 p {
    font-size: 14px;
    padding-top: 5px;
  }

  .model-cta ul.cta-contact li {
    width: 340px;
    height: 70px;
    /* margin-right: 20px; */
    text-align: center;
  }

  .model-cta {
    margin-top: 80px;
  }
}

/* 20250707追記 */
.content {
  justify-content: center;
}

.button-container {
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.light-btn {
  padding: 20px 50px;
  font-size: 18px;
  border: 1px solid #333;
  cursor: pointer;
  background: none;
  width: 350px;
  text-align: left;
  position: relative;
  box-shadow: 0 0 8px rgb(207, 207, 207);
  transition: .2s;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.light-btn:hover {
  box-shadow: none;
  transition: .2s;
}

.light-btn::after {
  content: "›";
  position: absolute;
  right: 10%;
  row-gap: 30%;
  font-size: 22px;
}

.light-btn span.no {
  font-size: 23px;
}

.light-btn span.sales {
  font-size: 15px;
  background: #ca0d0d;
  color: #FFFFFF;
  padding: 3px 5px;
  margin: 0 0 0 15px;
}
.light-btn span.syoudan {
  font-size: 15px;
  background: #0d7eca;
  color: #FFFFFF;
  padding: 3px 5px;
  margin: 0 0 0 15px;
}

.lightbox {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  left: 0;
  transition: opacity 0.5s ease;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
}

.lightbox:after {
  content: "✕";
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.kuwari-img {
  display: block;
  margin: 0 auto;
  margin: 0 3%;
}

@media screen and (max-width:767px) {
  .kuwari-img {
    margin: 0;
  }

  .button-container {
    gap: 25px;
  }

  .light-btn {
    padding: 10px 30px;
    font-size: 14px;
    cursor: pointer;
    background: none;
    width: 90%;
    margin: 0 auto;
  }

  .lightbox img {
    max-width: 95%;
    max-height: auto;
  }

  .lightbox:after {
    top: 30px;
    right: 30px;
  }

  h2 {
    margin: 70px 0 50px 0;
    font-size: 36px;
  }
}

#info {
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0px 0 6px rgb(226, 226, 226);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;

  span {
    color: #baab70;
    font-size: 30px;
    font-weight: bold;
  }
}

.mainbanner {
  margin-bottom: 20px;
}

.lightbox {
    z-index: 99999999;
    height: 100vh;
}

@media screen and (max-width:767px) {
  #info {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.6;
    padding: 10px;
  }

  span {
    font-size: 23px;
  }
}