/*
input,textarea {
    -webkit-appearance: none;
  }*/
.head-box {
  overflow-y: hidden;
  padding-bottom: 5%;
}

.co-box0 {
  margin-top: 5%;
  margin-bottom: 5%;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.co-img1 {
  width: 60%;
  margin-bottom: 5%;
}

.co-img2 {
  width: 80%;
  margin-bottom: 5%;
}

button {
  width: 80%;
}

#form {
  font-family: "MS PGothic", sans-serif;
  color: white;
  width: 80%;
  padding: 3%;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  background: linear-gradient(to right, #f9744c, #fcbf5d);
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.599);
  -webkit-animation: bggradient 10s ease infinite;
          animation: bggradient 10s ease infinite;
  margin-bottom: 15%;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.must {
  color: rgb(255, 255, 123);
}

hr {
  border: 0.5px solid white;
}

.co-box1 {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 3%;
  margin-top: 1%;
}
.co-box1 input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.co-left {
  flex: 35%;
}

.co-right {
  flex: 65%;
}

.flex-radio {
  margin-left: 45%;
}

input#name,
input#furigana {
  margin-left: 3%;
  margin-right: 3%;
  width: 30%;
}

input#e-mail {
  margin-right: 3%;
  width: 57%;
}

.co-box2 {
  padding-top: 2%;
  padding-bottom: 1%;
}

.co-box3 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.bottom {
  margin-bottom: 3%;
}

#message {
  margin-top: 2%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 170px;
}

.sb {
  margin-top: 4%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input {
  background-color: rgba(255, 202, 156, 0.427);
  border: solid 2px rgba(255, 202, 156, 0.427);
  border-radius: 3px;
  margin-left: 1%;
  font-size: 20px;
}

.co-img3 {
  -webkit-appearance: none;
  background-color: white;
  border: solid 2px rgba(255, 202, 156, 0.427);
  margin-left: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.5vw;
  color: #724B25;
  width: 20%;
}
.co-img3:hover {
  transform: scale(1.1, 1.1);
}

.co-img4 {
  background-color: white;
  border: solid 2px rgba(255, 202, 156, 0.427);
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 10px;
  font-weight: 600;
  color: black;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  color: #724B25;
  width: 50%;
}
.co-img4:hover {
  transform: scale(1.1, 1.1);
}

textarea {
  border-radius: 3px;
  background-color: rgba(255, 202, 156, 0.427);
  border: solid 2px rgba(255, 202, 156, 0.427);
  font-size: 20px;
}

.co-right {
  word-wrap: break-word;
}

.m0 {
  padding-top: 2%;
  padding-left: 27%;
}

span {
  width: 10%;
}

.cor {
  margin-right: 10%;
}

.sub-p {
  font-size: 24px;
  line-height: 50px;
  color: #724B25;
}

.plane {
  width: 30%;
  margin-left: 70%;
  margin-top: 2%;
}

.sub-b {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  background: linear-gradient(to right, #f9744c, #fcbf5d);
  margin-bottom: 10%;
  width: 20%;
  padding: 1%;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.36);
}
.sub-b:hover {
  transform: scale(1.1, 1.1);
}

.bb {
  text-align: center;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5vw;
}

.b-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.sb {
  flex: 50%;
}

.contact-c {
  display: none !important;
}

.info {
  font-size: 30px;
  margin-bottom: 3%;
}

.phone-contact {
  display: none !important;
}

@media (max-width: 1500px) {
  .co-img1 {
    margin-top: 50px;
    width: 100%;
  }
  .co-img2 {
    width: 100%;
  }
  #form {
    margin-top: 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    font-size: 17px;
  }
  .label {
    font-size: 18px;
  }
  input {
    font-size: 15px;
  }
  .ra {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .co-right {
    padding-right: 3%;
    word-wrap: break-word;
  }
}
@media (max-width: 1200px) {
  .co-img1 {
    margin-top: 50px;
    width: 100%;
  }
  .co-img2 {
    width: 100%;
  }
  #form {
    margin-top: 5%;
    margin-left: -3%;
    width: 100%;
    font-size: 13px;
  }
  .co-box1 {
    display: block;
  }
  .co-right {
    margin-left: 7%;
  }
  input#e-mail {
    width: 72%;
  }
  .label {
    font-size: 15px;
  }
  input {
    margin-top: 2%;
    width: 32%;
    font-size: 15px;
  }
  .ra {
    width: auto;
  }
  .cor {
    margin-left: 20%;
  }
  .m0 {
    padding-left: 0%;
  }
  .sub-p {
    font-size: 15px;
    line-height: 30px;
  }
  .flex-radio {
    margin-left: 15%;
  }
}
@media (max-width: 500px) {
  input#e-mail {
    width: 79%;
  }
  .co-img3 {
    font-size: 15px;
  }
  .co-submit {
    font-size: 15px;
  }
  .co-back {
    font-size: 13px;
  }
  .sub-b {
    width: 27%;
  }
  .bb {
    font-size: 16px;
  }
}/*# sourceMappingURL=contact.css.map */