@charset "UTF-8";
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {

  /* -------------------------------------
    当院が選ばれるポイント
  ------------------------------------- */
  .top_point {
    padding: 3vw 0 3vw;
    background-image: url(../images/features_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top_point > h1 {
    color: #65492b;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2vw;
    line-height: 1;
    letter-spacing: 5px;
    position: relative;
    padding-top: 2vw;
  }
.top_point > h1 span {
    display: block;
    text-align: center;
    color: #e0bcc6;
    font-size: 1rem;
    letter-spacing: 3px;
    padding-top: .5vw;
} 
  .top_point > ul {
    width: 97%;
    list-style: none;
    display: flex;
      flex-wrap: wrap;
    justify-content: space-between;

  }
  .top_point > ul > li {
    transition: opacity 1.5s;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 5px 10px #ababab82;
    width: 100%;
    position: relative;
      padding: 2vw 0 3.5vw 0;
  }
    .tg_t {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.tg_t_2 {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #65492b 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: left 20px bottom;
    line-height: 1;
    padding: 0 0 1vw;
    margin: 0 2vw 0;
} 
.tg_t_3 {
    font-size: 1.2rem;
    margin: 1vw 0 0;
    padding: 0 4vw;
    display: flex;
    justify-content: center;
    line-height: 1.3;
}  

    .topguide_w li:nth-child(1) .tg_t::before {
    position: absolute;
    content: "";
    background: url(../images/features-01.svg) no-repeat;
    width: 40px;
    height: 40px;
    left: 10px;
    top: -10px;
}
.topguide_w li:nth-child(2) .tg_t::before {
    position: absolute;
    content: "";
    background: url(../images/features-02.svg) no-repeat;
    width: 40px;
    height: 40px;
    left: 10px;
    top: -10px;
}    
.topguide_w li:nth-child(3) .tg_t::before {
    position: absolute;
    content: "";
    background: url(../images/features-03.svg) no-repeat;
    width: 40px;
    height: 40px;
    left: 10px;
    top: -10px;
}    
  .top_point > ul > li:last-child {
    margin-bottom: 0;
  }


  /* -------------------------------------
  お知らせ＆診療時間
  ------------------------------------- */
  .top_news_schedule {
    padding: 3vw 0;
    /*background: url("../img/top/news_schedule_bg2.jpg") no-repeat;
    background-size: cover;
    background-position: top center;*/
      background: #ffffff;
  }
  .top_news_schedule > .top_ns_common {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 2vw 3vw;
    background-color: #fff;
  }
  .top_news_schedule > .top_ns_common > div > .left > h3 {
    font-size: 2.4rem;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 4vw;
    border-bottom: solid 1px #ccc;
    padding: 0 0 1vw;
    line-height: 1.5;
  }
  .top_news_schedule > .top_ns_common > div > .left aside {
    display: block;
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5;
      text-align: center;
      margin: 0 0 3vw;
  }
  .top_news_schedule > .top_ns_common > div > .left aside span {
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    background: #9a9582;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 2vw 0;
    border-radius: 100px;
}  
  .top_news_schedule .top_news {
    margin-bottom: 0;
  }

  .top_news_schedule .top_schedule > div > .right > aside {
    display: block;
    padding-top: 5px;
    font-size: 1.2rem;
  }


  /* -------------------------------------
    グレー
  ------------------------------------- */
  .top_gray {
    height: 30px;
    background-color: #F9F9F9;
  }

  /* -------------------------------------
    アクセス情報
  ------------------------------------- */
  .top_access {
    padding: 2vw 0;
  }
  .top_access > .top_access_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .top_access > .top_access_inner > div.left {
    font-size: 2.4rem;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 5vw;
    border-bottom: solid 1px #ccc;
    padding: 0 0 1vw;
    line-height: 1.5;
  }
  .top_access > .top_access_inner > div.center {
    margin-bottom: 2vw;
  }
  .top_access > .top_access_inner > div.center > div {
    font-size: 1.4rem;
  }




.ic_arrow {
    position: relative;
    padding-left: 20px;
        line-height: 1.5;
}
.ic_arrow a {
    text-decoration: underline;
}
.ic_arrow a::before {
    content: "";
    position: absolute;
    left: 2px;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin: 5px 0 0;
}





/*TOPポイント*/

.topguide_w{
width:100%;
margin:0 auto;
}

.tg_i{
width:100%;
}

.tg_i img{
display: none;
}

.tg_t{
font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
}


.tg1 .tg_t{
color:#48ab3b;
}








  .bg_none {
    background: none !important;
  }

.padding_none{
padding:0 !important;
}





.topmedical_timetable_tbl {
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border-radius: 10px;
    color: #82be47;
    font-weight: 700;
    border-collapse: collapse;
    margin: 0 auto 2vw;
}    
.topmedical_timetable_tbl td {
    border: 1px solid #c4c4c4;
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: 0;
}  
.topmedical_timetable1 {
    width: 25%;
    text-align: center;
    padding: 2vw 2vw;
    background: #82be47;
    color: #fff;
    border-left: 1px solid #c4c4c4 !important;
    font-weight: normal;
}    
.topmedical_timetable2 {
    width: 10%;
    text-align: center;
    padding: 2vw 2vw;
    background: #82be47;
    color: #ffffff;
    font-weight: normal;
} 
.topmedical_timetable3 {
    text-align: right;
    padding: 2vw 2vw;
    background: #f9f9f9;
    color: #333333;
    border-left: 1px solid #c4c4c4 !important;
}
.topmedical_timetable4 {
    text-align: center;
    padding: 2vw 2vw;
}
.topmedical_timetable5 {
    text-align: center;
}
.topmedical_timetabletxt6 {
    color: #735435;
    letter-spacing: .05rem;
    font-size: 1.2rem;
}    







.top_access_fl{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}

.top_access_fl div{
margin: 0 auto 10px;
}
.top_access_fl3 img {
    border: solid 1px #9a9582;
}
.top_access_fl div h4{
color: #0faf5b;
    margin: 0 0 2vw 0;
font-size:1.8rem;
}

.top_access_fl div h4::before{
content:"■";
}

.top_access_fl1{
}

.top_access_fl2{
}

.top_access_fl3{
}

.top_access_fl4{
}

.top_access_fl5{
}

.top_access_fl6{
margin-top:15px;
text-align:center;
}

.top_access_fl7{
margin-top:15px;
}






.topsubject__ww{
background: #f4f4f4;
width: 100%;
}

.topsubject__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding: 4vw;
}

.topsubject_box{
width: 49%;
text-align: center;
border-radius: 10px;
background: #f4f4f4;
box-shadow: 1px 5px 10px #ecebe0;
}
.topsubject_box:nth-child(1),.topsubject_box:nth-child(2) {
    margin: 0 0 2vw 0;
}
.topsubject_box a{
width: 100%;
padding: 3vw 0 0;
display: block;
height: 100%;
border-radius: 14px;
background: #fff;
}

.topsubject_box a span{
text-align: center;
display: inline-block;
font-size: 1.6rem;
line-height: 1.3;
letter-spacing: .1rem;
}


.topsubject_box a:hover{
transform: translateY(-5px);
}

.topsubject_ic{
display: block;
width: 15vw;
height: 15vw;
margin: 0 auto;
}

.topsubject_ic img{
display: block;
width: 100%;
height: 100%;
}

.topsubject_t{
display: flex;
width: 100%;
justify-content: center;
align-items: flex-start;
padding: 2vw 0 0;
}


.topsubject_box a.subject {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 14px;
    background: #b9d67a;
    transition: all .3s;
    box-shadow: 1px 5px 10px #9e9e9e52;
    padding: 5vw 0 5vw;
}
.topsubject_t_interview {
    width: 100%;
    align-items: center;
    padding: 5px 0 0;
}
.topsubject_box a.interview-s {
    display: block;
    height: 100%;
    border-radius: 14px;
    background: #1daf5b;
    transition: all .3s;
    box-shadow: 1px 5px 10px #9e9e9e52;
    padding: 5vw 0 5vw;
}    
.topsubject_box a.interview-s span {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    margin: 0 0 3vw;
    color: #ffffff;
} 
.interview-txts {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff292;
    margin: 0 auto 0;
    line-height: 1.5;
}    
.topinstitution__ww {
    width: 100%;
    padding: 5vw 0 5vw;
    background: #f4f4f4;
}
.topinstitution__w {
}
.topinstitution1 {
    text-align: center;
}
.topinstitution1 a {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 3vw;
    width: 85%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 1px 5px 10px #9e9e9e52;
    font-family: 'Noto Sans JP';
}
.topinstitution1:first-child {
    margin: 0 auto 3vw;
}    
.topinstitution1 .bnr_img {
    width: 30%;
}    
.topinstitution1 .bnr_txt {
    margin: 0 auto;
    font-weight: bold;
    color: #0faf5b;
    padding: 0 0 0 2vw;
    font-size: 1.8rem;
}
.topinstitution1 .bnr_txt_s {
    margin: 2vw auto;
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}    



.corona_btn__w a {
    background: #0faf5b;
    display: block;
    padding: 2vw;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}
 
.kiji {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1vw 0;
}  
.kiji1 {
    width: 100%;
    color: #929292;
    margin: 0 0 0 0;
    font-size: 1.2rem;
}    
.kiji2 {
    width: 100%;
    margin: 0 0 0.5vw 0;
}
.kiji2 a {
    color: #50402f;
    font-size: 1.4rem;
    line-height: 1.5;
} 
.kiji2 a:hover{
    text-decoration: underline;
}    
.kiji2 a span{
    color: #0000ff;
}     
.kiji3 {
    width: 100%;
    font-size: 1.3rem;
} 






/*スライドフェードイン/アウト*/
.topimage__w{
background: url("../img/mainimagebg.jpg");
background-size: cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
z-index: 2;
}



.wrap {
width: 100%;
margin: 0 auto;
position: relative;
z-index: 1;
}

#slide_wrap {
position: relative;
overflow: hidden;
}
#slide_wrap .slide_item {
opacity: 0;
transform: scale(1);
transition: opacity 3s linear, transform 7.5s linear;
position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
position: absolute;
top: 0;
left: 0;
}
#slide_wrap .slide_item.show_ {
opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
transform: scale(1.05);
}
#slide_wrap .slide_item img {
display: block;
}






