@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;
}

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




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

}

/*        860px以下　SP　メイン画像
=========================================*/
@media only screen and (max-width: 860px) {
    .main-img h2 {
        font-size: 20px;
    }
}


.slider_Wrap figure {position:relative;}
.slider_Wrap figcaption {
color:#fff;
font-family: 'EB Garamond', serif;
font-size:1.6rem;
letter-spacing: .05em;
text-shadow: 0 0 5px #000;
position: absolute;
bottom:.25em;
right:.5em;
}
.slider_Wrap figcaption span {
color:#fff;
font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
font-size:1rem;
}


/*        860px以下　SP　ライフインフォメーション
=========================================*/
@media only screen and (max-width: 860px) {

.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;}
}