@charset "utf-8";



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'BIZ UDPGothic', sans-serif !important;


}

body{
	margin: 0 auto !important;
	font-size:1.3rem;
	line-height:1.5;
    overflow-x: hidden;
   
}

header{
    max-width:100vw;
    margin: 0 auto; 
    margin:3px;
}

main{
    margin: 0 auto;
    
}

.sp_only{
    display: none;
}

.sp_480{
    display: none;
}

.sp_1000{
    display: none;
}

.up1000{
        display: none;
    }


.sp_650{
    display: none;
}
/*header*/

.page-header {
    justify-content: space-between;
	padding:0.6rem;
}


.logo{
	height:45px;
    margin-left: 2%;
    margin-top: 3px;
}



.hp_name{
    display: flex;
    width:90%;    
}

h1{
    letter-spacing:3px;
   font-size: 2rem;
    margin-left: 10px;
    font-weight: 900;
    color: #0086CC;
   font-weight: bolder;
    text-shadow: rgba(0, 0, 0, 0) 2px 2px 5px;
    padding-top: 4px;
}

rt{
    font-family: "BIZ UDPGothic", serif;
    font-size:0.5rem;
    
}

.firstView{
    /* background-color: #29b6f6;  */
   
}


.mainView{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    /* padding-top: 2%;
    padding-bottom: 2%; */
    position: relative;
    /* background-color: #29b6f6; */
    
     
}



.catch{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center;
    color: white; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);

    font-size: 1.6rem; 
    z-index: 10; 
    width: 100%;
    padding-top:2%;
    padding-bottom:2%;
  
    
  
}





.slide{
    width:100%;
    margin: 0 auto;
}


/*グローバルメニュー*/

.under_only{
    display: block !important;
}

.underNon{
    display: none !important;
}

.kaso{
    padding:0 !important;
}

.navigation{
  padding-top:  10px;
    padding-bottom: 20px;

    
}
.global-nav {
    text-align: center;
    text-align: center;
	
}

.nav-list {
    gap:2rem;
    
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    
    
}
.sp_only{
    display: none;
}
.nav-item {
    display: inline-block;
    text-decoration: none;
   padding-left: 10px;
   padding-right:10px;
}

.nav-item a {
    text-decoration: none;
    color: #0086CC;
    font-size:1.1rem;
    font-weight: 700;
}

.nav-item a:hover{
    color: orange;
}








.tb_950{
    display: none;
}


/* 丸いMENUボタン */
.menu-btn {
  display: none; /* PCでは非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #29b6f6;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

@media (max-width: 480px) {
    .menu-btn {
        width: 60px;
         height: 60px;
        font-size: 0.9rem;
        bottom:10px;
    }

}
@media (max-width: 420px) {
     .menu-btn {
       bottom: 10px;
  right: 15px;
    }
}

@media (max-width: 360px) {
    .menu-btn {
       bottom: 10px;
  right: 10px;
    }
}

@media (max-width: 320px) {
    .menu-btn {
        width: 50px;
         height: 50px;
        font-size: 0.8rem;
    }

}

/* スマホ用ナビ */
#spNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 30px;
  z-index: 999;
  box-shadow: -4px 0 8px rgba(0,0,0,0.2);
  border-bottom: 1px solid transparent;
}

#spNav.active {
  display: flex;
}

.sp_only {
  display: none;
}


#spNav .nav-item {
  padding: 8px 0;   
  margin: 0;      
  text-align: center; 
}

#spNav .nav-item a {
  display: block;
  padding: 8px 16px; 
  font-size: 1rem;   
}

/* スマホ表示時 */



@media screen and (min-width: 1024px) {
  .pc_only {
    display: flex;
  }
  .sp_only {
    display: none;
  }

 

  .nav-item a{
  
  }


}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.fir{
    height:auto !important;
}

.swiper{
    display: none;
}



.hero-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.MainT{
    margin-top: 3%;
}

.hero-text {
  position: absolute;
  top: 50%;         
  left: 50%;        
  transform: translate(-50%, -50%); 
  color: #fff;
  font-size: 120%;
   text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  font-weight: 800;
  text-align: center;
  padding:30px;
  background-color: rgba(0, 0, 0, 0.2);
  
}

.sp_768{
    display: none;
}

.hero1, .hero4{
   background-color: rgba(0, 0, 0, 0); 
   min-width: 90%;  
}

.hero2{
  top: 50%;         
  left: 25%;        
  transform: translate(-50%, -50%); 

}

.hero3{
    top: 28%;         
  left: 30%;        
  transform: translate(-50%, -50%); 

}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}



.fever{
    margin-top: 0;
    background-color: #29b6f6;
    padding:30px;
    
}



.feverInfo{
    max-width: 1000px;
    width:100%;
    padding:30px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: 	#fff9f2;
}

.feverInfo h5{
    font-size: 1.3rem;
  color: orangered;
  letter-spacing: 0.05rem;
    
    
}
.feverInfo p{
    font-size: 1.1rem;

}

.explain{
    margin-top: 10px;
}

.feverInfo h6{
    font-size: 1.2rem;
    margin-top: 10px;
    
}
.feverInfo h6 span{
    color: #1976d2;
    letter-spacing: 0.05rem;

}

.sp_600First{
    display: none;
}


@media screen and (max-width: 1024px) {
  .hero-text{
    font-size: 1.4rem;
  }
  .hero6{
    min-width: 60%;
  }

  .hero7{
    min-width: 80%;
  }
}



@media screen and (max-width: 768px) {
 .hero-text{
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 700px) {
 .hero6{
    min-width: 70%;
  }

  .hero7{
    min-width: 90%;
  }
}

@media screen and (max-width: 635px) {
    .hero1{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
.hero-text{
    font-size: 1.3rem;
  }

  .hero1, .hero4, .hero5{
   background-color: rgba(0, 0, 0, 0); 
   min-width: 95%;  
}

.hero2{
  top: 50%;         
  left: 50%;        
  transform: translate(-50%, -50%); 
   min-width: 95%; 

}

  
}

@media screen and (max-width: 480px) {
.hero-text{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 420px) {
    .hero-text{
    font-size: 1.1rem;
  }
  .hero3{
    left:20px;
    min-width:85%;
  }
}

@media screen and (max-width: 360px) {
    .hero-text{
    font-size: 1.1rem;
  }

  .hero3{
    left:20px;
    min-width:85%;
  }
}

@media screen and (max-width: 320px) {
    .hero-text{
    font-size: 1rem;
  }

  
}

@media screen and (max-width: 600px) {
    .PC_600First{
        display: none;
    }

    .sp_600First{
        display: block;
    }
}



@media screen and (max-width: 1024px) {
  .fever{
    padding:25px;
  }

  .feverInfo{
    padding:20px;
    width: 95%;
  }

  .feverInfo h5{
    font-size: 1.2rem;
  }

  .feverInfo h6{
    font-size: 1.1rem;
  }

  .hero3{
    top: 28%;         
  left: 30%;        
  transform: translate(-40%, -50%); 

}

}


@media screen and (max-width: 768px) {
    .fever{
    padding:25px;
  }
    .feverInfo {
        width: 100%;
        padding:15px;
    }   
    
    .feverInfo h5{
    font-size: 1.1rem;
  }

  .feverInfo h6{
    font-size: 1rem;
  }

  .feverInfo p{
    font-size: 1rem;

}
.sp_768{
    display: block;
}


    
}


@media screen and (max-width: 600px) {
   

   .feverInfo h5{
    font-size: 1.2rem;
  }

  .feverInfo h6{
    font-size: 1.1rem;
  }

  .feverInfo p{
    font-size: 1rem;

}

 .fever{
        padding:15px;
    }
    .kochira{
        font-size: 1.1rem;
    }
   

     

}

@media screen and (max-width: 480px) {
   


   .feverInfo h5{
    font-size: 1rem;
  }

  .feverInfo h6{
    font-size: 0.9rem;
  }

  .feverInfo p{
    font-size: 0.9rem;

}
}

@media screen and (max-width: 360px) {
    .feverInfo h5{
    font-size: 0.9rem;
  }

  .feverInfo h6{
    font-size: 0.9rem;
  }

  .feverInfo p{
    font-size: 0.9rem;

}
}


/*header終わり*/

/*rikigo img*/
.mainInfo{
    max-width: 1600px;
    margin: 0 auto;
}
.Rikigoimg{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4%;
}

.Rikigoimg img{
    width:80%;
}


.department{
    color:orange;
    font-weight: 800;
    margin-top: 15px;
    margin: 0 auto;
    justify-content: center;
}

.br-650 {
  display: none;
}

.sp_1000{
        display: none;
}

.sp_620{
    display: none;
}

.comment{
    color:#003366;
    font-weight: 800;
    margin-top: 10px;

}

.ill{
    color :rgba(217,56,56 ,1);
    font-weight: 800;
}



@media screen and (max-width: 1200px) {
    .Rikigoimg .desc{
    width:100%;
    margin-top: 0;
}
}

@media screen and (max-width: 1024px) {
  .Rikigoimg{
    width:90%;
  }

  .Rikigoimg{
    width:90%;
  }

  .newsContent{
    width:60%;
  }

  
}

.spde_600{
    display: none;
}


@media screen and (max-width: 600px) {
    .pc_600{
        display:none;
    }

    .spde_600{
        display: block;
    }

    .desc2{
        margin-top: 0;
        
    }

    .Rikigoimg{
        width:100%;
    }

    .Rikigoimg img{
        width:100%;
    }

    .desc2{
        margin-top: 0 !important;
    }

    .desc3{
        width:88% !important;
        margin: 0 auto;
    }

   
}








/*news*/

.news-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-link:hover {
  opacity: 0.8;
  text-decoration: none; 
}

.news-link:hover {
  color: #001f5b; 
  text-decoration: none;
  opacity: 0.9;
}


.newsContent{
    width:50%;
    margin: 0 auto;
   
}

.newsContent p{
     font-size: 1.1rem; 

}

.date{
    margin-top: 10px;
    color:#0086CC;
    font-weight: 800;
}

.other{
    margin-top: 4%;
    text-align: right;
   
}

.other p{
     padding:3%;
     cursor: pointer;
}

.other p span{
    padding:15px;
    background-color: #29b6f6;
    border-radius: 15px;
    
    
}


.other p span a{
    text-decoration: none;
}

.kochira{
    color:white;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .date{
        margin-top: 16px;
        
    }

    .newsContent p{
        font-size: 1rem;
    }

    .other{
        margin-top: 10%;
    }
}

@media screen and (max-width: 600px) {
    

     .department, .date, .newsContent p{
        font-size: 1rem;
        
    }

    .newsContent {
        width: 70%;
    }
     .kochira{
        font-size: 1rem;
    }
}


@media screen and (max-width: 480px) {
    .newsContent {
        width: 80%;
    }
     .department, .date, .newsContent p{
        font-size: 0.9rem;
        
    }
    
    .kochira{
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 360px) {
     .department, .date, .newsContent p{
        font-size: 0.8rem;
        
    }

    .kochira{
        font-size: 0.8rem;
    }
}






#clinic-features{ 
  position:relative;
 
  overflow:visible; /* ← 念のためvisibleに */
text-align: center;
padding:0;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 3%;
  padding-bottom: 5%;
 
}

#clinic-features .features__inner{ 
   max-width: 1600px;
    margin:0 auto; 
    /* background-color: #f7f4ea; */
    border-radius: 15px;
    padding-top: 2%;
    
 

}
.features__title{
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  color: #29b6f6; /* 青系に調整 */
  padding: 6px 16px;
  border-radius: 6px;
 

}

#features-title {
  text-decoration: dotted;
  
}
.features__title {
  position: relative;
  width:85%;
  margin: 0 auto;
  font-size: 2.6rem;

}

.features__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  border-bottom: 3px dotted #29b6f6; /* ← ここで点線を指定 */
}

