@charset "utf-8";

body {

  background-image: url(../images/haikei.jpg);
  background-repeat: repeat;
}

h1 {
  font-size: 35px;
}
h2 {
  background-image: url(../images/haikei.jpg);
  text-align: center;
  font-size: 40px;
  padding: 20px 20px 10px 20px;
  border-bottom: 3px solid rgb(105, 48, 7);
  width: 80%;
  margin: 0 auto;
}

div.img {
  padding: 20px;
  flex-basis: 30%;
  /* border: 3px solid #f00; */
}

.img img {
  width: 20vw;
  position: relative;
  left: 15px;
  top: 5px;
  margin-bottom: 20px;
}

.contener:nth-of-type(1) {

  background-image: url(../images/moyou4.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.menuname {
  padding: -20px;
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;


}

.pasta {
  background-image: url(../images/moyou5.png);
  background-repeat: no-repeat;
  background-position: right bottom;

}

.zensai {
  background-image: url(../images/moyou6.png);
  background-repeat: no-repeat;
  background-position: center left;

}

.sub {
  font-size: 25px;
}

.main {
  background-image: url(../images/moyou3.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}

li {
  padding: 10px;
  line-height: 1.6em;
  font-weight: bold;
}

.contener {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.menuname:last-of-type {
  display: flex;
  align-items: center;
}

.desert {
  background-image: url(../images/moyou.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

@media screen and (max-width:680px) {
  .menuimg {
    width: 30vh;
  }
  .sub {
    font-size: 16px;
  }

  .img img {
    width: 80%;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 30vh;
  }
.menuname {
  display: block;
}
  .contener {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }

  .navcontener {
    width: 100%;
  }

  footer li {
    font-size: 10px;
  }

  .useradress {
    width: 80%;
  }

}
