@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.p-mainVisual__slideTitle{
  font-size:70px;  /*メインテキストのフォントサイズ変更*/
}

.p-mainVisual__slideText{
  padding-left: 2rem;
  font-size:70px;  /*サブテキストのフォントサイズ変更*/
}
@media (max-width: 480px){
.p-mainVisual__slideTitle{
  font-size:35px;  /*メインテキストのフォントサイズ変更*/
}
}
@media (max-width: 480px){
  .p-mainVisual__slideText{
    font-size:35px;  /*サブテキストのフォントサイズ変更*/
  }
  }
/*-----------------------
*　お問合せフォーム
*-----------------------*/
  .form__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    border: 3px solid #e5e5e5;
  }
  .form__row {
    border-top: 1px solid #e5e5e5;
    display: flex;
  }
  .form__header {
    width: 30%;
    text-align: left;
    white-space: nowrap;
    padding: 0.8em;
    vertical-align: top;
    background-color: #ebedf5;
  }
  .form__date {
    text-align: left;
    padding: 0.8em;
    width: 70%;
  }
  .form__heading {
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .form__acceptance {
    text-align: center;
  }
/* 入力項目を見やすく */
  input.wpcf7-text,
  textarea.wpcf7-textarea {
    padding: 0.6em;
    width: 100%;
  }
/*-----------------------
*　必須タグ
*-----------------------*/
  .req {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.2em 0.8em;
    background: #8fc31f;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
  }
  span.wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
    text-align: left;
    color: red;
    font-weight: bold;
  }
  .acceptance__link {
    text-decoration: underline;
    color: #00a29a;
  }
  .contactBlock__button {
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
  }
  .contactBlock__button:last-of-type {
    margin-right: 0;
  }
  .button__submit {
    display: inline-block;
    padding: 0.75em 3.5em;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    outline: 2px solid #333;
    transition: all ease 0.3s;
    white-space: nowrap;
    width: 200px;
    padding: 15px 0;
    background: #333;
    color: #fff;
    transition: all ease 0.3s;
  }
  .button__submit:hover {
    transition: all ease 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
