@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=M+PLUS+1p:wght@700&family=M+PLUS+2&family=Noto+Sans+JP:wght@300;600&family=Noto+Serif+JP:wght@500&family=Jost:wght@300;400;500&family=Lexend+Deca:wght@300;400&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');

* {
    padding: 0;
    margin: 0;
}

/*html {
    height: 100%;
}
*/
html, body {
height: auto;
}


body {
    color: #2D444D;
    font-size: 16px;
    font-family: 'Kosugi', sans-serif;
    line-height: 1.7;
    height: 100%;
    background: #ffffff;
}

@media print {
body { display: none !important; }
}


.font_mincho {
    font-family: 'Noto Serif JP', serif;

}

.font_gothic {
    font-family: 'Noto Sans JP', serif;

}

.font_plus1 {
    font-family: 'M PLUS 1p', sans-serif;

}

.font_plus2 {
    font-family: 'M PLUS 2', sans-serif;

}


section,
article {
    display: block;
    width: 100%;
}


img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    outline: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

strong {
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    color: #0066CC;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover {
    color: #0099CC;
    text-decoration: none;
}

a {
    outline: none;
}



table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


.bg_cr {
    background-color: #FAF9F8;
}

.bg_tp {
    background-color: #EDF2F9;
}

.bg_g {
    background-color: #D9DEE3;
}

.bg_wh {
    background-color: #ffffff;
}

.bg_ft {
    background: url(../img/bg_footer.png) top center no-repeat;
}

.bg_b {
    background: transparent linear-gradient(156deg, #edfffe 0%, #fcffdc 80%) 0% 0% no-repeat padding-box;
}

.bg_p {
    background: transparent linear-gradient(156deg, #fff9f0 0%, #f6eeff 100%) 0% 0% no-repeat padding-box;
}

.bg_w {
    background: url(../img/u_r.png) center center no-repeat;
}

.bg_h {
    background: url(../img/u_h.png) center left no-repeat;
}


.small {
    font-size: smaller;
    color: #666;
}

.chui {
    color: #d35050;
}

.bulue {
    color: #0061AF;
}

.skybulue {
    color: #80a3e3;
}

.glay {
    color: #5e5e5e;
    font-weight: bold;
}

.shiro {
    color: #ffffff;
}


.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}


.ml30 {
    margin-left: 30px;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}


.f18 {
    font-size: 1.2em;
    font-family: 'M PLUS 1', sans-serif;
}

.f24 {
    font-size: 24px;
    font-weight: 600;
}

.article {
    position: relative;
    text-align: center;
}

.article:before {
    content: '';
    position: absolute;
    border-bottom: 12px dotted #96bddb;
    width: 65px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

/* サブタイトル */
.heading01 {
    font-size: 15px;
}

.heading01 span {
    display: flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
}

.heading01 span::before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    width: 40px;
    height: 2px;
    background-color: #96bddb;
}

.heading02 {
    display: inline-block;
    position: relative;
}

.heading02:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #96bddb;
}




.no_tel {
    display: none;
}


.container {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

@media (min-width: 526px) {
    .container {
        max-width: 480px;
    }
}

@media (min-width: 798px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}




.btn-rec {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
}

.btn-rec a {
    display: block;
    /*    background-color: #5cb3f4;*/
    background-color: #f7a8b7;
    color: #fff;
    padding: 10px;
    font-size: 120%;
    text-decoration: none;
}



.btn-rec a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.btn-rec i {
    display: inline-block;
}



.btn-info {
    position: relative;
    background-color: #e0e0e0;
    display: block;
    margin: 0 auto;
    font-size: 120%;
    padding: 10px;
    text-align: center;
    width: 78.5%;

}


@media screen and (max-width: 1200px) {
    .btn-rec {
        margin: 0 auto;
        width: 90%;
    }

    p.btn-rec a {
        font-size: 80%;
        padding: 10px;

    }

    .btn-info {
        margin-top: 20px;
        width: 87.8%;

    }

}

/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    z-index: 100;
    font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

header h1 a img {
    display: block;
    position: absolute;
}

header .h_btn a {
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    background-color: #0061AF;
    font-weight: bold;
}

header .h_btn a:hover {
    color: #FFF;
    background-color: #0061AF;
    border: 1px solid #FFF;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* top tel addres */
#head_base {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2 {
    top: 8px;
    text-align: right;
    line-height: 1.6;
    font-weight: 300;
    font-size: 13px;
    border-bottom: 1px dashed var(--border-color);
}

.head_info_wrap {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}


.head_info_wrap:after {
    display: block;
    content: "";
    clear: both;
}


.head_info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    text-align: right;
    line-height: 1.2;
}

.head_info_add {
    font-size: 14px;
    margin-right: 14px;
}

.head_info_tel {
    font-size: 28px;
    line-height: 1.5;
    /* padding: 8px 8px;*/
    font-weight: 600;
    font-style: normal;
    /*  color:#ffffff;
   background: #0169B6;
    border-radius: 5px;
    border-bottom: 3px solid #02477b;    */
}

