@charset "UTF-8";

*{
  padding: 0;
  margin: 0;
  line-height: 1;
}

img{
  max-width: 100%;  /*fruid-image設定*/
}


header{ 
  padding: 20px 0;
  background-color: #fecccb;
  text-align: center;
  margin-bottom: 40px;
}
main{
  max-width: 1000px;
  margin: 0 auto;
}

footer{
  margin-top: 40px;
  padding: 20px 0;
  background-color: #fecccb;
  text-align: center;
}


header section h1 { 
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 10px;
  color: #9f0001;
    font-size: 30px;
  padding: 10px 0;


   display: inline-block;
   padding-left: 54px;

}

header p{
  font-size: 12px;
}


.container{  
  /* background-image: url(../img/index_main_contents.webp);
  background-repeat: no-repeat;
  background-position: 0 0; */
  width: 1000px;
  height: 800px;
  border: 1px solid #f00;
  position: relative;
}


@media (width < 400px) {
  header section h1 { 
    font-size: 24px;
    background-size: contain; /*自動でサイズを変更*/
  }

  header p{
    font-size: 12px;
  }
  
  footer p{
    font-size: 12px;
  }
  
  
}


.f-img{
  position: absolute;
  line-height: 0;
}

.f-01{
  left: 0px;
  top: 0px;
}

.f-02{
  right: 200px;
  top: 0px;
}
.f-03{
  left: 0px;
  top: 400px;
}

.f-04{
  right: 200px;
  bottom: 0px;
}

.f-05{
  left: 200px;
  bottom: 0px;
}

.f-06{
  left: 200px;
  top: 200px;
}

.f-07{
  right: 0px;
  top: 200px;
}

