@charset "utf-8";
/* CSS Document */
.header {
  background-color: #ffffff;
  height: 30%;
    
}
.tel_block {
  display: flex;
  align-items: center;
       width: 40%;
}
.header_body {
  display: flex;

  
padding:2%;
  align-items: center;


 
}
.logo {
   width: 30%;
  text-align: center;
  margin-right: auto;

       
  

}

.header_picture1 {

    margin-right:1%;
}
.header_sentence {
  line-height: 1;
  width: 45%;
    padding-right: 2%;
 

    text-align:left;
  
}

.header_sentence2 {
  line-height: 1;
}
.header_block {
  display: flex;
    justify-content: flex-end;
}
@media(max-width:768px) {
.header {
  background-color: #ffffff;
  height: 20%;
    
}
    .logo {
    width: 50%;
  }
  .header_picture3 {
    width: 70%;
    padding: 0.8% 1% 0;
  }
  .header_sentence, .tel_block {
    display: none;
  }
}
@media(min-width:769px) {
  .header_picture3 {
    display: none;
  }
}

.form{background:#FFF6B4}


/* footer */

.footer {
  height: 20vw;
font-size: 2.8vw;
  background-color: #FF7899;
 text-align: center;
  color: #FFF;
    padding-top: 10%;
  
}
.footer a {
  color: #FFF;
  
   
}



@media (min-width: 1160px) {
 
 
  .footer  {
 padding: 5%;
    font-weight: 400;
  }
 

}


img {
  width: 100%;
  vertical-align: bottom;
}