@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/contact/visual.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * お問い合わせ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.contact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.contact .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しテキスト
/* ------------------------------------------------------------------------------------------------- */

.contact .title-2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  padding-left: 1.55em;
  line-height: 1.4;
}
.contact .title-2::before {
  content: "";
  display: block;
  background: var(--c-d-orange);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .contact .title-2 {
    font-size: 2.0rem;
  }
  .contact .title-2::before {
    width: 20px;
  }
}


/* ****************************************************************************************************
   * 電話・FAXでのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#contact {}
#contact ul.layout-flex-3 {
  justify-content: flex-start;
  gap: 45px;
}
#contact ul.layout-flex-3 li {
  background: var(--c-bg-orange);
  border-radius: 20px;
  padding: 30px 1em;
  max-width: 330px;
  width: 31%;
}

#main #contact .title {
  font-size: 2.2rem;
  color: #000;
  text-align: center;
}
#main #contact .title::after {
  display: none;
}
#main #contact .title::before {
  content: attr(data-txt);
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.0;
  color: var(--c-orange);
  font-size: 1.4rem;
}
#main #contact .info-area {
  text-align: center;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 1200px) {
  /*ブラウザの幅が736px以下の時*/
  #contact ul.layout-flex-3 {
    justify-content: center;
    gap: 25px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {
  /*ブラウザの幅が736px以下の時*/
  #contact ul.layout-flex-3 {
    justify-content: center;
  }
  #contact ul.layout-flex-3 li {
    border-radius: 20px;
    padding: 1em;
    max-width: 330px;
    width: 48%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact ul.layout-flex-3 {
    justify-content: center;
    gap: 20px;
  }
  #contact ul.layout-flex-3 li {
    width: 100%;
  }
  #main #contact .title {
    font-size: 1.8rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

#main #contact .layout-flex-3 li .tel-1 {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 1.4;
}
#main #contact .layout-flex-3 li .tel-1 span {
  position: relative;
  padding-left: 2em;
}
#main #contact .layout-flex-3 li .tel-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/contact/tel-icon.png") no-repeat;
  width: 52px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #main #contact .layout-flex-3 li .tel-1 {
    font-size: 2.7rem;
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main #contact .layout-flex-3 li .tel-1 {
    font-size: 2.0rem;
    text-align: center;
  }
  #main #contact .layout-flex-3 li .tel-1 span {
    position: relative;
    padding-left: 1.5em;
  }
  #main #contact .layout-flex-3 li .tel-1 span a {
    color: #fff;
  }
  #main #contact .layout-flex-3 li .tel-1 span::before {
    content: "";
    display: block;
    background: url("../../_images/contact/tel-icon.png") no-repeat;
    width: 26px;
    height: 12px;
    background-size: 26px 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * FAX番号
/* ------------------------------------------------------------------------------------------------- */

#main #contact .layout-flex-3 li .fax-1 {
  font-size: 2.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #000;
}
#main #contact .layout-flex-3 li .fax-1 span {
  position: relative;
  padding-left: 2.2em;
}
#main #contact .layout-flex-3 li .fax-1 span::before {
  content: "";
  display: block;
  background: url("../../_images/contact/fax-icon.png") no-repeat;
  width: 54px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  #main #contact .layout-flex-3 li .fax-1 {
    font-size: 2.0rem;
    text-align: center;
  }
  #main #contact .layout-flex-3 li .fax-1 span {
    position: relative;
    padding-left: 3em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main #contact .layout-flex-3 li .fax-1 {
    font-size: 1.8rem;
    text-align: center;
  }
  #main #contact .layout-flex-3 li .fax-1 span {
    position: relative;
    padding-left: 1.8em;
  }
  #main #contact .layout-flex-3 li .fax-1 span a {
    color: #fff;
  }
  #main #contact .layout-flex-3 li .fax-1 span::before {
    content: "";
    display: block;
    background: url("../../_images/contact/tel-icon.png") no-repeat;
    width: 27px;
    height: 10px;
    background-size: 27px 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* ****************************************************************************************************
   * お問い合わせフォーム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {
  padding-top: 0;
}

#contact-form-2 .message {
  text-align: left;
}
#contact-form-2 .text a {
  color: var(--c-orange);
  text-decoration: underline;
}
#contact-form-2 .text a:hover {
  color: var(--c-orange);
  text-decoration: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:960px) {

table.radius:not(.no-responsive),
table.radius:not(.no-responsive) tbody,
table.radius:not(.no-responsive) tr,
table.radius:not(.no-responsive) tr > * {
  width: 100%;
  display: block;
}
#main table.radius tbody tr th {
  border-right: 0;
}
table.radius:not(.no-responsive) tr ~ tr {
  margin-top: 0;
}

table.radius:not(.no-responsive) tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

table.radius:not(.no-responsive) tr > td {
/*  border: none;*/
}

}
/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

#main label {
  vertical-align: middle;
  display: inline-block;
}
#main input[type="text"] {
  width: 100%;
  font: inherit;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
#main input[name="namae"] {}
#main input[name="kana"] {}
#main input[type="email"],
#main input[type="email2"] {}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main select {
  padding: 0.55em 0.75em 0.55em 0.55em;
  cursor: pointer;
  font: inherit;
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: none;
  background: none;
  background: #fff;
  width: 20em;
}
#main textarea {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 0.5em;

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main select {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#main input {
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 0.5em;
}

#main .privacy-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .privacy-check a {
  text-decoration: underline;
}
#main .privacy-check a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message {
  margin-top: 40px;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact-form-2 .message {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1em;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 0;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 0;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/**
* 必須
*/
#main span.hissu {
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.1em 0.8em;
  line-height: 1.4;
  border-radius: 5px;
}
table tr.require > th {
  position: relative;
}
table tr.require > th:after {
  content: '必須';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: bold;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0.2em .3em;
  background: #ff0000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 5px;
}

/**
* 任意
*/
table tr.any > th {
  position: relative;
}
table tr.any > th:after {
  content: '任意';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: bold;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #999999;
  padding: .25em 0.2em .3em;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  table tr.require > th:after,
  table tr.any > th:after {
    margin-right: -5px;
    margin-top: -2px;
  }
}



/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn {
  width: 300px;
  cursor: pointer;
  color: #fff;
  background: var(--c-d-orange);
  margin: 0;
}
#main .form-button .btn:hover {
  background: var(--c-black);
  opacity: 1;
}
#main .form-button .btn:hover:after {
  right: 0.5em;
}

#main .form-button .btn span {
  background: #fff;
}
#main .form-button .btn span::after {
  border-color: var(--c-d-orange);
}
#main .form-button .btn > input {
  background: none;
  padding: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return.btn {
  border: none;
  cursor: pointer;
  width: auto;
  background: none;
  color: #000;
  box-shadow: none;
  margin: 0;
}
#main .form-button .return.btn::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn {
    width: 200px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（戻る）
/* ------------------------------------------------------------------------------------------------- */

.contact .link-btn .btn.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.contact .link-btn .btn.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.contact .link-btn .btn.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .contact .link-btn .btn.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}