@media(max-width:960px) {
    .no-tel {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*  初診・問診　追従ボタン */

.nav-reserve {
    position: fixed;
    background-color: #2589d0;
    top: 12rem;
    right: 0;
    z-index: 20;
    width: 4rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    transition: all .1s;
    border-radius: 2px;
}

.nav-reserve .vrl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.nav-reserve__in {
    display: block;
    padding: 0.8rem 0.8rem;
    text-decoration: none;
    position: relative;
}

/*
.nav-reserve__in:after {
    content: "";
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}*/

.nav-reserve__btn {
    background-color: #fff;
    color: #2589d0;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    padding: 1.2rem 0 1.2rem;
    position: relative;
}

/*.nav-reserve__btn:before {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1.5rem;
    left: 50%;
    margin-left: -.5em;
    font-size: 1.25em;
}*/

.nav-reserve__txt {
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    margin-top: 1em;
}

.nav-reserve.is-fixed {
    width: 7rem;
    top: 9rem;
}

.nav-reserve.is-fixed .nav-reserve__in {
    padding: 1rem 1rem 2rem 1rem;
}

.nav-reserve.is-fixed .nav-reserve__btn {
    font-size: 1.8rem;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.nav-reserve.is-fixed .nav-reserve__txt {
    font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
    .nav-reserve {
        display: none;
    }
}



/*
トップページ　　　特徴
-----------------------------------------------*/


.top-list-pc {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.top-list-pc a {
    text-decoration: none;
}

.top-list-pc a:hover {
    text-decoration: none;
}

.top-list-pc dl {
    width: 31.666666666666664%;
    background-color: #ffffff;
    margin-right: 1.45%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    float: left;
    box-shadow: rgba(153, 153, 153, 0.3) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba153, 153, 153, 0.3) 0px 0px 10px 0px;
    -moz-box-shadow: rgba(153, 153, 153, 0.3) 0px 0px 10px 0px;

}

.top-list-pc dl img {
    width: 100%;
}

.top-list-pc .title {
    padding: 0px 15px;

    color: #0061AF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.top-list-pc p {
    padding: 20px 20px;
    font-size: 90%;
}



.top-list-pc dd.link {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.top-list-pc dd.link a {
    display: block;
    background-color: #C0C8D0;
    color: #fff;
    padding: 7px;
}

.top-list-pc dd.link a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.top-list-pc dd.link i {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.l-img {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
}

.l-img img {
    height: auto;
    transition: transform .6s ease;
    /* ゆっくり変化させる */
    width: 100%;
}

.l-img:hover img {
    transform: scale(1.1);
    /* 拡大 */
}

/* 特徴　アイコンあり */

/*
#features {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0;
}



#features .menu_wrap {
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#features .menu01 {
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#features .menu01 li {
    float: left;
    width: 33.3%;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff;
}

#features .menu01 li a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

#features .menu01 li a:hover {
    opacity: 0.5;
}

#features .menu01 li a h4 {
    float: left;
    width: 100%;
    position: relative;
    color: #333333;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}

.large #features .menu01 li a h4 {
    font-size: 25px;
}

#features .menu01 li a h4 span {
    display: inline-block;
    width: 100%;
    color: #b3b3b3;
    font-size: 12px;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.large #features .menu01 li a h4 span {
    font-size: 15px;
}

#features .menu01 li a dl {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
}

#features .menu01 li a dl dt {
    float: left;
    width: 100%;
    position: relative;
    margin-left: 33.3%;
    margin-bottom: 20px;
}

#features .menu01 li a dl dt picture {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #f9fafa;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

#features .menu01 li a dl dd {
    float: left;
    width: 100%;
}

.large #features .menu01 li a dl dd {
    height: 114px;
    font-size: 19px;
}

@media screen and (max-width:960px) {
    #features .menu01 ul {
        margin: 0 auto;
        width: 100%;
    }

    #features .menu01 li {
        width: 100%;
        margin: 10px 10px;
    }


}
*/



/*  特徴　4つ　*/
.box_wrap {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    min-height: 100%;
}

.box_wrap .item {
    padding: 10px 10px;
    width: 22.2%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.box_wrap .item h2 {
    font-size: 1.3em;
}

.box_wrap .item p {
    font-size: 0.9em;
    text-align: justify;
}

.box_wrap img {
    display: block;
    margin: auto;
}

.box_wrap .item:not(:nth-child(4n+4)) {
    margin-right: 11px;
}

.box_wrap .item:nth-child(n+4) {
    margin-right: 8px;
}

@media not all and (min-width: 960px) {
    .box_wrap .item {
        width: 100%;
    }

    .box_wrap .item:nth-child(n+1) {
        margin-top: 30px;
    }
}



/* お知らせ wordpress投稿 */

/* blog */

div#wordpress_blog {
    width: 100%;
    position: relative;
}

div#wordpress_blog {
    font-size: 17px;
}

.wp-article {
    padding: 10px 10px;
}

.bgline {
    border-bottom: 1px solid #ddd;
}

div#wordpress_blog > article.wp-article {
    width: 95%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

div#wordpress_blog > article.wp-article:nth-child(1n) {
    margin-right: 0;
}




.topics {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 16px;
}

.topics h3 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.topics .date {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}

.topics .text {
    color: #0072B4;
}

.topics a {
    color: #0072B4;
    text-decoration-line: none;
}

.topics a:hover {
    color: #0072B4;
    text-decoration: underline;
}

.topics_title {
    font-size: 16px;
    text-align: right;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.topics #pager {
    font-size: 16px;
    text-align: left;
    margin-left: 180px;
    margin-top: -43px;
    margin-bottom: 5px;
}

.topics_data {
    width: 660px;
    float: right;
}

.topics_img {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 40px;
    float: left;
    border: 0px;
}

@media only screen and (max-width: 960px) {
    .topics_title {
        font-size: 16px;
        text-align: left;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .topics .date {
        width: 100%;
        float: none;
        margin: 0px;
        font-weight: bold;
    }

    .topics .text {
        margin-bottom: 8px;
    }

}




/*  トップ 診療表   
-------------------------------------------*/

#contmapSec {
    clear: both;
    width: 100%;
    /*position: relative; 20231128
    height: 100%;*/
    padding: 50px 0 50px;
    bottom: 0;
    font-family: 'Noto Sans JP', sans-serif;
}


.cont-map {
    /* width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;*/
    padding: 0px 15px;
    margin-top: 50px;
}



.cont-map-bg {
    /*   background-color: #F2F6FB;*/
    padding-top: 20px;
    padding-bottom: 60px;
}


.cont_mapwrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;

}

.c-left {
    float: left;
    width: 45%;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c-right {
    float: right;
    width: 50%;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
}


.btn-tel {
    margin: 5px 0px;
    color: #FFF;
    /*文字・アイコン色*/
    border-radius: 50px;
    /*角丸に*/
    display: inline-block;
    width: 80%;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 16px;
    /*文字のサイズ*/
    background: #0061AF;
    overflow: hidden;
    /*はみ出た部分を隠す*/
    text-decoration: none;
    /*下線は消す*/
}


.btn-tel span {
    font-size: 26px;
}


.map-tel {
    margin: 5px 0px;
    color: #0061AF;
    /*文字・アイコン色*/
    border-radius: 50px;
    /*角丸に*/
    display: inline-block;
    width: 80%;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 16px;

}

/* 予約受付ボタン　*/


/*　白抜き 予約 */
.button-01 {
    /*  display: flex;
    align-items: center;
    position: relative;*/
    min-width: 250px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    font-weight: 600;
}

.button-01 span:first-child {
    margin: 0 1em;
    padding: .2em 1em;
    border-radius: 15px;
    background-color: #fff;
    color: #2589d0;
    font-size: .8em;
}

.button-01 span:last-child {
    color: #fff;
    font-size: 1em;
}

.button-01:hover {
    background-color: #1579c0;
}

.button-01 a {
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.button-01 a:hover {
    text-decoration: none;
}


/*　シンプル 矢印 白抜き */

.button-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: .5em 3em .5em 2em;
    border: 1px solid #7e99a3;
    border-radius: 30px;
    background-color: #fff;
    color: #7e99a3;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;

}



.button-02::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #7e99a3;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-02:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-02 a {
    color: #7e99a3;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.button-02 ::hover {
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}





/*　シンプル 矢印 kuro */

.button-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding: .5em 3em .5em 2em;
    border: 1px solid #7e99a3;
    border-radius: 30px;
    background-color: #7e99a3;
    color: #fff;
    font-size: 0.8em;
    margin-top: 15px;
}

.button-03::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-03:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-03 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.button-03 a:hover {
    text-decoration: none;
}



/*　シンプル 矢印 bulue */

.button-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    padding: .5em 3em .5em 2em;
    border: 1px solid #7e99a3;
    border-radius: 30px;
    background-color: #fff;
    color: #7e99a3;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;

}