/* 文字一つずつの初期スタイル */
.features__title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

/* アニメーション定義 */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





#clinic-features .features__grid{
    width:80%;
    list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 5%;

  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列にする */
  gap: 30px; /* アイテム同士の間隔（お好みで調整） */
  
  
}

#clinic-features .feature-card{
  border-radius:18px; 
  text-align: center;
  margin: 2.5%;
  box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
  transform:translateY(18px); opacity:0;
  transition:transform .6s ease, opacity .6s ease;

  border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  background-color: #fefbf1;
}



#clinic-features .feature-card__icon:nth-child(2){ background:var(--cf-card-pink); }
#clinic-features .feature-card__icon:nth-child(3){ background:var(--cf-card-mint); }
#clinic-features .feature-card__icon:nth-child(4){ background:var(--cf-card-mint); }
#clinic-features .feature-card__icon:nth-child(5){ background:var(--cf-card-gray); } 
#clinic-features .feature-card__icon:nth-child(6){ background:var(--cf-card-pink); }  

#clinic-features.is-inview .feature-card{ transform:translateY(0); opacity:1; }
#clinic-features .feature-card__icon {
    margin: 0 auto;
    background-color: white;
   
   
    border-top-left-radius: 15px;   /* 左上 */
  border-top-right-radius: 15px;  /* 右上 */
    padding: 5%;
    
}
#clinic-features .feature-card__icon img{
  margin: 0 auto;
   width:40%; 
   object-fit:contain; 
   display:block; 
   margin-top: 2%;
   /* background: linear-gradient(150deg, #b3e6ff, #ffffff);  */

   
   
   
  
}


#clinic-features .feature-card__icon2 img{
    /* background: linear-gradient(150deg, rgb(253, 199, 98), #ffffff);  */
}
#clinic-features .feature-card__title{ 
    text-align:center; 
    /* text-shadow: 2px 2px 4px rgba(0,0,0,0.2);   */
   
    font-size:1.3rem; 
    color: #007acc;
    font-weight: 800;
    margin-top: 5%;
   

 
 }
/* 
 #clinic-features .feature-card__title::before,
#clinic-features .feature-card__title:after {
  content: "";
  display: inline-block;
  width: 20px;        
  height: 3px;        
  background: #29b6f6;
  vertical-align: middle;
  margin: 0 10px;  
} */



#clinic-features .feature-card__text{
     margin:0;
    line-height:1.75;
    color: #37474F;
    
     font-size:1rem;
   
    padding:5%;
    padding-top: 2%;
    text-align: left;
 }
 


/* JSが有効なときだけ、事前に隠す */
#clinic-features.enable-anim .feature-card {
  opacity:0;
  transform:translateY(18px);
}

/* スクロールイン後に表示 */
#clinic-features.is-inview .feature-card {
  opacity:1;
  transform:none;
}



@media (max-width: 1024px){
  #clinic-features .features__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    column-gap:28px;
    row-gap:48px; /* keep vertical spacing generous */
  }
  #clinic-features .feature-card__title{
     font-size:1.28rem; 
}

  .features__title {
    font-size: 2.4rem;
  }

  #clinic-features {
    margin-top: 2%;
    padding-bottom: 4%;
  }
}

/* <= 768px: tighten title lines and gaps */
@media (max-width: 768px){
  #clinic-features .features__title{
    gap:16px;
    letter-spacing:.1em;
    width:90%;
  }
  #clinic-features .features__title::before,
  #clinic-features .features__title::after{
    flex-basis:56px;
    height:2px;
  }

   #clinic-features .feature-card__title{
     font-size:1.1rem; 
}

    .feature-card__text{
        font-size: 0.9rem;
    }

    #clinic-features .features__grid {
    width: 90%;
    }

    
}


.hide_480{
    display: none;
}

/* 600px以下で動作 */
@media screen and (max-width: 600px) {
  .feature-card.active {
    opacity: 1;
    transform: translateY(0);
  }

  .feature-card {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  }
  .hide_480{
    display: block;

  }


.feature-card.active3 {
  display: block;
  opacity: 1;
  padding: 0;
}
}

.sankaku{
        display: none;
    }


@media (max-width: 600px){

        #clinic-features {
            margin-top: 10%;
        }

    .sankaku{
        display: block;
        color:#29b6f6;
        font-size: 1.5rem;
    }
    .features__inner2 {
        position: relative;
        display: flex;
        width:90%;
        margin: 0 auto;
        margin-top: 5%;
}



.features__controls button {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 2rem;
  cursor: pointer;
  pointer-events: auto; /* ボタンだけクリック可能に */
}
  
  #clinic-features .features__grid{
    grid-template-columns:1fr;
    row-gap:40px;      /* vertical space between cards (縦だけ) */
    column-gap:0;      /* just in case */
  }

  #clinic-features .features__title{
    font-size: 2rem;
  }
  #clinic-features .feature-card{
    width:85%;
    margin: 0 auto;
    border-radius:16px;
    margin-top: 5%;
  }
 
  #clinic-features .feature-card__title{ 
    font-size:1.2rem; 
 }
  #clinic-features .feature-card__text{ font-size:1rem; line-height:1.7; }

  .features__controls{
    margin-top: 4%;
    color: #29b6f6;
  }
}

@media (max-width: 480px){
        #clinic-features .feature-card__title {
        font-size: 1.1rem;
    }
    .feature-card__title {
        margin-top: 4%;
    }

    #clinic-features .feature-card__text {
    font-size: 0.9rem;
  }
}

/* <= 420px: very compact lines and side rules */
@media (max-width: 420px){
  #clinic-features .features__title{
    gap:12px;
    letter-spacing:.08em;
  }
  #clinic-features .features__title::before,
  #clinic-features .features__title::after{
    flex-basis:36px;
  
  }

  .features__inner2 {
    width:95%;
  }

  


}




/*病院紹介*/
.introduction{
    background-color:#29b6f6;
    margin-top: 8%;
    position: relative;
    overflow: visible;
    padding-top:0.5%;
    padding-bottom:3%;
    
}

.helloLogo{
    position: absolute;
    width:40%;
    margin-left: 50%;
    margin-top: -3%;
    z-index: 50;
   

}

.helloLogo img{
    width:100%;
   
}

.owaku {
   width: 95%;
  margin: 0 auto;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  padding: 2%;
  border-radius: 15px;

 background-color: white;
 
}

.greatingDiv{
    width:90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 2%;
}

.main_greeting{
    width:55%;
   font-size: 1.3rem;
    font-weight: 900;
    color:#003366;
    
}

.greetPic{
    width:35%;

    
    
}

.greetPic img{
    width:100%;
    height:auto;
    object-fit: cover;
    border-radius: 10%;
    
    
}


/*診療時間*/

.openingTime{
    max-width: 1600px;
    margin: 0 auto;
}


.tt {
  text-align: right;
  width:85%;
  margin: 0 auto;
  font-size: 2.6rem;

  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #29b6f6; /* 青系に調整 */
  padding: 6px 16px;
  position: relative; /* 擬似要素の基準 */
 
}

.tt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px; /* テキストからの距離 */
  width: 100%;
  border-bottom: 3px dotted #29b6f6; /* 点線（太さ・色調整可） */
}


.openingTime{
  background-color: #ffffff;
  padding-bottom: 6%;
}


.openTime{
    width:50%;

    
   
}

.openTime img{
    width:90%;

}

.timeTable{
    max-width: 1600px;
    width:60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}

.timeButton, .timeButton2, .timeButton3{
    background-color: #29b6f6;
    padding:10px;
    width:27%;
    color: white;
    font-weight: 700;
    border-radius: 15px;
    border: 2px solid transparent;
}


.active2{
    background-color: orange;
}



.timeButton:hover{
    background-color: white;
    border: 2px solid #29b6f6;
    color:#29b6f6;
    
}

.timeMove{
    width:80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;

}

.tableTittle{
    text-align: center;
    margin-top: 5%;
    padding-top: 4%;
    color:#0086CC;
    font-size: 2.0rem;
}

.main_table{
    margin: 0 auto;
}

.main_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  text-align: center;
  font-size: 1.3rem;

}

