@charset "utf-8";
.head-ttl-wrap{
  text-align: center;
  background-color: transparent;
}
.head-ttl{
  color: #754c24;
  line-height: 1.2;
}
.head-ttl-sub{
  font-size: 1.6rem;
  margin-top: 4px;
}
.head-subttl{
  margin-bottom: 3rem;
}
.head-subttl span{
  font-size: 0.875rem;
  min-width: 101px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 10px;
  background: #754c24;
}
.bg-yellow {
  padding: 15px 15px;
  background-color: #fbf9ed;
}
@media all and (min-width: 576px) {
  .bg-yellow {
    padding: 15px 30px;
  }
}

/* お問い合わせフォーム用 */
.mw_wp_form_input .confirm-message {
  display: none;
}
.mw_wp_form_confirm .input-message, .mw_wp_form_confirm .bottom-message {
  display: none;
}
.form-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 1.25rem 0;
  border-top: 1px solid #dedede;
}
.form-items:last-of-type {
  border-bottom: 1px solid #dedede;
}
.form-items dt, .form-items dd {
  width: 100%;
}
.form-items dt {
  position: relative;
  padding-left: 37px;
  padding-bottom: 10px;
}
.form-items dd {
  margin-bottom: 0;
}
.form-items input[type="text"], .form-items textarea {
  max-width: 100%;
  padding: 3px 8px;
}
.form-items textarea {
  width: 100%;
}
.form-items select {
  padding: 5px 8px;
}
.mw_wp_form .form-items .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .form-items .horizontal-item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 5px;
  display: inline-block;
}
.label-contact {
  font-size: 10px;
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  position: absolute;
  top: 1px;
  left: 0;
}
.label-essential {
  background: #d14e53;
}
.label-optional {
  background: #888;
}
.mw_wp_form_confirm .postal-search {
  display: none;
}
.please-comment {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.act-btn-wrap {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conf-send-btn {
  color: #FFFFFF;
  background: #444;
  display: inline-block;
  text-align: center;
  width: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 25px;
  font-size: 1.06rem;
  max-width: 100%;
  min-width: 100px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  position: relative;
  transition: .3s;
}
.conf-send-btn:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.back-btn {
  color: #727171;
  background-color: #cecece;
  border: none;
  height: 35px;
  width: 135px;
  max-width: 48%;
  margin-right: 10px;
  border-radius: 5px;
  transition: .3s;
}
.back-btn:hover {
  opacity: .7;
}
.mw_wp_form .error {
  margin-top: 3px;
}
.zip-wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-postal-code {
  order: 0;
}
.postal-search {
  color: #0070C5;
  border: none;
  background: transparent;
  padding: 5px 10px;
  order: 1;
}
.zip-wrap .error {
  order: 2;
  display: block;
  width: 100%;
}
.mwform-checkbox-field:hover label, .mwform-radio-field:hover label,
.mwform-checkbox-field:hover input, .mwform-radio-field:hover input {
  cursor: pointer;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
  .label-contact {
    top: 2px;
  }
}
@media all and (min-width: 992px) {
  .form-items dt {
    width: 200px;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .form-items dd {
    width : -webkit-calc(100% - 200px);
    width : calc(100% - 200px);
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
