@charset "UTF-8";

.action{
max-width: 100%;
background: #918264;
}
.action_inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
.action_inner h2{
color: #fff;
font-size: 2.5em;
}
.action_inner img{
}

@media print, screen and (max-width:768px) {
.action_inner h2{
font-size: 1.6em;
line-height: 150%;
margin-top: 20px;
}
}





.action2{
max-width: 100%;
  background-image: linear-gradient(90deg, #8e0000, #d52020 50%, #8e0000);}
.action2_inner{
width: 100%;
max-width: 800px;
margin: 0 auto;
text-align: center;
padding: 30px 0 15px;
}
.action2_inner h2{
color: #fff;
font-size: 3em;
letter-spacing: 2px;
}


@media print, screen and (max-width:768px) {
.action2_inner{
font-size: 1.6em;
line-height: 150%;
padding: 20px 50px;
}
}



.info{
width: 800px;
margin: 20px auto 30px;
border: 1px solid #ccc;
padding: 20px
}

.info p{
color: red;
line-height: 200%;
}
@media print, screen and (max-width:768px) {
.info{
width: 90%;
margin: 20px auto 30px;
}
}



/*---------------------------*/
#mainvisual {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #mainvisual {
    overflow: initial;
/*    margin-bottom: 86px !important; */
  }
}
#mainvisual img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 100vh;
  width: 100%;
}
#mainvisual #splash-top {
  height: auto;
  line-height: 0;
  overflow: hidden;
}
#mainvisual #splash-top .movie_inner {
  position: relative;
}
#mainvisual #splash-top .movie_inner.sp {
  display: none;
}
@media (max-width: 619px) {
  #mainvisual #splash-top .movie_inner.sp {
    display: block;
  }
}
@media (max-width: 619px) {
  #mainvisual #splash-top .movie_inner.pc {
    display: none;
  }
}
#mainvisual #splash-top video {
  height: 100%;
  width: 100%;
}
#mainvisual #splash-top .movie_btn {
  line-height: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mainvisual #splash-top button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
#mainvisual #splash-top button:focus {
  outline: none;
}
#mainvisual #splash-top .js-video-button, #mainvisual #splash-top .js-video-button-sp {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-family: "Times New Roman", Times, A1 Mincho, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.4rem;
  padding: 0.25em 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
}
#mainvisual #splash-top .js-video-button:hover, #mainvisual #splash-top .js-video-button-sp:hover {
  background: #999;
  margin-top: 1px;
}



.top-info{
width: 100%;
margin: 20px auto 20px;
font-size:3em;
letter-spacing: 5px;
color: #876721;
}
@media print, screen and (max-width:768px) {
.top-info{
font-size:1.8em;
letter-spacing: 2px;
}
}

/*--CP-------------------------*/
.cp {
margin:  0
}

.cp img{
max-width: 1200px;
margin: 0 auto 20px;
padding: 10px;
}






