@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

body .dfont {
   font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.break-sm, .break-sm-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .break-sm {
    display: block;
  }
        .txet-left-sm {
    text-align: left !important;
  }
}

@media only screen and (min-width: 769px) {
  .break-sm-only {
    display: block;
  }
}

@media only screen and (min-width: 1240px) {
  .page-forfront #inner-content {
    width: 1000px;
  }
}

.page-forfront #inner-content .tl {
  max-width: 670px;
  margin: 1em auto;
}

.hensuu-card {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem 1rem;
  display: flex;
  margin-bottom: 1.5rem;
}

.hensuu-card .shtb2 {
        margin: 0;
}

.hensuu-card .shtb2 .sng-box {
        margin-bottom: 0;
}

#inner-content .hh29 {
  background: linear-gradient(to right, #be1b2e, #d83f2f);
}

#inner-content .hh11 {
        background: #d83f2f;
        color: #fff;
}
#inner-content .hh11:after {
        border-top: 15px solid #d83f2f;
}

/* お問い合わせフォーム */
div.wpcf7 {
  background:#fafafa;
  border:1px solid #ddd;
  padding:0px;
  margin:0;
}
div.wpcf7 p {
  padding:20px 20px 0;
  margin:0;
}
div.wpcf7 .wpcf7-text, .wpcf7 textarea {
  border:1px solid #ccc;
  padding:8px; font-size:14px;
  width:100%;
}
div.wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
}
div.wpcf7 textarea {
  height:300px;
  resize: none;
}
div.wpcf7 input.wpcf7-submit {
  width:200px;
  margin:0 auto !important;
  display:block;
  border: none;
}
.wpcf7-captchac {
  border:1px solid #cccccc;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}
/* 必須赤色表示 */
.wpcf7 .required {
  color: #f00;
}
