@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
*/
/* 共通 */
/*pcのみセンター*/
@media screen and (min-width: 1350px) {/* 1350px以上*/
.position-pc {
	text-align: center;
}
}
@media screen and (min-width: 760px) {/* 760px以上*/
.position-pc2 {
	text-align: center;
}
}
.position-pc3 {
	text-align: center;
}
/*pcのみ改行*/
@media screen and (max-width: 1349px) {/* 1349px以下*/
 .br-sp {
	 display:none;
}
}
.l-header .l-header__inner {
    color: #2679cd;
	font-weight: 700;
}
/*全体マウスオーバー色変更*/
a:hover{
	color: #09559c;
	font-weight: 800;
}
/*半透明のマウスオーバー*/
a:hover img {
    opacity: 0.7;
}
/*ボタン マウスオーバー*/
[class*=is-style-btn_] a:hover {
    opacity: 0.7; 
}
/*固定ページのタイトル*/
.c-pageTitle {
	font-size: 1.8rem;
	color: #2679cd;
}
/*サブメニュー色変更*/
.c-gnav .sub-menu {
    color: #FFF;
    background: #4db8e2;
}
/*グローバルメニュー太く*/
.c-gnav>.menu-item>a .ttl {
    font-weight: 800;
}
.l-topTitleArea {
	font-family: "ab-kirigirisu", sans-serif;
	font-weight: 400;
	text-align: center;
	align-items: flex-end;
}
/*【ヘッダー】グロナビ右のSNSアイコン*/
.snsbox {
	display: flex;
}
.item1 {
	margin-right: 18px;
}
/*▼トップページ*/
/* 見出し 共通フォント */
.title-common {
	font-family: "ab-kirigirisu", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* h2 トップページ見出し */
.post_content h2.toptitle {
	font-size: 38px;
	color: #2679cd;
	line-height: 1.4;
	font-weight: 900;
	margin: 0 auto 20px;
}
/* h3 小さな自信を積み重ねて生きる力に */
.post_content h3.catch {
	font-size: 28px;
	color: #181818;
	font-weight: 700;
	margin: 0 auto 34px;
}
/* h2見出し 情報公開 */
.post_content h2.toptitle2 {
	font-size: 26px;
	color: #2679cd;
	margin: 0 0 38px 0;
	padding: 0;
	line-height: 1;
}
/* h3 その他の支援 */
.post_content h3.program {
	font-size: 24px;
	color: #181818;
	font-weight: 700;
	margin: 0 auto 20px;
}
/* h2見出し スマホ表示 */
@media screen and (max-width: 760px) {/* 760px以下*/
.post_content h2.toptitle {
	font-size: 2.1rem;
}
.post_content h3.catch {
	font-size: 1.8rem;
}
}
/*pcのみ「小さな自信を積み重ねて」表示*/
@media screen and (max-width: 960px) {/* 960px以下*/
.bird {
	display:none;
}
}
/*LEGONKids天満宙組とは*/
.aboutbox {
	border: 10px solid #a7daf3;
	border-radius: 16px;
	padding: 30px;
	margin: 38px 0;
}
/* 見出しh4 サービス名 */
.post_content h4.service {
	font-size: 20px;
	color: #2679cd;
	margin: 0 auto 10px;
	text-align: center;
	border-bottom: 2px dotted #2c492d;
	padding-bottom: 6px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
.aboutbox {
	margin: 30px 0;
}
.post_content h4.service {
	font-size: 1.5rem;
}
}
/*支援内容 5領域アイコン*/
.area-icon {
    border-radius: 16px;
    padding: 3px 7px !important;
    text-align: center;
    margin: 5px 0 14px 0 !important;
    color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 800;
	letter-spacing: 0.05em;
}
.area_detail {
    margin: 12px 0 0 !important;
}
.icon1 {
    background-color: #CC8BB5;
}
.icon2 {
    background-color: #f9ae3b;
}
.icon3 {
    background-color: #E07798;
}
.icon4 {
    background-color: #A3BF62;
}
.icon5 {
    background-color: #3fa6f3;
}
.position-c {
	text-align: center; 
}
/*天満宙組について 施設の紹介 吹き出し*/
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 20px 80px;
  background: #fff;
  border-radius: 15px;
}
/*天満宙組について 施設の紹介 sp用吹き出し*/
@media screen and (max-width: 1100px) {/* 1100px以下*/
.balloon {
  padding: 20px;
  margin: 0 auto;
}
.balloon-room {
  width: 100%;
}
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
/*天満宙組について 施設の紹介 階アイコン*/
.floor-icon {
    border-radius: 12px;
    padding: 1px 8px;
	margin-right: 5px;
    color: #fff;
}
.icon-green {
    background-color: #2679cd;
}
/*施設の紹介 美容室角丸*/
.salonbox {
    border-radius: 20px;
}
.whitefont {
	color: #fff;
}
/*支援内容 5領域左右パディング*/
.support-block {
    padding-left: 4%;
    padding-right: 4%;
}
@media screen and (max-width: 600px) {/* 600px以下*/
.support-block {
    padding-left: 8%;
    padding-right: 8%;
}
}
/*▼LEGONKids宙組について*/
/*施設情報・運営会社のボックス上部子ども */
.bluebox {
	position: relative;
}
@media screen and (min-width: 960px) {/* 960px以上*/
.blue-child {
	position: absolute;
	top: -160px;
	right: 0;
	 left: 0;
}
}
@media screen and (max-width: 959px) {/* 959px以下*/
.blue-child {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: -70px;
	right: 0;
	 left: 0;
}
}
/*施設情報・運営会社の表幅*/
@media (min-width: 1400px) {/* 1400px以上*/
.areabox {
	width: 1200px;
	margin: 0 auto 100px !important;
}
}
/*施設情報・運営会社のスマホ表幅*/
@media screen and (max-width: 960px) {/* 960px以下*/
.has-border, div.has-background, p.has-background {
    padding: 0.8em;
}
}
/*支援内容 白背景ボックス*/
 .whitebox {
	width: 95%;
	margin: 0 auto;
	border-radius: 20px;
}
/* 運営会社グループ吹き出し：上 */
.group {
    background: #fff;
    border: 2px solid #ddd;
    padding: 20px 15px;
    position: relative;
    border-radius: 30px;
}
.group::before,
.group::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 16px 10px;
    position: absolute;
    left: calc(50% - 5px);
}
.group::before {
    border-color: transparent transparent #ddd transparent;
    top: -16px;
}
.group::after {
    border-color: transparent transparent #fff transparent;
    top: -12px;
}
/* ▼支援内容 */
/*支援内容 個別 白背景角丸*/
.programbox {
	border-radius: 20px !important;
	padding: 16px !important;
}
/*支援内容 個別 白背景角丸 スマホ*/
@media screen and (max-width: 960px) {/* 959px以下*/
.programbox {
	padding: 6% 2% !important;
}
.programbox img {
	width: 70%;
	margin: 0 auto;
}
}
/*情報公開 下部ライン*/
.un-line {
	padding-bottom: 30px;
	border-bottom: 1px dotted #333;
	margin-bottom: 80px;
}
/* PC電話番号リンク外す */
a[href*="tel:"]{
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"]{
	color: #1176d4;
    pointer-events: auto;
}
}
/* フッター直前ウィジェットの上部余白をなくす */
.w-beforeFooter {
    margin: 1.5em auto 3em;
}
.l-content {
    margin: 0 auto 1em;
}
/* ▼フッターメニュー */
p.footer-com {
  width:470px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}
