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

/*メイン画像*/
img {
    max-width: 100%;
}
.main-img {
    width:100%;
    position: relative;
}
.main-img img {
    max-width:100%;
}
.main-img h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
/*     z-index: 1; */
    letter-spacing: 5px;
}
.main-img h2 small {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

#modelroom .content h4 {
    text-align: center;
    font-size: 25px;
    line-height: 1.6;
    padding: 70px 0 70px;
    color: #967016;
    letter-spacing: 0.25em;
}

.slider_Wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 90px;
}




/*        1030px以下の時のレイアウト
=========================================*/
@media only screen and (max-width: 1030px) {

}

/*        860px以下　SP　メイン画像
=========================================*/
@media only screen and (max-width: 860px) {

    .main-img h2 {
        font-size: 20px;
    }
    #modelroom .content h4 {
        font-size: 18px;
        padding: 30px 0 20px;
    }


}




.intro_wrap {
background:#000 url(../img/bg_intro.jpg) no-repeat 50% 100%;
background-size: 60%;
margin:0 auto 6em;
}
.intro__inner {
display: flex;
justify-content: space-between;
align-items:center;
flex-wrap: wrap;
margin:auto;
max-width: 1000px;
padding: 6em 0;
width: 90%;
}
.intro__inner figure {width:30%}
.intro__inner .summary {width:62%;}
.intro__inner .summary p {
color:#fff;
line-height: 2;
text-shadow: 1px 1px 4px #000000;
}
.tx_xsp {display: none;}

.slider_Wrap h5 {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(150,112,22,1) 50%, rgba(247,244,238,1) 90%);
color:#fff;
font-size:2rem;
letter-spacing: .2em;
line-height: 2;
margin-bottom: .5em;
text-align: center;
}
.slider_Wrap h5.var_ctype {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(38,69,36,1) 50%, rgba(247,244,238,1) 90%);
}
.slider_Wrap h5 > span {
color:#fff;
font-size:1rem;
letter-spacing: .1em;
}

.slider_Wrap figure {position:relative;}
.slider_Wrap figcaption {
color:#fff;
font-size:2rem;
font-weight:100;
text-shadow: 0 0 5px #000;
position: absolute;
bottom:.25em;
right:.5em;
}


/*        860px以下　SP　ライフインフォメーション
=========================================*/
@media only screen and (max-width: 860px) {
.intro_wrap {
background-size: 100%;
margin-bottom: 3em;
}
.intro__inner {padding: 2em 0;}
.intro__inner figure,
.intro__inner .summary {width:100%;}

.intro__inner figure img {
display: block;
margin:0 auto 2em;
max-width: 280px;
width:100%;
}
.intro__inner .summary p {
font-size:87%;
letter-spacing: -.1em;
text-align: center;
}

.slider_Wrap h5 {
font-size:1.5rem;
letter-spacing: .2em;
}
.slider_Wrap h5 > span {
font-size:.75rem;
letter-spacing: 0;
}
.slider_Wrap + .slider_Wrap {margin-top:-3em;}
}

/*       改行セッティング
=========================================*/
@media only screen and (max-width: 559px) {
.tx_xsp {display: block;}
}