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

page-rope-access.css　ロープ高所・ブランコ作業（無足場工法）css

********************************************************************************/

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-rope-access #mainvisual  {
    background-image: linear-gradient( rgba(0, 0, 0, 0.50) ,rgba(0, 0, 0, 0.50)), url(../images/rope-access/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page-ページslug #セクション名  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 
---------------------------------------- */
#page-sample .section {

}

/*============================================================
 セクション ブランコ工法とは？
*============================================================*/
#page-rope-access #sec-about .block-title {
    text-align: center;
}
#page-rope-access #sec-about .block .image {
    text-align: center;
}
#page-rope-access #sec-about .block .image .caption {
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #6B7280;
}
#page-rope-access #sec-about .block-image-list {
    --col: 3;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sample #mainvisual  {
    }

    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-sample #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-rope-access #mainvisual {
        background-position: right;
    }

    /*============================================================
    セクション ブランコ工法とは？
    *============================================================*/
    #page-rope-access #sec-about .block-image-list {
        --col: 1;
    }

}
