@charset "UTF-8";

*{color: #4B4B4B;
font-family: 'Noto Sans JP', sans-serif;
}

.askanimalhospital{
padding-top: 20px;
width: 200px;

}


/* CSSコード */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}

.logo {
  font-size: 24px;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #4B4B4B;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 150px;
  height: 200px;
  position: fixed;
  top: 0%;
  right: -50%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #CEC6BB;
  transition: .5s;
  text-align: center;
  padding-top: 30px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

.nav_item {
    padding-top: 7px;
}

.nav_item a {
  color: #fff;
  text-decoration: none;
}




/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;
  
}



.menu{
    display: none;
    
}

.phonenumber p{
    font-size: 14px;
    margin-left: 60px;
}

.phone { 
display: block  !important; 
}

.pc { 
display: none !important; 
}

.phone{
 width: 100%;
}

.about {
    padding: 20px 25px;
}

.about p{
    font-size: 13px;
    line-height: 2;
    text-align: center;
}

.menu img{
    width: 40px;
    height: 40px;
}

.menu p{
    text-align: center;
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.menu{
    padding: 30px 20px;
    transition: 0.2s;
}

.menu a:hover{
    opacity: 0.5;
}

.menu1 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
    
}

.menu1-2 {
    margin: 0px 18px;
}

.menu2-1 {
    margin: 0px 18px;
}

.menu2-2 {
    margin: 0px 18px;
}

