@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2022/02/25
Author: a-motoki
*/
.logo {
  text-align: center;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}

footer {
    background: #000000;
}

.logo-img {
  width: 280px;
}
@media only screen and (max-width: 750px){
  .logo{
    padding: 4vw 0;
  }
  .logo-img {
    width: 70%;
  }
}

main h2 {
    border-top: 4px solid #b8b8b8;
    border-bottom: 4px solid #b8b8b8;
    border-left: none;
}
main h1 {
  @media only screen and (max-width: 750px)
    border-bottom: 4px solid #b8b8b8;
}

main {
  background-image: URL("https://delicious-foodies.com/wp-content/themes/kiji_renew/images/glayBuckGround_01.jpg");
  background-repeat: repeat;
  margin-top: 0;
}
.inner {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 28%);
}