.threeD{
    width:55%;
    margin: 0 auto;
    box-shadow:  0  4px 12px rgba(0, 0, 0, 0.4); /* 立体感の影 */
    margin-top: 6%;
    padding-bottom: 1%;
    background-color: white;
    border-radius: 15px;


}

.timetable-section {
  display: none;
}

#naika {
  display: block;
}

.main_table th,
.main_table td {
 
  padding: 12px 8px;
  border-bottom: 3px solid #f5aa29;
}

.main_table thead th {
  color: green;
  font-weight: 900;
  border-bottom: 3px solid #f5aa29;
}

.main_table .tableMiddle {
  background-color: #fff9e6; 
}



.main_table th p {
  margin: 0;
  font-weight: bold;
  color: #333;
}

.main_table td {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
} 

.caution{
    color:#003366;
    margin: 0 auto;
    
}

table {
    border-collapse: collapse;    
}
  
.announce{
    max-width: 600px;
    margin: 0 auto;
    margin-top:5%;
    margin-bottom:30px;
	letter-spacing:0.1rem;
    color:#003366;
    text-align: left;
}
  
thead {
   color:#007acc;
   font-weight: 700;
}

thead,tbody{
    background-color: white;
}

.kome {
  position: relative;
  padding-left: 1.2em; /* 本文を右にずらす */
}

.kome::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}



@media (max-width: 1200px){
    .timeTable {
        width:70%;
    }
}

@media (max-width: 1024px){
    .tt{
        font-size: 2.3rem;
    }

    .timeTable{
        width:80%;
    }

    .threeD{
        width:70%;
    }

    .timeMove{
        width:90%;
    }

    .openingTime{
        padding-bottom: 6%;
    }

    .tableTittle {
        font-size: 1.9rem;
    } 
    .main_table {
        font-size: 1.2rem;
    }

    .announce{
        margin-bottom: 20px;
    }

    .announce p{
        font-size: 1.2rem;
    }
    .timeButton{
        font-size: 1.1rem;
    }
}

@media (max-width: 768px){
    .openingTime{
        margin-top: 5%;
    }

    .tt{
        width:90%;
    }

    .timeTable {
        width:90%;
    }

    .timeButton{
        font-size: 0.95rem;
    }

    .threeD{
        width:80%;
    }

    .tableTittle{
        font-size:1.7rem;
    }

    .main_table {
        font-size: 1.2rem;
    }

    .announce{
        margin-top: 0;
    }

    .announce p {
        font-size: 1rem;
    }


.main_table th, .main_table td {
    padding: 8px 8px;
    border-bottom: 3px solid #f5aa29;
}
}

@media (max-width: 600px) {
    .timeTable{
        margin-top:10%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      
    }
    .timeButton {
        font-size: 1rem;
        margin-bottom: 5%;
        width:80%;
        padding: 5px;
    }

    .tableTittle{
        font-size:1.4rem;
    }

    .openingTime{
        margin-top: 8%;
    }

    .main_table th p{
        font-size: 1rem;
    }

    .main_table th{
        font-size: 1.1rem;
    }

    .main_table td{
        font-size: 1.1rem;
    }

    .announce p{
        font-size: 0.9rem;
    }

    .threeD{
        margin-top: 7%;
    }
}

@media (max-width: 480px) {
    .tableTittle{
        font-size:1.3rem;
    }

    .main_table th p{
        font-size: 0.9rem;
    }

    .main_table th{
        font-size: 1rem;
    }

    .main_table td{
        font-size: 1rem;
    }

    .main_table th, .main_table td {
        padding: 4px 4px;
    }

    .timeMove{
        margin-top: 0;
    }

    .main_table {
        margin-top:5px;
        margin-bottom:5px;
    }

    .threeD{
        width:85%;
    }

    .openingTime{
        padding-bottom: 5%;
    }

}

@media (max-width: 360px) {

        .tableTittle {
            font-size: 1.2rem;
        }

             .main_table th p, .main_table th, .main_table td, .main_table tr {
        font-size: 0.8rem;
     }

         .announce p {
        font-size: 0.8rem;
     }
}

/*理念*/

.philoRinen{
    
    color: #f5aa29;
    font-weight: 700;
    padding:1%;
    border-radius: 20px;
    
   
}

.rinenStory{
    width:70%;
    margin: 0 auto;
    margin-top: 2%;


}




.philoCard {
    font-size: 1.1rem;
    color: #37474F;
    font-weight: 800;
    /* border: solid 3px #29b6f6; */
    background-color: #fffdf9;
    padding:3%;
    border-radius: 20px;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.08);
    margin-top: 5%;
  
   
}

.philoCard {
  counter-reset: philo-counter; /* カウンター初期化 */
}

.philoCard p {
  position: relative;
  padding-left: 2em; /* 番号分の余白 */
  counter-increment: philo-counter; /* カウンターを1ずつ進める */
}

.philoCard p::before {
  content: counter(philo-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #007acc;   /* 青系に調整 */
  font-weight: bold;
}

.tt3{
    text-align: left;
    font-size: 2.6rem;

}


.tt3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px; /* テキストからの距離 */
  width: 100%;
  border-bottom: 3px dotted #29b6f6; /* 点線（太さ・色調整可） */
}




.rinen{


    padding-bottom: 0;

}

.rinenFeature{
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 0.5%;
   
    padding-bottom: 3%;
}

.rinenPhilo{
    width:80%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3%;
    background-color: white;
    

}
.rinenphilop{
    font-size: 1.25rem;
}

@media (max-width: 1024px){
    .tt3{
        font-size: 2.3rem;
    }

    .philoRinen{
        font-size: 1.2rem;
    }
}

@media (max-width: 768px){
   

    .tt3{
        font-size: 2.3rem;
        width:95%;
    }

    .philoRinen {
        font-size: 1.1rem;
   
    }

    .rinenPhilo{
        width: 85%;

    }
    

    .philoCard {

        font-size: 1rem;
    }

    .rinenStory {
    width: 80%;
    }

}


@media (max-width: 600px) {
    .rinenPhilo {
        width: 87%;
        margin-top: 5%;
    }
    .philoRinen {
        font-size: 1rem;
        padding:0;
    }

    .philoCard p {
        font-size: 1rem;
    }

    .rinenStory {
        margin-top: 5%;
    }
}

@media (max-width: 480px) {
    .rinenPhilo {
    
        margin-top: 8%;
    }
     .philoRinen {
        font-size: 0.9rem;
        padding:0;
    }

    .philoCard p {
        font-size: 0.9rem;
    }

      .rinenStory {
        margin-top: 8%;
    }
}


/*footer*/



.news{
    max-width: 1600px;
    margin: 0 auto;
}

.mapInfo{
    max-width: 1600px;
    margin: 0 auto;
}

.wave{
   
    position: relative;
    z-index: -1;
     margin: 0 auto;
     background-color: #29b6f6;

}


.waveWrapper{
   
    margin: 0 auto;
    background-color:  white;
}

.footer_name{
    position: absolute;
    bottom:20%;
    left:7%;
    width:50%;
}

.footer_name h2{
    font-size: 2.5rem;
    color: white;
    letter-spacing: 0.5rem;
    
  border-bottom: 3px dotted white; /* 点々の色や太さを調整 */
  padding-bottom: 4px; 
}

.footer_name img{
    width:60%;
}

.logo_footer{
    width:90px;
}

.footer_name h2{
   
}

footer{
    overflow:visible; 
   background-color: #29b6f6;
    margin-top: -40px;
    
}

.footer{
  
    border-top: 1px solid #00bfff; 
}
.copyright{
    text-align: center;
    color: #fff;
    padding-bottom: 1%;
   
    
}

.copyright small a{
    color: white;
}

.mapInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    margin: 0 auto;
}

.address{
    padding:1rem; 
    color:white;
}

.footerTable tr th{
    padding-right:30px;
    text-align: right;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 700;
    color:white;
 
    
 
}

.footerTable tr td{
    padding-bottom: 3%;
    text-align: left;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 700;
    color:white;

    
   
}

.address table tbody{
    background-color: #29b6f6;

}



.map{
    width:32%;
  
}

.map div{
    margin: 0 auto;
    margin-bottom: 20px;

	
}

iframe{
    object-fit: contain;
}


.torikumi{
    font-size: 1.2rem;
   
}

.copyfooter{
    font-size: 1.1rem;
}

.footerA{
    text-decoration: none;
}

footer.copyright .footerTable td { line-height: 1.5 !important; }



@media (max-width: 1024px){
    .footer_name h2 {
        font-size: 2rem;
    }
    .footerTable{
        font-size: 1.3rem;
    }

    .mapInfo{
        display: block;
    }

    footer.copyright .footerTable td { line-height: 1.4 !important; }

    .map{
        width:100%;
    }
}


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

    footer {
    margin-top: -20px; /* ← 子に効かせるより親を調整した方が自然 */
  }

  .footer_name h2{
    font-size: 2.0rem;
  }

}
@media (max-width: 600px) {
    .footerTable tr th {
        font-size: 0.9rem;
        width: 30%;
    }
    .footerTable tr td {
         font-size: 0.9rem;
    }

   .footer_name h2 {
    font-size: 1.7rem;
   }

   .torikumi{
    font-size: 0.9rem;
   }

   
}

@media (max-width: 480px) {
    .footerTable tr th {
        font-size: 0.9rem;
    }
    .footerTable tr td {
         font-size: 0.9rem;
    }

   .footer_name h2 {
    font-size: 1.7rem;
   }

   .torikumi{
    font-size: 0.9rem;
   }

   .wave{
    margin-top: 5%;
   }

       #clinic-features .features__title , .tt, .tt3{
    font-size: 1.8rem;
  }

  .address{
    font-size: 0.9rem;
  }

  .address{
        padding-left: 0;
        padding-right: 0;
    }

  

   
}

@media (max-width: 420px) {
        .footer_name h2 {
        font-size: 1.4rem;
    }
        .footerTable tr th {
        font-size: 0.8rem;
    }
    .footerTable tr td {
         font-size: 0.8rem;
    }
    .footerTable tr th {
    width:33%;

  }

  .address{
        padding-left: 0;
        padding-right: 0;
    }

    .torikumi{
        width: 90%;
        margin: 0 auto;
    
    }
    
}

