@charset "utf-8";

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

h1 {
  font-size: 35px;
}

main {
  width: 80%;
  margin: 0 auto;
  /* border: 1px solid #000; */
}

img {
  width: 25vw;
}

small {
  font-size: 20px;
}

.set {
  width: 30%;
}

.set h2 {
  font-size: 20px;
  margin-bottom: 30px;

}

.setcontener {
  display: flex;
  justify-content: space-between;
}

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-left: 30px;
  max-width: 100%;
  padding: 2vw;
}

#set h2 {
  font-size: 30px;
}

h3 {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 10px;
  padding-bottom: 30px;
  margin: 10px;
  font-size: 18px;
}

section {
  margin-bottom: 100px;
  padding: 20px;
  
}
.setcontener {
  background-image: url(../images/h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
p.settext {
  padding: 20px;
}

.sets a {
  font-size: 15px;
  background-color: #f5eee1;
  padding: 15px;
  border-radius: 20px;
}

.sets a:hover {
  background-color: #116616;
  color: #f2f2f2;
}

@media screen and (max-width:780px) {
  .setcontener {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #set h2 {
    font-size: 14px;
  }
  
  .gridimg {
    background-image: url(../images/h2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .setcontener {
    background-image:none;
  }
}
