@charset "UTF-8";
/*===================================================================

		保育園ページ

===================================================================*/
.facilities_main_visual{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	}

.facilities_main_visual img{
	width: 100%;
	height: auto;
	pointer-events: none;
	}

@media screen and (max-width: 767.98px) {
	xxx.facilities_main_visual{
		margin-top: 1.2rem;
		}
	}

/* 動画 ------------------------------*/
.facilities_main_video {
	position: relative;
	width: 100%;
	overflow: hidden; /* はみ出した動画を隠す */
	
	/* アスペクト比を16:9に保つ設定 */
	height: 0;
	padding-top: 56.25%; /* 9 (height) / 16 (width) = 0.5625 */
	}

/* videoタグ自体のスタイル */
.facilities_main_video video {
	/* コンテナいっぱいに広がるように絶対配置 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	/* アスペクト比を保ちつつ、コンテナを完全に覆う */
	object-fit: cover;
	}

/* スライダー ------------------------------*/
.facilities_slider{
	position: relative;
	z-index: 0;
  }

/* 写真マスク ------------------------------*/
.facilities_crayon_photo_mask {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-mask-image: var(--facilities_crayon_photo_mask_url);
	mask-image: var(--facilities_crayon_photo_mask_url);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	
	-webkit-mask-position: center;
	mask-position: center;

	/* マスクの内側塗りつぶす */
	background-color: var(--color_body);
	z-index: 1;
	}

/* クレヨン斜線 ------------------------------*/
.facilities_crayon_diagonal{
	pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
	overflow: hidden;
	z-index: 2;
  }

/* クレヨンフレーム ------------------------------*/
.facilities_crayon_frame{
	pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
	overflow: hidden;
	z-index: 3;
  }

/* メイン画像の上の靴画像 ------------------------------*/
/* PCサイズ */
.main_shoes_image {
	pointer-events: none;
  position: absolute;
  bottom: 1rem;
  right: 3vw;
  width: 15vw; /* 画面幅の15%に変更 */
  height: auto;
  overflow: hidden;
	}

/* スマホサイズ */
@media screen and (max-width: 767.98px) {
  .main_shoes_image {
		pointer-events: none;
    bottom: 0rem;
    right: 0px;
    width: 20vw;
    height: auto;
		}
}

