@charset "utf-8";

/* *************************************************************************************************
   * 共用
************************************************************************************************* */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 必須
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main .required::before {
  content: '※';
  color: #f00;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メッセージ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main div.message {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* -------------------------------------------------------------------------------------------------
   * 確認画面
/* ---------------------------------------------------------------------------------------------- */

body.page-tpl2
#main div.message {
  color: #f00;
}

/* -------------------------------------------------------------------------------------------------
   * 完了画面
/* ---------------------------------------------------------------------------------------------- */

body.page-tpl3
#main div.message .title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * フォーム
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------------------------------------------------------------------------------------------
   * テキストフィールド
/* ---------------------------------------------------------------------------------------------- */

#main input[type=text],
#main input[type=tel],
#main input[type=email] {
  width: 100%;
  max-width: 20em;
  padding: 0.25em 0.5em;
  font-size: inherit;
  border: 1px solid #ddd;
}

/* * 郵便番号
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=zip] {
  width: 6em;
}

/* * 住所
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main input[name*=address1] {
    max-width: 34em;
  }

  #main input[name*=address2] {
    max-width: 34em;
  }

}

/* * 電話番号
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=tel] {
  max-width: 8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main input[name*=tel] {
    max-width: 10em;
  }

}

/* * FAX
/* ････････････････････････････････････････････････････････････････････････････････････････････ */

#main input[name*=fax] {
  max-width: 8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main input[name*=fax] {
    max-width: 10em;
  }

}

/* -------------------------------------------------------------------------------------------------
   * セレクトメニュー
/* ---------------------------------------------------------------------------------------------- */

#main select {
  padding: 0.125em 0.25em;
  font-size: inherit;
  border: 1px solid #ddd;
}

/* -------------------------------------------------------------------------------------------------
   * テキストエリア
/* ---------------------------------------------------------------------------------------------- */

#main textarea {
  width: 100%;
  min-height: 8em;
  padding: 0.5em;
  font-size: inherit;
  border: 1px solid #ddd;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main textarea {
    min-height: 14em;
    padding: 0.5em 1em;
  }

}

/* -------------------------------------------------------------------------------------------------
   * フォームボタン
/* ---------------------------------------------------------------------------------------------- */

#main div.form-button {
  margin-top: 50px;
  text-align: center;
}

#main div.form-button button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

#main div.form-button button::-webkit-search-decoration {
  display: none;
}

#main div.form-button button::focus {
  outline-offset: -2px;
}

#main div.form-button button {
  min-width: 200px;
  margin: 0 5px 20px;
  padding: 0.75em 1em;
  padding-left: 0;
  letter-spacing: 1px;
  font: inherit;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
  transition: background-color 0.5s ease-in-out 0.0s;
  background-color: rgba(240, 240, 240, 1.0);
  position: relative;
  z-index: 1;
}

#main div.form-button button:hover {
  background-color: rgba(240, 240, 240, 0.7);
}

#main div.form-button button::before {
  content: '';
  font-family: icomoon;
  margin-top: 0.25em;
  margin-right: 0.25em;
  line-height: 1;
  font-size: 1.25em;
  vertical-align: top;
  display: inline-block;
}

#main div.form-button button[type="submit"] {
  padding-left: 1em;
  padding-right: 0;
  color: #fff;
  background-color: rgba(205, 78, 164, 1.0);
}

#main div.form-button button[type="submit"]:hover {
  background-color: rgba(205, 78, 164, 0.7);
}

#main div.form-button button[type="submit"]::before {
  content: none;
}

#main div.form-button button[type="submit"]::after {
  content: '';
  font-family: icomoon;
  margin-top: 0.25em;
  margin-left: 0.25em;
  line-height: 1;
  font-size: 1.25em;
  vertical-align: top;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  #main div.form-button button {
    min-width: 260px;
    padding: 1em;
    padding-left: 0;
  }

}

/* *************************************************************************************************
   * 入力画面
************************************************************************************************* */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * お電話でのお問い合わせ
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-tpl1
#contact-tel div.item dl.list {
  margin: 0;
  padding: 0;
}

body.page-tpl1
#contact-tel div.item dl.list dd {
  margin: 0;
  padding: 0;
}

body.page-tpl1
#contact-tel div.item dl.list dd ~ dd {
  margin-top: 0.5em;
}

body.page-tpl1
#contact-tel div.item dl.list dd .number {
  font-size: 1.214em;
}

body.page-tpl1
#contact-tel div.item dl.list dd .number::before {
  font-family: icomoon;
  margin-top: 0.125em;
  margin-right: 0.25em;
  color: #cd4ea4;
  line-height: 1;
  font-size: 1.428em;
  vertical-align: top;
  display: inline-block;
}

body.page-tpl1
#contact-tel div.item dl.list dd.freedial .number::before {
  content: '';
}

body.page-tpl1
#contact-tel div.item dl.list dd.tel .number::before {
  content: '';
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {

  body.page-tpl1
  #contact-tel div.item {
    padding: 2em 1em;
    border-radius: 8px;
    border: 1px solid #ddd;
  }

  body.page-tpl1
  #contact-tel div.item dl.list {
    letter-spacing: -0.4em;
  }

  body.page-tpl1
  #contact-tel div.item dl.list > * {
    letter-spacing: normal;
  }

  body.page-tpl1
  #contact-tel div.item dl.list dd {
    width: 50%;
    padding: 0.5em 1em;
    vertical-align: top;
    display: inline-block;
  }

  body.page-tpl1
  #contact-tel div.item dl.list dd ~ dd {
    margin-top: 0;
  }

  body.page-tpl1
  #contact-tel div.item dl.list dd .number {
    font-size: 1.466em;
  }

}

/* *************************************************************************************************
   * 確認画面
************************************************************************************************* */

body.page-tpl2
#main {}

/* *************************************************************************************************
   * 完了画面
************************************************************************************************* */

body.page-tpl3
#main {}
