/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(../images/sub-key-store.jpg);
  min-height: 92px;
}
.child_key_v .copy_area h2 {
  margin-bottom: 0;
}
.child_key_v .copy_area {
  padding: 42px 0 28px;
}

/* --------------------------------
* Main Contents
* -------------------------------- */
.list_btn_single_store_info {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.list_btn_single_store_info .btn_normal {
  text-align: center;
}
.list_btn_store_info {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
}
.btn_green_store {
  background-image: unset !important;
  background-color: #008e4c;
  margin: unset !important;
  padding: 15px 0;
}
.btn_red_store {
  background-image: unset !important;
  background-color: #e72d44;
  margin: unset !important;
  cursor: pointer;
  padding: 15px 0;
}
.row_contact_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 20px;
}
.row_contact_form_section {
  background-color: #ffffff;
  padding: 15px 9px;
}
.row_contact_form_section p {
  margin-bottom: 10px !important;
}
.row_contact_form_section .form_comment {
  display: block !important;
  width: 100% !important;
}
.contact_form_label {
  color: #000;
  width: 150px;
}
.row_contact_form_radio {
  display: flex;
  justify-content: space-between;
  word-break: keep-all;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.row_contact_form_radio input {
  height: 25px !important;
  width: 25px !important;
}
.row_contact_form_radio p {
  width: 100%;
  margin-bottom: 0 !important;
}
.row_contact_form_radio .mwform-radio-field label {
  display: flex !important;
}
.row_contact_form_radio .mwform-radio-field {
  margin-left: 0px !important;
  display: flex;
  width: 100%;
}
.select_date_time {
  display: flex;
  gap: 10px;
  width: 100%;
}
.select_date_time select {
  height: 40px;
  width: 100%;
}
.select_date_time_note {
  text-align: left;
  font-size: 12px;
}
.row_contact_form_radio .mwform-radio-field-text {
  width: 100%;
  word-break: break-all;
}
.row_contact_form p {
  margin-bottom: 0 !important;
  width: 100%;
}
.row_contact_form input {
  margin-bottom: 0 !important;
}
#box {
  overflow-y: scroll !important;
  max-width: 700px !important;
  top: 100px !important;
  padding: 20px 48px !important;
  max-height: calc(100vh - 115px) !important;
}
#box button[type="button"] {
  margin-top: 0 !important;
  float: unset;
  margin: auto;
}
.gglcptch_recaptcha div {
  margin: 0 auto !important;
}
#box input {
  border: none;
  border: solid 1px #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  max-width: 100%;
}
#box textarea {
  border: none;
  border: solid 1px #dcdcdc;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  font-size: 1.6rem;
  max-width: 100%;
}
/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 768px) {
.list_btn_single_store_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
  .frame_box .btn_green {
    max-width: 320px;
  }

  .list_meta li .text {
    max-width: 100%;
  }
  .child_key_v {
    height: 126px;
  }
  .child_key_v .copy_area {
    padding: 42px 0 46px;
  }
  .key_v .btn_lang,
  .child_key_v .btn_lang {
    bottom: -50px;
  }
  #box {
    margin: auto;
    top: 80px !important;
    padding: 10px 5px !important;
    overflow: scroll;
    height: calc(100vh - 80px);
  }
  .select-hour {
    width: 80px !important;
  }
}