.button-04::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #7e99a3;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-04:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-04 a {
    color: #7e99a3;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.button-04 ::hover {
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}



/*　白抜き 問診 */
.button-05 {
    /*  display: flex;
    align-items: center;
    position: relative;*/
    min-width: 250px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 5px;
    background-color: #3CC2B4;
    font-weight: 600;
}

.button-05 span:first-child {
    margin: 0 1em;
    padding: .2em 1em;
    border-radius: 15px;
    background-color: #fff;
    color: #3CC2B4;
    font-size: .8em;
}

.button-05 span:last-child {
    color: #fff;
    font-size: 1em;
}

.button-05:hover {
    background-color: #22b9a9;
}

.button-05 a {
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.button-05 a:hover {
    text-decoration: none;
}

/* .btn
------------------------------------*/
.btn-link a {
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #1579c0;
    border-radius: 30px;
    padding: 14px 12px 17px 14px;
    font-size: 16px;
    letter-spacing: 0.16em;
    text-align: center;
}

.btn-link.left a {
    padding-right: 48px;
    padding-left: 22px;
    font-size: 14px;
}

.btn-link a:hover,
.btn-color a {
    background-color: #1579c0;
    border-color: #1579c0;
    color: #FFFFFF;
    opacity: 1;
}

.btn-color a:hover {
    opacity: 0.7;
}

.btn-link a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    background: url(img/share/ico-arrow-navy.svg) no-repeat;
    width: 20px;
    height: 15px;
}

.btn-link a:hover:after,
.btn-color a:after {
    background-image: url(img/share/ico-arrow-white.svg);
}




/*.cont-map a:hover {
    background-color: rgb(0, 97, 175, 0.7);
    color: #fff;
}*/

.cont-map table.table_01 {
    width: 100%;
    background: #ffffff;
    overflow: auto;
    /*margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;*/
}

.cont-map table.table_01 th,
.cont-map table.table_01 td {
    /*  border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #7e99a3;    
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#7e99a3;*/
    border: 1px solid #7e99a3;
    padding: 5px;
}

.cont-map table.table_01 th {
    font-size: 1.0em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
}

.cont-map .table_01 td {
    width: 13%;
}

