@charset "utf-8";

section.mainimg {
  background-image: url(../images/haikei.jpg);
  background-repeat: repeat;
  height:auto;
}

/* ___________________________form____________________________________________ */


table {
  margin: 0 auto;
  /* border: 3px solid #00f; */
  line-height: 1.6;
  width: 60%;
  background-color: rgba(235, 231, 223, 0.7);
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  padding: 20px;

}

h2 {
  text-align: center;
  font-size: 40px;
 padding: 2vw;
}

td {
  border-bottom: 1px solid #000;
  padding: 10px;
}

tr {
  border-bottom: 1px solid #000;
}
tr:last-child,td:last-child {
  border: none;
}

th {
  
  padding: 10px;
  text-align: center;
}

iframe {
  width: 80%;
  height: 45vw;
  border-radius: 20px;
  padding: 20px;
}

.info {
  width: 80%;
  margin: 0 auto;
  
}
form {
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/takeout-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
  padding: 20px;
  
}
input {
  padding: 10px;
  background: rgba(245, 238, 225,0.6);
  border: 1px solid #000;
  text-align: left;
}


textarea {
  width: 200px;
  height: 200px;
  background: rgba(245, 238, 225,0.6);
  border: 1px solid #000;
  margin: 10px;
  text-align: left;
  padding: 20px;
}
.exc {
  
  font-size: 20px;
  color: #292823;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  margin: 20px;
  margin: 0 auto;
}