@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;
}*/
/*------2023.12.04リンク無効-------*/
.header-gnav ul a{
  pointer-events: none;
  opacity: .5;
}
/*------2023.12.04リンク無効ここまで-------*/



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

.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;
}
/*-----フッター-----*/

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;
}
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 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;
}
.nelife,.kokoiku{
    margin-bottom: 120px;
}
.kokoiku .content,.tatami .content{
    justify-content: space-between;
    align-items: flex-end;
}
.kokoiku .content-text img,.tatami .content-text img{
    margin-bottom: 40px;
}
.kokoiku .content-text p,.tatami .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;
}
.tatami .content{
    flex-direction: row-reverse;
}
.tatami .content-text{
    width: 37.5%;
}
.tatami .content-text img{
    margin-left: 140px;
}
.tatami .content-img{
    margin-right: 50px;
}
/*------------------------------------------------------------------------------------------------------*/


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


/*------------------------------------------------------------------------------------------------------*/
.kuwari .content{
    align-items: flex-start;
}
.kuwari-img{
    margin-right: 60px;
}
.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: 50px;
    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;
}
.map-text dd{
    background-color:#fff;
    color: #535259;
}
.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;
    }


    /*-----フッター-----*/
    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;
    }
    /*------2023.12.04リンク無効-------*/
    .footer-gnav ul a{
      pointer-events: none;
      opacity: .5;
    }
    /*------2023.12.04リンク無効ここまで-------*/

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


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


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

    #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%;
    }
    .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,.tatami .content-text img{
        margin-left: 0;
        margin-bottom: 30px;
    }
    .kokoiku .content-text p,.tatami .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;
    }
    .tatami .content-text{
        width: 100%;
    }
    .tatami .content-img{
        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-active {
    opacity: 1;
    }*/
    .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;
    }

    

}