.cont-map table.table_01 td {
    font-size: 1.0em;
    text-align: center;
}

.bg_th1 {
    background: #c4e0ea;
}

.bg_th2 {
    background: #fae9a2;
}

.bg_th3 {
    background: #ffdfda;
}


.bg_td1 {
    background: #dcfadf;
}

.bg_td2 {
    background: #fbf1f3;
}


.kome {
    margin: 0px 0px 5px 15px;
    font-size: 14px;
    color: #d85d62;
}

.cont_mapwrap .head_info_tel a {
    color: #2D444D;
}


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

    .cont_mapwrap .head_info_tel a:hover {
        color: #2D444D;
    }

}



/*
トップ-map
-------------------------------------------*/
.top-map {
    width: 98%;

}

.grayscale_60 {
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
}

.grayscale_100 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.saturate {
    -webkit-filter: saturate(2);
    filter: saturate(2);
}

.invert {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.sepia {
    -webkit-filter: sepia(.3);
    filter: sepia(.3);
}

.hue-rotate {
    -webkit-filter: hue-rotate(330deg);
    filter: hue-rotate(330deg);
}

/*
トップ　特徴　/　治療内容
-------------------------------------------*/
/*#info {
    clear: both;
    width: 100%;
    height: 100%;
    padding: 50px 0 50px;
}*/

#info {
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0 50px;
}

/*

#info:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(156deg, #daf2f0 0%, #faf689 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    z-index: -1;
}
*/

#info h2 {
    font-size: 1.5em;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2D444D;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    clear: both;
}

#info h2 span {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 0.60em;
    color: #96bddb;
}


#info table.table_01 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

#info table.table_01 th,
#info table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 10px;
}

#info table.table_01 th {
    font-size: 1.125em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 22%;
}

#info table.table_01 td {
    font-size: 0.875em;
    line-height: 30px;
}

#info table.table_01 td.td_price {
    font-size: 1em;
    text-align: center;
    white-space: nowrap;
    color: #008C69;
    font-weight: bold;
}

.table_01 ul {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.table_01 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.table_01 li a {
    text-decoration: none;

}

.table_01 li a:hover:after {
    content: "\025b6";
    padding-left: 10px;
    padding-right: 0px;
    font-size: 0.65em;
}


.btn-1 a {
    display: inline-block;
    max-width: 200px;
    text-align: left;
    border: 2px solid #C7477D;
    margin-right: 5px;
    font-size: 1em;
    color: #C7477D;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .3s;
}

.btn-1 a:hover {
    background-color: #C7477D;
    border-color: #C7477D;
    color: #FFF;
}


.btn-2 a {
    display: inline-block;
    max-width: 200px;
    text-align: left;
    border: 2px solid #418ECD;
    margin-right: 5px;
    font-size: 1em;
    color: #418ECD;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .3s;
}

.btn-2 a:hover {
    background-color: #418ECD;
    border-color: #418ECD;
    color: #FFF;
}

.btn-3 a {
    display: inline-block;
    max-width: 200px;
    text-align: left;
    border: 2px solid #9ec34b;
    margin-right: 5px;
    font-size: 1em;
    color: #9ec34b;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .3s;
}

.btn-3 a:hover {
    background-color: #9ec34b;
    border-color: #9ec34b;
    color: #FFF;
}

.btn-4 a {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #DA9834;
    margin-right: 5px;
    font-size: 1em;
    color: #DA9834;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .3s;
}

.btn-4 a:hover {
    background-color: #DA9834;
    border-color: #DA9834;
    color: #FFF;
}

.btn-5 a {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    border: 2px solid #6666CC;
    margin-right: 5px;
    font-size: 1em;
    color: #6666CC;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .3s;
}

.btn-5 a:hover {
    background-color: #6666CC;
    border-color: #6666CC;
    color: #FFF;
}



@media screen and (max-width: 1200px) {
    #info {
        width: 100%;
        height: 100%;
        background-size: 100% auto;
    }

    #info h2 {
        font-size: 1.3em;
    }

}

@media screen and (max-width: 960px) {
    #info {
        width: 100%;
        height: 100%;
        background-size: 100% auto;
    }

}


@media screen and (max-width: 960px) {
    #info {
        width: 100%;
        height: 60%;
        background-size: 100% auto;
    }

}

@media screen and (max-width: 760px) {
    #info {
        width: 100%;
        /*       height: 185%;*/
        height: auto;
        background-size: 100% auto;
    }

}

@media screen and (max-width: 480px) {
    #info {
        width: 100%;
        /*        height: 280%;*/
        height: 100%;
        background-size: 100% auto;
    }

}




/*
メインコンテンツ
-------------------------------------------*/
/* .content {
    clear: both;
    width: 100%;
    padding: 80px 50px;
}
20231128 */

.content {
    clear: both;
    width: 100%;
    padding: 30px 0;

}

.cont_wrap {
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;

}



/*#sub_top {
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    line-height: 30px;
    padding-top: 300px;
    width: 100%;
    background-size: cover;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 1.25em;
    letter-spacing: 0.5em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
*/
#index_top {
    /*height: 100%; 20231130 */
    height: 650px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

#index_top ul.sm-slider {
    position: relative;
}

#index_top #top_catch {
    position: absolute;
    top: 65%;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
}

#index_top #top_catch h3 {
    font-size: 2.2em;
    letter-spacing: 2px;
    font-family: 'M PLUS 2', sans-serif;
    text-shadow: 2px 2px 8px #222,
        -2px 2px 8px #222,
        2px -2px 8px #222,
        -2px -2px 8px #222;
}

