@charset "UTF-8";

/* 問い合わせフォーム */
#formWrap {
	width:100%;
  max-width: 1100px;
  display: block;
	margin:0 auto;
  margin-top: 36px;
  background-color: white;
}
#formWrap p {
  font-size: 14px;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #371515;
}
#formWrap h3 {
  font-size: 14px;
  text-align: center;
}
.formTable {
  width: 90%;
  margin: 0 auto;
}
table.formTable td {
	width: auto;
	display: block;
  margin: 0 auto;
  font-size: 20px;
  padding-left: 6px;
  padding: 10px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
table.formTable th {
  display: block;
	border-bottom:0;
  color: #fff;
  font-size: 22px;
  background-color: #6D5656;
  padding: 10px 0;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
input[type="text"] {
	width: 100%;
	padding: 20px;
	font-size: 24px;
	display: block;
  border: solid 1px #1c1c1c;
}
textarea {
	width: 100%;
	padding: 20px;
	font-size: 24px;
	display: block;
  border: solid 1px #1c1c1c;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
  margin: 0 auto;
	width: 90%;
	height: 35px;
  background-color: #fff;
  color: #1c1c1c;
  border: solid 1px #1c1c1c;
}
.date_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="date"],input[type="time"] {
  width: 40%;
  height: 50px;
  font-size: 20px;
  border: solid 1px #1c1c1c;
  background-color: #fff;
}
table{
  width: 85%;
  margin: 0 auto;
  margin-top: 6px;
  border-collapse: collapse;
  border: solid 1px #1c1c1c;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

table tr{
  border-bottom: solid 1px #1c1c1c;
}

table tr:last-child{
  border-bottom: none;
}
form p {
  transform: translateY();
}
input[type="submit"],input[type="reset"] {
  font-size: 24px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  height: 50px;
}

/* contact_tit */
.contact_img {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.contact_img img {
  width: 100%;
}
.contact_tit h1 {
  margin-top: 30px;
  text-align: center;
  font-size: 34px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 2;
}
