@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/label/207.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}

.title p {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  margin-top: 15px;
}

.main h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}

.label {
  display: block;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.label p {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 20px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 30px;
}

.label ul {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 20px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 30px;
  padding-left: 1.5em;
}

.label li{
  list-style-type: disc;
  margin-bottom: 10px;
}

.label_image {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  align-items: flex-start;
}

.label img {
  height: 220px;
}

.detail {
  margin-top: 60px;
  margin-bottom: 60px;
}


@media (max-width: 800px) {

  .label_image {
    display: block;
    width: 500px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .label img {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }

}