@charset "utf-8";


body {
    font-family: 'M PLUS 1p', sans-serif;
    margin: 0px;  
    color: #140601;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 175px;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }
  }



.header__inner {
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
}



.header__title {
    width: 110px;
}

.header__title img {
    display: block;
    margin-top: -10px;
    margin-left: 10px;
    width: 100%;
    height: 100%;
} 


#main {
    background-image: url(image/haikei.png);
    margin-top: -15px;
    background-size: 375px;
    height: 417px;
}

h2 {
    font-size: 14px;
    margin-left: 240px;
    margin-top: -35px;
}

h3 {
    margin-top: -10px;
    margin-left: 266px;

}

#setumei1 {
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #44180A;
}

#kouka {
    margin-top: 70px;
    text-align: center;
}

#line3 {
    text-align: center;
    margin-top: -10px;
}

#kouka2 {
    text-align: left;
    margin-left: 95px;
    font-size: 15px;
}




#seibun {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 90px;
}

#seibun2 {
    margin-top: -381px;
    margin-left: 230px;
}


h4 {
    margin-top: -35px;
    text-align: center;
    font-size: 16px;
}


#line2 {
    margin-top: 90px;
    text-align: center;
}

#curry {
    background-image: url(image/resipihaikei.png);
    height: 243px;
    background-size: 380px;
    background-position: center center;
    text-align: center;
    margin-top: -20px;
    
}

.curry {
    margin-top: 70px;
    margin-left: 7px;
   text-align: center;
}


h5 {
    margin-top: 38px;
    font-size: 18px;
}

h6 {
    margin-top: -20px;
    font-size: 15px;
    color: #FF3F3F;
}

.kotira {
    margin-top: -17px;
    text-align: center;
}

#resikoti a {
    text-decoration: none;
}

#resikoti2 a {
    text-decoration: none;
}


#resikoti3 a {
    text-decoration: none;
}


#resikoti {
    color: #44180A;
    text-align: center;
    margin-top: 110px;
}

#soup {
    background-image: url(image/resipihaikei.png);
    height: 243px;
    background-size: 380px;
    text-align: center;
    margin-top: -163px;
}

.soup {
    margin-top: 250px;
}

#title2 {
    margin-top: 38px;
    font-size: 18px;
    text-align: center;

}

.kotira2 {
    margin-top: 140px;
}

#souptitle {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}

#time {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #FF3F3F;
}

#resikoti2 {
    color: #44180A;
    text-align: center;
    margin-top: 35px;
}


.purin {
    margin-top: 100px;
    text-align: center;
}

#purin {
    background-image: url(image/resipihaikei.png);
    height: 243px;
    background-size: 380px;
    text-align: center;
    margin-top: 50px;
}

#purintitle {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

#time2 {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    color: #FF3F3F;
}


.kotira3 {
    margin-top: 125px;
}

#resikoti3 {
    color: #44180A;
    text-align: center;
    margin-top: 35px;
}

#eiyou {
    text-align: center;
    margin-top: 130px;
}

#line {
    margin-top: -8px;
    text-align: center;
}


#tatedaizu {
    margin-top: -1000px;
}

#zehi {
    text-align: center;
    margin-top: 30px;
}

.ho-muhaikei {
    margin-top: 60px;
}

#saigo {
    margin-top: -335px;
    text-align: center;
}

#ho-mu {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 2;
}

a:link {color: #44180A;} 
a:visited { color:orange; }

#ho-mu a {
    text-decoration: none;
}

