@charset "UTF-8";
#contact {
  width: 100%;
  padding: 12px 0px 6%;
  background-color: #fff;
}

#contact #contact-form {
  padding-top: 30px;
}

#contact h4 {
  width: 96%;
  margin: 0 auto 10px;
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #contact h4 {
    font-size: 1.3m;
  }
}

#contact .summary {
  width: 96%;
  margin: 0 auto 20px;
}

#contact .mw_wp_form_confirm .required {
  background-image: none !important;
}

#contact .mw_wp_form_confirm .content_text {
  display: none !important;
}

#contact .mw_wp_form_confirm .privacy_text {
  display: none !important;
}

#contact .room_info, #contact .shop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #ccc;
}

#contact .room_info h4, #contact .shop_info h4 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  border-left: solid 5px #000000;
}

#contact .room_info p, #contact .shop_info p {
  position: relative;
  width: 100%;
  padding: 0 0 0 95px;
  font-size: 1em;
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  #contact .room_info p, #contact .shop_info p {
    width: auto;
    margin: 0 20px 0 0;
  }
}

#contact .room_info p:last-child, #contact .shop_info p:last-child {
  margin: 0;
}

#contact .room_info p span, #contact .shop_info p span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 85px;
  margin: 0 10px 0 0;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  background-color: #000000;
}

#contact .contact_form {
  display: table;
  width: 100%;
  height: 100%;
  border: none;
  border-collapse: collapse;
}

#contact .contact_form tbody tr {
  border-bottom: 1px solid #dddddd;
}

#contact .contact_form tbody tr .contact_form_heading {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  #contact .contact_form tbody tr .contact_form_heading {
    display: table-cell;
    width: 30%;
  }
}

#contact .contact_form tbody tr .contact_form_heading.required {
  background-image: url(../images/common/icon_hissu.png);
  background-repeat: no-repeat;
  background-position: top 10px right 20px;
  background-size: 35px auto;
}

#contact .contact_form tbody tr .contact_form_heading small {
  font-size: .85em;
}

#contact .contact_form tbody tr .contact_form_input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.5;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #contact .contact_form tbody tr .contact_form_input {
    display: table-cell;
    width: 70%;
  }
}

#contact .contact_form tbody tr .contact_form_input .error {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  color: #d41e00;
  font-weight: bold;
}

#contact .contact_form tbody tr .contact_form_input input {
  margin: 0;
  vertical-align: middle;
}

#contact .contact_form tbody tr .contact_form_input input[type="email"], #contact .contact_form tbody tr .contact_form_input input[type="tel"], #contact .contact_form tbody tr .contact_form_input input[type="text"] {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  #contact .contact_form tbody tr .contact_form_input input[type="email"], #contact .contact_form tbody tr .contact_form_input input[type="tel"], #contact .contact_form tbody tr .contact_form_input input[type="text"] {
    width: 70%;
  }
}

#contact .contact_form tbody tr .contact_form_input textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: .85em;
  font-family: 'MS Shell Dlg 2';
}

#contact .contact_form tbody tr .contact_form_input .address_postcode {
  position: relative;
  width: 150px;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
}

#contact .contact_form tbody tr .contact_form_input .address_postcode:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '〒';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contact .contact_form tbody tr .contact_form_input .privacy_text {
  margin: 0 0 20px 0;
}

#contact .contact_form tbody tr .contact_form_input .privacy_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contact_form tbody tr .contact_form_input .privacy_select span {
  vertical-align: middle;
}

#contact .contact_form tbody tr .contact_form_input .privacy_select span label {
  margin: 0 0 0 10px;
}

#contact .contact_form_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 0;
}

#contact .contact_form_submit .back {
  display: block;
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #333333;
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: transparent;
  cursor: pointer;
}

#contact .contact_form_submit .submit {
  width: 48%;
  padding: 12px 0;
  text-align: center;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #aaaaaa;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, #FBFBFB 0%, #E0E0E0);
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#E0E0E0));
  cursor: pointer;
}
/*# sourceMappingURL=contact.css.map */