.menu__second-level{
font-size: 1.6rem;
display:flex;
flex-wrap:wrap;
width:100%;
padding:10px 20px;
border-bottom: 1px #EDEEE8 solid;
text-align: center;
}

.menu__second-level li {
width: 50%;
margin-bottom:3px;
}

.menu__second-level li a {
width:100%;
}





/*TO TOP*/
.totop__w{
position: fixed;
    bottom: 8rem;
    right: 1vw;
    z-index: 99;
    opacity: .9;
}
    
.totop__w a{
    padding: 5px 15px 5px 35px;
    border-radius: 3px;
    background: #94ce90;
    color: #fff;
    font-size: 1.2rem;
}
.arrow_totop{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}


.arrow_totop::before,
.arrow_totop::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ic_totop::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-left: 15px;
}








/**  vaccine_about  **/
.vaccine_about{
width: 92%;
margin: 4vw auto 4vw;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 3vw 5vw;
    background: #f8fff8;
    border: 5px solid #d2efe0;
    }    
.vaccine_about h3{width: 100%;text-align: center;font-size: 2rem;margin-bottom: 3vw;margin-top: 2vw;line-height: 1.5;}        
.vaccine_about h4{font-size: 1.4rem;}


.g-calendar iframe {
    height:500px;
    width: 100%;
    }  

}

/*SP*/





































































































































































