#index_top #top_catch p {
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 600;
    margin: auto;
    margin-top: 50px;
    width: 55%;
    font-size: 2.1875em;
    padding: 10px 10px;
    border: 1px solid #fff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    text-shadow: 2px 2px 4px #fff,
        -2px 2px 4px #fff,
        2px -2px 4px #fff,
        -2px -2px 4px #fff;

}

.content h2 {
    font-size: 1.5em;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    font-family: 'M PLUS 2', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
}

.content h2 span {
    font-family: 'M PLUS 2', sans-serif;
    font-size: 0.75em;
    color: #96bddb;
}



.content h3 {
    font-size: 1.2em;
    color: #80a3e3;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 20px;

    font-weight: 500;
    text-align: center;
    font-family: 'M PLUS 1', sans-serif;
}

/*
.content h3::after {
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #CCC;
    content: '';
}

.content h3 span {
    font-size: 1.2em;
    color: #888;
    font-family: 'M PLUS 1p', sans-serif;
    padding-left: 15px;
}*/

.content h4 {
    font-size: 1.3em;
    /*  border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;*/
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: 500;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.content p {
    font-size: 1em;
    line-height: 1.8;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.content .ul_news li {
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 1em;
    padding-right: 10px;
    padding-left: 10px;
}

.content .ul_news li span {
    color: #999;
    padding-right: 20px;
}




/*　トップ　治療について
-------------------------------------------------------------------------　*/
/*
#clinicSec {
    clear: both;
    padding-top: 80px;
    background-image: url(../img/bg_concept.png);
    background-position: center center;
    background-repeat: repeat-y;

}


#clinicSec h2 {
    font-size: 1.5em;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    clear: both;
}

#clinicSec h2 span {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 0.6em;
    color: #999;
}


.clinicInr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 80px;
    position: relative;
    z-index: 0;
}

.clinicInr:after {
    content: "";
    width: 105%;
    height: 80%;

    background: #F2F6FB;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.clinicImg {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
}

.clinicInfo {
    width: 45%;
}

.clinicInfo h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 100px;
    line-height: 1.9;
    color: #77bee3;
}

.clinicInfo h4 {
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 100px;
    line-height: 1.6;
}

*/



/* for pc resize　*/
@media only screen and (min-width: 1800px) {
    #aboutSec {
        background-size: cover;
    }
}

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

    .clinicInfo h3,
    .clinicInfo2 h3 {
        font-size: 2.0rem;
    }
}

@media only screen and (max-width: 1130px) {
    .asInr {
        padding: 70px 50px;
    }
}

@media only screen and (max-width: 1080px) {
    .clinicInr {
        width: 100%;
        margin: 0 auto;
    }

}

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

    #clinicSec {
        padding-top: 80px;
    }

    .clinicImg {
        width: 80%;
        margin-bottom: 20px;
    }

    .clinicInfo {
        width: 90%;
        padding-right: 0%;
        margin: 0 auto;
        text-align: left;
    }


    #clinicSec h2 {
        font-size: 1.3em;
        padding-top: 0px;
    }



    .clinicInfo h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .clinicInr {
        padding-top: 40px;
    }

}



/*
コンテンツ大ボタン
-------------------------------------------*/

/*
.content .btn_001 a {
    font-size: 1.25em;
    color: #FFF;
    text-align: center;
    border: 5px solid #F6F6F6;
    text-decoration: none;
    display: block;
    width: 88%;
    background-color: #333333;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
    clear: both;
}

.content .btn_001 a i {
    padding-right: 10px;
}

.content .btn_001 a:hover {
    color: #333333;
    text-align: center;
    background-color: #FFF;
    width: 90%;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.img_left {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.img_right {
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.content .img_left p {
    font-size: 0.8125em;
    margin: 0px;
}

.content p.check {
    color: #FF3333;
}

.content p.p_st {
    font-size: 1.25em;
    color: #CA28B1;
}
*/

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
    width: 95%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 20px;
}

.content table.table_01 th {
    font-size: 1em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
}

.content table.table_01 td {
    line-height: 30px;
    background-color: #FFF;
    font-size: 1.3em;
    text-align: center;
    width: 13%;
}




#cont_base .content .navi_sitemap li {
    padding-left: 20px;
}

.table_01 caption {
    font-size: 0.875em;
    line-height: 30px;
    background-color: #E5E5E5;
    color: #111;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
    font-size: 0.75em;
    color: #CCC;
}




/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
    background-color: #FFF;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.g_map {
    position: relative;
    padding-bottom: 56%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





