@charset "UTF-8";

body{
    background-color: #DCDDDD;
}


/*-------ヘッダ------------*/
.page-header{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0px 50px 80px;
}

.page-header{
    display: flex;
}



.top-img{
    width: 1200px;
    display: flex;
    margin:0 auto;
}



.logo{
    width: 180px;
    margin-right: 40px;
}

.nav-shikaku{
    color: #13AE67;
}


nav{
    display: flex;
}

.eng{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

nav ul{
    margin-right: 20px;
     font-family: 'Courier New', Courier, monospace;
     color: #595757;
}

nav ul a:hover{
    color: #dddddd;
}

.page-header{
    display: flex;
}

/*-------------共通-------------*/
p{ font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    font-weight: lighter;
    color: #595757;
}


h1{
    font-size: 19px;
    color: #E284AC;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

h2{
    font-size: 19px;
    color: #595757;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Courier New', Courier, monospace;
}


h3{
    font-size: 15px;
    color: #595757;
    letter-spacing: 3px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

h4{
    font-size: 17px;
    color: #E284AC;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 10px;
    line-height: 1.7;
    font-weight: bold;
}


br {
    display: block;
    content: "";
    margin: 10px 0;
    }



/*--------------メイン------------*/

main{
    background-color: #fff;
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}

.main-wrap{
    width: 1000px;
    margin: 0 auto;
}

.title{
    font-size: 22px;
    color: #E284AC;
    font-family: 'Courier New', Courier, monospace;
}




.dr-name{
    margin-top: 40px;
}

.greeting-wrap{
    margin-top: 40px;
    display:flex;
}

.greeting-p{
    margin-top: 80px;
    text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7;
}

.text-wrap{
    margin-left: 40px;
}

.text-wrap-mobile{
    display: block;
}

.img2{
    width: 180px;
    height: 180px;
}

.greeting-wrap2{
    display:flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.text-wrap2{
    margin-right: 40px;
}

.img3{
    width: 150px;
    height: 130px;
    
}



.pink{
    font-weight: bold;
    color: #E284AC;
}

.intro{
    margin-top: 60px;
}

.event{
    display: flex;
    margin-bottom: 40px;
}

.eventp-wrap{
    margin-left: 20px;
}



.event-all-wrap{
    margin-top: 60px;
}


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





/*
モバイル版
========================================================= */
@media (max-width: 700px){

 /*--------ヘッダ----------*/



 .logo{
    width: 40%;
}

.top-img{
    width: 100%;
}

.page-header{
    width: 100%;
    display: block;
    float: left;
     padding: 30px 30px 20px 20px;    
}

.page-header nav{
    margin-top: 30px;
    width: 100%;
}

.page-header nav ul {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

nav ul{
    margin-right: 11px;
}



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

h1{font-size: 40px;}

h1{
    font-size: 17px;
    margin-bottom: 20px;
}

h2{
    font-size: 13px;
    margin-bottom: 10px;
}




h3{
    font-size: 12px;
    letter-spacing: 1px;
}


h4{
    font-size: 13px;
}


 /*--------------メイン------------*/

main{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 30px;
}

.main-wrap{
    width: 90%;
    margin: 0 auto;
}
/*---------一段目------------*/
.title{
    font-size: 15px;
    color: #E284AC;
    font-family: 'Courier New', Courier, monospace;
}


.greeting-wrap{
    margin-top: 5px;
    display:block;
}

.y-chiba-dr{
    display: none;
    width: 120px;
}

.text-wrap{
    margin-left: 0px;
}


.title{
    font-size: 18px;
}


.greeting-p{
    margin-top: 40px;
}

.dr-name{
    margin-top: 10px;
}

.img3{
    display: block;
    margin: auto;
}



/*---------一段目ここまで------------*/


/*-----------二段目----------------*/

.greeting-wrap2{
    display:block;
}

.text-wrap2{
    width: 100%;
    text-align: justify;
}

.img2{
    display: block;
    margin: 20px auto;
}

/*-----------二段目ここまで----------------*/

/*-----------三段目----------------*/

.greeting-wrap2{
    display:block;
    margin-top: 40px;
}

.img3{
    margin-top: 20px;
    margin-bottom: 20px;
}



/*-----------三段目ここまで----------------*/

/*-----------四段目-------------------*/

.event{
    display: block;
    margin-bottom: 40px;
}

.eventp-wrap{
    margin: 0px;
}

.eventp1{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}


.eventp2{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.eventp3{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.eventp4{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.eventp5{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.event-all-wrap{
    margin-bottom: 40px;
}




h4{
    text-align: center;
}



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

  

  
}