/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
    


    
    
  /* -------------------------------------
    当院が選ばれるポイント
  ------------------------------------- */
  .top_point {
      padding: 55px 0 55px;
    background-image: url(../images/features_bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .top_point > h1 {
    color: #65492b;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 5px;
    position: relative;
    padding-top: 65px;
    line-height: 1;
  }
  .top_point > h1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url("../images/ic_features.svg");
    }
    .top_point > h1 span {
    display: block;
    text-align: center;
    color: #e0bcc6;
    font-size: 1.3rem;
    letter-spacing: 3px;
    padding-top: 10px;
}
  .top_point > ul {
    width: 1020px;
    min-width: 1020px;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .top_point > ul > li {
    width: 320px;
    /*float: left;
    margin-right: 15px;*/
    opacity: 0;
    transition: opacity 1.5s;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1px 5px 10px #ababab82;
  }
  .top_point > ul > li.visible {
    opacity: 1;
  }
  .top_point > ul > li:last-child {
    margin-right: 0;
  }
  .top_point > ul > li > .top_line {
    height: 30px;
    background: url("../../../../AppData/Local/Temp/Adobe/img/top/point_top_line.jpg") no-repeat;
    background-size: cover;
  }
  .top_point > ul > li > .icon {
    position: relative;
    border-bottom: 1px #179a29 solid;
  }
  .top_point > ul > li > .icon > span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 30px;
    background-color: #179a29;
  }
  .top_point > ul > li > .icon > span > i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
    text-align: center;
  }
  .top_point > ul > li > .text_wrap {
    padding: 25px 30px 20px;
    background-color: #fff;
  }
  .top_point > ul > li > .text_wrap > h3 {
    font-size: 2.2rem;
    color: #179a29;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_point > ul > li > .text_wrap > .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top_point > ul.c4 {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .top_point > ul.c4 > li {
    width: 225px;
    margin-right: 20px;
  }
  .top_point > ul.c4 > li:last-child {
    margin-right: 0;
  }
  .top_point > ul.c4 > li > .text_wrap {
    padding: 25px 15px 20px;
  }
  .top_point > ul.c4 > li > .text_wrap > h3 {
    font-size: 2.0rem;
  }
  .top_point > ul.c2 {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    width: 630px;
    min-width: 630px;
    margin: 30px auto 0;
  }

  /* -------------------------------------
  お知らせ＆診療時間
  ------------------------------------- */
  .top_news_schedule {
    padding: 55px 0 55px;
    background: #ffffff;
  }
  .top_news_schedule > .top_ns_common {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 30px 30px 30px 0;
    background-color: #fff;
  }
  .top_news_schedule > .top_ns_common > div {
    display: table;
  }
  .top_news_schedule > .top_ns_common > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top_news_schedule > .top_ns_common > div > .left {
    width: 220px;
    border-right: 1px #E0E0DB solid;
  }
  .top_news_schedule > .top_ns_common > div > .left > h3 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 3px;
  }
  .top_news_schedule > .top_ns_common > div > .left aside {
    display: block;
    padding-top: 10px;
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
  }
 .top_news_schedule > .top_ns_common > div > .left aside span {
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    background: #9a9582;
    color: #fff;
    font-size: 1.5rem;
    margin: 20px 0 10px 0;
    border-radius: 100px;
}    
  .top_news_schedule > .top_ns_common > div > .right {
    padding-left: 40px;
    width: 760px;
  }
  .top_news_schedule .top_news {
  }
  .top_news_schedule .top_news > div > .right > .news_line > li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li:last-child {
    margin-bottom: 0;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > div {
    display: table-cell;
    vertical-align: top;
    line-height: 1.7;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .date {
    width: 7em;
    font-size: 1.4rem;
    color: #179a29;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category {
    width: 10em;
    font-size: 1.2rem;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category > span {
    display: block;
    width: 10em;
    background-color: #179a29;
    color: #fff;
    text-align: center;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category > span.over_color1 {
    background-color: #6eb92b;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .text {
    padding-left: 1em;
    font-size: 1.3rem;
    text-align: left;
  }
  .top_news_schedule .top_schedule > div > .right > table.list {
    width: 100%;
  }
  .top_news_schedule .top_schedule > div > .right > table.list th, .top_news_schedule .top_schedule > div > .right > table.list td {
    border: 1px #DADADA solid;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
  .top_news_schedule .top_schedule > div > .right > table.list th {
    background-color: #ECECEC;
  }
  .top_news_schedule .top_schedule > div > .right > table.list td.off {
    color: #DADADA;
  }
  .top_news_schedule .top_schedule > div > .right > table.list td.on {
    color: #E8B51F;
  }
  .top_news_schedule .top_schedule > div > .right > aside {
    display: block;
    padding: 10px 0 20px;
    font-size: 1.4rem;
  }
    
.kiji {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 10px;
}    
.kiji1 {
    width: 20%;
    color: #929292;
    margin: 0 0 0 0;
    font-size: 1.2rem;
} 
.kiji2 {
    width: 80%;
    margin: 0 0 2px 0;
} 
.kiji2 a{
    color: #50402f;
    font-size: 1.6rem;
}    
.kiji2 a:hover{
    text-decoration: underline;
}
.kiji2 a span{
    color: #0000ff;
}      
.kiji3 {
    width: 100%;
    font-size: 1.5rem;
}       

  /* -------------------------------------
    医師紹介
  ------------------------------------- */
  .top_doctor > .top_doctor_inner {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 40px 0 30px;
  }
  .top_doctor > .top_doctor_inner > h2 {
    font-size: 2.8rem;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .top_doctor > .top_doctor_inner > .left {
    width: 640px;
    float: left;
  }
  .top_doctor > .top_doctor_inner > .left > h3 {
    font-size: 2.1rem;
    color: #179a29;
    margin-bottom: 30px;
  }
  .top_doctor > .top_doctor_inner > .left > div {
    font-size: 1.5rem;
  }
  .top_doctor > .top_doctor_inner > .right {
    width: 320px;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .top_doctor > .top_doctor_inner > .right > .image {
    margin-bottom: 20px;
  }
  .top_doctor > .top_doctor_inner > .right > .name {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .top_doctor > .top_doctor_inner > .right > .button {
    text-align: center;
  }
  .top_doctor > .top_doctor_inner > .right > .button > a {
    display: inline-block;
    background-color: #F0F0F0;
    padding: 7px 20px;
    line-height: 1;
    border-radius: 20px;
    font-size: 1.4rem;
  }

  /* -------------------------------------
    グレー
  ------------------------------------- */
  .top_gray {
    height: 30px;
    background-color: #F9F9F9;
  }

  /* -------------------------------------
    アクセス情報
  ------------------------------------- */
  .top_access {
    padding: 50px 0;
  }
  .top_access > .top_access_inner {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    display: table;
  }
  .top_access > .top_access_inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top_access > .top_access_inner > div.left {
    width: 220px;
    border-right: 1px #E0E0DB solid;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .top_access > .top_access_inner > div.center {
    padding-left: 40px;
  }
  .top_access > .top_access_inner > div.center > h4 {
    font-size: 2.2rem;
    color: #179a29;
    letter-spacing: 2px;
  }
  .top_access > .top_access_inner > div.center > h4:before {
    content: '■';
    margin-right: 5px;
  }
  .top_access > .top_access_inner > div.center > div {
    font-size: 1.6rem;
  }
  .top_access > .top_access_inner > div.right {
    width: 280px;
  }











/*TOPポイント*/

.topguide_w{
width:960px;
margin:0 auto;
padding:0 0 20px;
}

.tg_i{
}

.tg_i img{
width:100%;
}

.tg_t{
    font-size: 2.0rem;
    text-align: center;
    margin: 30px 0 0;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    height: 3rem;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    
}
.tg_t_2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 20px 0;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-image : linear-gradient(to right, #65492b 1px, transparent 1px);
 background-size: 3px 1px;
 background-repeat: repeat-x;
 background-position: left 20px bottom;
    line-height: 2;
    white-space: nowrap;
}
.tg_t_3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
    padding: 0 20px;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.5rem;
    line-height: 1.6;
}    
.tg_btn{
	text-align:center;
	transition:.8s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}

.tg_btn a{
    color: #fff !important;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    display: block;
    padding: 8px 0;
}

.tg_btn:hover{
opacity:.6;
}

.arrow::before{
content:"\025b6";
font-size:1rem;
margin-right:0.5rem;
vertical-align: middle;
}


.tg1 .tg_t{
color:#0faf5b;
}
.topguide_w li:nth-child(1) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-01.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}
.topguide_w li:nth-child(2) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-02.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}
.topguide_w li:nth-child(3) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-03.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}    
.tg1 .tg_btn{
background:#48ab3b;
border-radius:5px;
width:100%;
}

.tg2 .tg_t{
color:#df811d;
}

.tg2 .tg_btn{
background:#df811d;
border-radius:5px;
width:100%;
}

.tg3 .tg_t{
color:#818181;
}

.tg3 .tg_btn{
background:#818181;
border-radius:5px;
width:100%;
}


  .influenza_button {
    width:960px;
    margin:0 auto;
    transition: all .8s;
  }
  .influenza_button:hover{
    opacity:.6;
  }
  .influenza_button > a {
    display: block;
  }

  .influenza_button_s {
    width:100% !important;
  }




  .bg_none {
    background: none !important;
  }

.padding_none{
padding:0 !important;
}


.top_schedule_table_h{
width:100%;
text-align:center;
font-size:2.2rem;
margin-bottom:20px;
}



    
.topmedical_timetable_tbl {
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border-radius: 10px;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    color: #82be47;
    font-weight: 700;
}    
 .topmedical_timetable_tbl td {
    border: 1px solid #c4c4c4;
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: 0;
}   
.topmedical_timetable1 {
    width: 23%;
    text-align: center;
    padding: 15px 5px;
    background: #82be47;
    color: #fff;
    border-left: 1px solid #c4c4c4 !important;
    font-weight: normal;
}
.topmedical_timetable2 {
    width: 11%;
    text-align: center;
    padding: 15px 5px;
    background: #82be47;
    color: #fff;
    font-weight: normal;
}
.topmedical_timetable3 {
    text-align: right;
    padding: 15px 5px;
    background: #f9f9f9;
    color: #333333;
    border-left: 1px solid #c4c4c4 !important;
    padding: 0 32px;
}    
.topmedical_timetable4 {
    text-align: center;
    padding: 15px 5px;
}
.topmedical_timetable5 {
    text-align: center;
}    
 .topmedical_timetabletxt6 {
    color: #735435;
    letter-spacing: .05rem;
    font-size: 1.2rem;
}   
.top_access_fl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.top_access_fl div{
margin-bottom:15px;
}

.top_access_fl div h4{
color:#0faf5b;
font-size:2rem;
margin: 0 0 10px 0;    
}

.top_access_fl div h4::before{
content:"■";
}

.top_access_fl1{
width: 60%;
}

.top_access_fl2{
width: 50%;
text-align: justify;    
}

.top_access_fl3{
}
.top_access_fl3 img{
    border: solid 1px #9a9582;
}
.top_access_fl4{
width:340px;
}

.top_access_fl5{
width:340px;
}

.top_access_fl6{
width:340px;
margin-top:15px;
}

.top_access_fl7{
width: 100%;
    margin-top: 20px;
    height: 400px;
}
.top_access_fl7 iframe {
    width: 100%;
    height: 400px;
}


    
.ic_arrow { 
position: relative;
  padding-left: 20px;
    line-height: 1;
}
.ic_arrow a{ 
text-decoration: underline;
}    
.ic_arrow a::before { 
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
} 
    
.inner{
display:flex !important;
justify-content: space-between;
align-items: center;  
}

/*2つのとき*/
.rsv_w{
display:flex !important;
width:500px;
justify-content:space-around;
}

/*1つのとき
.rsv_w{
width:500px;
justify-content:space-around;
}
*/

.rsv1{
width: 240px;
}

.rsv2{
width: 240px;
margin-left: 128px;
}

.saturday{
}



/*診療科目*/


.topsubject__ww{

  background-color: #f4f4f4;
    width: 100%;
}


.topsubject__ww > h1 {
    color: #000;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 5px;
}

.topsubject__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1020px;
margin: 0 auto;
padding: 50px 0 50px;
}

.topsubject_box{
width: 230px;
text-align: center;
border-radius: 10px;
}

.topsubject_box a.interview-s{
width: 230px;
display: block;
height: 100%;
border-radius: 14px;
background: #1daf5b;
transition: all .3s;
box-shadow: 1px 5px 10px #6a6a6a82;      
}

.topsubject_box a.interview-s span{
text-align: center;
display: block;
font-size: 2.5rem;
line-height: 1.3;
letter-spacing: .1rem;
margin: 30px 0 15px;
color:#ffffff;
}
.interview-txts{
    display: block;
    width: 80%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff292;
    margin: 0 auto 0; 
}

.topsubject_box a.subject{
width: 100%;
padding: 25px 0 0;
display: flex;
flex-wrap: wrap;
height: 100%;
border-radius: 14px;
background: #b9d67a;
transition: all .3s;
box-shadow: 1px 5px 10px #ababab82; 
}

.topsubject_box a.subject span{
text-align: center;
display: inline-block;
font-size: 2.3rem;
line-height: 1.3;
letter-spacing: .1rem;
}
    
.topsubject_box a:hover{
transform: translateY(-5px);
}

.topsubject_ic{
display: block;
width: 100%;
height: 85px;   
}

.topsubject_ic img{
display: block;
width: 100%;
height: 100%;
}

.topsubject_t{
display: flex;
width: 100%;
justify-content: center;
align-items: center; 
height: 95px;  
}

.topsubject_t_interview{
width: 100%;
align-items: center;
padding: 5px 0 0;
}


    
 .topinstitution__ww {
    width: 100%;
    padding: 60px 0 60px;
    text-align: center;
     background: #f4f4f4;
}

 
.topinstitution__w {
    display: flex;
    margin: 0 auto;
    width: 1020px;
    justify-content: space-between;
}   
.topinstitution1 {
    text-align: center;
    display: contents;
}
.topinstitution1 a {
    color: #fff;
    font-size: 2.3rem;
    letter-spacing: .1rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
     background: #ffffff;
    padding: 20px;
    width: 48%;
    border-radius: 8px;
    box-shadow: 1px 5px 10px #ababab82;
    font-family: 'Noto Sans JP';
    transition: all .3s;
}
.topinstitution1 a:hover{
transform: translateY(-5px);
}    
    .topinstitution1 .bnr_img{
     width: 180px;
    }
    .topinstitution1 .bnr_txt {
    margin: 0 auto;
    font-weight: bold;
    color: #0faf5b;
    padding: 0 0 0 20px;
}  
    .topinstitution1 .bnr_txt_s {
    margin: 0 auto;
    color: #333333;
    font-size: 1.5rem;
    font-weight: normal;
}   


    
/*スライドフェードイン/アウト*/
.topimage__w{
background: url("../img/mainimagebg.jpg");
background-size: cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
z-index: 2;
}

.topimage_layer{
position: absolute;
z-index: 10;
}

.topimage_layer img{
width: 500px;
opacity: .9;
}

.wrap {
width: 1280px;
margin: 0 auto;
position: relative;
z-index: 1;
}

#slide_wrap {
position: relative;
overflow: hidden;
}
#slide_wrap .slide_item {
opacity: 0;
transform: scale(1);
transition: opacity 3s linear, transform 7.5s linear;
position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
position: absolute;
top: 0;
left: 0;
}
#slide_wrap .slide_item.show_ {
opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
transform: scale(1.05);
}
#slide_wrap .slide_item img {
display: block;
}  
    
    
    
