@charset "utf-8";


#facility {
    width: 100%;
}

#facility_s {
    width: 1024px;
    margin: 0 auto;

}

.facility01 {
    width: 100%;
    height: 598px;
    position: relative;
    background-image: url(../images/facility01.jpg);
}

.facility01 .s_tit01 {
    width: 1024px;
    text-align: center;
    position: absolute;
    bottom: 130px;
}

.facility01 .s_tit02 {
    width: 56px;
    height: 2px;
    background-color: #fff;

    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.facility01 .s_tit03 {
    width: 1024px;
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.facility02 {
    width: 100%;
    background-color: #f4f4f4;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.facility02 > img:nth-child(1) {
    margin-bottom: 50px;
}

.facility02 > img:nth-child(2) {
    margin-bottom: 100px;
}

.facility_img03 {
    margin: 100px 0;
}

.facility02 > img:last-child {
    margin-top: 100px;
    margin-bottom: 100px;
}

.facility02 p {
    line-height: 22px;
}

.facility_tit {
    margin-bottom: 30px;
    color: #e02626;
    font-size: 25px;
}

.facility_tit_blank {
    margin-top: 200px;
    margin-bottom: 30px;
    color: #e02626;
    font-size: 25px;
}

.facility_line {
    width: 917px;
    height: 2px;
    background-color: #c6c6c6;
    position: absolute;
    bottom: 400px;
    left: 50%;
    transform: translateX(-50%);
}