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

page-about.css　当院についてcss

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

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
#page-about #mainvisual  {
}

/*============================================================
 セクション共通
*============================================================*/
/* 仮処置
---------------------------------------- */
#page-about .section img {
    background-color: #D9D9D9;
}

/*============================================================
 セクション 治療に対する想い
*============================================================*/
#page-about #sec-philosophy {
    overflow-x: clip;
}
#page-about #sec-philosophy .philosophy-list {
    position: relative;
}
#page-about #sec-philosophy .philosophy-list::before {
    display: block;
    content: "";
    width: 2560px;
    height: 743px;
    background-image: url(../images/about/philosophy-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 2560px auto;
    position: absolute;
    top: 104px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);

}

/*============================================================
 セクション 院内イメージ
*============================================================*/
#page-about #sec-gallery .image {
    margin-top: 40px;
    text-align: center;
}



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

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

}



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

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

}