@media (max-width: 360px) {
       .footer_name h2 {
        font-size: 1.1rem;
    }
     .mapInfo{
       margin-top: 1%;
    }

        .footerTable tr th {
            width:38%;
        }

         .address{
        padding-left: 0;
        padding-right: 0;
    }
       .footerTable tr th {
        font-size: 0.7rem;
        
    }
    .footerTable tr td {
         font-size: 0.7rem;
    }

        
}

@media (max-width: 320px) {
    #clinic-features .features__title, .tt, .tt3 {
        font-size: 1.6rem;
    }
    footer {
        margin-top: -15px;
    }
        .footerTable tr th {
        font-size: 0.7rem;
        
    }
    .footerTable tr td {
         font-size: 0.7rem;
    }

   
}

.nav-item{
    padding-right: 2%;
     padding-left: 0px;
}

.tittle{ 
    background-color: #29b6f6;

}

.tittle img{
    width:50%;
    margin-left: -5%;

    margin-top: 3%;
}


/*doctor*/

.wrapper{
    max-width: 1600px;
    margin: 0 auto;
}





.doctor_name{
     width: 80%;
     margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
   

}

.upHead{
    display: flex;
    width:64%;
    justify-content: right;
    padding:0;
    margin-right: 1%;

}

.upHead ul{
    margin:0 ;

}

.upHead ul li{
    padding:0;
}

.upHead ul li a{
    font-size: 0.9rem;
}

.upHeadDiv{
    width:35%;
}
.upHeadHeader{
    display:none;

}



.upHeadul{
    justify-content: right;
}

.doctorImg{
    width:30%;
    margin-left: 5%;
}

.doctorImg img{
    width:80%;
}

.doctorIntro{
    width:40%;
    text-align: center;
}

.doctorGreeting{
    /* margin-top: 5%; */
    width:85%;
    background-color: #29b6f6;
    border-radius: 15px;
    margin: 0 auto;
  
    padding:1%;
}

.doc{
    width:99%;
    margin: 0 auto;
    background-color: white;
    padding:2%;
    border-radius: 15px;
    color: #003366;
    font-weight: 800;
    
}

.doctor{
    color:#003366;
    font-weight: 800;
}

.doctorName{
    color:#003366;
    font-weight: 800;
    margin-top: 3%;
}

.alpha{
    color:orange;
    font-weight: 800;
}

.careerDiv{
    
    width:90%;
    margin: 0 auto;
    margin-top: 5%;
}



.careerTittle{
    color:#29b6f6;
    font-size: 2.5rem;
    letter-spacing: 1rem;
    
}

.careerTittle2{
    color:#29b6f6;
    font-size: 2.5rem;
    letter-spacing: 1rem;
    width:40%;
    text-align: center;
    
}

.careerTittle::before,
.careerTittle:after {
  content: "";
  display: inline-block;
  width: 70px;          /* 線の長さ */
  height: 4px;          /* 線の太さ */
  background: #29b6f6;  /* 線の色 */
  vertical-align: middle;
  margin-right: 30px;
}

.careerTittle:after {
    margin-left: 15px;
}


.keireki{
    width:85%;
    margin: 0 auto;
     margin-top: 2%;
    
}

.lists{
    margin-top: 2%;
}

.lists li{
    font-size: 1.4rem;
    color:#003366;
    line-height: 2.8rem;
    list-style: none;
    font-weight: 800;
}

.career2{
    width:100%;
}

.expert{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%
}

.carrerDiv{
    text-align: center;
    width:100%;
  
}
.carrerDiv p{
    margin-top: 2%;

}

.container{
    display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
    
}



.doctotr_last ul{
    width:45%;
    margin-left: 55%;
    text-align: left;
    margin-top: 10px;
}

.shozoku{
    display: flex;
    justify-content: right;
}

.shozokuDiv{
    width:100%;
    display: flex;
    justify-content: right;
}
.shozokuDiv div{
    width:40%;
}

.sho{
    width:40%;
    text-align: center;
}


