@charset "UTF-8";


/*---------共通-----------------*/

body{
    background-color: #DCDDDD;
}

main{
    background-color: #fff;
    width: 1200px;
    margin: 0 auto ;
}

.wrapper{
    width: 1100px;
}

.mobile-nav{display: none;}




 /*-----------------ヘッダ--------------------------*/
header{
    background: linear-gradient(90deg, #a2e29b,#4db1ec);
    width: 1200px;
    margin: 0 auto ;
}

.logo{
    position: relative;
    left: 500px;
}

.main-nav{
    display: flex;
    font-size: 1rem;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    left: 520px;
}

.main-nav li a{
    margin-left: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

.main-nav li a:hover{
    color: #4db1ec;
}

.page-header{
    display: flex;
    position: relative;
    top: 50px;
}


.square{
     color:#fff;
     margin-right: 5px;
     font-size: 10px;
     position: relative;
     bottom:2px
    }

.main-img{
    width: 1200px;
    margin-top: 30px;
    }

  


  /*------------------記事1段目--------------------------------*/
        



        .t-body{ /*テーブルのラップ*/
            position: relative;
            width: 590px;
            left: 40px;
            top:50px;
            margin-bottom: 40px;
               
        }
    
        .philosophy{ /*理念のラップ*/
            position: relative;
            left: 70px;
            width: 500px;
            top:55px;
            text-align: right;       
        }
    
        .table-philosophy {/*テーブルと理念のラップ*/
            display: flex;
            height: 100%;
         }
    
    
        

  /*------------------外来医師担当表--------------------------------*/

  #openbtn{ /*隠れているよ*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    color: #fff;
    border-radius: 5px;
    padding: 18px 5px;
    width: 180px;
    text-align: center;
    position: relative;
    bottom: 300px;
    right: 50px;
 }
 

  th,td{
    border: solid 1px #00a096;
    padding: 5px;      /* 余白指定 */
    font-size: 12px;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
}

.table-week{
    text-align: center;
}


.clinical{
color: #00a096;
font-weight: bold;
font-family: 'Noto Sans JP', sans-serif;
}

.annotation{
    font-size: 8px;
}

.table-caption{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-bottom: 10px;
    color: #00a096;
}

.closed{
    color: #f67690;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


  /*------------------理念--------------------------------*/
  
  .catchcopy{
    font-size: 20px;
    position: relative;
    color: #00a096;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.12em;
  }

  .catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    font-size: 8px;
    font-weight: bolder;
    color: #00a096;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    top:30px;
  }

.catch:after {
    border-top: 1px solid;
    content: "";
    width: 110em; /* 線の長さ */
  }

.catch:after {
    margin-left: 1em; /* 文字の左隣 */
  }

.philosophy-p{
    font-size: 29px;
    text-align: right;
    line-height: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    color: #3E3A39;

}

.philosophy2{
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 2.2;
    font-size: 20px;
    color: #3E3A39;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.philosophy3{
    font-size: 20px;
    line-height: 14;
    color: #3E3A39;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.space{
    letter-spacing: 0.066em;
 }

 .philosophy-wrapper{
    margin-top: 45px;
 }

 .philosophy2-relative{
    position: relative;
    left: 18px;

 }

 /*------------------各科案内--------------------------------*/
     .treatment{
        height: 644px;
        background-color: #F2EFE7;
        margin-top: 50px;
        width: 1200px;
     }

    

     .treatment-title-wrap{
        width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
     }

     .treatment-title{
        width: 180px;
        margin-top: 60px;
        font-weight: bolder;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 26px;
        color: #3E3A39;
    
     }

     .treatment-title2{
        letter-spacing: 0.12em;

     }

     .treatment-p{
        width: 900px;
        margin-top: 60px;
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: lighter;
        line-height: 1.7;
     }
     
     .catch2{
        font-size: 8px;
        font-weight: bolder;
        color: #00a096;
        position: relative;
        left: 30px;
     }

    
     .img-wrapper{
        width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
     }

     
     .clinical-department-img{
        width:240px;
        margin-top: 30px;
     }

     .img-title{
        text-align: center;
        margin-top: 20px;
        font-weight: bold;
        letter-spacing: 0.2em;
        color: #3E3A39;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: bolder;
     }
     
     .img-text1{
        position: relative;
        left:77px;
        line-height: 1.7;
        margin-top: 15px;
        font-size: 14px;
        color: #3E3A39;
        line-height: 2;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: lighter;
     }
     .img-text2{
        position: relative;
        left:60px;
        line-height: 1.7;
        margin-top: 15px;
        font-size: 14px;
        color: #3E3A39;
        line-height: 2;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: lighter;
     }
     .img-text3{
        position: relative;
        left:70px;
        line-height: 1.7;
        margin-top: 15px;
        font-size: 14px;
        color: #3E3A39;
        line-height: 2;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: lighter;
     }
     .img-text4{
        position: relative;
        left:70px;
        line-height: 1.7;
        margin-top: 15px;
        font-size: 14px;
        color: #3E3A39;
        letter-spacing: 0.2em;
        line-height: 2;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: lighter;
     }

     .circle{
        color:#00a096;
    }


    .treatment-title {
        border-right:5px solid #00a096; /*線の設定*/
        padding:0.5px 20px; /*余白の設定*/
        }




/*------------------糖尿病医療に対する取り組み--------------------------------*/
.dm {
    width: 1200px;
    display: flex;
   }  


.dm-title{
    margin-top: 120px;
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    color: #3E3A39;
    letter-spacing: 0.12em;
   }

   .dm-text{
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.7;
    width: 600px;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
   }

   

   .dm-right{
    width: 473px;
    height: 644px;
     margin: 0 0 0 auto;
   }

   .dm-left{
    position: relative;
    left:50px
   }

   .dm-link{
    position: relative;
    top: 80px;
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ED82B1;
    text-decoration: none;
    border-bottom: 1px solid #ED82B1;
    padding-bottom: 8px;
   }

   .dm-link:hover{
    color: lightpink;
   }

 /*------------------お知らせ--------------------------------*/
   
 .info{
    width: 1200px;
    background-color: #F2EFE7;
    height: 100%;
    padding-bottom: 40px;
   }

   .info-wrap{
    width: 1100px;
    margin: 0 auto;
   }

   .summervacation-link{
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    color: #ED82B1;
    text-decoration: none;
    border-bottom: 1px solid #ED82B1;
   }

   a{color: #4db1ec;}

   .shishin{
    font-family: 'Courier New', Courier, monospace;
    color: #00a096;
   }

  
   .info-upper{
    display: flex;
   }

   .info-title{
    padding-top: 40px;
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    color: #3E3A39;
    letter-spacing: 0.12em;
   }

   .info-title2{
         font-size: 8px;
        font-weight: bolder;
        color: #00a096;
        position: relative;
        top:50px;
        left:20px;
        font-family: 'Noto Sans JP', sans-serif;
   }

   .border{
    border:solid  #00a096 1px;
    margin-top: 40px;

   }

   .post-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
   }

   .post-date{
    background: #00a096;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    text-align: center; 
    padding-top: 25px;
    font-family: 'Noto Sans JP', sans-serif;
   }

   .post-date span{
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 6px  auto;
   }

   .post-title1{
    margin-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    width: 80%;
   }

   .post-title{
    margin-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    width: 80%;
   }



   
   .article-wrapper{
    display: flex;
    margin-top: 30px;
   }


   .article-main{
    width: 50%;
   }

   .article-sub{
    width: 50%;
   }

   .article-info{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
   }

   .article-wrapper-side{
    position: relative;
    left: 62px;

    }

  

   .article-side-title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #3E3A39;
    line-height: 1.5;
    font-weight: bold;
   }
   
   .article-side-p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #3E3A39;
    padding-top: 10px;
    line-height: 1.4;
   }

   .cookbook-logo{
    position: relative;
    right:30px;
   }
   
   .cookbook-subtitle{
    font-size: 15px;

   }

   .daily-calender{
    position: relative;
    right:30px;
   }