/*---------------------------*/
.merit{
max-width: 100%;
background: #e3ded7;
}
.merit_inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
.merit_inner ul{
display: flex;
flex-wrap:wrap;
}
.merit_inner li{
width: 48%;
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0;
}
.merit_inner p{border-bottom: 1px solid #918264;}
.merit_inner p img{ width: 90%; margin: 20px auto 30px; text-align: center}
.merit_inner li:nth-child(1){border-right: 1px solid #918264;}
.merit_inner li:nth-child(1) img{width: 70%;}
.merit_inner li:nth-child(2) img{width: 80%;}

@media print, screen and (max-width:768px) {
.merit_inner{
width: 90%;
}
.merit_inner ul{
display: block;
}
.merit_inner li{
width: 100%;
display: block;
margin: 20px 0;
padding-bottom: 20px;
border-bottom:  1px solid #918264;
}
.merit_inner ul:last-child li:last-child{
padding-bottom: 0;
border-bottom:  none;
}
.merit_inner p{border-bottom:   1px solid #918264;;}
.merit_inner p img{ width: 90%; margin: 20px auto;}
.merit_inner li:nth-child(1){border-right: none}
.merit_inner li:nth-child(1) img{width: 70%;}
.merit_inner li:nth-child(2) img{width: 80%;}
}


/*---------------------------*/
.concept{
max-width: 100%;
background: url("../../images/top/concept_bg.jpg");
}
.concept_inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding: 50px 0;
}
.concept_inner h3{
font-size: 1.8em;
line-height: 200%;
}    
.concept_inner h3 span{
color: #ce8d00;
font-size: 1.3em;
}
.concept_inner p{
font-size: 1em;
line-height: 300%;
letter-spacing: 1px;
padding-top: 30px;
}

@media print, screen and (max-width:768px) {
.concept_inner{
width: 90%;
padding: 30px 0;
}
.concept_inner h3{
font-size: 1.2em;
}    

.concept_inner p{
font-size: .8em;
line-height: 200%;
letter-spacing: 1px;
padding-top: 30px;
text-align: left;
}
}


/*---------------------------*/
.model,
.quality,
.town,
.info{
max-width: 100%;
}
.house_inner,
.model_inner,
.quality_inner,
.town_inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
padding: 50px 0;
}

.house_inner h3,
.model_inner h3,
.quality_inner h3,
.town_inner h3{
font-size: 1.8em;
line-height: 150%;
color: #918264;
}

.house_inner .line,
.model_inner .line,
.quality_inner .line,
.town_inner .line{
width: 50px;
margin: 10px auto 0;
border-bottom: 1px solid #918264;
}


.house_inner .sub_ttl,
.model_inner .sub_ttl,
.quality_inner .sub_ttl,
.town_inner .sub_ttl{
font-size: 1.2em;
padding: 20px 0;
letter-spacing: 2px;
}

@media print, screen and (max-width:768px) {
.model_inner,
.quality_inner,
.town_inner{
width: 95%;
padding: 30px 0;
}
.model_inner h3,
.quality_inner h3,
.town_inner h3{
font-size: 1.4em;
}
.model_inner .line,
.quality_inner .line,
.town_inner .line{
width: 50px;
margin: 10px auto 0;
}
.model_inner .sub_ttl,
.quality_inner .sub_ttl,
.town_inner .sub_ttl{
font-size: 1em;
padding: 10px 0;
letter-spacing: 2px;
}
}



/* information ----------------- */
.info_inner{
width: 100%;
max-width: 850px;
margin: 0 auto;
text-align: left;
padding: 50px 0;
}

@media print, screen and (max-width:768px) {
.information{
width: 95%;
margin: 0 auto;
text-align: left;
padding: 50px 0 30px;
}
}

.information .conBody{
padding-top: 0;
}
.information h2{
margin: 0 0 10px 0;
font-size: 1.8rem;
text-align: center;
}
.information ul{
max-width: 850px;
margin: 0 auto;
}
.information ul li{
padding: 12px 10px;
border-top: 1px solid #777;
font-size: 1.3rem;
text-align: left;
line-height: 1.4;
}
.information ul li:last-of-type{
border-bottom: 1px solid #777;
}
.information ul li span{
display: block;
line-height: 1.0;
}
.information ul li.new span::after{
content: "NEW";
display: inline-block;
vertical-align: baseline;
margin: 0 0 0 8px;
padding: 4px 4px 3px 4px;
background: #91004f;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.1rem;/*11 / 11*/
text-align: center;
line-height: 1.0;
}
.information ul li p{
margin: 4px 0 0 0;
}
.information ul li a:hover{
text-decoration: underline;
}
/* for PC*/
@media print, screen and (min-width:768px) {
.information{}
.information .conBody{
padding-top: 0;
}
.information h2{
margin: 0 0 20px 0;
font-size: 2.0rem;
}
.information ul li{
display:-webkit-box;
display:-ms-flexbox;
display:flex;

padding: 20px 10px;
font-size: 1.5rem;
}
.information ul li:last-of-type{}
.information ul li::after{
content: none;
}
.information ul li span{
width: 140px;
}
.information ul li span::after{
font-size: 1.2rem;/*11 / 12*/
}
.information ul li p{
width: calc(100% - 140px);
margin: 0;
}
}


/* ----------------- */
.contents{
max-width: 100%;
background: #36090a;
margin: 100px auto 50px;
}
.contents_inner{
width: 100%;
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

.contents_inner ul{
display: flex;
flex-wrap:wrap;
}
.contents_inner li{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.contents_inner li p{
position: absolute;
color: #fff;
z-index: 9999;
}

.contents_inner li p:nth-child(1){
font-size: 1.4em;
top:30%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(2){
top:40%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(3){
border-bottom: 1px solid #fff;
width: 100px;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(4){
top:60%;
left: 50%;
transform: translate(-50%,-50%);
}

.contents-img {
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.contents-img img {
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
}
.contents-img:hover img {
  transform: scale(1.1);/* 拡大 */
}

@media print, screen and (max-width:768px) {
.contents{
max-width: 100%;
background: #36090a;
margin: 30px auto 50px;
}
.contents_inner{
}

.contents_inner ul{
display: block;

}
.contents_inner li{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.contents_inner li p{
position: absolute;
color: #fff;
z-index: 9999;
}

.contents_inner li p:nth-child(1){
font-size: 1.4em;
top:30%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(2){
top:40%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(3){
border-bottom: 1px solid #fff;
width: 100px;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
}
.contents_inner li p:nth-child(4){
top:60%;
left: 50%;
transform: translate(-50%,-50%);
}

.contents-img {
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.contents-img img {
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
  width: 100%;
}
.contents-img:hover img {
  transform: scale(1.1);/* 拡大 */
}
}



/*-モデルハウス　動画--------------------------------------------------------*/
.house_inner{
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align: center;
padding: 50px 0;
}


.house-movie{
display: flex;
column-gap:20px;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto;
}

@media print, screen and (max-width:768px) {
.house-movie{display: block;}
.house-movie video{ padding: 10px 10px 0;}
}

.movie_37{
width: 100%;
}


.play-btn{
position:absolute;
width: 500px;
left: 0;
top: 0;
}

/*-モーダル--------------------------------------------------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: 10% auto;
  padding: 20px 0 0 0;
  width: 60%;  /* モーダルウィンドウの横幅 */
}
@media print, screen and (max-width:768px) {
.modal-content {

  width: 90%;  /* モーダルウィンドウの横幅 */
}
}
.modal-title {
  color: #800000; /* モーダルウィンドウの文字の色 */
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}
.close-button {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content a:hover{
opacity: 1;
}






/*-フローティング--------------------------------------------------------*/


.banner {
    position: fixed;
    margin: 15px 0px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    width: 300px;
    /*
    background-color: #fff;
    border-radius: 25px;
    */
}

.banner-top {
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
    background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
    background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
    background: radial-gradient(#0AB0C7, #006EB0 70%);
}

.banner-copy {
    font-size: 18px;
    position: relative;
}
.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
/*    padding: 25px 0px 30px 0px;　*/
    line-height: 1.6;
}

.banner-bottom img{
width: 80%
}

.banner-body {
    width: 100%;
    /*
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    */
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: 25px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}


@media screen and (max-width: 850px) {
.banner-bottom img{
width: 100%
}
    .banner {
        width: 100%;
        margin: 0px;
        margin-bottom: 65px
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }
    .banner-top {
        padding: 5px;
        border-radius: 0px;
        background: -moz-linear-gradient(#006EB0 50%, #0AB0C7);
        background: -webkit-linear-gradient(#006EB0 50%, #0AB0C7);
        background: linear-gradient(#006EB0 50%, #0AB0C7);
    }
    .banner-bottom {
        padding: 10px 10px 18px 10px;
    }
    .banner-copy {
        font-size: 15px;
    }
    .banner-copy::after {
        font-size: 12px;
        margin-top: 1.4px;
        margin-left: 12px;
        top: initial;
        right: initial;
    }
    .banner-close {
        top: 8px;
        right: 15px;
    }
    .banner-copy-br {
        display: none;
    }
}


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

