.header_visual {
  width: 100%;
  height: 340px;
  background-image: url(../img/bookstore_kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header_visual .inner {
  max-width: 960px;
  margin: 0 auto;
  height: 340px;
}
.header_visual .inner h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #492815;
  padding-top: 150px;
}
.header_visual .inner h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #492815;
  margin: 10px 0 0 0;
}

#bookstore {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
}
#bookstore h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #0A0A0A;
  margin: 0 auto 60px;
  padding-bottom: 15px;
  text-align: center;
}
#bookstore p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #0A0A0A;
  margin: 0 auto 60px;
}
#bookstore ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto 80px;
}
#bookstore ul li {
  flex-basis: 320px;
  border: 2px solid #492815;
  border-radius: 15px;
  text-align: center;
}
#bookstore ul li h5 {
  background-color: #492815;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  border-radius: 12px 12px 0 0;
}
#bookstore ul li .bookstore_img {
  margin: 20px auto 0;
}
#bookstore ul li .bookstore_img img {
  max-height: 249px;
}
#bookstore ul li .bookstore_bnr {
  margin: 0 auto 20px;
}
#bookstore ul li .bookstore_bnr img {
  max-width: 180px;
  margin-bottom: -40px;
}

@media (max-width: 780px) {
  .header_visual {
    width: 100%;
    height: 70vw;
    background-image: url(../img/bookstore_kv-s.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 12vw;
  }
  .header_visual .inner {
    max-width: 90vw;
    margin: 0 auto;
    height: 70vw;
  }
  .header_visual .inner h1 {
    font-size: 4.8717948718vw;
    font-weight: 700;
    line-height: 1;
    color: #492815;
    padding-top: 30vw;
  }
  .header_visual .inner h6 {
    font-size: 2.8205128205vw;
    font-weight: 400;
    line-height: 1;
    color: #492815;
    margin: 1.5vw 0 0 0;
  }
  #bookstore {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 10vw 0;
    text-align: left;
  }
  #bookstore h6 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1.9;
    color: #0A0A0A;
    margin: 0 auto 10vw;
    padding-bottom: 0;
    text-align: left;
  }
  #bookstore ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto 0;
    width: 90vw;
  }
  #bookstore ul li {
    flex-basis: 90vw;
    border: 2px solid #492815;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 14vw;
  }
  #bookstore ul li h5 {
    background-color: #492815;
    color: #fff;
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 4vw 0;
    border-radius: 12px 12px 0 0;
  }
  #bookstore ul li .bookstore_img {
    margin: 3vw auto 0;
  }
  #bookstore ul li .bookstore_img img {
    max-height: 66vw;
  }
  #bookstore ul li .bookstore_bnr {
    margin: 0 auto 3vw;
  }
  #bookstore ul li .bookstore_bnr img {
    max-width: 50vw;
    margin-bottom: -10vw;
  }
}/*# sourceMappingURL=bookstore.css.map */