/*--------------会社情報・アクセス---------------------------*/
.company-access{
    width: 1100px;
    display: flex;
    height: 720px;
    margin: 0 auto;
    margin-top: 80px;
   }
   
   
   .company-wrap{
    width: 480px; 
    padding-left: 20px;
}

.access{
  width: 500px;
   
}



.clinical-department2{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #3E3A39;
    line-height: 3;
    font-weight: bold;
}

.phone-number{
    color:#00a096;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    text-decoration: none;
}
.adress{
    color: #3E3A39;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: lighter;
}

.company-info1{
    font-size: 15px;
    line-height: 1.7;
    color:#00a096;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

.company-info2{
    font-size: 15px;
    line-height: 1.7;
    color: #3E3A39;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
}

.company-info3{
    line-height: 1.7;
    color: #3E3A39;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    font-size: 12px;

}

.company-info{
    margin-bottom: 20px;
}


.company{
    margin-bottom: 30px;
}

.parking{
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #00a096;
    margin-left: 40px;
    position: relative;
    bottom: 60px;
    left: 140px;
    font-weight: bold;

}

#openbtn2{ 
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #00a096;
    position: relative;
    bottom:60px;
    left: 180px;
  
}



.info-title-access{
    font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    color: #3E3A39;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
}

.logo2{
    width: 225px;
}