p.footer-ad {
  line-height: 1.4;
}
.fot-box {
	margin-bottom: 20px !important;
}
/*【フッター】SNSアイコン*/
.snsarea {
	justify-content: center;
}
/*【フッター】SNSアイコンの下スペース*/
@media (min-width: 960px) {
    .w-footer__box {
        flex: 1;
        padding: 1em 1em 0;
    }
}
.l-footer__foot {
    padding-top: 0;
}
/*フッター電話番号*/
.f-telnumber {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 8px !important;
}
/* ▼お問い合わせフォーム ここから */
.cf7 {
  width: 1000px;
  margin: 0 auto;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
.cf7__list dt {
  width: 30%;
  padding-top: 10px;
}
.cf7__list dd {
  width: 70%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-left: 15px;
  padding: 1px 8px 3px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}
.cf7__required {
  background: #2679cd;
  border-radius: 10px;
}
.cf7__optional {
  background: #878D8E;
  border-radius: 10px;
}

/* お問い合わせフォーム 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: 12px 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: 15px 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: 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: #2679cd;
  color: #fff;
  transition: opacity .6s;
  border-radius: 30px;
}

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

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

.cf7__privacy {
  text-align: center;
}

.cf7__privacy2 {
  text-align: center;
  margin: 0 0 30px 0;
}

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

@media screen and (max-width: 1200px) {/* 1200px以下*/
.cf7 {
  width: 100%;
}
}
/* お問い合わせフォームここまで */
/* コピーライト表記 */
.l-footer .copyright {
    display: none;
}
.l-footer .copyright-auto {
    font-size: 12px;
    text-align: center;
}
/* デフォルトのreCAPTCHAを非表示 */
.grecaptcha-badge {
    visibility: hidden !important;
}
.recaptcha-banner-container {
    display: flex;
    align-items: center;
    width: 300px;
    height: 60px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-family: sans-serif;
    margin: 20px auto;
    box-sizing: border-box;
}
.recaptcha-banner-left {
    flex: 1;
    background-color: #4285F4;
    color: white;
    padding: 8px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
/* reCAPTCHAで保護されています */
.recaptcha-banner-left .recaptcha-main-text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 3px;
}
/* プライバシー・利用規約リンク*/
.recaptcha-links {
    display: flex;
    align-items: center;
    line-height: 1.2;
    gap: 4px;
}
/* プライバシー・利用規約*/
.recaptcha-links a {
    color: white;
    text-decoration: underline;
    font-size: 10px;
}
.recaptcha-banner-right {
    width: 60px;
    height: 100%;
    background-color: white;
    background-image: url('https://legonkids.liberala.co.jp/sora.temma/wp-content/uploads/2025/08/recaptcha-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

/* スマートフォン768px以下のデバイス */
@media (max-width: 768px) {
    .recaptcha-banner-left .recaptcha-main-text {
        font-size: 13px;
        line-height: 1.3;
}