@charset "UTF-8";





/* ------- ナビ --------------- */


.navli_1st{

    margin-top: 45px;
}



/* ------- フッター --------------- */


.footer_innerS{
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    position: relative; padding:10px 0 10px 0;
}

#footerLogo{padding-bottom:20px;text-align:center;}





/* ------- スタフページ --------------- */


/*.gakkai {
    margin-bottom: 100px;
}
*/

.s_comment{
    font-size: 1.2rem;
}

.glink{

    width:30px;
    padding: 0px 0px 5px 10px;
    vertical-align: middle;
}


.gTitle{
    font-weight: bold;
}

.gakkai{
    font-size: 1.2rem;
}


.top_sp{

    height: 50px;
}


@media (max-width: 768px) {

    .top_sp{

        height: 0px;
    }
}


.stf_ttl{

    font-size: 1.5rem;
    padding-top: 25px;
    padding-bottom: 10px;

}


.gakkai_link a:link{

    color:#3f3423;
    color:#fff;
    text-decoration: none;
    /*font-weight:bold ;*/
    font-size: 1.2rem;

}

.gakkai_link a:hover{

    color:#fff !important;
    text-decoration: none;
    /*font-weight:bold ;*/

}

.gakkai_link a:visited{

    color:#fff !important;
    text-decoration: none;
    /*font-weight:bold ;*/

}


.PageMain .PageMainTitleContentsS{left:5%;bottom:15%;position: absolute;z-index:10;text-align:left; color:#3f3423;}

.PageMainTitleSSS{

    font-size:30pt; 
    font-weight: bold;
    letter-spacing:2pt; 
    padding:10px 8px 10px 8px;
    background-color: #fff;
    opacity: 0.8;
    color: #3f3423;
    margin-top: 30px;

}

.PageMainTitleEn{ padding-top:50px; margin-bottom:10px;}


/*.fuchi3{

    text-shadow: 
    2px 2px 3px #fff ,
    -2px 2px 3px #fff ,
    2px -2px 3px #fff ,
    -2px -2px 3px #fff;
}
*/


.fntsiz{

    font-size: 25px;
}




/* ------- 元LINEボックス --------------- */




.borderboxTop2S{ 

    border:1px solid #fff; 
    position:relative; 
    box-sizing:border-box; 
    text-align:center;
    margin:0px 15px 30px 15px; 
    padding-top:30px; 
    font-size:140%; 
    min-height:180px;
}


.Contact_L,.Contact_R{ 

    width:50%;
}


.Contact_LLL,.Contact_RRR{ 

    width:50%;
}


@media screen and (max-width: 768px) {

    .Contact_LLL,.Contact_RRR{ 

        width:100%;
    }
}



.col-2,.col-3{

    position: relative;
    z-index: 1;
    opacity:1.0;
    transition: 1.0s;
}



/* ！！！！--------- トップページ診療案内まわり -------------- */

.borderboxInner2S{ 

    width:90%; 
    padding:0 5% 36px 5%; 
    text-align:center;
}


.BtnLineLink a{ 

    color:#fff!important;
    background:#00b900; 
    background:#573418; 
    display:block; 
    padding:10px 0;
}

.whiteLink a{ 

    color:#fff!important;
    display:block; 
    padding:10px 0;
}



.ttlBG{

    background-color: #573418;
    background: #393887;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {

    .ttlBG{

        background-color: #573418;
        background: #393887;


        width: 75%;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}







/* ------- 診察時間テーブル --------------- */


.radius-table{

        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;


    border-radius: 24px;
    border-spacing: 0;
    border: none;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #fff;
    color: #333;
    width:75%;
    margin: 0 auto;
    margin-bottom: 20px;

    font-size: 100%;
}

.radius-table tr>*{
    padding: 12px 10px;
    border: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.radius-table tr:first-child>*:first-child{
    border-radius: 24px 0 0 0;
}
.radius-table tr:first-child>*:last-child{
    border-radius: 0 24px 0 0;
}
.radius-table tr:last-child>*:first-child{
    border-radius: 0 0 0 24px;
}
.radius-table tr:last-child>*:last-child{
    border-radius: 0 0 24px 0;
}





@media screen and (max-width: 768px) {

    .radius-table{

        font-size: 0.7rem;

        white-space: nowrap;

        width: 95%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;
  
        border-radius: 8px;
        border-spacing: 0;
        border: none;
        border-left: 1px solid #999;
        border-top: 1px solid #999;
        background-color: white;
        color: #666;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .radius-table tr>*{
        padding: 6px 5px;
        border: none;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;


    }
    .radius-table tr:first-child>*:first-child{
        border-radius: 8px 0 0 0;
    }
    .radius-table tr:first-child>*:last-child{
        border-radius: 0 8px 0 0;
    }
    .radius-table tr:last-child>*:first-child{
        border-radius: 0 0 0 8px;
    }
    .radius-table tr:last-child>*:last-child{
        border-radius: 0 0 8px 0;
    }


    .jikan{

        font-size: 0.4rem;
       
    }


}





