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

/*-------------------------------------------
　　サイト全体
-------------------------------------------*/
/* タイトル */
.c-postTitle__ttl,
.c-pageTitle__inner {
	border-top: 1.3px solid black !important;
	border-bottom: 1.3px solid black !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 10px;
	
	margin-bottom: 0 !important;
}

/* 余白（本文の上） */
.l-content {
	padding-top: 2em;
}

/* タイトル下の余白 */
/*
.l-mainContent__inner>.post_content {
	margin-top: 2em;
}
.l-mainContent__inner>.p-articleThumb {
	margin-top: 2em;
}
*/

/* サイドバーの見出しデザイン */
/*
.c-widget__title {
	color: white;
}
.c-widget__title.-side {
    color: white;
    background: var(--color_htag);
    padding: .75em 1em;
}
*/

/* カテゴリーラベルの背景色を変更 */
/*[data-cat-id="1"] {
  background-color: #ff3366 !important;
	color: #ffffff!important;
}
[data-cat-id="2"] {
  background-color: #00cc99 !important;
	color: #ffffff!important;
}
[data-cat-id="3"] {
	background-color: #ff3366 !important;
	color: #ffffff!important;
}
*/

/* 「スクロールできます」を文字サイズを大きくする */
.c-scrollHint span {
	font-size: 150% !important;
	font-weight: bold;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha {
  margin-top: 24px;
}

.c-recaptcha__text {
  font-size: 14px;
  text-align: center;
}

.c-recaptcha__text a {
  text-decoration: underline;
  transition: opacity .6s;
}

.c-recaptcha__text a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .c-recaptcha__text {
    font-size: 12px;
  }
}

/* 見出し内の目次 */
*, .c-plainBtn {
    border-radius: 2px;
}

/*-------------------------------------------
　　お問い合わせページ
-------------------------------------------*/
.wpcf7 {

}

.wpcf7__list {

}

.wpcf7__list th,
.wpcf7__list td {
  padding: 0.5em 0.75em;
}

.wpcf7__list th {
  width: 280px;
  padding-top: 1.05em;
  vertical-align: top;
}

.wpcf7__list th span {
  display: inline-block;
  padding: 1px 8px;
  margin-left: 8px;
  background: #c90014;
  background: #f00;
  background: #a63c47;
  color: #fff;
  font-size: 12px;
  vertical-align: 2px;
}

.wpcf7__list td {

}

.wpcf7__list .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7__list .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
}

.wpcf7__list input[type="text"],
.wpcf7__list input[type="tel"],
.wpcf7__list input[type="email"],
.wpcf7__list textarea,
.wpcf7__list select {
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #dcdcdc;
  background: #fff;
  outline: none;
}

.wpcf7__list textarea {
  height: calc((1.6em * 8) + (0.5em * 2) + (1px * 2));
}

.wpcf7__list .wpcf7__select {
  display: inline-block;
  position: relative;
  width: min(100%, 200px);
  margin-right: 4px;
}

.wpcf7__list .wpcf7__select:before {
  position: absolute;
  top: 19px;
  right: calc(0.75em + 1px);
  z-index: 10;
  width: 8px;
  height: 6px;
  background: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  content: '';
}

.wpcf7__list .wpcf7__select select {
  border-radius: 0;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7__acceptance {
  margin-top: 24px;
}

.wpcf7__acceptance a {
  text-decoration: underline;
}

.wpcf7__button {
  margin-top: 64px;
  text-align: center;
}

.wpcf7__button input[type="submit"] {
  width: 100%;
  padding: 0.75em;
  background: var(--color_htag);
  color: #fff;
  font-weight: 700;
  line-height: 2;
  transition: opacity .6s;
}

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

.wpcf7__button .wpcf7-spinner {
  display: none;
}

/*.grecaptcha-badge {
  visibility: hidden;
}

.contact__recaptcha {
  display: none;
  padding-top: 40px;
}

.contact-recaptcha__text {
  font-size: 14px;
  text-align: center;
}

.contact-recaptcha__text a {
  color: #0017c1;
  text-decoration: underline;
  text-underline-offset: .1em;
  transition: opacity .6s;
}

.contact-recaptcha__text a:hover {
  opacity: .6;
}*/

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

  .wpcf7__list {
    border-collapse: collapse;
  }

  .wpcf7__list th,
  .wpcf7__list td {
    display: block;
  }

  .wpcf7__list th {
    width: 100%;
    padding-top: 0.5em;
  }

  .wpcf7__list td {
    border-top: none;
  }

  .wpcf7__list tr:not(:last-of-type) td {
    border-bottom: none;
  }

  .wpcf7__acceptance {
  }

}
.area {
  margin: 40px 0 12px;
}
.area__title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}
.area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.area__item {
  font-size: 13px;
  display: inline-block;
}
.area__item a {
  display: block;
  padding: 2px 12px;
  background: #F8F8F8;
  color: #666;
}
@media screen and (max-width: 767px) {
  .area {
    margin: 24px 0 8px;
  }
  .area__title {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .area__item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha {
  margin-top: 24px;
}

.c-recaptcha__text {
  font-size: 14px;
  text-align: center;
}

.c-recaptcha__text a {
  text-decoration: underline;
  transition: opacity .6s;
}

.c-recaptcha__text a:hover {
  opacity: .6;
}

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

  .c-recaptcha__text {
    font-size: 12px;
  }

}