
/*

reset

*/

body{
    margin: 0;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
  }
  
  a{
    color: inherit;
    text-decoration: none;
  }
  
  ul{
    list-style: none;
    display: flex;
    padding: 0;
  
  }
  
  img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /*
  
  base
  
  */
  
  
    
  @media (max-width: 1920px) { }
  @media (max-width: 1440px) { 
   
   }
  @media (max-width: 1280px) {  }
  @media (max-width: 1024px) { }
  @media (max-width: 768px)  {  }
  @media (max-width: 600px)  { }
  @media (max-width: 420px)  {  }
  
  




  /*
  フッター
  */
  
  footer{
    /* font-family: 'Arvo', serif; */
    position:relative;
   
    color: #fff;
    /* opacity: 60%; */
    width: 100%;
    height: auto;
    background-position:center;
    background-size: cover;
    text-align: center;
    background-size: cover;
    /* background-position: top; */
    background-image: url(../img/footer.webp);
    padding: 20px 0 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  
  
  
  
  footer h1{
    padding: 30px 0 0 0;
    margin: auto;
    width: 300px;
    line-height: 30px;
    font-family: "Reem Kufi Fun", sans-serif;
  
  }
  footer h1 span{
    letter-spacing:0.2rem;
    font-size: 10px;
      font-family: 'Arvo', serif;
      font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  
  
  
  
  
  .f-form {
    margin: 30px auto 0;
    border-top: 1px solid #fff;
    padding: 40px;
    width: fit-content;
    text-align: center;
    line-height: 30px;
  }
  
  .f-form font{
  font-size: 15px;
  }
  .f-form text{
    font-size: 13px;
  }
  
  
  footer ul{
    width: 400px;
    text-align: center;
    margin: 0 auto 50px;
    font-family: "Ysabeau Infant", sans-serif;
  }
  
  footer ul li{
    font-weight: bold;
    margin: 0 10px;
  }
  
  footer .copyright{
    font-size: 10px;
    text-align: center;
  }
  
  
  
  @media (max-width: 768px)  {  
  
  
  footer{
    font-family: 'Arvo', serif;
    position:relative;
    background-color: rgb(41, 41, 203);
    color: #fff;
    /* opacity: 60%; */
    width: 100%;
    height: auto;
    background-position:center;
    background-size: cover;
    text-align: center;
    background-size: cover;
    /* background-position: top; */
    /* background-image: url(../img/footer.jpg); */
    padding: 20px 0 10px;
  }
  
  
  
  
  
  footer h1{
    padding: 30px 0 0 0;
    margin: auto;
    max-width: 90%;
    width: 300px;
    line-height: 30px;
  }
  
  
  
  
  
  
  .f-form {
    margin: 20px auto 0;
    padding: 40px 0;
    width: 90%;
  }
  
  
  
  
  footer ul{
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  
  footer ul li{
    margin: 20px auto;
  }
  
  footer .copyright{
    font-size: 10px;
    text-align: center;
  }
  
  
  
  }
  @media (max-width: 600px)  { }
  @media (max-width: 420px)  {  }
  
  
  
  
  
  
  