@charset "UTF-8";
/* CSS Document */
/*---------on/off---------*/
.br-sp{
	display: none;
}

.topimg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ind-intro {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    line-height: 220%;
}
h3.kamoku-mds {
    margin: 0 0 20px;
    font-size: 160%;
    text-align: left;
    color: #292929;
}
h3.kamoku-mds-b {
    width: 100%;
    margin: 0 0 20px;
    font-size: 120%;
    text-align: left;
    color: #292929;
}
h3.kamoku-mds-b:before {
    background-color: #292929;
}
h3.kamoku-mds:before {
    background-color: #292929;
    /*	background-color: #EE7800;*/
}
.ind-hours {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}
.ind-hours .hours-left {
    width: 70%;
    font-size: 120%;
    line-height: 210%;
}
.ind-hours .owlbtns-right {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 140%;
}
.owlbtns-right .owl {
    width: 35%;
}
.owlbtns-right .btn-list {
    width: 100%;
	max-width: 180px;
}
.owlbtns-right .btn-list .owlbtn {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    /*    background-color: #EE7800;*/
    /*    border-radius: 20px;*/
    text-align: center;
    transition: all 0.3s;
}

.owlbtns-right .btn-list .owlbtn:hover {
    letter-spacing: 0.2em;
}
/*
.owlbtns-right .btn-list .owlbtn:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 25%;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 15px 0;
    border-color: transparent #EE7800 transparent transparent;
}
.owlbtns-right .btn-list .owlbtn:nth-child(1):before {
    transform: rotate(340deg);
    top: 40%;
    left: -30px;
}
.owlbtns-right .btn-list .owlbtn:nth-child(2):before {
    transform: rotate(30deg);
    top: 20%;
    left: -25px;
}
*/
.owlbtn a img{
	height: 168px;
}
.owlbtns-right .btn-list .owlbtn a {
    width: 100%;
    max-width: 300px;
	height: 168px;
    padding: 0;
    display: block;
    color: #FFF;
    transition: 0.3s;
}
.owlbtns-right .btn-list .owlbtn a:hover {
    opacity: 0.5;
    transition: 0.3s;
}
/***INDEX NEWS***/
.news-bk {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff8ef;
}
.news-wrap {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.ind-newsspace {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ind-newsspace .ind-news {
    width: 60%;
}
.ind-newsspace .ind-news ul.news-list {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
}
.ind-newsspace .ind-news ul.news-list a:hover {
    background-color: #FFF;
}
.news-intro {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.news-intro h2.news-mds {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    text-align: left;
    color: #EE7800;
}
.news-intro .news-link {
    font-size: 80%;
}
.news-intro .news-link a {
    display: block;
    padding: 10px;
    color: #EE7800;
    background-color: #FFF;
    line-height: 100%;
    transition: 0.3s;
}
.news-intro .news-link a:hover {
    opacity: 0.5;
}
.ind-newsspace .clinic-img {
    width: 35%;
}
.ind-mynumspace {
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
    padding: 60px 5%;
    position: relative;
    overflow: hidden;
    background-image: url("../img/index/mynum_bk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.ind-mynumspace .mynum-img {
    width: 25%;
}
.ind-mynumspace .mynum-txt {
    width: 70%;
}
.ind-mynumspace .mynum-txt h3 {
    font-size: 140%;
    margin: 0 0 10px;
    padding: 0;
}
.ind-mynumspace .mynum-txt h3:before {
    display: none;
}
.ind-topics {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
    padding: 0;
    list-style-type: none;
    gap: 1em;
}
.ind-topics li {
    width: 50%;
}
.ind-topics li a {
    width: 100%;
    display: flex;
    color: #62BB46;
    border: solid 1px #62BB46;
    border-radius: 5px;
    padding: 1em;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.ind-topics li a:hover {
    opacity: 0.5;
}
.ind-drfuku {
    width: 90%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 60px 5%;
    background-color: #FFE67A;
    border-radius: 10px;
}
.ind-drfuku .drfuku {
    width: 10%;
}
.ind-drfuku .fuku-txt {
    width: 85%;
}
#pdf-link {
    min-height: auto;
}