@charset "UTF-8";
/*------------------------------------------------------------------------
// Form Parts
  └ form
------------------------------------------------------------------------*/
/* button */
button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border: 1px solid #707070;
  border-radius: 4px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #29C3CE;
}

.select_wrap {
  position: relative;
  display: block;
}

.select_wrap::before {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.select_wrap::after {
  display: none;
}

/* !iOS Reset
------------------*/
input[type="submit"],
input[type="button"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* !IE11 Reset
------------------ */
select::-ms-expand {
  display: none;
}

/* !default
---------------------------------------------------------- */
legend {
  display: block;
  width: 100%;
  margin: 0 0 4% 0;
  font-size: 125%;
  text-align: center;
}

fieldset > p {
  margin: 0 0 4% 0;
}

label {
  display: inline-block;
  cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 12px 10px 12px;
  border: 1px solid #BEBEBE;
  font-size: 16px;
}

input[type="file"] {
  display: block;
  width: 100%;
  font-size: 16px;
}

/* Placeholder Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder Firefox 18- */
:-moz-placeholder {
  opacity: 1;
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder Firefox 19+ */
::-moz-placeholder {
  opacity: 1;
  color: #838383 !important;
  font-style: normal;
}

/* Placeholder IE 10+ */
:-ms-input-placeholder {
  color: #838383 !important;
  font-style: normal;
}

/* !ラジオボタン、チェックボックス
---------------------------------------------------------- */
input[type="radio"],
input[type="checkbox"] {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* !ラジオボタン　チェックボックス クリック範囲
---------------------------------------------------------- */
input[type="radio"] + span,
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0 0.4em 1.5em;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

/* !ラジオボタン、チェックボックスのクリック範囲にフォーカスしたとき
---------------------------------------------------------- */
input[type="radio"]:focus + span,
input[type="checkbox"]:focus + span {
  outline: dotted 1px #E6E6E6;
}

/* !ラジオボタン チェック印の背景
---------------------------------------------------------- */
input[type="radio"] + span:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E6E6E6;
  border-radius: 50%;
  line-height: 100%;
  background: #ffffff none;
  content: "";
}

/* !ラジオボタン チェックの印
---------------------------------------------------------- */
input[type="radio"] + span:after {
  display: none;
}

input[type="radio"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #EA242B;
  line-height: 1;
  content: "";
}

/* !チェックボタン チェック印の背景
---------------------------------------------------------- */
input[type="checkbox"] + span:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E6E6E6;
  line-height: 100%;
  content: "";
  background: #ffffff none;
  vertical-align: middle;
}

/* !チェックボタン チェックの印
---------------------------------------------------------- */
input[type="checkbox"] + span:after {
  display: none;
}

input[type="checkbox"]:checked + span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #EA242B;
  border-right: 3px solid #EA242B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*------------------------------------------------------------------------
// Stracture
  └ stracture
------------------------------------------------------------------------*/
/* お問い合わせ系専用レイアウト
--------------------------------------------*/
main {
  padding-top: 40px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  main {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

/*------------------------------------------------------------------------
// for Contact
  ├ p-contactBox
  ├ p-sitePolicy
  ├ p-contactArea
  ├ p-form
  └ p-btns
------------------------------------------------------------------------*/
/* お電話でのお問い合わせ
--------------------------------------------*/
.p-contactBox {
  margin: 20px 0;
  padding: 15px;
  border: 2px solid #824880;
  border-radius: 12px;
  text-align: center;
}

.p-contactBox__ttl {
  font-size: 3.75vw;
  font-size: clamp(12px, 3.75vw, 24px);
  color: #824880;
}

.p-contactBox__ttl::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_tel.svg) 0 0/contain no-repeat;
  vertical-align: middle;
}

.p-contactBox__tel {
  font-size: 8.125vw;
  font-size: clamp(26px, 8.125vw, 68px);
}

.p-contactBox__tel ._tel {
  font-size: 0.6em;
}

.p-contactBox__tel ._telnum {
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-contactBox {
    margin: 40px 0 90px;
    padding: 30px;
  }
  .p-contactBox__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-contactBox__tel {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

/* サイトポリシー
--------------------------------------------*/
.p-sitePolicy {
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.p-sitePolicy__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 3.75vw;
  font-size: clamp(12px, 3.75vw, 24px);
}

.p-sitePolicy__txt {
  line-height: 2.75;
}

@media screen and (min-width: 768px), print {
  .p-sitePolicy {
    margin-bottom: 100px;
  }
  .p-sitePolicy__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* お問い合わせエリア
--------------------------------------------*/
.p-contactArea {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  background: #E9EAF5;
}

@media screen and (min-width: 768px), print {
  .p-contactArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* 入力フォーム
--------------------------------------------*/
/*枠*/
.p-form {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 12px;
}

@media screen and (min-width: 768px), print {
  .p-form {
    padding: 60px 80px 40px;
  }
}

/*見出し*/
.p-form__ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (min-width: 768px), print {
  .p-form__ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/*注意書き*/
.p-form__topTxt {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-form__topTxt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-form__btmTxt {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-form__btmTxt {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*入力エリア*/
.p-form__area {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #824880;
  border-bottom: 1px solid #824880;
}

@media screen and (min-width: 768px), print {
  .p-form__area {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/*入力項目*/
.p-form__item {
  margin-top: 28px;
}

/*フォーム見出し*/
.p-form__sttl {
  margin-bottom: 10px;
  font-weight: 500;
}

.p-form__sttl .require {
  display: inline-block;
  background: #EA242B;
  margin-left: 5px;
  padding: 1px 3px;
  color: #ffffff;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.p-form__sttl .note {
  margin-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-form__sttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*入力グループ*/
.p-form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__group .p-form__groupItem + .p-form__groupItem {
  margin-left: 20px;
}

/*サイズ調整*/
.p-form__group._name .p-form__groupItem {
  max-width: 240px;
}

textarea#message {
  height: 160px;
}

@media screen and (min-width: 768px), print {
  .select_wrap._type {
    max-width: 360px;
  }
  .p-form__group._name .p-form__groupItem {
    max-width: 160px;
  }
  input#tel {
    display: block;
    max-width: 386px;
  }
}

/*エラー文言*/
.error-message {
  display: none;
  margin-top: 10px;
  color: #EA242B;
  font-family: sans-serif;
}

.p-form__body._error .error-message {
  display: block;
}

.p-form__body._error select {
  border: 2px solid #EA242B;
}

.p-form__body._error input[type="text"],
.p-form__body._error input[type="number"],
.p-form__body._error input[type="tel"],
.p-form__body._error input[type="email"],
.p-form__body._error input[type="search"],
.p-form__body._error input[type="url"],
.p-form__body._error textarea {
  border: 2px solid #EA242B;
}

/*郵便番号から探す*/
.ajaxzip3 {
  display: inline-block;
  padding: 10px 20px;
  background: #505050;
  border-radius: 50px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ajaxzip3:hover {
  opacity: 0.7;
}

/*郵便番号レイアウト調整*/
@media screen and (max-width: 767px), print {
  .p-form__group._zip {
    display: block;
  }
  .p-form__group._zip .p-form__groupItem + .p-form__groupItem {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-form__groupItem._zip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__groupItem._zip input[name="zip1"] {
    margin-right: 10px;
  }
  .p-form__groupItem._zip input[name="zip2"] {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-form__groupItem._zip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-form__groupItem._zip input {
    width: 120px;
  }
  .p-form__groupItem._zip input[name="zip1"] {
    margin-right: 10px;
  }
  .p-form__groupItem._zip input[name="zip2"] {
    margin-left: 10px;
  }
}

/* 送信ボタンエリア
--------------------------------------------*/
.p-btns {
  margin-top: 40px;
  text-align: center;
}

.p-btn {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.p-btn::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-btn .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 30px;
  border-radius: 50px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}

.p-btn .btn:hover {
  opacity: 0.7;
}

/*送信・確認ボタン*/
.p-btn__submit {
  position: relative;
}

.p-btn__submit .btn {
  background: #824880;
  color: #ffffff;
  font-family: inherit;
}

/*リセットボタン*/
.p-btn__reset::after {
  display: none;
}

.p-btn__reset .btn {
  background: #BEBEBE;
  color: #ffffff;
  font-family: inherit;
}

/*修正ボタン*/
.p-btn__fix {
  display: none;
}

.p-btn__fix .btn {
  background: #BEBEBE;
  color: #ffffff;
  font-family: inherit;
}

@media screen and (max-width: 767px), print {
  .p-btn {
    width: 100%;
    max-width: 207px;
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .p-btn {
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-btn:last-child {
    margin-right: 0;
  }
}

/*------------------------------------------------------------------------
// for Confirm Page
  └ p-confirm
------------------------------------------------------------------------*/
/* 確認画面
--------------------------------------------*/
.mw_wp_form_confirm .p-form__note,
.mw_wp_form_confirm .ajaxzip3,
.mw_wp_form_confirm .select_wrap::before,
.mw_wp_form_confirm .for_confirm,
.mw_wp_form_confirm .p-btn__reset {
  display: none;
}

.mw_wp_form_confirm .p-btn__fix {
  display: inline-block;
}

/*------------------------------------------------------------------------
// for Thanks Page
  └ p-thanks
------------------------------------------------------------------------*/
/* お問い合わせ完了画面
--------------------------------------------*/
.p-thanks__msg {
  margin-bottom: 40px;
  font-size: 3.75vw;
  font-size: clamp(12px, 3.75vw, 24px);
  font-weight: 500;
  text-align: center;
  line-height: 1.66;
}

.p-thanks__txt {
  margin-bottom: 30px;
  line-height: 1.96;
}

.p-thanks__txt strong {
  color: #EA242B;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-thanks__msg {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-thanks__txt {
    margin: 30px auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
