@charset "utf-8";

.icon_Instagram{
  width: 35px;
}
.icon_Instagram_large{
  width: 45px;
}

html{
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/*** header ***/

.header{
  height: 100px;
  padding: 45px 50px 0 50px;
  margin: 0 auto;
  max-width: 1000px;
}

.icon_calm{
  width: 180px;
  height: 40px;
}
.header_font{
  font-weight: bold;
}


/*** footer ***/

.footer{
  height: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_container{
  padding: 50px 50px 20px 50px;
  display: flex;
  flex: wrap;
  justify-content: space-between;
}
.footer_container p{
  margin: 10px;
}

.copyright{
  text-align: center;
  padding-bottom: 50px;
  display: block;
}


/***** 450px ******/

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

  main p,
  footer p{
    font-size:13px;
  }  
  .footer_left,
  .footer_right,
  main .signboard_pic{
    display: none;
  }
}