@media screen and (min-width: 460px) {

    /* 電話スマホのみ*/
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }


}

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

    /* 電話スマホのみ*/
    a[href*="tel:"] {
        text-decoration: none;
    }

    .head_info_tel a:hover {
        color: rgb(255, 255, 255, 0.6);
    }

}


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

    .top-list-pc .title {
        font-size: 1.2em;
    }

    .top-list-pc p {
        font-size: 90%;
    }


    .cont-map table.table_01 th,
    .cont-map table.table_01 td {
        padding: 5px;
    }


    .cont-map table.table_01 td {
        font-size: 1.0em;
        text-align: center;
    }





    .btn-tel {
        display: inline-block;
        width: 90%;
        font-size: 14px;
        padding: 0 5px;
    }


    .btn-tel span {
        font-size: 18px;
    }

}

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


    .top-list-pc dl {
        width: 95%;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top-list-pc dd {
        position: relative;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .top-list-pc dl img {
        width: 100%;
        text-align: center;
    }


    .c-left {
        width: 95%;
        margin: 0 auto;
        line-height: 1.8;
        margin-left: 15px;
        margin-right: 0px;
        margin-bottom: 20px;

    }

    .c-right {
        width: 95%;
        margin: 0 auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .c-right img{
        width: 95%;
        margin: 0 auto;

    }

    .btn-tel {
        margin: 5px 0px;
        color: #FFF;
        /*文字・アイコン色*/
        border-radius: 50px;
        /*角丸に*/
        display: inline-block;
        width: 90%;
        /*幅*/
        text-align: center;
        /*中身を中央寄せ*/
        font-size: 15px;
        /*文字のサイズ*/
        background: #0061AF;
        overflow: hidden;
        /*はみ出た部分を隠す*/
        text-decoration: none;
        /*下線は消す*/
    }


    .btn-tel span {
        font-size: 20px;
    }

}



/*
トップ下部ピックアップ
-------------------------------------------*/
/*
.pick_up {

    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
}

.pick_up .sc_btm a {
    line-height: 50px;
    color: #333;
    background-color: #FFF;
    height: 100px;
    width: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 0.75em;
    text-decoration: none;
    letter-spacing: 2px;
    background-image: url(../img/sc_btm.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    z-index: 80;
    text-align: center;
}

.pick_up .sc_btm a:hover {
    color: #000;
    height: 110px;
    width: 110px;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    margin-top: -10px;
    margin-left: -55px;
}

.pick_up ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pick_up ul li {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pick_up ul li a {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    overflow: hidden;
}

.pick_up ul li a img {
    width: auto;
    max-width: 100%;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.pick_up ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
    color: #FFF;
    font-size: 0.875em;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 50%;
    margin-top: -15px;
    margin-left: -25%;
    border: 2px solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: bold;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover .btn_check {
    color: #000;
    background-color: #FFF;
}

a .btn_check i {
    padding-right: 10px;
    padding-left: 5px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover .btn_check i {
    padding-right: 5px;
    padding-left: 10px;
}

.balloon {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -50px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 1.125em;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 100;
    background-color: #FF6633;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-top: 20px solid #FF6633;
    border-left: 12px solid transparent;
    z-index: 0;
}

*/



@media screen and (min-width:960px) {
    body {
        font-size: 1em;
    }

    .sm-slider,
    .sm-slider::after {
        top: 100px !important;
    }

    /*
ヘッダー
-------------------------------------------*/
    header {
        height: 130px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        position: fixed;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }


    header h1 a img {
        top: 10px;
        left: 10px;
    }

    header .h_btn a {
        width: 160px;
        top: 20px;
        right: 10px;
        line-height: 38px;
        padding-top: 2px;
        font-size: 1em;

    }

    .menu_btn,
    .btn_close {
        display: none;
    }

    /*    header .h_tel a {
        width: 160px;
        top: 20px;
        right: 160px;
        line-height: 38px;
        padding-top: 2px;
        font-size: 1em;
    }

    header .h_tel a strong {
        font-size: 1.125em;
    }
*/

    /*-----------------スクロール時に縮小----------------------------*/
    /*   header.fixed {
        height: 110px;
    }

    header.fixed h1 a img {
        height: 50px;
        top: 5px;
    }


    header.fixed .head_info_tel {
        font-size: 25px;
        line-height: 1;
        vertical-align: middle;
        font-weight: 400;
        font-style: normal;
    }
*/


    /*
PCグローバルナビ
-------------------------------------------*/
    #g_navi {
        width: 98%;
        padding-left: 2%;
        display: block;
        height: 50px;
        position: absolute;
        z-index: 1000;
        left: 0px !important;
        bottom: 0px;
        font-size: 1.1em;
        letter-spacing: 1px;
        font-weight: bold;
    }

    #g_navi ul.navi_base {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #g_navi ul li {
        display: inline;
    }

    #g_navi li a {
        width: 16.666%;
        padding-top: 15px;
        height: 35px;
        display: block;
        color: #2D444D;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        position: relative;
        float: left;
    }



    #g_navi li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 60%;
        left: 20%;
        height: 2px;
        background: #0169B6;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: center top;
        /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
        transition: transform 0.3s;
        /*変形の時間*/
    }

    #g_navi li a:hover::after {
        transform: scale(1, 1);
        /*ホバー後、x軸方向に1（相対値）伸長*/
    }




    header.fixed #g_navi {
        height: 40px;
    }

    header.fixed #g_navi ul li div {
        top: 40px;
    }

    header.fixed #g_navi li a {
        padding-top: 10px;
        height: 30px;
    }

    header.fixed #g_navi li ul li a {
        padding-top: 9px;
        height: 22px;
    }



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

    address {
        letter-spacing: 1px;
        text-align: right;
        display: block;
        float: right;
        padding-top: 30px;
        padding-right: 10px;
    }

    .no_pc {
        display: none;
    }

}

