@charset "UTF-8";
.cnt_title--contact h2::before {
    content: "Contact";
    color: #af9a61;
    margin-bottom: .3em;
}
.contents--contactform table {
  width: 100%;
}
.contents--contactform table tr {
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.contents--contactform table tr th {
  width: 28%;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  vertical-align: middle;
  padding: 20px 0 15px;
}
.contents--contactform table tr th.v_top {
  vertical-align: top !important;
}
.contents--contactform table tr th span {
  color: #e30000;
  font-size: 12px;
}
.contents--contactform table tr td {
  width: 100%;
  padding-top: 20px;
}
.contents--contactform table tr td input {
  width: 100%;
  background: none;
  border: none;
  background: #f4f3f3;
  margin-top: -5px;
  padding: 10px;
  font-size: 16px;
  color: #4d4d4d;
  box-sizing: border-box;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.contents--contactform table tr td input.contents--contactform_input01,.contents--contactform table tr td input.contents--contactform_input02 {
  width: 27%;
}
.contents--contactform table tr td input.number {
  width: 20%;
  border-radius: 10px;
}
.contents--contactform table tr td input.number2 {
  width: 8%;
  padding: 4px 10px;
}
.contents--contactform table tr td .horizontal-item input {
  width: 20px;
  margin: 2px 0;
}
.contents--contactform table tr td select {
  font-size: 16px;
  width: 60%;
  color: #4d4d4d;
  border: none;
  background: #f4f3f3;
  height: 40px;
  border-radius: 50px;
  margin-top: -5px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
  appearance: none;	/* 標準のスタイルを無効にする */ 
  background-image: url(../img/icon_select.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
::-ms-expand {	/* select要素のデザインを無効にする（IE用） */
  display: none;
}
.contents--contactform table tr td select.foodmenu,.contents--contactform table tr td select.map {
  width: 40%;
}
.contents--contactform table tr td textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  height: 238px;
  box-sizing: border-box;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  border: none;
  background: #f4f3f3;
}
.contents--contactform table tr td span.red {
  color: #e30000;
  font-size: 16px;
}
.contents--contactform .centering {
  margin-top: 50px;
  text-align: center;
}
/* iOSでのデフォルトスタイルをリセット */
.contents--contactform input[type="submit"],
.contents--contactform input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.contents--contactform input[type="submit"]::-webkit-search-decoration,
.contents--contactform input[type="button"]::-webkit-search-decoration {
  display: none;
}
.contents--contactform input[type="submit"]::focus,
.contents--contactform input[type="button"]::focus {
  outline-offset: -2px;
}
.contents--contactform .centering .posi {
  width: 294px;
  height: 72px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #c6b386;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 10px 10px;
  transition: 0.3s;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.contents--contactform .centering .nega {
  width: 294px;
  height: 72px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #c6b386;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 10px 10px;
  transition: 0.3s;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.mw_wp_form_confirm .nega{
  display: none !important;
}
.contents--contactform .centering .contact_back {
  width: 294px;
  height: 72px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #c6b386;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 10px 10px;
  transition: 0.3s;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
.mw_wp_form_complete .btn {
  display: block;
  width: 310px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mw_wp_form_complete .btn a {
  width: 294px;
  height: auto;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #c6b386;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin: 10px auto;
  transition: 0.3s;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
}
@media screen and (max-width: 767px){
.contents--contactform table tr th {
  font-size: 16px;
  display: block;
  width: 100%;
}
.contents--contactform table tr td {
  display: block;
  padding-top: 0;
}
}