.nav_subt{
bottom: 0;
font-size: 0.9rem;
color: #72af2c;
position: absolute;
display: block;
width: 100%;
text-align: center;
}

.nav_nolink{
text-align: center;
border-left: 1px #EDEEE8 solid;
position: relative;
height: 70px;
}

.menu__second-level{
font-size: 1.4rem;
}

.ft_bnr__w{
width:980px;
margin:20px auto;
}

.ft_bnr__w ul{
display:flex;
justify-content:flex-start;
width:100%;
flex-wrap: wrap;
}

.ft_bnr__w ul li{
    width: 32%;
    margin: 0 1% 1% 0;
}

.ft_bnr__w ul li img{
width:100%;
}

/*TO TOP*/
.totop__w{
position: fixed;
bottom: 52px;
right:30px;
z-index:100;
}
.totop__w a{
    padding: 20px 20px 20px 46px;
    border-radius: 10px;
    background: #94ce90;
    color: #fff;
font-size:1.4rem;
}
.arrow_totop{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}


.arrow_totop::before,
.arrow_totop::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ic_totop::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
margin-left: 20px;
}




/*paypal*/
.lll_paypal{
padding: 20px 40px;
}



.lll_paypal a{
display: block;
text-align: left;
}

.lll_paypal p{
font-size: 1.4rem;
line-height: 1.6;
margin: 12px 0 0 0;
text-align: left;
display: inline-block;
color: #2a3759;
}

