/* リセットCSS */
*{
    margin: 0;
    padding: 0;
  }
img{
  border: none;
  display: block;
}
a{
  text-decoration: none;
}

  li{
    list-style: none;
  }
 
  p{
    text-decoration: none;
  }
  body{
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  }
  /* ヘッダー部分 */

  .header{
    background-color: #d0a900;

  }

  #headerInner{
    width: 1166px;
    margin-left: auto;
    margin-right: auto;

    
  }

  #headerleft{
    width: 300px;
    float: left;
    padding-top: 20px;
  }
  
  #logo1 img{
    width: 200px;
    height: 200px;
  }
  /* #yoyaku{
    float: right;
    background-color:darkgrey;
    color: #fefefe;
    font-size: 30px;
    margin-top: 100px;
    font-weight: bold;
    width: 280px;
    border-radius: 10px;
    text-align: center;
    
  }

  #yoyaku:hover{
     background-color:  #d6cdbe;
  } */


  #yoyaku {
    float: right;
    background: linear-gradient(135deg, #888 0%, #aaa 100%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 80px;
    padding: 20px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  #yoyaku:hover {
    background: linear-gradient(135deg, #d6cdbe 0%, #f0e9dc 100%);
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.3);
  }
  








  .gnaviList{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
  
  }
    
.gnavi{
  clear: both;
}

.gnaviList li{
  font-size: 25px;
  margin-left: 40px;
}

.gnaviList li :hover{
  color: whitesmoke;
}

a {
  color: #80775d;
  text-decoration: none;
}

a:hover {
  color: whitesmoke;
}



#mainphoto img{
  height: auto;
  text-align: center;
  
}
#mainphoto{
  text-align: center;
}

#charactor_1{
  background-color: #d6cdbe;
}

#charactor{
  text-align: center;
  color: #6c6b6b;
  font-size: 25px;
}

#endoscope{
  display: flex;
  padding-left: 50px;
  padding-top: 50px;
}

.gif{
  background-color: #fefefe;
  color: black;
  width: 50%;
  height: 350px;
  text-align: center;
  margin: 50px;
  border-radius: 20px;
}

.gif h3{
  font-size: 28px;
}

.gif h4{
  font-size: 25px;
  padding-top: 50px;
}

 #counseling_1{
  background-color: #d6cdbe;

 }

 #counseling{
  display: flex;
  padding-right: 60px;

 }

 #counseling h3{
  font-size: 28px;
 }

 #counseling h4{
  font-size: 25px;
  padding-top: 50px;
}

.counselingcomment{
  background-color: #fefefe;
  color: black;
  width: 50%;
  height: 350px;
  text-align: center;
  margin: 50px;
  border-radius: 20px;

}

#dog h2{
  text-align: center;
  color: #6c6b6b;
  font-size: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dogphoto{
  display: flex;
  justify-content: space-evenly;
}

.dogphoto img:hover{
  opacity: 0.5;
}


.dogphoto p{
  color: #fefefe;
  background-color: #d6cdbe;
  font-size: 30px;
  text-align: center;
  font-weight: bold;

}

#gairai h2{
  text-align: center;
  color: #6c6b6b;
  font-size: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gairaiphoto{
  display: flex;
  justify-content: space-evenly;
}

.gairaiphoto img:hover{
  opacity: 0.5;
}
.gairaiphoto p{
  color: #fefefe;
  background-color: #d6cdbe;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

#time h2{
  color: #6c6b6b;
  font-size: 25px;
  margin-top: 80px;
  padding-left: 100px;
  padding-bottom: 50px;
  
}

.week{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #6c6b6b;
  height: 150px;
  margin-left: 200px;
  border-collapse: collapse;
}
  


tbody td{
   border-bottom: 1px solid black;
   padding-left: 15px;
   text-align: center;
  
}

tbody th{
  border-bottom: 1px solid black;
  padding-left: 15px;
  text-align: center;
}



.access{
  color: #6c6b6b;
  font-size: 25px;
  margin-top: 80px;
  margin-left: 100px;
}

iframe{
  width: 500px;
  height: 300px;
  padding-bottom: 100px
}


#accessTel{
  padding-right: 100px;
}

#accessTel p{
  padding-top: 15px;
  padding-left: 100px;

}


#accessmap{
  display: flex;
}

.pagetop {
  float: right;
  color: #6c6b6b;
  font-size: 25px;
  margin-right: 30px;
}

.pagetop:hover {
  background-color: #d6cdbe;
}


footer{
  background-color: #d0a900;
}

footer div{
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  justify-content: right;
  align-items: end;
  display: flex;
}

footer div p{
  float: right;
  color: #80775d;
  font-size: 25px;
  margin-left: 40px;
  
}

footer div p:hover{
  color: whitesmoke;
}

.bx-wrapper{
  width: 90%;
  margin: 0 auto;
}