@charset "UTF-8";

/*-------------------------------------------

RJR百年橋（物件で個別に調整が必要な場合使用してください）

-------------------------------------------*/

.brown_bg {
    background-color: #231816;
    color: #fff5c5;
    padding: 50px 0;
    margin: 0 auto 60px;
    text-align: center;
}
.brown_bg .txt {
    line-height: 3.5;
    letter-spacing: 0.1em;
}
.brown_bg .b_ttl {
    font-size: 50px;
    border-top: #fff5c5 solid 1px;
    border-bottom: #fff5c5 solid 1px;
    margin-bottom: 80px;
}
.brown_bg .b_txt {
    font-size: 18px;
}
.brown_bg figure {
    margin: 80px auto 0;
}


.l-main .width80 {
    width: 80%;
}
.l_img {
    text-align: center;
}
.facility_slidePC > div.h_auto:nth-child(6) {
    margin-bottom: 0px;
}




/*---------------------------
PC・TABのみ
---------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {



}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 1024px) {




}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {

    .brown_bg {
        padding: 30px 0;
        margin-bottom: 2em;
        text-align: center;
    }
    .brown_bg .txt {
        line-height: 1.8;
    }
    .brown_bg .b_ttl {
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .brown_bg .b_subttl {
        font-size: 16px;
    }
    
    .brown_bg .b_txt {
        font-size: 14px;
    }
    .brown_bg figure {
        margin: 50px auto 0;
    }
    

    .sub_txt .s_txt {
        margin-bottom: 10px;
        text-align: left;
    }

    /* 設備でテキスト込みの場合、SP時に高さ設定する */
    .facility_slidePC > div {
        height: 234px;
    }


}/* --- max-width:768px */

