@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: 960px) {/* 960px以上*/
.position-pc {
	text-align: center;
}
}
@media screen and (min-width: 1350px) {/* 1350px以上*/
.position-pc2 {
	text-align: center;
}
}
.position-pc3 {
	text-align: center;
}
/*pcのみ改行*/
@media screen and (max-width: 1349px) {/* 1349px以下*/
 .br-sp {
	 display:none;
}
}
.title-common {
	font-family: zen-maru-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* 共通空白スペース */
.unspacer30 {
	margin-bottom: 30px !important;
}
/*スマホ非表示 左右、上部の子ども */
@media screen and (max-width: 960px) {/* 960px以下*/
.sp-hide {
	display: none;
}
}
/*▼トップページ*/
/* 見出しh2 上下ドット線 */
.post_content h2.titledeco {
	border-bottom: 5px dotted #333;
	border-top: 5px dotted #333;
	padding: 8px 0;
	margin: 0 auto 2em;
}
/* 見出しh2 ドット内サービス名 */
.toptitle {
	font-size: 18px;
	line-height: 1;
	margin: 0 auto 20px;
}
/* 見出しh2 ドット内大見出し */
.toptitle2 {
	font-size: 36px;
	line-height: 0.9;
	margin: 0 auto 20px;
}
/* 見出しh2 施設情報・運営会社 */
.post_content h2.untitle {
	font-size: 30px;
	color: #39873b;
	line-height: 1;
    margin: 0 0 1.5em !important;
}
/* 見出しh3 緑のキャッチ */
.post_content h3.catch {
	font-size: 30px;
	color: #39873b;
	line-height: 1;
    margin: 0 0 1.5em !important;
}
/* 見出しh4 サービス名 */
.post_content h4.service {
	font-size: 20px;
	color: #2c492d;
	margin: 0 auto 10px;
	text-align: center;
	border-bottom: 2px dotted #2c492d;
	padding-bottom: 6px;
}
/* 一日の流れ タイトル */
.post_content h4.timeline {
    font-size: 26px;
    color: #333;
    line-height: 1;
    padding-bottom: 6px;
    margin: 2.5em 0 1.5em;
    border-bottom: 5px dotted #39873b;
}
/* 見出しh4 プログラムキャッチ */
.post_content h4.protitle {
	font-size: 22px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 8px 50px;
	margin: 2em auto !important;
	border-radius: 30px;
	background: #549967;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1015px) {/* 1015px以下*/
.post_content h3.catch {
	font-size: 2rem;
	line-height: 1.3;
	padding: 5px;
    margin: 0 0 1em !important;
}
/* 一日の流れ タイトル */
.post_content h4.timeline {
	font-size: 1.6rem;
    margin: 1.5em 0 1.5em;
}
}
@media screen and (max-width: 960px) {/* 960px以下*/
.post_content h2.titledeco {
	margin: 0 auto 1.5em;
}
.toptitle2 {
	font-size: 2rem;
	padding: 4% 0;
}
.post_content h3.service {
	font-size: 1.5rem;
}
.post_content h4.protitle {
	font-size: 18px;
	padding: 8px 10px;
	margin: 1.5em auto !important;
}
}
.abouttext {
	margin: 0 0 2em;
}
.aboutbox {
	border: 10px solid #f4e410;
	border-radius: 16px;
	padding: 30px;
	margin: 50px 0;
}
/* LEGONKidsあるむ について 開所文章強調 */
.new-open {
	font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
/*LEGONKidsあるむ について 中央ブロックsp表示 */
.aboutarea {
	padding: 0 4%;
}
.aboutbox {
	margin: 30px 0;
}
/*スマホ上部スペーストル*/
.top #content {
    padding-top: 2em;
}
 .supportbox {
	width: 90% !important;
}
}
/*支援内容のタイトル横幅 */
 .supportbox {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
/*支援内容 白背景ボックス*/
 .programbox {
	width: 95%;
	margin: 0 auto;
	border-radius: 20px;
}
/*支援内容 画像横幅いっぱい*/
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    vertical-align: bottom;
}
/*発達のピラミッド画像表示 */
@media screen and (min-width: 1380px) {/* 1380px以上*/
.triangle {
	width: 800px;
}
}
@media screen and (max-width: 1379px) {/* 1379px以下*/
.triangle {
	width: 100%;
}
}
/*SWELLボタンほか文字の色変更 */
.is-style-btn_normal a {
    color: #000;
}
/*支援内容 5つの支援*/
@media (min-width: 1200px) {/* 1200px以上*/
.support_item1 {
position:relative;
top: 40px;
}
.support_item2 {
position:relative;
top: 80px;
}
}
/*支援内容 5つの支援 スマホpadding*/
@media (max-width: 960px) {/* 960px以上*/
.has-border, div.has-background, p.has-background {
    padding: 4%;
}
}
/*5つの支援写真*/
@media (min-width: 1400px) {/* 1400px以上*/
.areabox {
	width: 1200px;
	margin: 0 auto 100px !important;
}
}
/*支援内容5つの支援アイコン*/
.area-icon {
    border-radius: 16px;
    padding: 1px 6px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
/*発達のピラミッド画像表示 */
@media screen and (min-width: 1380px) {/* 1380px以上*/
.triangle {
	width: 800px;
	margin: 0 auto;
}
}
@media screen and (max-width: 1379px) {/* 1379px以下*/
.triangle {
	width: 100%;
}
}
/*支援内容 画像横幅いっぱい*/
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    vertical-align: bottom;
}
/*支援内容アイコン 既読・未読*/
.area-icon a:link {color:#fff;} /*未訪問のリンクの色*/
.area-icon a:visited {color:#fff;} /*訪問済みのリンクの色*/
.area-icon a:hover {color:#fff;} /*カーソルが乗っているリンクの色*/
.area-icon a:active {color:#fff;} /*クリック中のリンクの色*/
/*支援内容 プログラムアイコン*/
.icon1 {
    background: #f3919e;
}
.icon a:hover {
     opacity: 0.7;
}
.icon2 {
    background: #72d0dc;
}
.icon3 {
    background: #eaa06f;
}
.icon4 {
    background: #82cb94;
}
.icon5 {
    background: #bf96da;
}
.icon6 {
    background: #fad04a;
}
.icon7 {
    background: #4584b3;
}
/* 共通 お問い合わせリッチメニュー */
.contactbox {
	width: 800px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px !important;
}
.contactarea {
	border-radius: 10px;
	background-color: #fff;
	margin: 0 0 10px !important;
	padding: 30px 50px;
}
@media screen and (max-width: 960px) {/* 960px以下*/
.contactbox {
	width: 100%;
	padding: 4% !important;
}
.contactarea {
	padding: 10% 6%;
}
}
/* PC電話番号リンク外す */
a[href*="tel:"]{
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"]{
	color: #1176d4;
    pointer-events: auto;
}
}
/*固定ページのタイトル*/
.c-pageTitle {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 1.7rem;
	color: #333333;
	box-shadow: none;
	font-weight: 700;
	font-style: normal;
}
.l-topTitleArea {
	text-align: center;
	align-items: flex-end;
	padding: 1.5em 0 4.5em;
}
/*固定ページのタイトル 960px以下画像の横幅固定*/
@media screen and (max-width: 960px) {/* 960px以下*/
.c-pageTitle {
	font-size: 1.6rem;
	color: #333333;
}
.l-topTitleArea {
	min-height: 22vw;
}
.l-topTitleArea {
	text-align: center;
	align-items: flex-end;
	padding-bottom: 0;
}
}
/*▼LEGONKidsあるむについて*/
/*施設情報・運営会社のボックス上部子ども */
.yellowbox {
	position: relative;
}
@media screen and (min-width: 960px) {/* 960px以上*/
.yellow-child {
	position: absolute;
	top: -160px;
	right: 0;
	 left: 0;
}
}
@media screen and (max-width: 959px) {/* 959px以下*/
.yellow-child {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: -70px;
	right: 0;
	 left: 0;
}
}
/* 運営会社グループ吹き出し：上 */
.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;
}
/*▼支援内容*/
/*黄色白背景ボックス*/
 .sbox {
	border-radius: 20px;
}
@media screen and (min-width: 960px) {/* 960px以上*/
 .sbox2 {
	padding: 6% 2% !important;
}
}
@media screen and (max-width: 959px) {/* 959px以下*/
 .sbox2 {
	padding: 8% 4% 10% !important;
}
}
/*プログラム リッチカラム水平方向の揃え*/
.swell-block-columns__inner {
    justify-content: center;
}
/* フッター上下イエロー */
.l-footer {
    border-top: 20px solid #fff100;
}
.l-footer__foot{
    background: #fff100;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
}
/*情報公開 下部ライン*/
.un-line {
	padding-bottom: 30px;
	border-bottom: 1px dotted #333;
	margin-bottom: 80px;
}
/*フッター電話番号*/
.f-telnumber {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 8px !important;
}
/* フッター直前ウィジェットの上部余白をなくす */
.w-beforeFooter {
    margin: 1.5em auto 3em;
}
.l-content {
    margin: 0 auto 1em;
}
/* ▼フッターメニュー */
/* スマホ */
@media screen and (max-width: 767px) {/* 767px以下*/
/* フッターメニュー */
.footer-nav {
	width: 90%;
	margin: 0 auto;
}
p.footer-com {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
}
@media screen and (max-width: 1000px) {/* 1000px以下*/
.footer07 .wrap {
 width: 95%;
 margin: 0 auto;
	padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap .box {
 width: 100% !important;
}
.footer07 .wrap .box:first-child {
 margin-bottom: 10px;
}
.footer07 .wrap .box:nth-child(2) {
 margin-bottom: 10px;
}
}
/* PC */
.footer07 {
 width: 640px;
 line-height: 220%;
 font-size: 15px;
}
.footer07 .wrap {
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer07 .wrap p {
 margin: 0;
 padding: 0 0 5px 0;
 font-size: 16px;
 font-weight: 600;
}
.footer07 .wrap .box:first-child {
 width: 38%;
}
.footer07 .wrap .box:nth-child(2) {
 width: 40%;
}
.footer07 .wrap .box:nth-child(3) {
 width: 22%;
}
.footer07 .wrap .box ul {
 margin: 0;
 padding: 0 0 10px 0;
 list-style: none;
}
.footer07 .wrap .box ul li{

}
.footer07 .wrap .box ul li:before{
  content:url("https://legonkids-alum.liberala.co.jp/wp-content/uploads/2025/07/arrow.webp");
  display:inline-block;
  margin-right:4px;
  position:relative;
  top:2px;
  left:0;
}
p.footer-com {
  font-size: 18px;
  margin-bottom: 10px;
}
p.fontbold {
  font-weight: 700;
}
/* ▼お問い合わせフォーム ここから */
.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: #549967;
  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: #549967;
  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;
}