.paypal_next{
background: #0070ba;
color: #fff;
display: inline-block;
border-radius: 100px;
padding: 0 10px;
}

.paypal_box{
display: inline-block;
}  
    
    
    
    
 /**  vaccine_about  **/   
.vaccine_about{
    width: 1020px;
    margin: 40px auto 40px;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 30px 50px;
    background: #f8fff8;
border: 10px solid #d2efe0;
}
.vaccine_about h3{width: 100%;text-align: center;font-size: 2.5rem;margin-bottom: 20px;font-weight: bold;}
.vaccine_about h4{margin-bottom: 10px;}       
    
.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    height:500px;
    }   
    
}

/*PC*/









/**  vaccine_about  **/
.vaccine_about ul{margin: .5em auto 1em}
.vaccine_about li{display: inline-block;width: 420px;}
.telnb{color: #fff !important;font-size: 2rem;letter-spacing: 0.2rem;display: block;padding: 12px 0;text-align: center;}
.vaccine_about li a{color: #fff !important;font-size: 2rem;letter-spacing: 0.2rem;display: block;padding: 12px 0;text-align: center;}
.vaccine_about li:first-child{background: #f28019;border-radius: 5px;margin-right: 1em}
.vaccine_about li:last-child{background: #48ab3b;border-radius: 5px;}
.vaccine_note{font-size: .8em}
.vaccine_rednote{font-size: 1.2em;text-align: center}








.t_xs{
font-size:1.2rem !important;
letter-spacing:-0.05rem !important;
}

.t_333{
color:#333 !important;
}

.t_red{
color: #e00;
}

.t_green{
color: #0faf5b;
}
.t_purple{
    color: #6565c9;
    font-weight: bold;
}
.t_brown {
    color: #735435;
}






/* ------------------------------------------
 PRINT
------------------------------------------ */
@media print and (min-width: 1px) {


  /* -------------------------------------
    スライダー
  ------------------------------------- */
  .main_visual {
    overflow-x: hidden;
    position: relative;
  }
  .main_visual > .swiper_box {
    position: relative;
    max-width: 734px;
    margin: 0 auto;
  }
  .main_visual > .swiper_box > .swiper-container {
    width: 100%;
    height: 284px;
    overflow: visible;
    z-index: 1;
  }
  .main_visual > aside {
    display: table;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 120px;
    height: 120px;
    z-index: 1000;
    margin-left: 347px;
    background-color: #e0bcc6eb;
    border-radius: 50%;
    color: #ffffff;
        text-shadow: 0 0 5px #d68098;
  }
  .main_visual > aside > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .main_visual > aside > div > .num {
    font-size: 4.0rem;
  }

    
    
  /* -------------------------------------
    当院が選ばれるポイント
  ------------------------------------- */
  .top_point {
    padding: 55px 0 55px;
    background-image:url("../images/features_bg2.jpg");
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
  }
  .top_point > h1 {
    color: #65492b;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 5px;
    position: relative;
    padding-top: 65px;
    line-height: 1;
  }
  .top_point > h1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url("../images/ic_features.svg");
    }
    .top_point > h1 span {
    display: block;
    text-align: center;
    color: #e0bcc6;
    font-size: 1.3rem;
    letter-spacing: 3px;
    padding-top: 10px;
}
  .top_point > ul {
    width: 1020px;
    min-width: 1020px;
    /*margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;*/
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .top_point > ul > li {
    width: 320px;
    /*float: left;
    margin-right: 15px;*/
    opacity: 0;
    transition: opacity 1.5s;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    border: solid 3px #fff;
    box-shadow: 1px 5px 10px #ababab82;
  }
  .top_point > ul > li.visible {
    opacity: 1;
  }
  .top_point > ul > li:last-child {
    margin-right: 0;
  }
  .top_point > ul > li > .top_line {
    height: 30px;
    background: url("../../../../AppData/Local/Temp/Adobe/img/top/point_top_line.jpg") no-repeat;
    background-size: cover;
  }
  .top_point > ul > li > .icon {
    position: relative;
    border-bottom: 1px #179a29 solid;
  }
  .top_point > ul > li > .icon > span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 30px;
    background-color: #179a29;
  }
  .top_point > ul > li > .icon > span > i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
    text-align: center;
  }
  .top_point > ul > li > .text_wrap {
    padding: 25px 30px 20px;
    background-color: #fff;
  }
  .top_point > ul > li > .text_wrap > h3 {
    font-size: 2.2rem;
    color: #179a29;
    text-align: center;
    margin-bottom: 10px;
  }
  .top_point > ul > li > .text_wrap > .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top_point > ul.c4 {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .top_point > ul.c4 > li {
    width: 225px;
    margin-right: 20px;
  }
  .top_point > ul.c4 > li:last-child {
    margin-right: 0;
  }
  .top_point > ul.c4 > li > .text_wrap {
    padding: 25px 15px 20px;
  }
  .top_point > ul.c4 > li > .text_wrap > h3 {
    font-size: 2.0rem;
  }
  .top_point > ul.c2 {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    width: 630px;
    min-width: 630px;
    margin: 30px auto 0;
  }

  /* -------------------------------------
  お知らせ＆診療時間
  ------------------------------------- */
  .top_news_schedule {
    padding: 55px 0 55px;
    background: #ffffff;
  }
  .top_news_schedule > .top_ns_common {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 30px 30px 30px 0;
    background-color: #fff;
  }
  .top_news_schedule > .top_ns_common > div {
    display: table;
  }
  .top_news_schedule > .top_ns_common > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top_news_schedule > .top_ns_common > div > .left {
    width: 220px;
    border-right: 1px #E0E0DB solid;
  }
  .top_news_schedule > .top_ns_common > div > .left > h3 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 3px;
  }
  .top_news_schedule > .top_ns_common > div > .left aside {
    display: block;
    padding-top: 10px;
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
  }
 .top_news_schedule > .top_ns_common > div > .left aside span {
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    background: #9a9582;
    color: #fff;
    font-size: 1.5rem;
    margin: 20px 0 10px 0;
    border-radius: 100px;
}    
  .top_news_schedule > .top_ns_common > div > .right {
    padding-left: 40px;
    width: 760px;
  }
  .top_news_schedule .top_news {
  }
  .top_news_schedule .top_news > div > .right > .news_line > li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li:last-child {
    margin-bottom: 0;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > div {
    display: table-cell;
    vertical-align: top;
    line-height: 1.7;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .date {
    width: 7em;
    font-size: 1.4rem;
    color: #179a29;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category {
    width: 10em;
    font-size: 1.2rem;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category > span {
    display: block;
    width: 10em;
    background-color: #179a29;
    color: #fff;
    text-align: center;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .category > span.over_color1 {
    background-color: #6eb92b;
  }
  .top_news_schedule .top_news > div > .right > .news_line > li > .text {
    padding-left: 1em;
    font-size: 1.3rem;
    text-align: left;
  }
  .top_news_schedule .top_schedule > div > .right > table.list {
    width: 100%;
  }
  .top_news_schedule .top_schedule > div > .right > table.list th, .top_news_schedule .top_schedule > div > .right > table.list td {
    border: 1px #DADADA solid;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
  .top_news_schedule .top_schedule > div > .right > table.list th {
    background-color: #ECECEC;
  }
  .top_news_schedule .top_schedule > div > .right > table.list td.off {
    color: #DADADA;
  }
  .top_news_schedule .top_schedule > div > .right > table.list td.on {
    color: #E8B51F;
  }
  .top_news_schedule .top_schedule > div > .right > aside {
    display: block;
    padding: 10px 0 20px;
    font-size: 1.4rem;
  }
    
.kiji {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 15px;
}    
.kiji1 {
    width: 20%;
    color: #929292;
    margin: 0 0 0 0;
    font-size: 1.2rem;
} 
.kiji2 {
    width: 80%;
    margin: 0 0 2px 0;
    font-size: 1.6rem;
    color: #50402f;
    font-weight: bold;
} 
.kiji3 {
    width: 100%;
    font-size: 1.5rem;
}       

  /* -------------------------------------
    医師紹介
  ------------------------------------- */
  .top_doctor > .top_doctor_inner {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 40px 0 30px;
  }
  .top_doctor > .top_doctor_inner > h2 {
    font-size: 2.8rem;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .top_doctor > .top_doctor_inner > .left {
    width: 640px;
    float: left;
  }
  .top_doctor > .top_doctor_inner > .left > h3 {
    font-size: 2.1rem;
    color: #179a29;
    margin-bottom: 30px;
  }
  .top_doctor > .top_doctor_inner > .left > div {
    font-size: 1.5rem;
  }
  .top_doctor > .top_doctor_inner > .right {
    width: 320px;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .top_doctor > .top_doctor_inner > .right > .image {
    margin-bottom: 20px;
  }
  .top_doctor > .top_doctor_inner > .right > .name {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .top_doctor > .top_doctor_inner > .right > .button {
    text-align: center;
  }
  .top_doctor > .top_doctor_inner > .right > .button > a {
    display: inline-block;
    background-color: #F0F0F0;
    padding: 7px 20px;
    line-height: 1;
    border-radius: 20px;
    font-size: 1.4rem;
  }

  /* -------------------------------------
    グレー
  ------------------------------------- */
  .top_gray {
    height: 30px;
    background-color: #F9F9F9;
  }

  /* -------------------------------------
    アクセス情報
  ------------------------------------- */
  .top_access {
    padding: 50px 0;
  }
  .top_access > .top_access_inner {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    display: table;
  }
  .top_access > .top_access_inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top_access > .top_access_inner > div.left {
    width: 220px;
    border-right: 1px #E0E0DB solid;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .top_access > .top_access_inner > div.center {
    padding-left: 40px;
  }
  .top_access > .top_access_inner > div.center > h4 {
    font-size: 2.2rem;
    color: #179a29;
    letter-spacing: 2px;
  }
  .top_access > .top_access_inner > div.center > h4:before {
    content: '■';
    margin-right: 5px;
  }
  .top_access > .top_access_inner > div.center > div {
    font-size: 1.6rem;
  }
  .top_access > .top_access_inner > div.right {
    width: 280px;
  }











/*TOPポイント*/

.topguide_w{
width:960px;
margin:0 auto;
padding:0 0 20px;
}

.tg_i{
}

.tg_i img{
width:100%;
}

.tg_t{
    font-size: 2.0rem;
    text-align: center;
    margin: 30px 0 0;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: center;
    height: 3rem;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    
}
.tg_t_2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px 20px 0;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-image : linear-gradient(to right, #65492b 1px, transparent 1px);
 background-size: 3px 1px;
 background-repeat: repeat-x;
 background-position: left 20px bottom;
    line-height: 2;
    white-space: nowrap;
}
.tg_t_3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
    padding: 0 20px;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.5rem;
    line-height: 1.6;
}    
.tg_btn{
	text-align:center;
	transition:.8s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}

.tg_btn a{
    color: #fff !important;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    display: block;
    padding: 8px 0;
}

.tg_btn:hover{
opacity:.6;
}

.arrow::before{
content:"\025b6";
font-size:1rem;
margin-right:0.5rem;
vertical-align: middle;
}


.tg1 .tg_t{
color:#0faf5b;
}
.topguide_w li:nth-child(1) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-01.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}
.topguide_w li:nth-child(2) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-02.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}
.topguide_w li:nth-child(3) .tg_t::before {
    position: absolute;
    content: "";
    background: url("../images/features-03.svg") no-repeat;
    width: 80px;
    height: 80px;
    margin: auto;
    top: -90px;
}    
.tg1 .tg_btn{
background:#48ab3b;
border-radius:5px;
width:100%;
}

.tg2 .tg_t{
color:#df811d;
}

.tg2 .tg_btn{
background:#df811d;
border-radius:5px;
width:100%;
}

.tg3 .tg_t{
color:#818181;
}

.tg3 .tg_btn{
background:#818181;
border-radius:5px;
width:100%;
}


  .influenza_button {
    width:960px;
    margin:0 auto;
    transition: all .8s;
  }
  .influenza_button:hover{
    opacity:.6;
  }
  .influenza_button > a {
    display: block;
  }

  .influenza_button_s {
    width:100% !important;
  }




  .bg_none {
    background: none !important;
  }

.padding_none{
padding:0 !important;
}


.top_schedule_table_h{
width:100%;
text-align:center;
font-size:2.2rem;
margin-bottom:20px;
}

/* ------------------------------------------
table.table_naika{
border:1px solid #dedede;
width:100%;
}

table.table_naika th{
border:1px solid #dedede;
background:#10a501;
color:#fff;
width:10%;
font-size: 1.4rem;
font-weight: normal;
    padding: 10px 0;
}

table.table_naika th:first-child{
width:30% !important;
}

table.table_naika td{
border:1px solid #dedede;
    text-align: center;
    padding: 10px 0;
}

table.table_naika td.on{
color: #a0e27c;
}
table.table_naika td.off{
color: #cccccc;
}
------------------------------------------ */


    
.topmedical_timetable_tbl {
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border-radius: 10px;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    color: #82be47;
    font-weight: 700;
}    
 .topmedical_timetable_tbl td {
    border: 1px solid #c4c4c4;
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: 0;
}   
.topmedical_timetable1 {
    width: 23%;
    text-align: center;
    padding: 15px 5px;
    background: #82be47;
    color: #fff;
    border-left: 1px solid #c4c4c4 !important;
    font-weight: normal;
}
.topmedical_timetable2 {
    width: 11%;
    text-align: center;
    padding: 15px 5px;
    background: #82be47;
    color: #fff;
    font-weight: normal;
}
.topmedical_timetable3 {
    text-align: center;
    padding: 15px 5px;
    background: #f9f9f9;
    color: #333333;
    border-left: 1px solid #c4c4c4 !important;
}    
.topmedical_timetable4 {
    text-align: center;
    padding: 15px 5px;
}
.topmedical_timetable5 {
    text-align: center;
}    
 .topmedical_timetabletxt6 {
    color: #735435;
    letter-spacing: .05rem;
    font-size: 1.2rem;
}   
.top_access_fl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.top_access_fl div{
margin-bottom:15px;
}

.top_access_fl div h4{
color:#0faf5b;
font-size:2rem;
margin: 0 0 10px 0;    
}

.top_access_fl div h4::before{
content:"■";
}

.top_access_fl1{
width: 60%;
}

.top_access_fl2{
width: 50%;
text-align: justify;    
}

.top_access_fl3{
}
.top_access_fl3 img{
    border: solid 1px #9a9582;
}
.top_access_fl4{
width:340px;
}

.top_access_fl5{
width:340px;
}

.top_access_fl6{
width:340px;
margin-top:15px;
}

.top_access_fl7{
width: 100%;
    margin-top: 20px;
    height: 400px;
}
.top_access_fl7 iframe {
    width: 100%;
    height: 400px;
}
/*.access_txt::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #197b27;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}*/

    
.ic_arrow { 
position: relative;
  padding-left: 20px;
    line-height: 1;
}
.ic_arrow a{ 
text-decoration: underline;
}    
.ic_arrow a::before { 
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
} 
    
.inner{
display:flex !important;
justify-content: space-between;
align-items: center;  
}

/*2つのとき*/
.rsv_w{
display:flex !important;
width:500px;
justify-content:space-around;
}

/*1つのとき
.rsv_w{
width:500px;
justify-content:space-around;
}
*/

.rsv1{
width: 240px;
}

.rsv2{
width: 240px;
margin-left: 128px;
}

.saturday{
}



/*診療科目*/


.topsubject__ww{

  background-color: #f4f4f4;
    width: 100%;
}


.topsubject__ww > h1 {
    color: #000;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 5px;
}

.topsubject__w{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1020px;
margin: 0 auto;
padding: 50px 0 50px;
}

.topsubject_box{
width: 230px;
text-align: center;
border-radius: 10px;
}

.topsubject_box a.interview-s{
width: 230px;
display: block;
height: 100%;
border-radius: 14px;
background: #1daf5b;
transition: all .3s;
box-shadow: 1px 5px 10px #6a6a6a82;      
}

.topsubject_box a.interview-s span{
text-align: center;
display: block;
font-size: 2.5rem;
line-height: 1.3;
letter-spacing: .1rem;
margin: 30px 0 15px;
color:#ffffff;
}
.interview-txts{
    display: block;
    width: 80%;
    text-align: center;
    font-size: 1.6rem;
    color: #fff292;
    margin: 0 auto 0; 
}

.topsubject_box a.subject{
width: 100%;
padding: 25px 0 0;
display: flex;
flex-wrap: wrap;
height: 100%;
border-radius: 14px;
background: #b9d67a;
transition: all .3s;
box-shadow: 1px 5px 10px #ababab82; 
}

.topsubject_box a.subject span{
text-align: center;
display: inline-block;
font-size: 2.3rem;
line-height: 1.3;
letter-spacing: .1rem;
}
    
.topsubject_box a:hover{
transform: translateY(-5px);
}

.topsubject_ic{
display: block;
width: 100%;
height: 85px;   
}

.topsubject_ic img{
display: block;
width: 100%;
height: 100%;
}

.topsubject_t{
display: flex;
width: 100%;
justify-content: center;
align-items: center; 
height: 95px;  
}

.topsubject_t_interview{
width: 100%;
align-items: center;
padding: 5px 0 0;
}


    
 .topinstitution__ww {
    width: 100%;
    padding: 60px 0 60px;
    text-align: center;
     background: #f4f4f4;
}

 
.topinstitution__w {
    display: flex;
    margin: 0 auto;
    width: 1020px;
    justify-content: space-between;
}   
.topinstitution1 {
    text-align: center;
    display: contents;
}
.topinstitution1 a {
    color: #fff;
    font-size: 2.3rem;
    letter-spacing: .1rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
     background: #ffffff;
    padding: 20px;
    width: 48%;
    border-radius: 8px;
    box-shadow: 1px 5px 10px #ababab82;
    font-family: 'Noto Sans JP';
    transition: all .3s;
}
.topinstitution1 a:hover{
transform: translateY(-5px);
}    
    .topinstitution1 .bnr_img{
     width: 180px;
    }
    .topinstitution1 .bnr_txt {
    margin: 0 auto;
    font-weight: bold;
    color: #0faf5b;
    padding: 0 0 0 20px;
}  
    .topinstitution1 .bnr_txt_s {
    margin: 0 auto;
    color: #333333;
    font-size: 1.5rem;
    font-weight: normal;
}   


    
/*スライドフェードイン/アウト*/
.topimage__w{
background: url("../img/mainimagebg.jpg");
background-size: cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
z-index: 2;
}

.topimage_layer{
position: absolute;
z-index: 10;
}

.topimage_layer img{
width: 500px;
opacity: .9;
}

.wrap {
width: 1280px;
margin: 0 auto;
position: relative;
z-index: 1;
}

#slide_wrap {
position: relative;
overflow: hidden;
}
#slide_wrap .slide_item {
opacity: 0;
transform: scale(1);
transition: opacity 3s linear, transform 7.5s linear;
position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
position: absolute;
top: 0;
left: 0;
}
#slide_wrap .slide_item.show_ {
opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
transform: scale(1.05);
}
#slide_wrap .slide_item img {
display: block;
}  
    
    
    
.nav_subt{
bottom: 0;
font-size: 0.9rem;
color: #72af2c;
position: absolute;
display: block;
width: 100%;
text-align: center;
}

.nav_nolink{
text-align: center;
border-left: 1px #EDEEE8 solid;
position: relative;
height: 70px;
}

.menu__second-level{
font-size: 1.4rem;
}

.ft_bnr__w{
width:980px;
margin:20px auto;
}

.ft_bnr__w ul{
display:flex;
justify-content:flex-start;
width:100%;
flex-wrap: wrap;
}

.ft_bnr__w ul li{
    width: 32%;
    margin: 0 1% 1% 0;
}

.ft_bnr__w ul li img{
width:100%;
}

/*TO TOP*/
.totop__w{
position: fixed;
bottom: 52px;
right:30px;
z-index:100;
}
.totop__w a{
    padding: 20px 20px 20px 46px;
    border-radius: 10px;
    background: #94ce90;
    color: #fff;
font-size:1.4rem;
}
.arrow_totop{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}


.arrow_totop::before,
.arrow_totop::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ic_totop::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
margin-left: 20px;
}




/*paypal*/
.lll_paypal{
padding: 20px 40px;
}



.lll_paypal a{
display: block;
text-align: left;
}

.lll_paypal p{
font-size: 1.4rem;
line-height: 1.6;
margin: 12px 0 0 0;
text-align: left;
display: inline-block;
color: #2a3759;
}

.paypal_next{
background: #0070ba;
color: #fff;
display: inline-block;
border-radius: 100px;
padding: 0 10px;
}

.paypal_box{
display: inline-block;
}  
    
    
    
    
 /**  vaccine_about  **/   
.vaccine_about{
    width: 1020px;
    margin: 40px auto 40px;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 30px 50px;
    background: #f8fff8;
border: 10px solid #d2efe0;
}
.vaccine_about h3{width: 100%;text-align: center;font-size: 2.5rem;margin-bottom: 20px;font-weight: bold;}
.vaccine_about h4{margin-bottom: 10px;}


}