.shozokuP{
    width: 70%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.lis3 li{
    margin-top: 1%;
    font-size: 1.3rem;
}

.chosho{
    margin-top: 2%;
    margin-bottom: 2%;
}

  ul.lists {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .lists li {
      position: relative;
      padding-left: 7em; /* 日付分のスペースを確保 */
      margin-bottom: 0.5em;
    }

    .lists li::before {
      content: attr(data-date);
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
      color: #003366;
    }

    .doctotr_last ul {
        margin-left: 50%;
        width:50%;

    }
    .doctotr_last ul li{
        padding-left: 0;
    }


    .fukuincho{
        margin-top: 10%;
    }

    .fukuinchoDiv{
        flex-direction: row-reverse;
    }
    .tantoDiv{
        margin-top: 0%;
        color: #003366;
        font-weight: 800;
        padding-left: 3%;

    }

    .seji{
        flex-direction: row;
    }

    .shinji{
        margin-top: 10%;
    }

    .ishiSec{
        margin-bottom: 10%;
    }

    

    .tanto::before {
  content: "担当：";
  margin-right: 0.5em;         /* ラベルと内容の間に余白 */
}

@media (max-width:1300px) {
    .shozokuDiv div{
        width:45%;
    }

    .sho{
        width:45%;
        text-align: center;
    }

    .shozokuDiv div {
        width:45%;
    }


    
}

@media (max-width:1150px) {
    .shozokuDiv div{
        width:50%;
    }

    .sho{
        width:50%;
        text-align: center;
    }

    .shozokuDiv div {
        width:50%;
    }


    
}

    

@media (max-width: 1024px){


    .underTT {
        margin-top: -5%;
        font-size: 2.3rem;
    }

    .keireki{
        width:90% !important;
        margin: 0 auto !important;
    }

  
    
    .doctotr_last ul{
        width: 90%;
        margin-left: 10%;
        margin-top: 3%;
    }

    .keireki ul{
        margin-top: 3%;
    }

    .shozokuDiv{
        margin-top: 0 !important;
    }
}

@media screen and  (max-width: 1000px) {
    .expert{
        width:90%;
        margin: 0 auto;
        text-align: left;
        margin-top: 5%;
    }

    .carrerDiv {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        line-height: 2;
    }
    .shozoku{
        justify-content: left;
    }

    .shozokuDiv{
        justify-content: left;
    }

    .shozokuP {
        width: 80%;
        text-align: left;
    }

    


}

@media screen and  (max-width: 768px) {
    .choshoDiv{
        font-size: 1.1rem;

    }

    .tanto{
        font-size: 1.1rem;
    }

    .chosho {
    margin-top: 3%;
    margin-bottom: 3%;
}

   

    .doctorImg {
        width:50%;
        margin-left: 8%;
  
    }

    .doctorIntro {
        width:60%;
        margin-top: -3%;
        
    }

    .doctor{
        font-size: 1.4rem;
    }

    .doctorName{
        font-size: 1.1rem;
    }

    .alpha{
         font-size: 1.1rem;
    }

    .doc{
        font-size: 1.1rem;
    }

    .careerTittle{
        font-size: 2rem;
    }

        .sho {
        width:100%;
        text-align: left;
        
    }
    .shozokuDiv div{
        width:100%;
    }
    
    .lis3 li {
    margin-top: 1%;
    font-size: 1.1rem;
    }
        .carrerDiv p{
           font-size: 1.1rem;
           
        }


    .doctorGreeting {
        width:90%;
    }

     .doctotr_last ul{
        
        margin-bottom: 3%;
    }

    .careerTittle::before, .careerTittle:after {
            width: 40px;
            
    }

    .shozokuP {
        font-size: 1.1rem;
    }

    .shozokuP {
        width:90%;
           
        }
  
}

@media screen and  (max-width: 600px) {

    .doc{
        font-size: 1rem;
    }
    .careerTittle{
        font-size: 1.7rem;
        text-align: center;
        margin-top: 10%;
    }

    .careerTittle::before, .careerTittle:after {
            display: none;
            
    }

      .doctotr_last ul{
        
        margin-top: 7%;
    }

    .keireki ul{
        margin-top: 7%;
    }


     .doctor_name {
        flex-direction: column-reverse;
    }

    .doctorImg{
        margin-top: 10%;
        width:60%;
        margin-left: 12%;
    }

    .doctorIntro{
        width:100%;
    }

    .doctorGreeting{
        margin-top: 10%;
    }

    

    .WrapDoctor{
        overflow: hidden;
      
    }

    .fukuImg{
        margin-top: 3%;
    }

    .tantoDiv{
        margin-top: 5%;
        font-size: 1rem;
    }

    .tanto{
        font-size: 1rem;
    }

    .ishiSec{
        margin-top: 15%;
    }
    .tantoDiv{
        padding: 0;

    }

    
}

@media screen and  (max-width: 480px) {

    .doc{
        font-size: 1rem;
    }

    .carrerDiv p {
        font-size: 1rem;
    }

     .lists li {
    padding-left: 0;         /* 左余白をなくす */
    text-align: center;   
     font-size: 1rem;  
     
  }

  .shozokuP, .chosho{
    font-size: 1rem;  
  }

  .chosho{
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .lists li::before {
    position: static;        
    display: block;          
    margin-bottom: 0.3em;   
    font-size: 0.95rem;  
    text-align: center;     
    color: #f5aa29;  
  }

      .doctotr_last ul {
        margin: 0 auto;
      }

      .doctor_name {
        flex-direction: column-reverse;
    }

    .doctorImg{
        margin-top: 10%;
        width:60%;
        margin-left: 12%;
    }

    .doctorIntro{
        width:100%;
    }

    .doctorGreeting{
        margin-top: 10%;
    }

    

    .WrapDoctor{
        overflow: hidden;
    }

    .careerTittle{
        width:100%;
    }
        

          

}

@media (max-width: 420px) {
    .tanto {
    display: block;       /* flex解除して縦並び */
    text-align: center;   /* ラベルを中央に */
  }

  .tanto::before {
     content: "担当";
    display: block;       /* ラベルを1行にする */
    margin: 0 auto 0.3em; /* 下に余白をつけて本文と区切る */
  }

  .carrerDiv p{
    margin-bottom: 5%;
  }

}

/*設備紹介*/
.facility img{
    width:35%;
    margin-left: 3%;
    padding: 2%;
    
}

.topic{
    width:85%;
    margin: 0 auto;
}

#project{
	margin-top: 10%;
}



.topic{
	display: flex;
	justify-content: space-between;
	padding-left:2%;
    padding-right:2%;
    margin-top: 8%;
    margin-bottom: 10%;
  
}

.wrapper{
  
}

.main-area{
    margin-top: 5%;
}

.topic img{
    width:30%;
	aspect-ratio: 1/1;
	box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

.projectInfo{
	width:60%;
}

.order{
	flex-direction: row-reverse;
	text-align: left;
	
}



.projectInfo h3{
	font-weight: bolder;
	margin-bottom: 2%;
    color: #f5aa29;
    
    padding: 5px;
    
    font-size: 2.5rem;
   
    letter-spacing: 0.3rem;
   
  

	
}
.projectInfo p{
    width:100%;
    color: #37474F;

}

.projectInfo .proOdd{
    color:#29b6f6;
}

.proTittle{
    border-bottom: solid 5px #29b6f6;
}

.checkUp li{
    margin-bottom: 20px;
}

.applicable{
    margin-top: 4%;
    color: #1976d2;

}

.applicablep{
    margin-top: 2%;
    padding-left: 4%;
}

.applicableO{
    margin-top: 4%;
    color: orange;
 
}

.applicablepO{
    margin-top: 2%;
    padding-left: 4%;
}


@media (max-width: 1024px) {
    .applicable{
    margin-top: 2%;
    }

    .applicableO{
    margin-top: 2%;
    }

   .applicablepO{
    padding-left: 0%;
    margin-top: 1%;
   }

   .applicablep{
    padding-left: 0%;
     margin-top: 1%;
   }

}

@media (max-width: 600px) {
    .applicable{
        text-align: center;
    }

    .applicableO{
        text-align: center;
    }

      .applicablepO, .applicablep{
         margin-top: 3%;
     }
}

.sspBr{
        display: none;
    }

@media (max-width: 480px) {
    .applicable{
    margin-top: 3%;
    }

    .applicableO{
    margin-top: 3%;
    }

    .sspBr{
        display: block;
    }

}

@media (max-width: 420px) {
    .topic{
        width: 90%;
       
    }
    .applicable{
        font-size: 1.3rem;
    }

    .applicableO{
        font-size: 1.3rem;
    }

}

@media (max-width: 320px) {
    .applicable{
        font-size: 1.1rem;
    }

    .applicableO{
        font-size: 1.1rem;
    }

}

/*診療案内*/
.facilityButton{
    width:85%;
}

.facilityButton .timeButton{
    width:25%
}

.timeTable2{
    margin-top:20px;
}

/*mainコンテント*/

.columSec{
    width:100%;
    margin: 0 auto;
    max-width: 1400px;
   
}
.columMain{
    width:80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5%;
}

.columMain img{
    width:25%;
}

.columMain p{
    width:60%;
}

.consult{
    width:80%;
    margin: 0 auto;
    margin-top: 4%;
   
}

.consult h3, .shinryoTaise h3, .columtokutyo h3{
    color:#29b6f6;
    border-bottom: 2px dotted #29b6f6; 
    font-weight: 800;
    letter-spacing: 0.3rem;
    padding-bottom: .5rem;              
    margin-bottom: 1rem;     
   font-size: 1.8rem;             
}

.consult ul, .columtokutyo ul{
    margin-left: 3%;
}

.consult ul li, .columtokutyo ul li{
    
    line-height: 2.5em;
    padding-left:1% ;
}

.consult ul li::marker, .columtokutyo ul li::marker{
    color:#29b6f6;
}

.shinryoTaise{
    width:80%;
    margin: 0 auto;
    margin-top: 4%;
}

.shinryoTaise h3{
    
   text-align: right;

}

.shinryoTaise p{
    margin: 0 auto;
    margin-top: 3%;
    width:95%;
    color: #f5aa29;

}

.shinryoTaise h4{
    width:95%;
    margin: 0 auto;
    margin-top: 3%;
    color:#29b6f6;
    
}

.shinryoTaise ul {
    width:95%;
    margin: 0 auto;
}

.shinryoTaise ul li{
    margin-left: 3%;
    padding-left: 1%;
    line-height: 2.5em;
}

.shinryoTaise ul li::marker{
    color:#29b6f6;
}

.columtokutyo{
   width:80%;
    margin: 0 auto;
    margin-top: 4%;
    padding-bottom: 3%;
}

.animated-title span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.4s forwards;
}



@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media screen and  (max-width: 1024px) {
    .columMain p ,.shinryoTaise p , .kanshitsu h4{
        font-size: 1.1rem;
    }

   

    .consult ul li, .columtokutyo ul li,.shinryoTaise h4, 
    .shinryoTaise ul li  ,.kikanship , 
    .senMon ol li, .newGairai,.kanshitsu p, 
    .zaiSanFirst p , .zaisanLast p, .allegicLast p,
    .menekiFirst p, .menekiCh p, .menekiCh h4, .menekiCh ul li{
        font-size: 1.1rem;
    }

    .consult h3, .shinryoTaise h3, .columtokutyo h3{
         font-size: 1.5rem;
    }

    
}

@media screen and  (max-width: 768px) {
    .consult h3, .shinryoTaise h3, .columtokutyo h3{
         margin-top: 10%;
    }

}

@media screen and  (max-width: 600px) {
    .columMain p ,.shinryoTaise p ,
    .kanshitsu p, .zaiSanFirst p,  .allegicLast p,.menekiFirst p{
        font-size: 1rem;
    }

   

    .consult ul li, .columtokutyo ul li,.shinryoTaise h4, 
    .shinryoTaise ul li   ,.kikanship,  .senMon ol li, .newGairai, 
    .kanshitsu h4, .zaisanLast p , .allegicLast p,
    .menekiCh p, .menekiCh h4, .menekiCh ul li{
        font-size: 1rem;
    }

    .consult h3, .shinryoTaise h3, .columtokutyo h3{
         font-size: 1.4rem;
    }

    .columMain {
        width:90%;
    }

    .consult, .shinryoTaise, .columtokutyo{
        width:85%;
    }

    .columMain {
        flex-direction: column;
        margin-top: 9%;
    }

    .columMain img {
        width:60%;
    }

    .columMain p{
        width:90%;
        margin-top: 5%;

    }

    
}

@media screen and  (max-width: 480px) {
    .columMain {
        flex-direction: column;
    }

    .columMain img {
        width:60%;
    }

    .columMain p{
        width:95%;
        margin-top: 5%;

    }

    

}

@media screen and  (max-width: 420px) {
     .consult h3, .shinryoTaise h3, .columtokutyo h3{
         font-size: 1.1rem;
    }

      .columMain p ,.shinryoTaise p,  .allegicLast p {
        font-size: 0.9rem;
    }

   
    .consult ul li, .columtokutyo ul li,.shinryoTaise h4, 
    .shinryoTaise ul li ,.kikanship, .senMon ol li,
     .newGairai ,.kanshitsu p , .kanshitsu h4,
      .zaiSanFirst p, .zaisanLast p,
      .menekiFirst p, .menekiCh p, .menekiCh h4, .menekiCh ul li{
        font-size: 0.9rem;
    }

    .shinryoTaise h4,.kikanship{
        margin-top: 5%;
    }
}

@media screen and  (max-width: 360px) {
    .consult h3, .shinryoTaise h3, .columtokutyo h3{
         font-size: 0.95rem;
    }


     .columMain p ,.shinryoTaise p, 
     .kanshitsu h4 ,.kanshitsu p,  .allegicLast p,.menekiFirst p{
        font-size: 0.8rem;
    }

   
    .consult ul li, .columtokutyo ul li,
    .shinryoTaise h4, .shinryoTaise ul li,  
    .senMon ol li, .newGairai , .zaiSanFirst p , .zaisanLast p,
    .menekiCh p, .menekiCh h4, .menekiCh ul li{
        font-size: 0.8rem;
    }
}

@media screen and  (max-width: 321px) {
    .consult h3, .shinryoTaise h3, .columtokutyo h3{
         font-size: 0.9rem;
    }

     .columMain p ,.shinryoTaise p, .newGairai , .kanshitsu h4 
      ,.kanshitsu p, .zaiSanFirst p, .zaisanLast p, .allegicLast p,
      .menekiFirst p, .menekiCh p, .menekiCh h4, .menekiCh ul li{
        font-size: 0.75rem;
    }

   
    .consult ul li, .columtokutyo ul li,.shinryoTaise h4, .shinryoTaise ul li  {
        font-size: 0.75rem;
    }
}
/*健診*/
.checkUp img{
  width:80%;   
  margin-left:3%;

}

.yobouSection{
    margin: 0 auto;
    max-width: 1600px;

}

.che{
    margin: 0;
}

.che img{
    width:40%;
}

.vaccin{
    text-align: right;

}

.vaccin img{
    width:40%;
    
}




/*診療案内*/
.topic-link {
  text-decoration: none; /* 下線消す */
  color: inherit;        /* 中の文字色を継承 */
  display: block;
  cursor: pointer;
  width:80%;
  margin: 0 auto;
}

.topic2 {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding-top: 2%;
  padding-bottom:2% ;
  width: 100%;
}

.topic-link:hover {
  transform: translateY(-4px); /* 少し浮かせる */
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.clickDetail{
    text-align: center;
    margin-top: 3%;
    color: #29b6f6;
}

.timeTable2{
  width:85%;
    margin-top: 4%;
    max-width: 1600px;
}

.B1{
    width:20%;
}

.B3{
    width:27%;
}

.kikanshi{
    color:#29b6f6;
}

.kikanship{
    margin-top: 3%;
    margin-left: 4%;
    color: #29b6f6;
}

.kikanLast{
    padding-bottom: 5%;
}

.senMon ol{
    margin-left: 8%;
}
.senMon ol li{
    line-height: 3rem;
}

.senMon ol li::marker{
    color:#29b6f6
}

.newGairai{
    width:95%;
    margin: 0 auto;
}



.coughLast{
    margin-bottom: 4%;
}

.copdGappei p{
    color: black;
}

.copTaisei h3{
    text-align: left;
}

.copdInfo h3{
    font-size: 2.3rem;
}

.kanshitsu p{
    width:95%;
    margin: 0 auto;
    margin-top: 3%;
    color: #f5aa29;
}
.kanshitsu h4 {
    margin-left: 4%;
    margin-top: 3%;
    color: #29b6f6;
}

.kanshitsu ul{
    margin-left: 5%;
    margin-top: 2%;
}

.kanshitsu{
    padding-bottom: 0;
}

.kansetsuLast ul {
    margin-left: 2%;
    margin-top: 3%;
}

.kansetsuLast2 ul{
    margin-left: 5%;
    margin-top: 3%;
}

.kansetsuThreten p{
    color: black;
}

.zaisanLast h3{
    text-align: right;
}
.zaisanLast p{
    width:95%;
    margin: 0 auto;
    margin-top: 3%;
}

.zaiSanFirst p{
    margin-top: 3%;
    margin-left: 2%;
    color: #29b6f6;
}

.ssa{
    color: black;
}

.allegicBienColum ul{
    margin-top: 2%;
}

.allegicLast p{
    color:#f5aa29;
    width:95%;
    margin: 0 auto;
}

.allegicLast h3{
    text-align: right;
}

.allegicTreatment{
    padding-bottom:0 ;
}

.allegicTreatment ul{
    margin-left: 5%;
    margin-top: 3%;
    padding-bottom:0 ;
}

.menekiFirst p{
    color:#f5aa29;
    width: 95%; 
    margin: 0 auto;
    margin-top: 3%;
}

.menekiFirst ul{
    margin-top: 3%;
    margin-left: 5%;
}

.menekiCh{
    padding-bottom: 0;
}

.menekiCh p{
    color:#f5aa29;
    width: 95%; 
    margin: 0 auto;
    margin-top: 3%;
}

.menekiCh h4{
    margin-top: 2%;
    margin-left: 3%;
    color:#29b6f6;
}

.menekiCh ul{
     margin-top: 2%;
     margin-left: 5%;
}

.menekiLast{
    width:95%;
    margin-bottom: 3%;
}

.menekiLast h3{
    text-align: left;
}

.seikeiService{
    width:90% !important;
    max-width: 1600px;
    margin: 0 auto;
}

.seikeiService{
    margin-top: 5% !important;
   
}

.seikeiServiceUl li::marker{
    list-style: none;
}

.gaisho p{
    margin-bottom: 1%;
}

.copdBr{
        display: none;
    }

 .copdBr60{
    display: none;
 }

@media screen and  (max-width: 1200px) {
    .B1{
        padding:8px;
        
    }

    .projectInfo h3 {
        font-size: 2rem;
        padding:0;

    }
    .projectInfo p {
        font-size: 1.1rem;
    }

     .B1{
        font-size: 1rem;
    }
}

@media screen and  (max-width: 1024px) {
     .timeTable2 {
        width:95%;
    }

    .B1{
        font-size: 0.9rem;
    }
}


@media screen and  (max-width: 768px) {
    .timeTable2 {
        width:95%;
        margin-top: 8%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .clickDetail {
        margin-top: 5%;
        font-size:1.2rem;
    }

    .B1{
        margin-bottom: 5%;
        width:60%;
        font-size: 1rem;
    }

    .B3{
    width:27%;
}
}

@media screen and  (max-width: 640px) {
     .B1{
        font-size: 0.9rem;
     }
}

@media screen and  (max-width: 600px) {
     .B1{
        margin-bottom: 5%;
        width:70%;
        font-size: 1.1rem;
    }
     .projectInfo h3 {
        font-size: 1.8rem;
        padding:0;
        text-align: center;
        margin-top: 4%;

    }

    .clickDetail {
        margin-top: 5%;
        font-size:1rem;
    }

    .copdBr60{
        display: block;
    }

    
}
@media screen and  (max-width: 480px) {
    .topic-link {
        width:90%;
        margin: 0 auto;
    }   
    .copdBr{
        display: block;
    } 
        
}

@media screen and  (max-width: 420px) {
    .clickDetail {
        width:90%;
        margin: 0 auto;
        margin-top: 5%;
        font-size:1rem;
    }

     .projectInfo h3 {
         font-size: 1.5rem;
    }

    .B1{
       
        padding: 4px;
    }

}

@media screen and  (max-width: 360px) {

    .B1{
        font-size: 1rem;
        padding: 4px;
    }
    .projectInfo h3 {
         font-size: 1.4rem;
    }

      .projectInfo p {
        font-size: 1rem;
    }
}

 

@media screen and  (max-width: 320px) {
.projectInfo h3 {
         font-size: 1.2rem;
    }

     .projectInfo p {
        font-size: 0.9rem;
    }

        .timeTable2 {
            margin-top: 10%;
        }


    
}
/*お知らせ*/
.news img{
    width:35%;
    margin-left:3%;
}


/*news*/
.newsC{
    width:60%;
}











.break{
    display:none;
}

.break2{
    display: none;
}

 
/*access*/
.map2{
		max-height: 530px;
	}

.map2 div{
    margin: 0 auto;
    width:80vw !important;
    height: 500px !important;
    padding-top: 0 !important;
    
    
    
}

.map2 div iframe{
    object-fit: contain;
	width:80vw !important;
    height: 500px !important;

}


/*archive */

.news_main{
    width:80%;
     margin: 0 auto;
}

.news-card {
  display: flex;
  gap: 20px;
  margin-top: 1%;
  padding: 15px;
  border-radius: 10px;
  /* background-color: #fff; */
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
  margin-bottom: 8%;
  min-height: 330px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); /* 立体感アップ */
  transition: box-shadow 0.3s ease;

}

.news-card:hover {
 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* より浮き上がる */
}

.news-thumbnail{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.news-thumbnail img {
  width: 30%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
 
}

.news-header {
  
  align-items: center;
}

.news-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color:#223366;
}

.news-date {
  font-size: 0.9rem;
  color:#223366;
  white-space: nowrap;
}

.news-excerpt {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #444;
  line-height: 1.6;
}

.news-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 100px;
}

.news-card.reverse {
  flex-direction: row-reverse;
}

.news-content {
  overflow-wrap: break-word; 
  word-break: break-word;   
  flex: 1;
  display: flex;
  flex-direction: column;
}


.news-content * {
  max-width: 100%;     
  box-sizing: border-box; 
}


.news-content p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}


.news-content strong,
.news-content span,
.news-content em {
  display: inline;      
  word-wrap: break-word; 
}

.news-card {
  align-items: stretch;
}

.news-thumbnail img {
  width: 100%;
  max-width: 480px;   
  min-width: 250px;  
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}





.news-card {
  display: flex;
  align-items: stretch; 
}

.news-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}