@media screen and (min-width:1200px) {
    header .h_btn a {
        right: 50%;
        margin-right: -600px;
    }

    /*    header .h_tel a {
        right: 50%;
        margin-right: -400px;
    }
*/
    header h1 a img {
        left: 50%;
        margin-left: -600px;
    }

}

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

    body {
        font-size: 1em;
    }

    img {
        max-width: 100% !important;
        height: auto;
        width
        /***/
        : auto;
        margin-left: auto;
        margin-right: auto;
    }

    /* slide 画像　relative"(相対)に変更　*/
    #index_top {
        width: 100%;
        height: 400px;
        margin: 0px auto;
        overflow: hidden;
    }


    #index_top #top_catch h3 {
        font-size: 1.6em;
    }


    #index_top #top_catch p {
        width: 80%;
        font-size: 1.4em;
        padding: 10px 10px;
    }


    .clinicInfo h3 {
        font-size: 2.0em;
    }

    .clinicInfo h4 {
        font-size: 1.0em;
    }


    .content h4 {
        margin-right: 10px;
        margin-left: 10px;
    }


    /*
メニューボタン
-------------------------------------------*/

    .menu_btn {
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        z-index: 5000;
        top: 5px;
        right: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }


    .menu_btn:hover {
        cursor: pointer;
    }

    .menu_btn span {
        width: 30px;
        height: 3px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -14px;
        background-color: #0169B6;
    }

    .menu_btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .menu_btn span.top {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    .menu_btn span.bottom {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
    }


    .menu_btn:hover span.top {
        transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
    }

    .menu_btn:hover span.bottom {
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
    }


    .menu_btn.opened span.middle {
        background: rgba(255, 255, 255, 0);
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
    }

    .menu_btn.opened span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);
        -moz-transform: rotate(-45deg) translateY(0px);
    }

    .menu_btn.opened span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);
        -moz-transform: rotate(45deg) translateY(0px);
    }



    /*
グローバルナビ
-------------------------------------------*/
    #g_navi {
        position: fixed;
        width: 80%;
        height: 100%;
        top: 0px;
        left: 100%;
        padding-top: 50px;
        overflow: auto;
        z-index: 3000;
        background-color: #0169B6;
        opacity: 0.9;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        /* font-size: 0.875em;*/
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #g_navi ul {
        display: block;
        margin: 10px;
        padding: 0px 20px;
        clear: both;
    }

    #g_navi ul li:first-child {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #005793;
    }

    #g_navi ul li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #005793;
    }

    #g_navi ul li a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 20px;
        line-height: 22px;
        vertical-align: middle;
        font-weight: 800;
    }

    #g_navi ul li a:hover {
        color: #ffffff;
        background: rgb(0, 87, 147, 0.5);
    }

    .fixed {
        overflow: hidden;
    }

    /*　初診受付・問診 */


    #g_navi .gnav-btn-list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 2em;
    }

    #g_navi .gnav-btn-list > li {
        border: none;
        width: 50%;
        text-align: center;
        font-size: 0.9em;
        font-weight: 400;
    }

    #g_navi .gnav-btn-list ul li:first-child {
        border: none;
    }


    #g_navi .gnav-btn-list > li > a {

        display: block;
        color: #fff;
        padding: 1em 0;
    }

    #g_navi .btn-monshin {
        background-color: #26bbab;
    }


    #g_navi .btn-reserve {
        background-color: #2589d0;
    }

    /*

    #g_navi .gnav-btn-list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 2em;
    }

    #g_navi .gnav-btn-list > li {
        font-size: 1em;
    }

    #g_navi .gnav-btn-list > li > a {
        padding: .75em 0;
    }

*/


    /*
アコーディオン
--------------------------------------------------*/


    #g_navi ul li a.ac_menu {
        position: relative;
        background-image: none;
    }

    #g_navi ul li a.ac_menu::after {
        font-size: 0.95em;
        display: block;
        height: 30px;
        width: 30px;
        content: "\03e";
        text-align: center;
        line-height: 20px;
        position: absolute;
        top: 16px;
        right: 10px;
        color: #fff;
    }



    #g_navi div.ac_list img {
        display: none;
    }

    #g_navi ul li a.ac_menu.active {
        color: rgb(0, 97, 175);
    }

    #g_navi ul li a.ac_menu.active::after {
        content: "\03e";
        color: #ffffff;
    }

    #g_navi div.ac_list {
        display: none;
    }

    #g_navi ul li ul li {
        border-bottom: none;
    }

    #g_navi ul li li:first-child {
        border-top: none;
    }

    #g_navi ul li ul li a {
        border-bottom: none;
    }

    #g_navi ul li ul li a::before {
        content: "・";
        padding-right: 5px;
        color: #efefef;
    }

    #g_navi ul li ul li a:hover {
        color: #efefef;
    }

    /*
メニューシャドウ
-------------------------------------------*/
    .bg_bl {
        background-color: #FFF;
        height: 100%;
        width: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        display: block;
        position: fixed;
        z-index: 2000;
    }


    /*
ヘッダー
-------------------------------------------*/
    .sm-slider,
    .sm-slider::after {
        top: 50px !important;
    }

    header {
        height: 60px;
    }

    header h1 a img {
        top: 5px;
        left: 5px;
        height: 60px;
    }

    header .h_btn a {
        width: 120px;
        top: 10px;
        right: 50px;
        line-height: 29px;
        padding-top: 1px;
        font-size: 0.75em;
    }

    /*   header .h_tel a {
        width: 120px;
        top: 10px;
        right: 160px;
        line-height: 29px;
        padding-top: 1px;
        font-size: 0.75em;
    }
*/
    header .h_menu {
        display: none;
    }

    header #info {
        display: none;
    }

    /*フッター
-------------------------------------------*/
    /*   address {
        text-align: center;
        padding-top: 10px;
        display: block;
        clear: both;
    }

    footer ul.f_bn {
        float: none;
    }

    footer .f_bn li a {
        font-size: 0.75em;
        padding: 8px;
    }
*/
    .no_sp {
        display: none;
    }

}



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

    header h1 a img {
        top: 5px;
        height: 50px;
    }

    header .h_btn a {
        width: 50px;
        font-size: 1.125em;
        border-top-style: none;
        border-bottom-style: none;
    }

    /*    header .h_tel a {
        width: 50px;
        font-size: 1.125em;
        right: 100px;
        border-top-style: none;
        border-bottom-style: none;
    }

    header .h_tel a span,
    header .h_btn a span {
        display: none;
    }*/

    #g_navi .gnav-btn-list {
        display: block;
        margin-bottom: 2em;
    }

    #g_navi .gnav-btn-list > li {
        border: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 0.9em;
        font-weight: 400;
    }


    #mailform table.m_form th,
    #mailform table.m_form td {
        width: 100% !important;
        display: block;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #mailform table.m_form th {
        border-right-style: none;
        padding-bottom: 5px;
    }

    #index_top #top_catch h3 {
        font-size: 1.2em;
        padding: 0px 10px;
    }

    #index_top #top_catch p {
        width: 80%;
        font-size: 1.0em;
        padding: 10px 10px;
    }

    /*  #sub_top {
        height: 150px;
        line-height: 150px;
        padding-top: 50px;
        background-position: center 50px;
    }
*/
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content p {
        margin-bottom: 20px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }



    .img_left,
    .img_right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pick_up ul {
        padding: 15px;
    }

    .pick_up ul li {
        width: 31%;
    }

    .balloon {
        top: -35px;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 0.875em;
    }

    a .btn_check {
        width: 80%;
        margin-left: -40%;
    }


}

