@media screen and (max-width: 768px) {
  #contactConts {
    padding-top: 90px;
  }
}

.header__flex-right--link {
  line-height: 33px;
}

@media screen and (max-width: 1001px) {
  .header__flex-left {
    width: 50%;
  }
}

label {
  margin-right: 20px;
}

.wrap {
  padding-top: 0;
}

.subpage #wrap:lang(ja) {
  padding-top: 0;
}

.main {
  background: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.8)
    ),
    url("../img/bk.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.HL2 {
  color: #fff;
  border-left: 5px solid darkgoldenrod;
  border-bottom: 1px solid darkgoldenrod;
  font-family: "Cactus Classical Serif", serif;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 4px 6px;
}

.info {
  color: #fff;
  font-size: 1em;
  margin-bottom: 20px;
}

.info a {
  color: darkgoldenrod;
  text-decoration: underline;
}

.contactTbl {
  /* 影をつける */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.contactTbl th {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.required {
  background: darkgoldenrod;
}

.contactTbl tr:first-child th {
  border-top: 1px solid #000;
}

.contactTbl tr:last-child th {
  border-bottom: 1px solid #000;
}

.contactTbl th {
  background: #584b43;
  background: linear-gradient(90deg, #33312e 0%, #584b43 100%);
  color: #fff;
  /* font-family: "Cactus Classical Serif", serif; */
  font-weight: 400;
  font-style: normal;
}

.contactTbl td {
  background: rgba(247, 245, 239, 0.8);
}

input,
textarea {
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #584b43;
}

.privacyCont {
  background: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2)
  );
  color: #fff;
}

#formCont input.dtlBtn {
  background: #33312e;
  color: #fff;
  border: 1px solid goldenrod;
}

#formCont input.dtlBtn:hover {
  background: goldenrod;
  transition: all 0.3s;
  border: 1px solid #33312e;
  border-radius: 10px;
}