.news-header {
  flex-shrink: 0;
}

.news-excerpt {
  flex-grow: 1; 
  display: flex;
  align-items: flex-end; 
  overflow: hidden;
}


.news-excerpt p {
  margin: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}

.news-excerpt {
  display: block !important;   
  flex: none;
  margin: 0;
  padding: 0;
  height: auto;
}


.news-excerpt p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-word;
}


@media screen and (max-width: 1024px) {
  .news-card,
  .news-card.reverse {
    flex-direction: column;
    align-items: center;
    text-align: left;
    min-height: auto;
  }

  .news-thumbnail img {
    width: 100%;
    max-width: 480px;
    margin-bottom: 1rem;
  }

  .news-content {
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .news-card,
  .news-card.reverse {
    flex-direction: column;
  }
}

/*SingleMain*/

.news-thumbnail{
    width:30%;
}

.news-thumbnail img {
    width:100%;
    object-fit: cover;  /* はみ出す部分は切り取る */
    display: block;
    padding:20px;  
}

.pagination {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 2em;
  }

/*tablet*/

/*service*/
#doctor, #service, #facility, #checkUP, #news, #highBlood, #newsichi {
  scroll-margin-top: -90px; 
}

@media (max-width: 600px) {
    #doctor, #service, #facility, #checkUP, #news, #highBlood, #newsichi {
  scroll-margin-top: 0px; 
}

}

.tt2{
    margin-top: -3%;
    color: #29b6f6;
    font-size: 2.7rem;
}

.underTT{
    max-width: 1600px;
     margin: 0 auto;
    margin-top: -10%;
    padding-top: 0;
    font-size: 2.7rem;
    width:90%;
  
}
.underTT2{
    max-width: 1600px;
     margin: 0 auto;
    margin-top: -5%;
    font-size: 2.7rem;
    padding-top: 0;
    width:90%;
    
}

@media (max-width: 1024px) {
    .underTT {
        margin-top: -5%;
        font-size: 2.3rem;
       
    }

    .underTT2{
        font-size: 2.3rem;
       
    }

}

@media (max-width: 600px) {

     .underTT {
       
        font-size: 2.2rem;
       
    }

    .underTT2{
        font-size: 2.2rem;
       
    }
    
}    

@media (max-width: 480px) {

   

   
     .underTT {
        margin-top: 0%;
    
    }

    .wrapper{
        margin-top: 0 !important;
    }

}  

@media (max-width: 420px) {
    

     .underTT {
   
        font-size: 2.1rem;
       
    }

    .underTT2{
        font-size: 2.1rem;
       
    }
}

@media (max-width: 360px) {
   
    .underTT {
      
        font-size: 2rem;
       
    }

    .underTT2{
        font-size: 2rem;
       
    }
}

