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

page-access.css　診療時間・アクセスcss

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

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

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

}

/*============================================================
 セクション アクセス
*============================================================*/
#page-access #sec-access .block-image-text .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#page-access #sec-access .block-image-text .info .info-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#page-access #sec-access .block-image-text .info .info-layout .label {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--common-color-accent);
}
#page-access #sec-access .btn-map {
    margin: 48px auto;
}
#page-access #sec-access .map iframe {
    border-radius: 16px;
}

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

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

}



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

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

}
