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


/* H2タイトル */
.center-overlay-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  text-align: center;
}

.center-overlay-title .bg-text {
  position: absolute;
  font-size: 6rem;
  letter-spacing: -0.06em;
  color: rgba(255, 165, 0, 0.15);
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
  font-family: arial;
}

.center-overlay-title > *:not(.bg-text) {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 1em;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4 !important;
  display: block;
}

/* ===== スマホ時 ===== */
@media (max-width: 768px) {
  .center-overlay-title {
    height: 80px;
  }

  .center-overlay-title .bg-text {
    font-size: 5rem;
  }

  .center-overlay-title > *:not(.bg-text) {
    font-size: 1.5rem;
    padding: 0 0.5em;
  }
}


.l-mainVisual * {
    text-shadow: none !important;
}

.p-mainVisual * {
    text-shadow: none !important;
}






/* リンクリストメニュー余白 */
.p-spMenu__body .swell-block-linkList {
	gap: 1.1em;
	color: #333333;
}

/* リンクリストメニュー中央寄せ */
.p-spMenu__body .swell-block-linkList__text {
	margin-inline: auto;
}

/* =========================
   SWELL ハンバーガーメニュー
   閉:白 / スクロール後:黒 / 開:黒
========================= */

/* 通常時（閉じている時） */
.c-iconBtn.-menuBtn,
.c-iconBtn.-menuBtn .c-iconBtn__icon {
  color: #fff !important;
}

/* スクロール後の追従ヘッダー */
.l-fixHeader .c-iconBtn.-menuBtn,
.l-fixHeader .c-iconBtn.-menuBtn .c-iconBtn__icon,
.l-fixHeader__inner .c-iconBtn.-menuBtn,
.l-fixHeader__inner .c-iconBtn.-menuBtn .c-iconBtn__icon {
  color: #333 !important;
}

/* メニュー開いた時 */
[data-spmenu="opened"] .c-iconBtn.-menuBtn,
[data-spmenu="opened"] .c-iconBtn.-menuBtn .c-iconBtn__icon {
  color: #333 !important;
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
  font-size: 10px;
  line-height: 10px;
  transform: translateY(12px);
}

/* メニュー本体 */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity .3s ease-out !important;
}

[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

.p-spMenu__body {
  opacity: 0;
  transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in, transform .5s ease-out;
}

/* 既存メニュー非表示 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display: none;
}



.grecaptcha-badge { visibility: hidden; }



.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
		font-size: 13px;
}

.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;
}

.cf7__required {
  background: #f09f4c;
}

.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: 10px;
  background: #fff;
}

/* ドロップダウンメニュー */
.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: #a5a5a5;
  -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: 10px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.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: 0px;
  text-align: center;
}

input[type="submit"] {
  width: 100%;
  height: 50px;
  background: transparent;
  color: #f09f4c;
	border: 2px solid #f09f4c;
	font-weight: bold;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
	background: #f09f4c;
  color: #fff;
}

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

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 10px;
    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"] {
		padding-left: center;
    width: 100%;
    height: 45px;
  }

}



/* 固定ページ上部余白を削除 */
.page .l-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 固定ページとフッター間の余白を削除 */
.page .l-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* フッター直前のブロック余白も削除 */
.page .l-content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* SWELL特有のbefore_footer領域の余白削除 */
#before_footer,
.l-beforeFooter,
.w-beforeFooter {
  margin-top: 0 !important;
  padding-top: 0 !important;
}





/* =========================
   SWELL Main Visual Scroll
========================= */

.p-mainVisual__scroll {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%)  translateY(40px);
	width: 80px;
	height: 120px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff !important;
	cursor: pointer;
	z-index: 10;
}

/* 元のSVGは消す */
.p-mainVisual__scrollArrow {
	display: none !important;
}

/* テキスト */
.p-mainVisual__scrollLabel {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: block;
	margin: 0;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.22em;
	line-height: 1;
	text-transform: uppercase;
	color: inherit;
	white-space: nowrap;
}

