@charset "UTF-8";
/* 共通カラー */
/* テンプレート共通カラー */
/* タグ */
/* ブレイクポイント */
/* メディアクエリ */
#contact {
  width: 100%;
  padding: 12px 0px 6%;
  background-color: #fff;
}
#contact .summary {
  margin: 0 auto 20px;
}
#contact .summary .hissu {
  width: 35px;
}
#contact .message {
  margin: 0 auto 20px;
}
#contact .message-hissu {
  display: flex;
  align-items: center;
}
#contact .message-hissu img {
  display: inline-block;
  margin: 0 10px;
}
#contact .message-hissu .hissu {
  width: 35px;
}
#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: flex;
  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: 760px) {
  #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: 1px solid #dddddd;
}
#contact .contact_form tbody tr .contact_form_heading {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 60px 10px 20px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  background-color: #eee;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 850px) {
  #contact .contact_form tbody tr .contact_form_heading {
    display: table-cell;
    width: 30%;
  }
}
#contact .contact_form tbody tr .contact_form_heading.required::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 15.16px;
  right: 20px;
  background-image: url(../img/common/icon_hissu.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .contact_form tbody tr .contact_form_heading small {
  font-size: 0.85em;
}
#contact .contact_form tbody tr .contact_form_input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.5;
  background-color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 850px) {
  #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;
  padding-left: 8px;
}
@media screen and (min-width: 850px) {
  #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: 0.85em;
  font-family: "MS Shell Dlg 2";
  padding-left: 8px;
}
#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: "〒";
  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_text strong {
  font-size: 1.4rem;
}
#contact .contact_form tbody tr .contact_form_input .privacy_text strong a {
  display: inline-block;
  padding: 0 6px;
  text-decoration: 1px underline #424242;
}
#contact .contact_form tbody tr .contact_form_input .privacy_select {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  align-items: center;
  flex-wrap: wrap;
  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;
  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.4rem;
  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 */