a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

a:hover img{
    text-decoration: none;
}

/* ///////////////////////////////////////////////////////////////////
ヘッダー
/////////////////////////////////////////////////////////////////// */

.index-header{
    position: relative;
    background-image: url(../images/top.png);
    background-position: center top;
    background-size: cover;
    width: 100%;
    padding: 0 0 50px;
}

.index-header .top{
    width: 100%;
    padding: 2% 0 3%;
    display: table;
    text-align: center;
    background-image:linear-gradient(180deg, rgb(255, 255, 255,0.8)70%, rgb(255, 255, 255,0));
    position: relative;
}

.index-header .top .logo{
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.index-header .top .logo img{
    width: 100%;
}

.index-header .top nav{
    vertical-align: middle;
    display: table-cell;
    width: 70%;
    text-align: right;
}
.index-header .top nav ul{
    width: 95%;
    margin: 0 5% 0 0;
}
.index-header .top nav li{
    padding: 0 15px;
    font-size: 1rem;
    font-weight: bold;
    width: auto;
    font-family: "游明朝";
}
.index-header .top nav li a{
    position: relative;
}

.index-header .right{
    display: block;
    text-align: right;
    margin: 0 5% 0 0;
}
.index-header .right img{
    width: 15%;
    margin: 0 3px;
    padding: 0 3px;
    position: relative;
    transition-duration: 0.3s;
    vertical-align: middle;
    max-width: 200px;
}
.index-header .right .tel{
    position: relative;
}
.index-header .right .tel::after{
    content: "";
    width: 2px;
    height: 30px;
    background-color: #fff;
    right: 0;
    position: absolute;
    top: 0;
}

.index-header .center{
    width: 60%;
    margin: 3% auto 5%;
    text-align: center;
}
.index-header .center img{
    width: 100%;
}

.index-header .new{
    position: absolute;
    width: 20%;
    max-width: 300px;
    right: 5%;
    bottom: -80px;
}

.index-header .new img{
    width: 100%;
    position: relative;
    transition-duration: 0.3s;
    z-index: 9999;
}

.index-header a img:hover{
    transform: translateY(-10px);
    transition-duration: 0.5s;
}

.index-header nav ul li a:hover{
    text-decoration: none
}
.index-header nav ul li a::after {
  position: absolute;
  bottom: -50%;
  left: 50%;
  width: 0%;
  height: 2px;
  background: #000;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
.index-header nav ul li a:hover::after {
  width: 30%;
}


/* ///////////////////////////////////////////////////////////////////
スマイルクリエイト
/////////////////////////////////////////////////////////////////// */

#smile{
    position: relative;
    padding: 3% 0;
    margin: 3% auto;
    background-image: url(../images/top-smile.jpg);
    background-position: top right;
    background-size: 70%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1280px;
}

#smile .smile{
    width: 70%;
    padding: 0 3%;
    max-width: 980px;
    margin: 0 auto 0 0;
    text-align: left;
}

#smile .title{
    font-size:1.8em;
    color: #b78000ff;
    letter-spacing: 3px;
    margin: 0 auto 3%;
    line-height: 2;
    font-weight: bold;
    font-family: "游ゴシック";
    width: 80%;
    max-width: 900px;
}

#smile .title img{
    display: block;
    width: 30%;
    margin:10px 0 0 30px
}

#smile p{
    font-size:1.1em;
    line-height: 2;
    width: 60%;
    margin: 0 0 3% 10% 
}

#smile .left-bottom{
    position: absolute;
    width: 20%;
    max-width: 200px;
    bottom: 10%;
    left: 12%;
    z-index: -1;
    z-index: 9999
}

#smile .left-bottom img{
    display: block;
    margin: 0 auto 1em
}

#smile .left-bottom a{
    font-family: "游明朝";
    font-weight: bold;
    margin: 0 auto;
    display: block;
    font-size:1.2em;
    cursor: pointer
}

#smile .left-bottom a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    margin-left: 20px;
}

#smile .left-bottom a:hover{
    transition: 0.3s;
    opacity: 0.6;
    
}

/* ///////////////////////////////////////////////////////////////////
選ばれる6つの理由
/////////////////////////////////////////////////////////////////// */
#reason{
    background: #ecd8c9;
    padding: 2% 0;
    position:relative;
    z-index: 0;
    margin-bottom: 0%;
    font-family: "游ゴシック";
    text-align: center;
}
#reason .title{
    text-align: center;
    margin: 1% 0 4%;
}
#reason .title img{
    width: 40%;
    margin:  0;
    max-width: 500px;
}
#reason .tooth{
    position: absolute;
    width: 15%;
    max-width: 250px;
    top: 5%;
    right: 10%;
}
#reason .horse{
    position: absolute;
    width: 25%;
    max-width: 350px;
    bottom: 0%;
    left: 5%;
}

#reason .box-white{
    width: 100%;
    max-width: 1480px;
    margin: 0 auto 5%;
}