/* 線 */
.p-mainVisual__scroll::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 24px;
	transform: translateX(-50%);
	width: 1px;
	height: 35px;
	background: currentColor;
	opacity: .9;
	animation: mvScrollLine 1.8s ease-in-out infinite;
}

/* 矢印 */
.p-mainVisual__scroll::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	width: 8px;
	height: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateX(-50%) rotate(45deg);
	animation: mvScrollArrow 1.8s ease-in-out infinite;
}

@keyframes mvScrollLine {
	0% {
		opacity: .25;
		transform: translateX(-50%) translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) translateY(5px);
	}
	100% {
		opacity: .25;
		transform: translateX(-50%) translateY(0);
	}
}

@keyframes mvScrollArrow {
	0% {
		opacity: .25;
		transform: translateX(-50%) translateY(0) rotate(45deg);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) translateY(5px) rotate(45deg);
	}
	100% {
		opacity: .25;
		transform: translateX(-50%) translateY(0) rotate(45deg);
	}
}

.p-mainVisual__scroll:hover {
	opacity: .75;
}

.p-mainVisual__scroll:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.p-mainVisual__scroll {
		bottom: 0px;
		width: 70px;
		height: 100px;
	}

	.p-mainVisual__scrollLabel {
		font-size: 8px;
		letter-spacing: 0.18em;
	}

	.p-mainVisual__scroll::before {
		top: 20px;
		height: 24px;
	}

	.p-mainVisual__scroll::after {
		top: 36px;
		width: 7px;
		height: 7px;
	}
}




/* =========================
   page top btn
========================= */

.c-fixBtn {
    align-items: center;
    background: #f09f4c;
    border: 0px solid #fff;
    box-shadow: var(--swl-box_shadow);
    color: #fff;
    opacity: 1;
    width: 50px;
}


/* =========================
   faq アコーディオン
========================= */

.rou-faq {
  padding: 24px 8px;
  background: #f8f6f2;
}

.rou-faq__inner {
  max-width: 980px;
  margin: 0 auto;
}

.rou-faq__head {
  text-align: center;
  margin-bottom: 48px;
}

.rou-faq__sub {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f7a;
}

.rou-faq__title {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.rou-faq__lead {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.rou-faq__list {
  display: grid;
  gap: 16px;
}

.rou-faq__item {
  background: #fff;
  border: 1px solid #e6e0d6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.rou-faq__item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 22px 56px 22px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
}

.rou-faq__item summary::-webkit-details-marker {
  display: none;
}

.rou-faq__item summary::before {
  content: "Q";
  display: inline-block;
  margin-right: 10px;
  color: #9a8f7a;
  font-weight: 700;
}

.rou-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #9a8f7a;
}

.rou-faq__item[open] summary::after {
  content: "−";
}

.rou-faq__item p {
  margin: 0;
  padding: 0 22px 22px 22px;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.rou-faq__item p::before {
  content: "A";
  display: inline-block;
  margin-right: 10px;
  color: #9a8f7a;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rou-faq {
    padding: 20px 8px;
  }

  .rou-faq__title {
    font-size: 26px;
  }

  .rou-faq__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .rou-faq__item summary {
    padding: 18px 46px 18px 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .rou-faq__item p {
    padding: 0 18px 18px 18px;
    font-size: 14px;
    line-height: 1.9;
  }
}



/* =========================
Googleカレンダー 高級感版
========================= */
.google-calendar-wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(15, 23, 42, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.8);
  overflow: hidden;
}

.google-calendar-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.google-calendar-wrap iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 18px;
  background: #fff;
}

@media (max-width: 767px) {
  .google-calendar-wrap {
    border-radius: 16px;
    padding: 8px;
  }

  .google-calendar-wrap iframe {
    height: 580px;
    border-radius: 12px;
  }
}