@charset "UTF-8";

.flash-message {
  position: absolute;
  top: 0;
  background-color: #1d2946;
  color: #fff;
  height: 100%;
  width: 100%;
  display: grid;
  text-align: center;
  align-items: center;
  padding: 0% 5%;
  box-sizing: border-box;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.flash-message.show {
  opacity: 1;
}

* {
  font-family: "Noto Serif JP", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", "Arial", sans-serif;
}

body {
  margin: 0%;
  background-image: url("https://web-img.rensa.jp.net/images/capo/ogushi-noriko.net-new/guest/top/bg.jpg");
}

img {
  width: 100%;
}

.credit {
  width: 90%;
  margin: 0% auto;
  padding-top: 3rem;
}

.credit__title {
  text-align: center;
  font-size: 150%;
  color: #57331A;
  border-bottom: 2px solid #57331A;
}

.credit__text {
  text-align: center;
  font-weight: bold;
  font-size: 85%;
}

.credit__text.\--new-password {
  font-size: 90%;
}

.credit__form {
  width: 82%;
  margin: 0% auto;
  text-align: center;
  font-weight: bold;
}

.credit__form__label {
  text-align: left;
  margin: 3% auto;
  white-space: nowrap;
}

.credit__form__label__text {
  font-size: 90%;
  text-align: left;
}

.credit__form__input {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 100%;
  height: 2rem;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
}

.credit__form__input.\--password {
  font-size: 120%;
}

.credit__form__btn {
  font-size: 120%;
  margin-top: 5%;
  padding: 2% 10%;
  background-color: #572e12;
  color: #fff;
  border-radius: 4px;
  border: none;
}

.credit__form__error-message {
  line-height: 0rem;
  opacity: 0;
  font-size: 85%;
  color: red;
  transition: all 0.5s ease-in-out;
}

.credit__form__error-message.show {
  line-height: 1rem;
  opacity: 1;
  margin-top: 2%;
}

.credit__mail-fin__text {
  font-weight: bold;
}

.credit span {
  display: block;
  text-align: center;
}

.credit__back-btn {
  color: #57331A;
  font-size: 100%;
  font-weight: bold;
}

.navigation {
  height: 3rem;
  position: fixed;
  z-index: 10001;
}

.navigation__head {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.navigation__head__button {
  border: none;
  background: none;
  padding: 0;
}

.navigation__head__icon {
  width: 35%;
  position: absolute;
  top: 0;
}

