.kv {
  background-image: url(../../images/gallery/kv_1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../../images/gallery/kv_2.png);
  }
}

#intro {
  padding: 0 25px;
  margin: 0 0 50px 0;
}
#intro h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #intro h3 {
    font-size: 24px;
    text-align: left;
  }
}
#intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro p {
    font-size: 14px;
    text-align: left;
  }
}

#list {
  width: min(1255px, 100%);
  padding: 0 25px;
  margin: 0 auto 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 85px;
       column-gap: 85px;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  #list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 55px;
  }
}
#list h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  color: #0E285E;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #list h4 {
    text-align: center;
  }
}
#list h4 span {
  font-family: "Arsenal", sans-serif;
}
#list figure {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #list figure {
    flex-direction: column-reverse;
  }
}
#list figure figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #list figure figcaption {
    font-size: 14px;
  }
}

#consultation {
  padding: 80px 25px;
  margin: 0 0 60px 0;
  background-color: #f1eee9;
}
@media screen and (max-width: 768px) {
  #consultation {
    padding: 60px 25px;
  }
}
#consultation article {
  width: min(1180px, 100%);
  margin: auto;
}
#consultation article #headline {
  margin: 0 0 40px 0;
}
#consultation article #headline span {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #0E285E;
}
#consultation article #headline h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #consultation article #headline h3 {
    font-size: 22px;
  }
}
#consultation article #question {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  #consultation article #question {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
#consultation article #question li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  width: 100%;
  padding: 10px;
  display: block;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #consultation article #question li span {
    font-size: 13px;
    letter-spacing: -0.1em;
    display: inline-block;
  }
}
#consultation article #icon {
  width: 80px;
  margin: 0 auto 35px auto;
}
#consultation article #plan {
  width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #consultation article #plan {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#consultation article #plan figcaption {
  font-weight: 700;
  color: #0E285E;
  line-height: 2;
}/*# sourceMappingURL=gallery.css.map */