@charset "utf-8";
/* CSS Document */


img {
    image-rendering: -webkit-optimize-contrast;
}
A:link {
    color: #096FC1;
    text-decoration: none
}
A:visited {
    color: #096FC1;
    text-decoration: none
}
A:hover {
    color: #00BFFF;
    text-decoration: none
}

/*-----ここからメイン画像-----*/
.kv {
    width: 750px;
    margin: 0 auto;
    
}
.kv img {
    width: 100%;
}
.time {
    width: 750px;
    margin: 0 auto;
    background: #1D5C76;
    display: flex;
    justify-content: center;
    gap: 50px;
    text-align: center;
    font-size: 0.9em;
}
.time_content {
    width: 36%;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 90px;
    margin: 14px 0;
    line-height: 1.2;
    box-shadow: inset 4px 4px 4px rgba(0,0,0,.5);
}
.time_content span {
    color: #1D5C76;
    letter-spacing: 0.2em;
    line-height: 1.6;
    font-size: 1.1em;
}

/*----- 一番上にくるブロックの外枠(年末年始休診のお知らせなど) -----*/
.index_content_top {
    width: 750px;
    background: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px dotted #1D5C76;
}
.index_content_top .index_content_title {
    text-align: center;
    color: #FF1E6A;
    font-weight: bold;
}
.index_content_top .index_content_text {
    margin: 0 60px 10px;
    font-size: 0.95em;
}
.index_content_top dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 60px;
    color: #FF1E6A;
}
.index_content_top dl dt {
   width: 16%;
}
.index_content_top dl dd {
    width: calc(100% - 16% - 40px);
}



/*----- ブロックの外枠(インフル・コロナ・年末年始など) -----*/
.index_content {
    width: 750px;
    background: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 30px 20px;
    border-bottom: 1px dotted #1D5C76;
}
.index_content_title {
    text-align: center;
    color: #1D5C76;
    font-weight: bold;
}
.index_content_text {
    margin: 0 60px 20px;
    font-size: 0.95em;
}
.index_content_text span {
    color: #FF1E6A;
}
.index_content_b {
    width: 350px;
    margin: 5px auto 20px;
    padding: 15px;
    background-color: #1D5C76;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 0.95em;
    letter-spacing: 0.05em
}
.index_content_b a {
    color: #ffffff;
}
.index_content_b:hover {
    background-color: #2B8AB2;
    cursor: pointer;
}

/*----- ここから　コロナワクチン接種について ------*/
/*#coronavirus p:last-of-type {
    text-align: center;
    color: #0C4058;
    font-size: 1.2em;
}*/
/*電話番号スマホのみ有効*/
@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}

/*-----ここから夏季・冬季のお休みのご案内-----*/
/*#nenmatsu {
    width: 96%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #F6FFD1;
}
.nenmatsu_title {
    text-align: center;
    color: #FF9600;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.0rem;
}
.nenmatsu_text {
    margin: 0 0 10px;
    line-height: 1.6em;
    padding: 0 20px;
}*/




/*-----ここから　内科医死去のお知らせ-----*/
.ys {
    width: 750px;
    background: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px 10px;
}
.ys_title {
    text-align: center;
    color: #1D5C76;
    font-weight: bold;
}
.ys_content {
    margin: 0 60px 10px;
    font-size: 0.95em;
}

/*-----ここから　お知らせ-----*/
#oshirase-board {
    margin: 10px 0;
}




/*-----ここから　詳細の表-----*/
/*.close {
    text-align: center;
    padding: 20px 0 0;
    color: #FF2C66;
    font-weight: bold;
}
.detail th {
    font-weight: normal;
    font-size: 11pt;
    color: #646464;
    text-align: center;
    background-color: #EEEEEE;
    white-space: nowrap;
}
.detail td {
    background-color: #FFFFFF;
}*/


/*-----ここから　予約方法-----*/
/*.yoyakuhouhou_title {
    text-align: center;
    color: #FF2C66;
    font-weight: bold;
    padding-top: 40px;
    font-size: 1.1rem;
}
.yoyakuhouhou_content {
    margin-bottom: 30px;
}
.yoyaku_kaishi {
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
    color: #D9646A;
}
#yoyaku {
    width: 60%;
    padding: 18px;
    margin: 0 auto 10px;
    background-color: #D9646A;
    text-align: center;
    border-radius: 7px;
}
#yoyaku a {
    color: #FFFFFF;
}
#yoyaku a:hover {
    color: #ECB4B7;
}*/

