@charset "utf-8";

.hidamari-review {
  display: block;
  text-align: center;
  margin-top: 120px;
}

.contact-view {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.mailcontact-view {
  width: 750px;
  height: 1050px;
  border: 2px rgb(149, 97, 52) solid;
}

.inquiry-view {
  color: rgb(149, 97, 52);
}

.inquiry-oneline {
  height: 40px;
  font-size:large;
}

.inquiry-twoline {
  height: 80px;
  font-size:large;
}

.inquiry-multiline {
  height: 200px;
  font-size:large;
}

p.btn input {
	width: 130px;
	height: 40px;
  font-size: large;
}

form div {
	padding:12px;
	border-bottom: 1px dashed #bec2c7;
}
select {
	width: 350px;
  height: 50px;
  border: 1px #bec2c7 solid;
}
input[type="text"] {
	width: 350px;
  height: 50px;
  border: 1px #bec2c7 solid;
}
textarea {
	width: 350px;
  height: 50px;
  border: 1px #bec2c7 solid;
}
input[type="submit"] {
	margin: 20px 0;
	width: 350px;
  height: 50px;
  border: 1px #bec2c7 solid;
}

@media (max-width: 1000px) {
  .hidamari-review {
    display: block;
    text-align: center;
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  .mailcontact-view {
    width: 400px;
    height: 1050px;
    border: 2px rgb(149, 97, 52) solid;
  }  
}