@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#global_header .header .header_item .header_contact .tel.tel{
  margin-left: 7px;
}
#global_header .header .header_item .header_contact .insta a{
  width: 40px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #c96e4f;
  font-size: 2.4rem;
  padding: 10px 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-size: 1.8rem;
  color: #333333;
  background-color: #fff;
}
#global_header .header.transform .insta a{
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}
#global_header .header .header_item .header_contact .insta a i{
  color: #c96e4f;
}
#global_header .header .header_item .header_contact .insta a:hover{
  background: #c96e4f;
  opacity: 1;
}
#global_header .header .header_item .header_contact .insta a:hover i{
  color: #fff;
}
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 1200px){
  #global_header .header .header_item .header_contact .insta{
    margin-left: 20px;
  }
  #global_header .header .header_item .header_contact .insta a{
    width: 20px;
    padding: 11px 20px;
  }
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}