@charset "UTF-8";

#tel + section .inner_item_img a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #tel + section .inner_item_img a {
    pointer-events: auto;
  }
}

#title1 + section .heading.block_header_6 .h {
  width: 100%;
  background-color: var(--i_main_color);
  color: #fff !important;
}
#title1 + section .heading.block_header_6 p {
  color: var(--i_txt_color);
}

#title2 + section .heading.block_header_6 .h {
  color: var(--i_main_color) !important;
}
#title2 + section .heading.block_header_6 p {
  color: var(--i_txt_color);
}

/*修正*/
#title1 + section .heading.block_header_6 .h {
    width: auto;
    padding: 0 3rem;
}
#title2 + section .heading.block_header_6 .h {
    color: #e51e32 !important;
}
#title2 + section .heading.block_header_6 p {
    border-bottom: 1px solid #e51e32;
    line-height: 1;
}

[id*="post"]+section .heading.block_header_4 .h {
    font-weight: 600;
    color: #f57222;
    text-decoration: underline;
}

/*-----　備考追加
-------------------------*/

.widget_form form dl:nth-of-type(13) dd:after  {
  content: "※お電話をご希望の方はご連絡希望時間をご選択ください。";
  display: block;
  color: red;
  font-size: .9em;
  font-weight: bold;
}
