/*+++++++++++++++++++++++++++++++++++++++++
　共通
*+++++++++++++++++++++++++++++++++++++++++*/
.page--inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: calc(950px + 30px);
}

.page--head {
  padding-top: 40px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 834px) {
  .page--head {
    margin-bottom: 40px;
    font-size: 20px;
  }

}

.error {
  color: red;
  font-size: 16px;
  margin-top: 5px;
}
.form-text img {
  width: 20px;
  height: auto;
}
.form-text a {
    text-decoration: underline;
}

.language-menu {
  padding-left: 0;
}

.title-kimono-count {
    margin: 30px auto 0;
    text-align: left;
    font-size: 20px;
    color: #5B5A51;
}

#reserve {
  padding-top: 110px;
  margin-top: -30px;
  margin-bottom: 148px;
}
.reserve--table {
  margin: 30px auto 0;
  padding: 0 15px;
  max-width: calc(950px + 30px);
}
.reserve--table table {
  width: 100%;
  border-collapse: collapse;
}
.reserve--table th {
  padding: 10px;
  padding-left: 50px;
  border-top: 4px double #DADCDC;
  border-bottom: 4px double #DADCDC;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.reserve--table td {
  padding: 30px 10px;
  font-size: 16px;
}
.reserve--table tbody tr:nth-of-type(n+2) {
  border-top: 1px solid #DADCDC;
}

.btn--reserve {
  margin-top: 100px;
}
.btn--reserve--link {
    width: 100%;
    padding: 17px 38px;
    display: grid;
    place-items: center;
    background: linear-gradient(to bottom, #B4D6C6, #5DB78D);
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn--reserve--link span {
    padding-left: 40px;
    width: fit-content;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    position: relative;
}