.main_shoes_image img {
	pointer-events: none;
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------------------
  保育園ページ：ヘッダー
----------------------------------------------------------------------*/
/* 保育園名 ------------------------------*/
.facilities_name_pc{
	position: absolute;
	top: 0;
	left: 0;
	padding: .4rem 2rem .6rem 2rem;
	border-radius: .3rem;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	}

.facilities_name_pc h1{
	line-height: 1;
	}

/* 法人格名 ------------------------------*/
.facilities_name_pc .company_name_legal{
	display: inline-block;
	font-size: 1rem;
	margin-right: .6rem;
	}
/* 法人名 ------------------------------*/
.facilities_name_pc .company_name{
	display: inline-block;
	font-size: 1rem;
	}

.facilities_name_pc .facilities_name_certification{
	display: block;
	font-size: 1.33rem;
	margin-top: 1rem;
	}

.facilities_name_pc .facilities_name_official{
	display: block;
	font-size: 2.5rem;
	margin-top: .6rem!important;
	}

.facilities_name_pc .facilities_name_english{
	display: block;
	font-size: 1.23rem;
	margin-top: .6rem;
	}

/*----------------------------------------------------------------------
  保育園ページ：フッター
----------------------------------------------------------------------*/
.footer_facilities_name {
  display: flex;
  flex-direction: column; /* 子要素を縦に並べる */
  align-items: flex-start; /* 左揃えにする場合 */
	}

/* フッター 法人名 ------------------------------*/
.footer_facilities_name .company_name {
  font-size: 0.8rem;
	margin-bottom: .8rem;
	}

/* フッター 認可名 ------------------------------*/
.footer_facilities_name .facilities_name_certification {
  font-size: 1rem;
	}

/* フッター 保育園名 ------------------------------*/
.footer_facilities_name .facilities_name_official {
  font-size: 2rem;
	margin-bottom: .2em;
	}

/* フッター 施設英語 ------------------------------*/
.footer_facilities_name .facilities_name_english {
  font-size: 1rem;
	}

@media screen and (max-width: 767.98px) {
	/* フッター 法人名 ------------------------------*/
	.footer_facilities_name .company_name {
		font-size: 0.8rem;
		margin-bottom: .4rem;
		}
}

/*----------------------------------------------------------------------
  保育園ページ：スマホヘッダー
----------------------------------------------------------------------*/
.facilities_name_sp{
	padding: 1rem .3rem .4rem .6rem;
	background-color: var(--sp_header_bg_color);
	margin-bottom: 6px;
	/* 右に5px, 下に5px, ぼかし10px, 広がり0, 色は黒で透明度10% */
	box-shadow: 0px 5px 8px -1px var(--color_sub1);
  }

.facilities_name_sp h1{
	line-height: 1!important;
	}

/* 法人格名 ------------------------------*/
.facilities_name_sp h1 .company_name_legal{
	display: none;
  font-size: .6rem;
	margin-right: .6rem;
  }

/* 法人名 ------------------------------*/
.facilities_name_sp h1 .company_name{
	display: none;
  font-size: .6rem;
  }

/*認定名 ------------------------------*/
.facilities_name_sp h1 .facilities_name_certification{
  display: block;
  font-size: .8rem;
  margin-top: .4rem;
	margin-bottom: 0!important;
	line-height: 1;
  }

/* 施設名 ------------------------------*/
.facilities_name_sp h1 .facilities_name_official{
	margin-top: 0rem!important;
	padding: 0!important;
	line-height: 1!important;
	font-size: 1.2rem;
  }

/* 英語名 ------------------------------*/
.facilities_name_sp .facilities_name_english{
  display: block;
  font-size: .8rem;
	margin-top: .4rem;
	margin-bottom: 0;
	padding-bottom: 0;
  }

/*----------------------------------------------------------------------
  お知らせ
----------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #ajax-news-list {
    margin-top: 1.4rem!important;
    }  
}

.news-title{
	margin-bottom: 2rem;
	}

@media screen and (max-width: 767.98px) {
  #ajax-news-list h2.news-title{
    font-size: 2.2rem!important;
    margin-bottom: .6rem;
    padding-bottom: 1rem!important;
		}
}

/*----------------------------------------------------------------------
  メインキャッチ
----------------------------------------------------------------------*/
.section_facilities_main{
  margin-top: 5rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_main{
    margin-top: 2.4rem;
    }
  }

/* タイトル ------------------------------*/
.facilities_main_title{
  font-size: 3rem;
  text-align: center;
  }

.facilities_main_title_sub{
  font-size: 2rem;
  text-align: center;
  }

/* タイトル下説明 ------------------------------*/
.facilities_main_article{
  margin: 7rem  auto 0 auto;
  }

@media screen and (max-width: 767.98px) {
  .facilities_main_article{
    margin-top: 4.8rem;
    }
  }

/*----------------------------------------------------------------------
  SUB説明
----------------------------------------------------------------------*/
.facilities_sub_explanation_grp{
  margin-top: 3rem;
	}
	
.facilities_sub_explanation_grp .sub_explanation_title_outer{
	text-align: center;
	}

.facilities_sub_explanation_grp h3{
  display: inline-block;
  text-align: center;
	margin: 0 auto;
  padding: 0 2rem .8rem 2rem;
  font-size: 2rem;
  }

.facilities_sub_explanation_grp h4{
  text-align: center;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  }

.facilities_sub_explanation_grp p{
  margin-top: 1.2rem;
  }

/*----------------------------------------------------------------------
  3点キャッチ
----------------------------------------------------------------------*/
.section_facilities_3point{
  margin-top: 3rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_3point{
    margin-top: 1rem;
    }
  }

/* 3ポイントキャッチ-タイトル ------------------------------*/
.facilities_3point_title_area{
  /*display: inline-block;*/
  }

@media screen and (max-width: 767.98px) {
  .facilities_3point_title_area{
		text-align: center;
    }
  }

.facilities_3point{
  margin-bottom: 4rem;
  }

.facilities_3point h3{
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.6;
  text-align: center;
  }

.facilities_3point_title_sub{
  font-size: 1.7rem;
  }

@media screen and (max-width: 767.98px) {
  .facilities_3point_title_sub{
    margin-top: .8rem;
    }
  }

/* 3ポイントキャッチ-説明 ------------------------------*/
.facilities_3point_explanation {
  margin-top: 0;
  font-size: 1.35rem;
  }

.facilities_3point_image {
	margin-top: 1.6rem;
  position: relative; /* 子要素の絶対配置の基準 */
  }

@media screen and (max-width: 767.98px) {
  .facilities_3point_image{
    width: 90%;
    height: auto;
    margin: 0 auto 1rem auto;
    }
  }

.facilities_3point_image .masked-image1 {
  display: block;
  max-width: 100%;
  height: auto; 
  -webkit-mask-image: url('img/photo_mask_3point_01.png');
  mask-image: url('img/photo_mask_3point_01.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  }

.facilities_3point_image .masked-image2 {
  display: block; 
  max-width: 100%;
  height: auto;
  -webkit-mask-image: url('img/photo_mask_3point_02.png');
  mask-image: url('img/photo_mask_3point_02.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  }

.facilities_3point_image .frame-image {
  position: absolute; /* 親要素に対して絶対配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/*----------------------------------------------------------------------
  深堀
----------------------------------------------------------------------*/
.section_facilities_deeper{
	margin-top: 1rem;
  padding: 3rem 3rem !important;
  background-color: var(--color_sub2);
  }

h2.facilities_deeper_title{
  text-align: center;
  font-size: 2.6rem;
  }

.facilities_deeper_grp{
  margin-top: 3rem;
  }

.facilities_deeper_title_cap_rep{
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	}

.section_facilities_deeper li{
  margin-bottom: 3rem;
  }
  
.section_facilities_deeper p{
  font-size: 1.35rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_deeper{
    padding: 2rem .8rem 1rem .8rem!important;
    }
  
  .section_facilities_deeper h2{
    margin: 0!important;
    padding: 0!important;
  }
}

.facilities_deeper_grp_title{
	font-feature-settings: "palt";
	letter-spacing: -0.04em;
	}

/*----------------------------------------------------------------------
  日々のこどもたちの様子
----------------------------------------------------------------------*/
.section_facilities_children_day{
  margin-top: 3rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_children_day{
    margin-top: 1rem;
    }
}

.facilities_children_day_title{
  font-size: 2.6rem;
  }

.facilities_children_day_image{
  margin-top: 3rem;
  }

.section_facilities_children_day .swiper-wrapper {
	width: 100%;
	transition-timing-function: linear !important;
	}

.section_facilities_children_day .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
	}

.section_facilities_children_day .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	}

.section_facilities_children_day .slider_explanation {
	width: 100%;
	margin-top: .4rem;
	box-sizing: border-box;
	text-align: center;
	}

.section_facilities_children_day .swiper {
	opacity: 0;
	transform: translateX(0px) scale(0.8); /* 右から、80%の大きさで開始 */
	/* アニメーションの時間とイージングを調整 */
	transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-delay: .0s; /* 表示されるまでの遅延時間（0.1秒） */
	}

.section_facilities_children_day .swiper.is-inview {
	opacity: 1;
	transform: translateX(0);
	}

.section_facilities_children_day .swiper-button-next, .swiper-button-prev {
	color: #333; /* 矢印の色 */
	}


/*----------------------------------------------------------------------
  園の概要
----------------------------------------------------------------------*/
.section_facilities_overview{
  margin-top: 2rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_overview{
    margin-top: 0rem;
    }
}

.facilities_overview_area{
  margin-top: 1rem;
  }

.facilities_overview_area h3{
  font-size: 1.4rem;
	margin-top: 1.8rem;
  }

.section_facilities_overview dt{
  font-weight: normal!important;
  }

/* 地図 ------------------------------*/
.facilities_map {
  position: relative;
  max-width: 100%;
  height: auto;
  margin-top: 1.4rem;
  }

.facilities_map img{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.facilities_map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--company_map_basis_url);
  background-size: contain;
  background-position: center;
  z-index: -1;
  }

.facilities_map_img{
  display: block;
  margin: 4px;
  margin: 0px;
  }

/* googleMapLink ------------------------------*/
.facilities_google_map_wap{
  margin-top: .6rem;
  text-align: right;
  }

.facilities_google_map a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  }

.facilities_google_map span {
  height: 1.4rem;
  width: 1.4rem;
  margin-right: .4rem;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color_main);
  }

.facilities_google_map span img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  }

