@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: Dot One Snow Monkey Child
 * dot1.tvで使用中
 */
.header-cont-wrap {
  display: flex; }
  .header-cont-wrap .header-tel-wrap {
    padding-right: 0.6em; }
    .header-cont-wrap .header-tel-wrap span {
      text-align: right;
      display: block; }
    .header-cont-wrap .header-tel-wrap .header-hour {
      font-size: 11px; }
    .header-cont-wrap .header-tel-wrap .header-tel {
      font-size: 18px; }
      .header-cont-wrap .header-tel-wrap .header-tel strong {
        margin-left: 0.6em; }
  .header-cont-wrap .header-cta:nth-of-type(n+2) {
    margin-left: 0.6em; }
  .header-cont-wrap .header-cart {
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 13px; }
    .header-cont-wrap .header-cart a {
      text-decoration: none; }
    .header-cont-wrap .header-cart a:hover, .header-cont-wrap .header-cart a:focus, .header-cont-wrap .header-cart a:active {
      filter: brightness(90%);
      webkit-filter: brightness(90%); }

/*-------------------------------------------*/
/* contactform7 お問い合わせフォームの設定
classをdt1_contentにする必要がある
/*-------------------------------------------*/
.wpcf7 {
  max-width: 100%; }

.dt1_contact .wpcf7-form input[type="submit"] {
  background: #97c71f; }

.dt1_contact div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4; }

.dt1_contact .wpcf7-form p {
  padding: 1rem 0; }
.dt1_contact .submit_btn_wrap {
  font-size: 22px;
  　font-weight: 600; }
.dt1_contact dl {
  font-size: 18px; }
  .dt1_contact dl dt {
    height: 2rem;
    margin-bottom: 0.6rem; }
  .dt1_contact dl dt::after {
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 0.1em 0.4em;
    margin-left: 1.2rem; }
  .dt1_contact dl dt.need::after {
    content: "必須";
    background-color: #cf2e2e; }
  .dt1_contact dl dt.any::after {
    content: "任意";
    background-color: #5EAC38; }
  .dt1_contact dl dd {
    margin-bottom: 1rem; }