.menu2{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.news{
    background-color: #e0c8b1a1;
    text-align: center;
    padding: 30px 0px;
}

.news h1{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.news ul{
    width: 350px;
    margin: 0 auto;
}

.news li{
     font-size: 14px;
     margin-bottom: 12px;
     text-align: left;
     text-decoration: underline;

}

.news  a:hover{
    color: saddlebrown;
    text-decoration: underline;

}

.title{
    text-align: center;
}

.title img{
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    
}   

.title h2{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.schedule{
    text-align: center;
    padding: 50px 25px;
}

.schedule table{
    margin: auto;
    margin-bottom: 20px;
}

th{
    padding: 5px 5px;
    text-align: center;
    font-size: 18px;
}


.schedule p{
    width: 360px;
font-size: 15px;
line-height: 1.5;
text-align: left;
margin: 0 auto;
}


.access{
    background-color: #e0c8b1a1;
    padding: 50px 20px 30px 20px;
    
}

.map iframe{
    display: block;
    margin: 0  auto;
    padding-bottom: 30px;
    
}

.map2{
    width: 270px;
    margin: 0 auto;
}

.map2 h3{
    font-size: 18px;
    margin-bottom: 10px;
    text-align-last: left;
    font-weight: 600;
}


.access p{
    font-size: 15px;
    margin-bottom: 20px;
}

footer{
    text-align: center;
    padding: 20px;
}

footer p{
    margin-top: 30px;
}

footer img{
    width: 48px;
    height: 48px;
}






.consultation{
    padding: 50px 20px ;
    text-align: center;
}


.consultation-detail p{
   font-size: 15px;
    text-align: left;
    line-height: 1.7;
}

.consultation-detail h2{
    font-size: 18px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}



.trimming p{
   padding-bottom:  30px;
}

.example {
    position: relative;
    display: block;
    width: 260px;
    margin: auto;
    padding: 10px 30px;
    background-color: #e0c8b1a1;
    border-radius: 40px;
    border: 1px solid #e0c8b1a1;
    color: #ffffff;
    text-align: center;
    transition: 0.2s;
}

.example::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(
45deg
);
    transition: 0.2s;
}

.example:hover {
    color: #e0c8b1a1;
    background-color: #ffffff;
}

.example:hover::after {
    border-top: 2px solid #e0c8b1a1;
    border-right: 2px solid #e0c8b1a1;
}














.price{
    padding: 50px 20px 50px 20px;
    text-align: center;
    background-color: #e0c8b1a1;
    

}

.title h1{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.attention{
    width: 330px;
    margin: 0 auto;
}

.attention p{
font-size: 15px;
font-weight: bold;
text-align: left;
}

.price-detail h2{
    font-size: 18px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.price-detail p{
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
}
.price-detail{
width: 335px;
 margin: auto;
}








 .title h1{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.staff{
    padding: 50px 20px;
    text-align: center;
}


.stafflist img{
    width: 168px;
    height: 140px;
    margin-bottom: 15px;

}

.stafflist h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.stafflist p{
    font-size: 15px;
    margin: auto;
    text-align: left;
    line-height: 1.7;
    max-width: 480px;
}

.stafflist p:not(.idayuko p){
  margin-bottom: 50px;
}






.news2{
    background-color: #e0c8b1a1;
    padding: 30px 40px;
}

.news2 h1{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.news2 h2{
font-size: 18px;
margin-bottom: 15px;
}

.news2 p{
     font-size: 14px;
     margin-bottom: 50px;
     text-align: left;
     

}

hr.line{
  border: none;
  border-top: 1px dotted #999;
}




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










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

.header{
    position: fixed;
    width: 100%;
    z-index: 2;
}

.askanimalhospital{
width: 400px;
padding-top: 0px;
}

.top{
    padding-left: 20px;
}

.top img{
    width: 300px;
    
}


.top a:hover{
    opacity: 0.5;
}

.phonenumber p{
    font-size: 18px;
    font-weight: bold;
    margin-left: 110px;
}

.nav{
    display: none;
}

.menu{
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 30px 60px;
    margin: 0 0 0 auto;
}

.menu a{
text-align: center;
}

.menu p{
    font-size: 16px;
}

.menu img{
width: 40px;
height: 40px;
}

.header{
    display: flex;
    justify-content: space-between;
}


.pc { 
    display: block !important; 
    width: 100%;
    padding-top: 140px;

}


.phone { display: none !important; }

.about {
    display: none !important;
}



.news h1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news ul{
    margin: 0 auto;
    width: 450px;
}

.news li{
     font-size: 18px;
     margin-bottom: 20px;
     text-align: left;
}

.news  a:hover{
    color: saddlebrown;
    text-decoration: underline;

}

.news{
    padding: 50px 0px;
}

h1{
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}


.schedule{
    text-align: center;
    padding: 100px 0px;
}


.schedule table{
    margin: auto;
    margin-bottom: 30px;
}

th{
    padding: 5px 5px;
    text-align: center;
    font-size: 24px;
}

.schedule p{
    width: 440px;
    margin: auto;
font-size: 18px;
text-align: left;
}


.access{
    text-align: center;
    background-color: #e0c8b1a1;
    padding: 100px 20px ;
}

.map2{
    width: 300px;
    margin: auto;
}

.map2 h3{
    font-size: 24px;
    margin-bottom: 15px;
    text-align-last: left;
    font-weight: 600;
}

.access p{
    font-size: 18px;
    margin-bottom: 50px;
    text-align-last: left;
}



footer{
    text-align: center;
    padding: 50px;
}

footer p{
    margin-top: 30px;
}

footer img{
    width: 48px;
    height: 48px;
}









.example {
    position: relative;
    display: block;
    width: 260px;
    margin: auto;
    padding: 10px 30px;
    background-color: #e0c8b1a1;
    border-radius: 40px;
    border: 1px solid #e0c8b1a1;
    color: #ffffff;
    text-align: center;
    transition: 0.2s;
}

.example::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(
45deg
);
    transition: 0.2s;
}

.example:hover {
    color: #CEC6BB;;
    background-color: #ffffff;
}

.example:hover::after {
    border-top: 2px solid #e0c8b1a1;
    border-right: 2px solid #e0c8b1a1;
}

h1{
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}

.title h2{
font-size: 28px;
margin-bottom: 60px;
font-weight: 600;
}

.consultation-detail h2{
    font-size: 24px;
    text-align: left;
    margin-top: 70px;
    margin-bottom: 10px;
    font-weight: 600;
}

 .consultation-detail p{
    font-size: 18px;
    text-align: left;
}


.consultation{
    padding: 190px 50px 20px;
    width: 1000px;
    margin: auto;
}

.consultation li{
    font-size: 18px;
    text-align-last: left;
    margin-left: 15px;
}












.price{
    padding: 190px 50px 20px;
    text-align: center;
    background-color: #e0c8b1a1;

}

.title h1{
   font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}

.attention p{
font-size: 18px;
font-weight: bold;
}

.price-detail h2{
    margin-top: 30px;
    margin-bottom: 15px;
     font-size: 24px;
    text-align: left;
    font-weight: bold;
}

.price-detail p{
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
}
.price-detail{
width: 550px;
 margin: auto;
}










h1{
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}

.staff{
    padding: 190px 50px 20px ;
    text-align: center;
}


.stafflist li{
    display: flex;
    justify-content: center;
    gap: 30px;
    
}

.stafflist img{
    width: 300px;
    height: 250px;
    margin:  auto 0;
}

.stafflist li:nth-child(even) {
  flex-direction: row-reverse;
}

.staffarticle{
  height: 330px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stafflist h2{
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.stafflist p{
    font-size: 16px;
    line-height: 1.875;
    width: 475px;
    margin: auto 0;
    text-align: left;
    margin: 0px;
}

.stafflist li{
    padding: 50px 0px;
}



h1{
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}

.news2{
    padding: 190px 200px 20px ;
    text-align: center;
}

.news2 h2{
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    
}


.news2 p{
margin-bottom: 100px;
}

hr.line{
  border: none;
  border-top: 1px dotted #999;
}






}