@media screen and (max-width:460px) {
    .button-03 {
        width: auto;
    }

    .cont-map .scroll {
        overflow-x: auto;
        padding: 10px 0px;
    }

    .cont-map table.table_01 {
        margin: auto;
        margin: 0 10px 0px;
    }

    .content .scroll {
        overflow-x: auto;
        padding: 10px 0px;
    }

    .content table.table_01 {
        /*   min-width: 460px;*/
        margin: 0 10px 0px;
    }

    .content table.table_01 {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .content table.table_01 th {
        font-size: 1em;
    }

    .content table.table_01 td {
        font-size: 1em;
        white-space: nowrap;
    }

    #index_top #top_catch h3 {
        font-size: 1.1em;
        padding: 0px 10px;
    }

    #index_top #top_catch p {
        width: 80%;
        font-size: 0.9em;
        padding: 10px 10px;
    }


    .content h2 {
        font-size: 1.3em;
    }

    .content h2 span {
        font-size: 0.75em;
    }

    .content h3 {
        font-size: 1.1em;
    }

    .content .sub h3 {
        font-size: 1.2em;
    }


    .heading01 span {
        font-size: 18px;
    }




    .f18 {
        font-size: 1.1em;
    }

    a .btn_check {
        font-size: 0.75em;
        line-height: 30px;
    }

    a .btn_check i {
        padding-right: 5px;
        padding-left: 2px;
    }

    a:hover .btn_check i {
        padding-right: 2px;
        padding-left: 5px;
    }

}

/*-----トップへ戻るボタン------*/

.to_top {
    position: fixed;
    right: 10px;
    z-index: 200;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.to_top a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    opacity: 0.9;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    font-size: 0.625em;
    background-color: #2589d0;
    padding: 15px 15px;
    height: 20px;
    width: 25px;
}

.to_top a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}




/*
フッター
-------------------------------------------*/
/*
footer {
  background-color: #F2F6FB;
    border-top: 1px solid rgba(138, 148, 058, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    margin-top: -4px;
   clear: both;
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    bottom: 0;
}
*/

footer {
    clear: both;
    width: 100%;
    background-image: url(../img/footer_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

footer .section-heading {
    margin-bottom: 25px;
}




/*
address {
    font-size: 0.875em;
    font-style: normal;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

footer ul.f_bn {
    display: block;
    float: right;
}

footer .f_bn li {
    display: inline;
}

footer .f_bn li a {
    display: inline-block;
    font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 0.875em;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #5483D9;
    margin-left: 10px;
    font-weight: bold;
}

footer .f_bn li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

footer .f_bn li a i {
    padding-right: 5px;
}

.share-tw {
    background-color: #55acee;
}

.share-fb {
    background-color: #3b5998;
}
*/



footer .box_pr {
    clear: both;
    width: 100%;
    font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
    display: block;
    /*    padding-top: 10px;
    padding-bottom: 10px;*/
    text-align: center;
    font-size: 0.875em;
    color: #666;
}

.box_pr ul li {
    display: inline;
    padding: 5px;
}

.box_pr ul li a {
    color: #666;
    text-decoration: none;
}

/* google map 余白削除 */

iframe {
    vertical-align: bottom;
}

video {
    vertical-align: bottom;
}

img {
    vertical-align: bottom;
}



/*
エフェクト
-------------------------------------------*/
.effect {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
}

.effect.d_02 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.effect.d_04 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.effect.d_06 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.effect.d_08 {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.effect.start {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}