.facilities_google_map a:hover  {
  color: var(--color_main);
  }

.facilities_google_map a:hover span img {
  transform: rotate(360deg);
  }

/*----------------------------------------------------------------------
  園の一日
----------------------------------------------------------------------*/
.section_facilities_nursery_day{
	margin-top: 1rem;
	}

@media screen and (max-width: 767.98px) {
  .section_facilities_nursery_day{
    margin-top: 0rem;
    }
}

dl.nursery_day_age {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0;
  align-items: baseline;
	margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
	line-height: 1.5;
  }

dl.nursery_day_age:hover{
  background-color: #FAFAFA;
  }

dl.nursery_day_age dt {
  font-weight: normal;
	min-width: 6rem;
  grid-column: 1;
	text-align: right;
	margin: 0;
	padding: .6rem 1rem .6rem 0;
	height: 100%;
	}

dl.nursery_day_age dd {
  margin-left: 0;
  grid-column: 2;
  overflow: hidden;

	margin: 0;
	padding: .6rem 0 .6rem 1rem;
	height: 100%;
	}

.facilities_nursery_day_age{
	font-size: 2.2rem;
	width: 90%;
	margin: 0 auto;
}

/*----------------------------------------------------------------------
  年間行事
----------------------------------------------------------------------*/
.facilities_annual_event_title{
  font-size: 2.6rem;
  }