@media (max-width: 320px) {
    .underTT, .underTT2{
        font-size: 1.8rem;
    }

    .careerTittle {
        font-size: 1.4rem;
    }

    .doctorGreeting {
        margin-top: 13%;
    }
    .doctor {
        font-size: 1.2rem;
    }

    .doctorName {
        font-size: 1rem;
    }

    .alpha{
        font-size: 1rem;
    }

        .doc {
            font-size: 0.9rem;
        }
}
.tt2::before, .tt2::after{
    background-color:#29b6f6;;
}

.facilityMain{
    overflow: hidden;
}


.wrapper2{
    margin-top: -2%;
}

.main-area{
    background-color: white;
    width:95%;
    margin: 0 auto;
}


/*check up*/

.section{
  padding: clamp(20px, 3vw, 40px);
  width:80%;
  max-width: 1400px;
  margin-inline:auto;
}


.kaki{
    max-width: 1600px;
    margin: 0 auto;
   
    color:#f5aa29;
    width: 80%;
    margin: 0 auto;
     margin-top: 3%;
}

.kaki2{
    margin-top: 3%;
    padding-left: 2%;
}

.table-card{
  background:var(--white);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  border:1px solid var(--line);
  width:75%;
  margin: 0 auto;
}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.table thead th{
  background:linear-gradient(0deg, var(--brand) 0, var(--brand-700) 100%);
  color:#fff;
  padding:14px 10px;
  font-weight:700;
  text-align:center;
}
.table thead th:first-child{ text-align:left; }
.table tbody td{
  border-top:1px solid var(--line);
  padding:12px 10px;
  text-align:center;
  vertical-align:middle;
  background:#fff;
}
.table tbody tr:nth-child(even) td{ background:#f8fbff; }
.table tbody td:first-child{
  text-align:left;
  font-weight:600;
}


.price{
  font-weight:700;
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing:.02em;
}


.dot{
  display:inline-block;
  width:14px;height:14px;border-radius:50%;
  background:#29b6f6;
  box-shadow:0 0 0 2px rgba(0,0,0,.06) inset;
}

.notes-inline {
    margin:  0 auto;
  background: rgba(255,255,255,0.95);
  border: 2px dashed #29b6f6;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 50px;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  width:85%;

}

.notes-inline p {
  margin: 6px 0;
}

.yobo{
    margin-top: -2%;
    text-align: right;
    width:85%;
}

.table-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(18, 71, 119, .08);
  overflow:hidden;
  border:1px solid #dfeaf3;
  margin-top: 3%;
}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  
}
.table thead th{
  background:linear-gradient(0deg,#29b6f6 0,#00bfff 100%);
  color:#fff;
  padding:14px;
  font-weight:700;
  font-size: 1.2rem;
  text-align:center;
}
.table thead th:first-child{text-align:left;}
.table tbody td{
  border-top:1px solid #dfeaf3;
  padding:14px;
  font-size: 1.1rem;
  vertical-align:top;
}
.table tbody tr:nth-child(even) td{background:#f8fbff;}
.price{
  font-weight:700;
  text-align:center;
}
.table small{
  font-size:0.9rem;
  color:#555;
  line-height:1.6;
}

.kohihutan{
    width:80%;
    margin: 0 auto;
    margin-top: 2%;
    color:#007acc;
}

.jiyu{
    margin-top: 4%;
}

.jiyuTable{
    margin-bottom: 3%;
}

.yobouSection{
    margin-top: 5%;
}

.kenshin{
    margin-top: -5%;
}



@media (max-width: 768px){
    .kaki{
        font-size: 1.2rem;
        width:83%;
    }
    .table-card{
        width:85%;
    }
    .table-card .table thead tr th{
        font-size: 1rem;
    }

    .table-card .table tbody tr td{
        font-size: 0.9rem;
    }



  
} 

@media (max-width: 600px){
    .kenshin{
    margin-top: -2%;
}

     .kaki{
         margin-top: 5%;
    }
    .table-card {
        margin-top: 5%;
    }

    .notes-inline {
        font-size: 0.9rem;
    }

    .kohihutan {
        margin-top: 5%;
    }
}

@media (max-width: 480px){
    .kaki{
        font-size: 1.1rem;
     
    }
    .kohihutan {
        font-size: 1.1rem;
    }
    .table-card .table thead tr th{
        font-size: 0.9rem;
    }

    .table-card .table tbody tr td{
        font-size: 0.8rem;
    }

    .yobo{
        margin-top: 10%;
    }
}

.scroll-hint{
    display: none;
}


@media (max-width: 420px){
  .table-card {
    overflow-x:  scroll;
    -webkit-overflow-scrolling: touch;
  }

  .kaki{
    margin-top:6% ;
  }

  .scroll-hint{
    display: block;
    margin: 0 auto;

    font-size: 1rem;
    margin-top: 5%;
    margin-left: 8%;
    color: #29b6f6;
  }


  .notes-inline{
    margin-top: 40px;

  }
  .table {
    min-width: 500px; /* 横スクロールを強制発生 */
 
   
  }

  @media (max-width: 320px){
    .kaki{
        font-size: 1rem;
   }

   .kohihutan{
    font-size: 0.9rem;
   }
  
}



 
}
.news_main{
    width:80%;
    margin: 0 auto;
    max-width: 1400px;
}

.singleTitle{
    color:#29b6f6
}


.news_wrap {
  margin: 0 auto;
  padding: 3rem 1rem;
}


.singleTitle {
  font-size: 1.8rem;
  color: #007acc;
  border-bottom: 2px solid #e0f4ff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}


.postDate {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.singleContent {
  background: #fdfefe;
  /* border: 1px solid #e6f4fa; */
  border-radius: 10px;
  padding: 1.4rem;
  line-height: 1.8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); 
}

.singleContent p{
    font-size: 1.3rem;
}

/* 戻るボタン */
.singleArchive {
  text-align: center;
  margin-top: 2rem;
  margin-top: 5%;
}

.backBtn {
  display: inline-block;
  background: #29b6f6;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.backBtn:hover {
  background: white;
  color:#29b6f6;
  border: 2px solid #29b6f6;
}

.single_wrap{
    margin-top: 2%;
}

.singleContent figure {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}














@media screen and (max-width: 1200px) {

    .sp_only{
        display: none;
    }

    

    .newsTittle{
        font-size: 1.1rem;
        text-align: center;
    }   
    
    .newsDate{
        font-size: 0.5rem;
    }

     

    
}

@media screen and (max-width: 1024px) {
    .singleContent p{
        font-size: 1.2rem;
    }

  

    .tb_950{
        display: block;
    }

    .sp_600{
        display:none;
    }

    .navigation {
        padding-bottom: 0px;
    }
    

    

    .nav_big{
        /*display: none;*/
        
    }

   .sp_only{
        display: none;
    }

    .logo{
        height:45px;
        
    }

    h1{
        font-size: 2rem;
    }

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

    .navigation{
        padding-top: 0px;
    }



  

    .sp_1000{
        display: block;
    }
   
    

    .global-nav{
        margin-top: 0px;
        background-color: white;
		
    }



    .nav-item {
        padding:15px;
        padding-top:10px ;

    } 

   

    main{
        position: relative;
    }

    .main_hidden{
        max-height: 100vh;
        overflow-y: hidden;
    }

    .sp_menu{
        display: none;
        visibility: hidden;
        position:absolute;
        z-index: 100000;
        margin-top: 20px;
        height:100vh;
        width:95vw;
        background: linear-gradient(to bottom, #c3f1ff, #ffffff);
        padding-bottom: 20px;
    }

    .sp_menu_visible{
        display: block;
        visibility: visible;
        
    }

    .wrapper_info{
        border-bottom: 0px solid rgba(0, 166, 114, 1);
    
        
    }

    .fever{
        width:100%;
    }
    

    .info_sp{
        border-bottom: 2px solid rgba(0, 166, 114, 1);
    }


    .nav-list{
        justify-content: space-around;
    }

  

    

   

    .nav-itemsp{
        list-style: none;
        
    } 
    .nav-listsp{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height:100%;
        background: linear-gradient(to bottom,  #d6f1fb, #ffffff);

    }
    .nav-itemsp {
        font-size: 2rem;
        text-align: center;
        color: white;
    }

    .nav-itemsp a{
        
        color: #003366;
        font-weight: 600;
        line-height: 1.8;
       
    }

    .nav-itemsp a:hover {
        color: #007acc;
        
    }

    .active {
        background-color: transparent;   
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .aside_info{
        margin-top: 15px;

    }

    


    .buildings img{
        width:95vw;	
    }

    .department{
        font-size: 1.2rem;
    }

    .wrapper {
        display: block;
        
    }

    .info_sp_text{
        margin-bottom:10px;
        font-size: 1.2rem;
        color: black;
        border-bottom: 2px solid  rgba(0, 166, 114, 1) ;
        white-space: nowrap;        
        overflow: hidden;           
        text-overflow: ellipsis;    
        width: 100%; 
    }

    .info_text {
        white-space: normal;               
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;             
        overflow: hidden;
        font-size: 1rem;
       margin-bottom: 10px;
    }

    .info{
        display: none;
    }

    .info_sp{
        display: block;
    }

    .wrapper_info{
        padding: 0;
    }
   

    .main-area{
        width:100%;
    }

    .main_greeting{
        width:100%;
        margin: 0;
        margin-top: 20px;
    }
    .sub-area{
        width:100%;
        margin-top: 50px;
    }

    .sidebar{
        width:100%;
        margin:0;
    }

    .post{
        font-size:1.2rem;
    }
    
   
    
    .address h4 {
        font-size: 1.4rem;
    }
    
    .address p {
        font-size: 1.3rem;
    }

    .map div{
        width:88vw !important;
        height: 200px !important;
        padding-top: 0 !important;
        margin: 0 auto;
        margin-bottom:4% ;
        
    }

    .map div iframe{
        object-fit: contain;
        height: 200px !important;
        text-align: center;
        
    }

    .images{
        height:20vw;
        object-fit:cover;
    }
	
    .map2 div{
        margin: 0 auto;
        width:550px !important;
        height: 550px !important;
        padding-top: 0 !important;
        
    }
	
	.map2 div{
		width: 800px;
        text-align: center;
	}

    .map2 div iframe{
        object-fit: contain;
		width:100% !important;
        height: 500px !important;
        
    }

    .park{
        margin-left: 15px;
    }

    .item{
        width:620px;
        justify-content: center;
    }  

    
    
    .aside_info h5{
        font-size: 1.3rem;
    }

    .aside_info p{
        font-size: 1.1rem;
    }

    .logo2{
        width: 60px;
        height: 30px;
    }

    .name_logo h4{
        font-size: 1.8rem;
    }

    .ai{
        margin-top: 10px;
    }


    .main-area{
        margin-bottom: 0;
    }

    .news_main{
        
        width:85vw;
        margin: 0 auto;
    }
    .copyfooter{
        margin-top: 10px;
    }

    .news-card {
        display: block;

    }

    .news-thumbnail{
        width: 40%;
        min-height: 300px;
        margin: 0 auto;
    }

    .news-thumbnail img{
        padding:10px;
    }
}

@media screen and (max-width: 900px){
    .item{
        width:42%;
    }

}

@media screen and (max-width: 900px){

     .delete1000{
        display: none;
    }
   

    .up1000{
        display: block;
    }
    .news-thumbnail img {
        width: 100%;
       
    }

       .main-area{
    margin: 0 auto;
    }



    .topic{
    flex-direction: column;
    margin-bottom: 10%;

    }

    .topic img{
        text-align: center;

    width:50%;
    margin: 0 auto;
    /* margin-left: 15%; */
    }
    
    .projectInfo{
    width:100%;
    margin-top: 40px;
   
    }

    .copyfooter{
        margin-top: 10px;
    }

}

@media screen and (max-width: 900px){
    .sp_600{
        display:none;
    }


    .nav-item a{
        font-size: 1rem;
    }

    .feverInfo{
        width:100%;
    }
    .Rikigoimg img{
        margin-top: 20px;
 
    }

    .comment{
        margin-top: 30px;
    }

}

@media screen and (max-width: 880px){
     .tittle img{
        width:50%;

     }    
    .pc_only{
        display: none;
    }

    .sp_only{
        display: block  ;
    }

    .nav-item a{
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
        .news_wrap {
            margin-top: 0;
            padding: 2rem 1rem;
        }
        .news-content{
            margin-top: 2%;

        }
    .nav-item a{
        font-size: 0.9rem;
    }

        .news-thumbnail {
            width:60%;
        }

}
/*tablet min smartphone big*/
@media screen and (max-width: 600px) {

    .singleTitle {
        font-size: 1.7rem;
    }
    .news-title {
        font-size: 1.3rem;
    }
    .news-excerpt{
        font-size: 1rem;
    }
}
@media screen and (max-width: 650px){
    .sp_600{
        display: block;
    }

    .sp_650{
        display: block;
    }

    

   

    .other p span{
        padding:12px;
    }
    .comment{
        font-size: 1.1rem;
        margin-top: 25px;
    }



    .br-650 {
    display: inline;
  }
   .fever{
        padding:15px;
    }

   
   
}

     
    

  

@media screen and (max-width: 600px){
    .singleContent p{
        font-size: 1.1rem;
    }

    .topic{

    margin-bottom: 10%;

    }

    .topic2{
        margin-top: 8%;
    }
  
    .sp_600{
        display: block;
    }
   

    .nav-item {
        font-size: 1.5rem;
        gap:1.3rem;
        padding:9px;

    } 


    .buildings img{
        width:95vw;	
        margin-top: 15px;
    }

    .nav-list li{
        font-size: 0.8rem;
    }

    
   

    .comment{
        margin-top: 40px;
    }

    .sp_1000{
        display: none;
    }

    .sp_620{
        display: block;
    }

    .tittle{
        text-align: center;
    }

    .tittle img{
        width:60%;
        margin-left: 0;
    }

  .map div {
    margin: 0 auto;
    margin-bottom: 2%;
  }

      .topic img {
        width:70%;
      }

    



   


    .time{
        font-size: 1.2rem;
    }

    .timetable{
        margin-top: 15px;

    }

    .notice{
        font-size: 1.25rem;
        margin-top: 15px;
    }

    .images{
        width:50%;
        height:150px;
        object-fit:cover;
        padding:10px;
    }

     .strong {
    font-size: 1.4rem;
  }

  .number {
    font-size: 1.4rem;
  }

  .basic li {
    padding-left: 2em;
  }

    

    .map2 div{
        margin: 0 auto;
        width:80vw !important;
        height: 400px !important;
        padding-top: 0 !important;
		   
    }

    .map2 div iframe{
        height: 400px !important;
		

        
    }

    .sp_menu{
        margin-top: 15px;
    }

    .nav-itemsp {
        font-size: 1.8rem;
    }
   

    .singleMain{
        width: 100%;
        margin: 0 auto;
    }    

    .singleContent {
        font-size: 1.3rem;
    }



    .sub_tittle{
        font-size: 1.8rem;

    }


    .break{
        display:block;
    }

    .lis2 li {
        margin-bottom:10px;
    }

    .main-area{
        display:block;
    }

    .news_wrap{
        margin-top: 0;
    }
    .item{
        width:90%;
        max-width: 500px;
        margin:0 auto ;
        margin-top: 50px;
        min-height: 400px;
    }

    .news-thumbnail img {
        width: 100%;

       
    }

   

    .basic_span{
        margin-bottom: 25px;
    }

    .news-thumbnail {
            width:70%;
        }

       .docUnder{
        margin-top: 0;
       } 

    .singleArchive {
        margin-top: 7%;
    }

 
}


   


/*スマホ*/

@media screen and (max-width: 480px){
    .singleArchive {
        margin-top: 10%;
    }
     .singleContent p{
        font-size: 1rem;
    }

    .backBtn {
        font-size: 1.2rem;
    }

    .singleTitle {
        font-size: 1.6rem;
    }

    .topic{

    margin-bottom: 15%;

    }

    .topic img {
            width:70%;
        }
        .projectInfo {
            margin-top: 20px;
        }

    
    .sp_600{
        display: none;
    }

    .tb_480{
        display: block;
    }

    

    .sp_480{
        display: block;
    }

    .logo{
        height:35px;
        
    }

    h1{
        margin-top: 1px;
        font-size: 1.5rem;
    }


    .nav-itemsp {
        font-size: 1.5rem;
    }

    .buildings img{
        width:95vw;	
    }

    .news-header{
        display: block;

    }

    .hum{
        width:40px;
       
    }

    .hum div{
        width:100%;
        height:2px;
    }

    .map div{
        margin: 0 auto;
        width:85vw !important;
        height: 180px !important;
        padding-top: 0 !important;
        
        
        
    }

    .map div iframe{
        object-fit: contain;
        height: 170px !important;

        
    }
   

    .timetable{
        margin-top: 15px;

    }
    th {
        padding: 0;
       
    }

    td{
        padding: 0;

    }

    .time{
        font-size: 1.0rem;
        
    }

    article{
        font-size: 1.25rem;

    }

    .info_text {
        -webkit-line-clamp: 2;             
    }

    

    h2{
        font-size: 1.5rem;
        padding-left: 2px;
    }

    .other{
        font-size: 1.1rem;
    }

    .main_greeting {
        font-size: 1.1rem;
    }

    .main_greeting span{
        font-size: 1.2rem;
    }    

    .anounce2{
        font-size: 1.1rem;
    }


    .notice, .announce{
        font-size: 1.2rem;
        margin-top: 15px;
    }

    .announce{
        font-size: 1rem;
    }

    .active {
        border-bottom: 3px solid rgba(217, 56, 56, 1);
    }

    .nav-item{
        padding:8px;
        padding-bottom: 5px;
    }
    



    .lis2 li {
        margin-bottom:10px;
    }

    .map2 div{
        margin: 0 auto;
        width:80vw !important;
        height: 280px !important;
        padding-top: 0 !important;
        
        
        
    }

    .map2 div iframe{
        object-fit: contain;
        height: 280px !important;

        
    }

    .aside_info h5 {
        font-size: 1.2rem;
    }

    .aside_info{
        margin-top: 30px;
        font-size: 1.4rem;
    }

    .aside_info p {
        font-size: 1rem; 
    }

    .name_logo h4 {
        font-size: 1.6rem;
    }

    .logo2 {
        width: 50px;
        height: 25px;
    }

    .ai{
        margin-top: 5px;

    }

     .news-thumbnail{
        min-height: 200px;
     }

    .news-thumbnail img {
        width: 100%;
      
       
    }

    .item{
        min-height: 300px;
    }

    





    


  .news-header{
        text-align: center;
    }


         

}


@media screen and (max-width: 420px){
     .topic{

        margin-bottom: 20%;
        padding:0;

    }

    .news-card {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 420px){

    .backBtn{
        font-size: 1.2rem;
    }
    .singleArchive{
        margin-top: 10%;

    }

    .singleContent p{
        font-size: 1.1rem;
    }
    .sp_480{
        display: block;
    }
    .break2{
        display: block;
    }


    .nav-item a {
        font-size: 0.85rem;
    }

    .news-thumbnail img {
        width: 100%;
   
    }

    .news-thumbnail{
        width:80%;
        min-height: 200px;
    }

    .Rikigoimg img{

        padding: 0;
    }

    .department{
        font-size: 1rem;
    }

    .tittle img {
        width: 70%;
    }    

    .news-header{
        text-align: center;
    }

    .news-title{
    font-size: 1.1rem;
 }

 .news-excerpt {
    font-size: 0.9rem;
 }
}


@media screen and (max-width: 350px){
     .logo{
        height:30px;
        
    }

    h1{
        margin-top: 1px;
        font-size: 1.3rem;
    }

    .kaki2{
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 320px){
      .news-title{
    font-size: 1rem;
 }

 .news-excerpt {
    font-size: 0.8rem;
 }
     .news-content {
        margin-top: 0;
     }
}

@media screen and (max-width: 880px) {
    .firstView{
        background-color: #29b6f6;
    }
    .fever{
        margin-top: -10px;
    }
}

@media screen and (max-width: 600px) {
    .fever{
        margin-top: -10px;
    }
}