@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
*/

/*--------------------
 　基本の色
 ----------------------*/
.maincolor-red{color:#E57272;}
.maincolor-orange{color:#EAAC6F;}
.maincolor-yellow{color:#E9CD3B;}
.maincolor-green{color:#ACC883;}
.maincolor-blue{color:#7DC0C6;}

/*--------------------
 　全体
 ----------------------*/
 /* reCAPTCHAバッジを非表示にする */
 .grecaptcha-badge {
     visibility: hidden;
 }
/*--------------------
 　ヘッダー
 ----------------------*/
.gnav{color:#fff;}

.c-gnav{
	position: relative;
}
.c-gnav .ttl {
	line-height:2;
}
ul.c-gnav{
	background-color:#F8F6F1;
	border-bottom-left-radius: 40px;
	padding-left:3em;
	padding-bottom:.8em;
}
ul.c-gnav::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  right: 1px;/* 微妙に余白が開くので */
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  background: #F8F6F1;
}
.l-header{
   overflow: hidden;
}
.c-gnav>.menu-item::after {
   height:1px;
}
.l-header .l-container{max-width:90%;}
.c-gnav>.menu-item>a .ttl {
    font-size: 16px;
	font-weight:700;
}
.c-gnav>.menu-item>a {
	padding:0 25px;
}

.c-gnav a::after {
	height:1px;
}
.c-widget__title.-spmenu{display:none;}
/*--------------------
 　フッター
 ----------------------*/
.ft_sns{
    display:flex;
	justify-content: center;
}
.ft_sns img{
	width:4rem;
	padding:0 .5rem;
}
/*--------------------
 　お問い合わせ
 ----------------------*/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
  border-radius: 6px;
}

.cf7__required {
  background: #EAAC6F;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
  border-radius: 40px;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}
 /*スクロールボックス*/
 .scr_box {
     width: 95%;
     max-height: 300px;
     margin: 2em auto;
     border: 2px solid #eee;
	 background-color:#fff;
     overflow-y: scroll;
     font-size: 0.8em;
	 padding:1em;
 }
 /*チェックボックス*/
 .Form-Item2{
	 text-align:center;
	 margin-bottom:1rem;
}
 
/*メニュー*/
	  .l-header__menuBtn{
		    color: #000;
            background-color: #f8f6f1;
            border-radius: 0 0 10px 10px;  
	  }
/*---------------------------------------------------------------------
 * モバイル
 * ---------------------------------------------------------------------*/
  @media screen and (max-width: 599px) {

/*--------------------
 　お問い合わせ　SP
 ----------------------*/
	  
    .Form {
      margin-top: 40px;
    }
 	.Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
   .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
    .Form-Item-Label-Required,.Form-Item-Label-Any {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 1.2em;
    }
  }