/*--------------フッター---------------------------*/
#footer{
    background: linear-gradient(90deg, #a2e29b,#4db1ec);
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}


 


 





/*
モバイル版
========================================================= */
@media (max-width: 700px){
body{    
        background-color: #fff;
}

    main{
        width: 80%;
    }
   
    
    .wrapper{
        display: none;
        width: 100%;
    }

 
   
 /*-----------------ヘッダ--------------------------*/
    header{
        width: 100%;
        height: 20vh;
    }
    
    
    .logo{
        left: 32vh;
        bottom: 3vh;
        width: 60%;
    }

    .main-nav{
        display: none;
    }
    
  
       .main-img{
        width: 100%;
        position: relative;
        bottom: 10px;
        }

        .mobile-nav{
            margin:0 auto;
            display: block;
        }

        .main-nav2{
            display: flex;
            width: 100%;
            background-color: #fff;
            padding-top: 2vh;
            padding-left: 5vh;
            letter-spacing: 0.12em;
        }

        .main-nav2  li a {
            font-family: 'Noto Sans JP', sans-serif;
            color: #3E3A39;
         
            font-size: 12px;

        }

        main{
            width: 100%;
        }
        
 
 /*------------------記事1段目--------------------------------*/

.t-body{
    display:none;
}
    
.philosophy{
     width: 80%;
     height: 100%;
     position: relative;
     top:10px;
     left:90px;
     
    }


    
.table-philosophy {  
    position: relative;
    top:130px;
    left: 20px;
    width: 90%;
    
  
}  
 

#openbtn{ 
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #00a096;
    color: #fff;
    border-radius: 5px;
    padding: 18px 5px;
    width: 180px;
    text-align: center;
    position: relative;
    top: 5px;
    left: -120px;
 }

    


 /*------------------理念--------------------------------*/

 .catchcopy{
    font-size: 12px;
    position: relative;
    right: 85px;
    color: #00a096;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.12em;
  }


 .catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    font-size: 5px;
    position: relative;
    right: 70px;
    top:12px;
  }

.catch:after {
    border-top: 1px solid;
    content: "";
    width: 67em; /* 線の長さ */
  }



.philosophy-p{
    font-size: 15px;
    text-align: left;
    line-height: 2;
    position: relative;
    bottom:20px;
    left:-70px;
}

.philosophy2{
    margin-top: 30px;
    line-height: 2;
    font-size: 13px;
    text-align: left;
     position: relative;
    right: 90px;
    width: 120%;
    bottom:25px;}

.philosophy-mobile-p{
    position: relative;
    left: 18px;
}
.philosophy3{
    font-size: 12px;
    line-height: 30px;
    position: relative;
    left: 130px;
    top: 40px;
}

.space{
    letter-spacing: 0.066em;
 }

 .philosophy-wrapper{
    margin-top: 40px;
    width: 100%;
 }

 .philosophy2-relative{
    position: relative;
    left: 18px;

 }

 .main-nav{
    display: none;
 }

 

  /*------------------外来医師担当表--------------------------------*/


    
 /*------------------各科案内--------------------------------*/

 .treatment-allwrap{
   
    background-color: #F2EFE7;
    padding-bottom: 40px;
    margin-top: 220px;
 }


  .treatment{ 
    height: 100%;  
    margin-top: 50px;
    width: 70%;
    margin: 0 auto;
 }



 .treatment-title-wrap{
    display: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
 }

 .treatment-title{
    width: 70px;
    margin-top: 60px;
    position: relative;
    right:30px
 }

 .treatment-title2{
    letter-spacing: 0.12em;
    font-size: 18px;
 }

 .treatment-p{
    width: 100%;
    margin-top: 60px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: lighter;
    line-height: 1.7;
 }
 
 .catch2{
    display: none;
    font-size: 5px;
    font-weight: bolder;
    color: #00a096;
    position: relative;
    left: 30px;
 }


 .img-wrapper{
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    margin-top: 40px;
 }

 
 .clinical-department-img{
    width:100%;
    margin-top: 30px;
 }

 .img-title{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #3E3A39;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bolder;
 }

 .img-text1{
    width: 80%;
 }

 .img-text3{
    width: 80%;
 }
 
 .img-text4{
    width: 80%;
 }


 .circle{
    color:#00a096;
}


