/* CSSの編集時はこちらのファイルから上書きしてください。 */
.Gnav__child {
  background-color: #faf6f1;
  box-shadow: 0 5px 7px -5px rgba(0,0,0,0.3);
}
.Gnav__childList {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.Gnav__childLink:not(:root) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.Gnav__childLink:not(:root)::before {
  content: "";
  display: block;
  opacity: 0.3;
  width: 0.4em;
  height: 0.6em;
  margin-top: 0.5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: -0.2em;
  border-left: 0.4em solid currentColor;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0px solid transparent;
  margin-right: 0.2em;
}

.Header__upper {
  gap: 10px;
}
.Header__donationButton {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #f7931e;
  color: white;
  display: inline-grid;
  place-items: center;
  min-block-size: 2.8em;
  padding-inline: 1em;
  border-radius: 7px;
  line-height: 1;
}
@media not all and (min-width: 992px) {
  .Header__upper {
    padding-left: 65px;
    translate: -65px 0;
  }
  .Header__donationButton {
    font-size: 15px;
    min-height: 3em;
    inline-size: 3em;
    padding-inline: 0.3em;
    place-items: center;
    text-align: center;
  }
}

/* CSSの編集時はこちらのファイルから上書きしてください。 */