@import "./reset.css";
.wapper{
   width: 1200px;   
   margin: 0px auto;
   background-color: aquamarine;
}
.container{
    width: 1100px;
    height: 90px;
    margin: 10px auto;
    /* background-color: brown; */
}
h1{
    font-size: 60px;
    /* 文字を中央に */
    text-align: center;     
}
.hedimg{ 
 display:flex; 
}
.item{
    width:500px;
    margin:10px;
    /* background-color: aqua; */
}
.item2{
    width:540px;
 text-align: center; 
    /* background-color: aqua; */
}
.item3{
    margin: 10px;
}
.item p{
  padding: 0px 0px;
}
.hedimg {
    font-size: 30px;    
}
.header_right{
    display:flex; 
}




