@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* お問い合わせ 専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
.page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}

section {
  margin: 50px 0;
  /*
  期間限定の案内　************/
  /*
  Googleフォームカスタマイズ
  *************************/
}
@media screen and (min-width: 768px) {
  section {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin: 50px 10px;
  }
}
@media screen and (min-width: 1000px) {
  section {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 50px auto;
    margin: 100px auto;
  }
}
section h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (min-width: 1000px) {
  section h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
  }
}
section h2.txt01 {
  border-bottom: 5px solid #1eb1c1;
  padding: 0 5px 5px;
}
section h2.txt02 {
  padding: 10px 5px;
  margin: 0 0 20px;
  text-align: center;
  background: #fffaf0;
  position: relative;
  border: 1px solid #1eb1c1;
  border-left: none;
  border-right: none;
}
section h2.txt02:before, section h2.txt02:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-bottom: 2px solid #1eb1c1;
  height: 0;
  width: 100%;
}
section h2.txt02:before {
  top: -4px;
}
section h2.txt02:after {
  bottom: -4px;
}
section h2.txt03 {
  text-align: center;
  margin: 0 0 20px;
}
section p {
  margin: 0 10px 1em;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  section p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
section .button {
  width: 90%;
  margin: 10px auto 10px;
}
@media screen and (min-width: 768px) {
  section .button {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 300px;
    margin: 0;
  }
}
section .infotel {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section .infotel {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
  }
}
section .infotel a[href^="tel:"] {
  text-decoration: none;
  color: #1eb1c1;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  section .infotel a[href^="tel:"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 10px;
  }
}
section .infotel a[href^="tel:"] strong {
  font-size: 24px;
}
section .pamphlet01 {
  background: url(../img/back04.png);
  border: 1px dotted #000;
  margin: 10px 0 10px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section .pamphlet01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section .pamphlet01 img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  section .pamphlet01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  section .pamphlet01 .button {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 300px;
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  section .pamphlet01 .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 480px;
  }
  section .pamphlet01 .button a {
    font-size: 18px;
    padding: 15px;
  }
  section .pamphlet01 .button a small {
    font-size: 12px;
  }
}
section .pdf {
  margin: 10px 10px;
}
@media screen and (min-width: 1000px) {
  section .pdf {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section .pdf img {
  width: 158px;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  section .pdf img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section .pdf p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 10px 0 0;
  }
}
section form#mailformpro {
  margin: 50px 0 0 0;
}
section form#mailformpro .required {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro .required {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  section form#mailformpro .required strong.marker {
    font-size: 18px;
  }
}
section form#mailformpro dl {
  border-top: 1px dotted #000;
  padding: 10px 5px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section form#mailformpro dl dt {
  width: 9em;
  margin: 0;
  padding: 5px 0 0;
  color: #1eb1c1;
  position: relative;
  border: none;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro dl dt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 15em;
    font-size: 14px;
  }
}
section form#mailformpro dl dd {
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: calc(100% - 9em);
}
@media screen and (min-width: 1000px) {
  section form#mailformpro dl dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    width: calc(100% - 15em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section form#mailformpro dl dd div {
  position: relative;
  white-space: nowrap;
}
section form#mailformpro dl dd div + div {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro dl dd div + div {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 0 5em;
  }
}
section form#mailformpro dl dd input[type=email], section form#mailformpro dl dd input[type=text], section form#mailformpro dl dd textarea {
  width: 100% !important;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #8c8c8c;
}
section form#mailformpro dl dd textarea {
  height: 6em !important;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro dl dd input[type=email], section form#mailformpro dl dd textarea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 80% !important;
  }
}
@media screen and (min-width: 1000px) {
  section form#mailformpro dl dd textarea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 10em !important;
  }
}
section form#mailformpro dl dd label {
  white-space: nowrap;
}
section form#mailformpro dl dd input[type=radio] {
  margin-right: 3px;
}
section form#mailformpro .contactTtl {
  position: absolute;
  width: 2.5em;
  left: -3em;
  text-align: right;
  top: 0.5em;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro .contactTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: relative;
    display: inline-block;
    width: 2.5em;
    left: 0;
    top: 0;
  }
}
section form#mailformpro .mfp_buttons {
  margin: 30px 0;
}
section form#mailformpro .mfp_buttons h3 {
  font-weight: bold;
}
section form#mailformpro .mfp_buttons .policyBox {
  height: 8em;
  padding: 1em 0;
  margin: 10px;
  border: 1px solid #8c8c8c;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro .mfp_buttons .policyBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 13em;
    width: 80%;
    margin: 10px auto 30px;
  }
}
section form#mailformpro .mfp_buttons .policyBox p {
  text-align: left;
  font-size: 14px;
}
section form#mailformpro .mfp_buttons .mfp.checkBox {
  background: #d1f1f4;
  margin: 10px 0;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  section form#mailformpro .mfp_buttons .mfp.checkBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 80%;
    margin: 0 auto 50px;
  }
}
section form#mailformpro button.submitBtn {
  display: block;
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
  width: 250px;
  margin: 0 auto;
  background: none;
}
section form#mailformpro button.submitBtn span {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  color: #1eb1c1;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px 5px 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1eb1c1;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 0 #f8f2d0;
          box-shadow: 5px 5px 0 #f8f2d0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
section form#mailformpro button.submitBtn span:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
section form#mailformpro button.submitBtn span:hover {
  margin: 5px 0 0 5px;
  color: #1eb1c1;
  -webkit-box-shadow: 0 0 0 #f8f2d0;
          box-shadow: 0 0 0 #f8f2d0;
}
section form#mailformpro .mfp_element_text, section form#mailformpro .mfp_element_number, section form#mailformpro .mfp_element_select-one, section form#mailformpro .mfp_element_email, section form#mailformpro .mfp_element_tel, section form#mailformpro .mfp_element_textarea, section form#mailformpro .mfp_element_date, section form#mailformpro .mfp_element_password, section form#mailformpro .mfp_element_submit:hover, section form#mailformpro .mfp_element_reset:hover, section form#mailformpro .mfp_element_button:hover, section form#mailformpro button.mfp_next:hover, section form#mailformpro button.mfp_prev:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
section form#mailformpro .mfp_element_submit, section form#mailformpro .mfp_element_reset, section form#mailformpro .mfp_element_button, section form#mailformpro button.mfp_next, section form#mailformpro button.mfp_prev {
  background: none;
}
section img[src="img/img02.jpg"] {
  margin: 100px 0 0 0;
}
section .genteiBox {
  border: 4px solid #79BCEC;
  width: 100%;
  padding: 20px;
  text-align: center;
}
section .genteiBox h2 {
  text-align: center;
  width: 100%;
  color: #ED4D4F;
}
section .genteiBox p {
  font-weight: bold;
  font-size: 1.3em;
}
section .teQAzf {
  max-width: 100% !important;
}