.section_facilities_annual_event{
  margin-top: 0rem;
  }

@media screen and (max-width: 767.98px) {
  .section_facilities_annual_event{
    margin-top: 0rem!important;
    }
}

table.facilities_annual_event_table{
	width: 100%;
  }

table.facilities_annual_event_table tr{
  border-bottom: dotted 1px #AAA;
  }

table.facilities_annual_event_table tr:hover{
  background-color: #FAFAFA;
  }

table.facilities_annual_event_table td{
  vertical-align: top;
  padding: .6rem 0;
  }

table.facilities_annual_event_table td:first-child{
  min-width: 4rem;
  text-align: right;
  }

table.facilities_annual_event_table td:nth-child(n+2) {
  padding-left: 1.4rem;
  text-align: left;
  }

/*----------------------------------------------------------------------
  スライダー
----------------------------------------------------------------------*/
.section_facilities_children_day li.swiper-slide img{
	border-radius: 1rem;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
	/*transition: transform 1s ease;*/
	transform: scale(0.8)!important;
	}

.section_facilities_children_day li.swiper-slide.odd-slide img {
	transform: scale(1.0)!important;
	}
/*
.section_facilities_children_day .swiper-slide.swiper-slide-next img{
	transform: scale(1.0)!important;
	}
*/

/*----------------------------------------------------------------------
  保育施設一覧
----------------------------------------------------------------------*/
.nursery_page_nursery_lists{
	margin-top: 1.4rem;
  list-style: none;
  display: flex; /* 横並びにする */
  justify-content: space-between; /* 均等に配置 */
  flex-wrap: wrap; /* 折り返しを許可 */
  width: 100%; /* 横幅いっぱいにする */  
  gap: .4rem; /* アイテム間の間隔を調整 */
  }

.nursery_page_nursery_lists > li{
  flex: 1; /* 各項目を均等な幅にする */
  text-align: center;
  color: #FFF;
  margin-bottom: .2rem;
	border-radius: 30px;
  }

.nursery_page_nursery_lists > li a{
	width: 100%;
	height: 100%;
  display: block;
  padding: .2rem 0;
  color: #FFF;
  font-size: 70%;  
  }

.nursery_page_nursery_lists > li :hover{
  opacity: .8;
  }

/* 画面幅が768px以下の場合に横3分割 */
@media (max-width: 768px) {
  .nursery_page_nursery_lists{
    gap: .4rem 1.4rem!important; /* アイテム間の間隔を調整 */
    }
  
  .nursery_page_nursery_lists > li {
    flex: 1 1 calc(33.33% - 1.4rem); /* 横幅を3分割に設定 */
    }
  }