.treatment-title {
    border-right:5px solid #00a096; /*線の設定*/
    padding:0.5px 20px; /*余白の設定*/
    }


/*------------------糖尿病医療に対する取り組み--------------------------------*/
.dm {
    width: 100%;
    display: block;
    position: relative; 
    right: 10px;
    height: 100%;
    margin-bottom: 120px;
   }  

.dm-title{
    margin-top: 80px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.12em;
   }

   .dm-text{
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    text-align: justify;
    font-family: 'Noto Sans JP', sans-serif;
   }


   .dm-right{
    width: 100%;
    position: relative;
    right: 400px;
    height: 60vh;
   }

   .dm-img{
    width: 60%;
    position: relative;
    left: 480px;
    top:120px;
    margin-bottom: 20px;
   }

   .dm-left{
    width: 80%;
   
   }

   .dm-link{
    font-size: 12px;
    position: relative;
    top:50px;
    line-height: 2.2;
    }




 /*------------------お知らせ--------------------------------*/
   
 .info-allwrap{
    background-color: #F2EFE7;
    padding-bottom: 70px;
 }

 .article-wrapper{
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    position: relative;
    right:5vw;
    width: 90%;
   }


 .info{
    width: 90%;
    height: 100%;
   
   }

   .border{
    width: 80%;
   }

   .info-title{
     font-size: 17px;
   }

   .info-wrap{
    width: 100%;
    position: relative;
    left:40px;   
   }

   
   .info-upper{
    display: block;
    width: 90%;
   }

   .info-title2{
    display: none;
      font-size: 5px;
        position: relative;
        top:-5px;
        left: 120px;
   }

   .border{
    margin-top: 20px;
   }

   .post-info{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
   }

   .post-date-wrap{
    position: relative;
    left: 10px;
   }

   .post-date{
    background: #00a096;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
    text-align: center; 
    padding-top: 9px;
    font-family: 'Noto Sans JP', sans-serif;
   }

   .post-date span{
    font-size: 0.5rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 5px;
    display: block;
    width: 60%;
    margin: 4px  auto;
   }

   
 
   .post-title{
    margin-left: 40px;
    width: 100%;
    font-size: 13px;
   }


   .article-main{
    width: 90%;
   }

   .article-sub{
    width: 100%;
   }

   .article-info{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
 
   }

   .article-side-title{
    width: 100%;
    font-size: 15px;
    position: relative;
   right: 20px;
   }
   
   .article-side-p{
    width: 100%;
    position: relative;
    right: 20px;
   }
   .cookbook-subtitle{
    font-size: 9px;
    line-height: 1.7;
   }
   
   .article-wrapper-side{
    position: relative;
    left: 40px;
    width: 70%;
   }

   
   
   .article-wrapper-side2{
    position: relative;
    left:20px;
    width: 100%;
   }


   .article-wrapper-side3{
    position: relative;
    left: 25px;
    width: 100%;
   }

   .beans-logo{
    width: 100%;
    height: 100%;
    position: relative;
    
   }

   .cookbook-logo{
    width: 90%;
    height: 90%;
    position: relative;
    right: 5px;
   }

   .daily-calender{
    width: 90%;
    height: 90%;
    position: relative;
    left: 5px;
   }



/*--------------会社情報・アクセス---------------------------*/
.company-access{
    width: 80%;
    display: block;
    height: 1100px;
    margin: 0 auto;
    margin-left: 50px;
   }
   
   .post{
    font-size: 10px;
   }
   
   .company-wrap{
    width: 90%;
    margin-top: 70px;
    margin-bottom: 80px;
    
}

.phone-number {
    text-decoration: none;
  }

.access{
  width: 90%;
}

.parking::before {
    content: "\A" ;
    white-space: pre ;
}


.company-info{
    margin-bottom: 20px;
}


.company{
    margin-bottom: 30px;
}



.map iframe{
    width:100%;
        height:350px;
        margin:  auto;
        margin-top: -50px;
    }

.logo2{
    width: 55%;
}

.parking{
    
    position: relative;
    top:-80px;
    left: 160px;
    font-weight: bold;

}

/*--------------フッター---------------------------*/
#footer{
    width: 100%;
    margin-top: 100px;
}






}


   



 
     

  