#reason .box{
    background-color: #fff;
    display: inline-block;
    width: 40%;
    box-shadow: 0px 0px 0px 15px #fff;
    border: solid 2px ;
    position: relative;
    vertical-align: top;
}
#reason .box::after{
    content: "";
    width: 25%;
    height: 20px;
    position: absolute;
    background-color: #fff;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
#reason .box .num{
    position: absolute;
    width: 15%;
    top: -7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}
#reason .box h2{
    font-size: 2em;
    margin: 8% 0 3%;
    font-family: "游明朝";
}
#reason .box .content-img{
    width: 80%;
    margin:  0;
}
#reason .box h3{
    color: #b78000ff;
    font-size: 1.5em;
    text-align: left;
    width: 80%;
    margin: 2% auto;
}
#reason .box h3.long{
    width: 95%;
    font-size: 1.4em;
}
#reason .box p{
    font-size: 1.1em;
    font-weight: 590;
    text-align: left;
    width: 80%;
    margin: 0 auto 5%;
}

#reason .left{
    margin: 0 3% 0 0;
}
#reason .right{
    margin: 9% 0 0 3%;
}

#reason .one{
    border: solid #0071bc;
}
#reason .one h2{
    color: #0071bc;
}
#reason .two{
    border: solid #22b573;
}
#reason .two h2{
    color: #22b573;
}
#reason .three{
    border: solid #662d91;
}
#reason .three h2{
    color: #662d91;
}
#reason .four{
    border: solid #ef1b71;
}
#reason .four h2{
    color: #ef1b71;
}
#reason .five{
    border: solid #c9171e;
}
#reason .five h2{
    color: #c9171e;
}
#reason .six{
    border: solid #29abe2;
}
#reason .six h2{
    color: #29abe2;
}

#reason .more{
    width: 100.7%;
    margin: 0 auto -10%;
    background-color: #0071bc;
    position: relative;
    text-align: center;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffdf00;
}
#reason .more img.more-img{
    width: 23%;
    position: absolute;
    left: -15px;
    bottom: -1px;
}
#reason .more img.click{
    width: 15%;
    position: absolute;
    right: -15px;
    bottom: 0;
}

#reason .more img.click a:hover{
    transition-duration: 0.3s;
    opacity: .6
}
#reason .more a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-8px);
}

/* ///////////////////////////////////////////////////////////////////
診療案内
/////////////////////////////////////////////////////////////////// */

.medical-f{
    display: table;
    vertical-align: top;
    margin: 5% auto 3%;
    width: 100%;
    max-width: 1280px;
}
.medical-f .left{
    display: table-cell;
    width: 40%;
    background-image: url(../images/f-medical.webp);
    background-position: left bottom;
    background-size: 90%;
    background-repeat: no-repeat;
}
.medical-f .right{
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: top;
}
.medical-f .left h2{
    text-align: right;
    font-family: "游明朝";
    font-size: 16px;
}
.medical-f .left h2 span{
    display: block;
    text-align: left;
    border-bottom: 2px #aaa solid;
    color: #c19b78;
    font-size: 1.8em;
    position: relative;
    padding: 0 0 0 2%;
    font-family: "游ゴシック";
}
.medical-f .left h2 span::before{
    content: "";
    border-bottom: solid 2px #c19b78;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30%;
}


.medical-f .left .wrap{
    width: 80%;
    margin: 0 0 0 auto;
}
.medical-f .left p{
    font-size: 1rem;
    margin: 10% 0 0;
    padding: 5px 0 0 30px;
    background-image: url(../images/yellow-+.webp);
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 500;
    text-shadow:1px 1px 1px #FFF, -1px -1px 1px #FFF,
              -1px 1px 1px #FFF, 1px -1px 1px #FFF,
              0px 1px 1px #FFF,  0-1px 1px #FFF,
              -1px 0 1px #FFF, 1px 0 1px #FFF;
}
.medical-f .left span{
    text-align: right;
    display: block;
    font-weight: bold;
    font-size: 2em;
    font-family: "游明朝";
}

.medical-f .right{
    text-align: center;
    padding: 5% 5% 0;
}
.medical-f .right img{
    width: 40%;
}
.medical-f .right ul{
    margin: 0 0 5%;
}
.medical-f .right li{
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.medical-f .right li p{
    margin: 1% 0;
    font-weight: bold;
    font-family: "游ゴシック";
    position: relative;
}
.medical-f .right li p::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 12px;/*画像の高さ*/
    background-image: url(../images/arrow-big.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.medical-f .right li .img{
    width: 60%;
}
.medical-f .right li a:hover{
    transition-duration: 0.3s;
    opacity: .6
}
.medical-f .right li a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-8px);
}
/* ///////////////////////////////////////////////////////////////////
ブログ
/////////////////////////////////////////////////////////////////// */

.blog iframe{
    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    height: 250px;
    border: solid 1px #aaa;
    border-radius: 5px;
    overflow-y: scroll
}