/*
Theme Name: Muni hoikuen
Theme URI: https://munihoikuen.net/
Description: Muni hoikuen
Version: 1.0
Author: Muni hoikuen
Author URI: https://munihoikuen.net/
*/

@charset "UTF-8";

/*
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
*/

* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
   font-size: 67%;
       -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  /* iOS/Safari で body だけ hidden だと横スクロールが残ることがある */
  overflow-x: hidden;
}

body {

  font-weight: 700;
  color: #555;
  font-size: 1.8rem;
  line-height: 2;
  margin: auto;
  text-align: left;
  height: 100%;
  letter-spacing: 0.05em;
  /* 横スクロール防止 */
  overflow-x: hidden;
  /* fixed/absolute がはみ出しても横スクロールさせない（対応ブラウザでは hidden より安全） */
  overflow-x: clip;
}

/* 画像・埋め込み要素が親幅を超えないように */
img,
svg,
iframe,
video,
canvas {
  max-width: 100%;
}

body, .toggle p {
  font-family: '遘闍ｱ縺ｫ縺倥∩荳ｸ繧ｴ繧ｷ繝�け B','A P-OTF 遘闍ｱ縺ｫ縺倥∩荳ｸ繧ｴ Std', sans-serif;
}

li {
  list-style: none;
}

img {
	width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #555;
  transition: 0.2s ease-in-out;
}


a:visited {
  text-decoration: none;
  color:#555;
}

a:hover {
  text-decoration: none;
  color: #5493de;
}


a img {
  transition: 0.2s ease-in-out;
}

a:hover img {
  /*opacity: 0.8;*/
}

*::selection {
  background: #ea8562;
  color: #fff;
}

p,
td,
.post_body ul,
.info_body ul,
.blank,
.footer_sitemap .sub {
  text-align: justify;
  font-family: '荳ｭ繧ｴ繧ｷ繝�けBBB', sans-serif;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}



table {
  border-collapse: collapse;
}

table th,
table td {
  font-weight: 700;
}

.center {
	text-align: center;
}

.left {
  float: left;
}

.right{
  float: right;
}

.clearfix:after {
  content: ".";
  /* 譁ｰ縺励＞繧ｳ繝ｳ繝�Φ繝� */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 髱櫁｡ｨ遉ｺ縺ｫ */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}



.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

.order3 {
	order: 3;
}

.order4 {
	order: 4;
}

.sst {
	font-size: 2.4rem;
	margin-bottom: 30px;
	line-height: 1.5;
}

.sst span.sub {
	display: inline-block;
	margin-left: 8px;
	font-size: 60%;
	color: #5493de;
}

.ph_round {
	border-radius: 30px;
}

.annotation {
	font-size: 1.4rem;
	margin-top: 20px;
}

.img {
/*	position: relative;
	overflow: hidden;*/
	opacity: 0;
	transition: 0.75s ease-in-out;
}

.img .cover {
	display: block;
	width: 150%;
	height: 150%;
	background: #fff;
	position: absolute;
	left: -0;
	top: -0;
	z-index: 10;
	border-radius: 0 0 100% 0;
	transition: 1.4s ease-in-out;
}

.bg_round .img .cover {
	background: #faf7ed;
}

.img.show {
	opacity: 1.0;
}

.img.show .cover {
	left: -140%;
	top: -100%;

}

.fade {
	transition: 0.75s ease-in-out;
	opacity: 0;
}

.fade.show {
	opacity: 1;
}

.nopost {
	background: #faf7ed;
	padding: 60px 30px;
	text-align: center;
	margin: 0 auto 40px auto;
	width: 100%;
}

.nopost p {
	text-align: center;
}

/*----------------------------------------------------------------------------------

	繝倥ャ繝繝ｼ

----------------------------------------------------------------------------------*/

.toggle {
	display: none;
}

header {
	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	pointer-events: auto;
}


header .logo {
	width: 280px;
	height: 280px;
	background: url(images/common/logo_bg.svg) center center no-repeat;
	background-size: cover;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition:  0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

header .logo a {
	position: absolute;
	inset: 0;
	display: block;
}

header .logo img {
	width: 144px;
	margin: -32px 0 0 -28px;
	transition:  0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

header .logo:hover {
	width: 300px;
	height: 300px;
}

header .logo:hover img {
	width: 164px;
	margin: -52px 0 0 -48px;
}

header .navi .main {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}

header .navi .main li {
	position: relative;
	margin: 16px 0;
	padding: 7px 0;
	z-index: 5;
}

header .navi .main li a {
	display: block;
	padding: 0px ;
	width: 115px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	font-size: 1.8rem;
	position: relative;
	z-index: 5;
	line-height: 1.7;
	overflow: hidden;
	

-moz-osx-font-smoothing: subpixel-antialiased;
   -webkit-font-smoothing: subpixel-antialiased;
}

header .navi .main li:nth-child(4) a {
	width: 125px;
}

header .navi .main li a span {
	display: block;
	position: relative;
	z-index: 10;
}

header .navi .main li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 0;
	border-radius: 4px;
	transition: 0.4s ease-in-out;
	background: #ea8562;
}

header .navi .main li a:hover {

}

header .navi .main li .pulldown {
	position: absolute;
	top: 60px;
	left: 0;

	width: 100%;
	text-align: center;
	z-index: 999;
	display: block;
	background: #fff;
	border-radius: 5px;

	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	overflow: hidden;
	opacity: 0;
	transition: 0.4s ease-in-out;
	pointer-events: none;
}

header .navi .main li:hover .pulldown {
	opacity: 1;
	top: 45px;
	pointer-events: auto;
}

header .navi .main li .pulldown a {
	font-size: 1.4rem;
	display: block;

	color: #555;
	line-height: 1.5;
	text-shadow: none;
	padding: 10px 5px;
	border-bottom: 1px solid #f6f6f6;
}

header .navi .main li .pulldown a:after {
	background: #f6f6f6;
	border-radius: 0;
}




header .navi .main li .pulldown a:last-child {

	border-bottom: none;
}

/*
header .navi .main li:nth-child(1):after,
header .navi .main li:nth-child(5):after {
	background: #ea8562;
}

header .navi .main li:nth-child(2):after,
header .navi .main li:nth-child(6):after {
	background: #62d79a;
}

header .navi .main li:nth-child(3):after {
	background: #fae600;
}

header .navi .main li:nth-child(4):after {
	background: #5493de;
}
*/

header .navi .main li a:hover:after {
	left: 0;
}

/* デスクトップ：ロゴ幅ぶん #menu をインデントし、ナビの左右余白を同じ値に統一 */
@media screen and (min-width: 1024px) {
	header #menu {
		box-sizing: border-box;
		margin-left: 140px;
		width: calc(100% - 140px);
	}

	header .navi .main {
		padding: 20px clamp(20px, 4vw, 48px) 0;
		justify-content: center;
	}

	header .navi .main li a {
		width: 130px;
	}

	header .navi .main li:nth-child(4) a {
		width: 140px;
	}
}

header .header_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	z-index: 3;
}

header .header_btn li a {
	display: block;
	padding-top: 75px;
	width: 110px;
	height: 110px;
	text-align: center;
	background: no-repeat;
	background-size: 19px 19px;
	background-position: center top 36px;
	font-size: 1.1rem;
	color: #fff;
}



header .header_btn li.navi_access a {
	background-color: #5493de;
	background-image: url(images/common/icon_access.svg);
}

header .header_btn li.navi_contact a {
	background-color: #ea8562;
	background-image: url(images/common/icon_contact.svg);
}

header .header_btn li a:hover {
	animation: headbtn 0.4s ease-in-out;
}

@keyframes headbtn {
	0% {background-position: center top 36px;}

	60% {background-position: center top 26px;}

	100% {background-position: center top 36px;}
}

header .header_btn li.navi_access a:hover {
	background-color: #2c67ca;
}

header .header_btn li.navi_contact a:hover {
	background-color: #dc5838;
}



/*----------------------------------------------------------------------------------

	繝輔ャ繧ｿ繝ｼ

----------------------------------------------------------------------------------*/

footer {
	padding: 120px 0 200px 0;
	background: url(images/common/bg_footer.svg) repeat-x center bottom;
	background-size: 80px 25px;
	position: relative;
	border-top: 1px solid #dcdad2;
}

.home footer {
	border-top: none;
}

footer .layout_flex {
	align-content: flex-end;
	align-items: flex-end;
}

footer .layout_half {
	margin-bottom: 0;
}

.footer_sitemap {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer_sitemap li {
	width: 33.3%;
	padding: 0 20px;
	border-left: 2px solid;
	margin-bottom: 50px;
	line-height: 1;
}

.footer_sitemap li:nth-child(1),
.footer_sitemap li:nth-child(6) {
	border-color: #5493de;
}

.footer_sitemap li:nth-child(2),
.footer_sitemap li:nth-child(7) {
	border-color: #ea8562;
}

.footer_sitemap li:nth-child(4) {
	border-color: #fae600;
}

.footer_sitemap li:nth-child(3),
.footer_sitemap li:nth-child(5) {
	border-color: #62d79a;
}

.footer_sitemap li a.sub {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
}

.footer_sitemap li a {
	margin-top: 15px;
}

.footer_sitemap li h3 {
	margin: 30px 0 0 0;
}

.footer_sitemap li h3:first-child {
	margin: 0 0 0 0;
}

footer .layout_half .outline {
	width: 35.3%;
	margin-bottom: 50px;
}

footer .outline h3 {
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}

footer .outline p {
	margin: 0 0 10px 0;
}

footer .outline p.anno {
	font-size: 1.3rem;
	margin: 0 0 15px 0;
}

footer .outline .blank {
	display: inline-block;
	margin: 0 0 30px 0;
}

footer .outline .btn {
	width: 47%;
}

footer .copyright {
	font-size: 1.2rem;
	position: absolute;
	left: 30px;
	bottom: 50px;
}

footer .pagetop {
	display: inline-block;
	width: 34px;
	position: absolute;
	right: 30px;
	bottom: 50px;
	padding: 15px 0 0 0;
}

footer .pagetop:hover {
	padding: 0 0 15px 0;
}

footer .pagetop img {
	width: 100%;
}

/*----------------------------------------------------------------------------------

	繝ｬ繧､繧｢繧ｦ繝�

----------------------------------------------------------------------------------*/

.max_wrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

.wide_1080 {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

.wide_1080 .wide_inner {
	padding: 0 5.7%;
}

.wide_795 {
	max-width: 795px;
	width: 73.6%;
	margin-left: auto;
	margin-right: auto;
}


.layout_flex {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}


.layout_half {
	margin: 0 0 100px 0;
}

.wide_1080 .layout_half_sub {
	position: relative;
	padding-bottom: 150px;
}

.margin_bottom {
	margin-bottom: 160px;
}

.margin_bottom_s {
	margin-bottom: 80px;
}

.layout_half .layout {
	width: 47.2%;
}

.layout_1_3 .layout {
	width: 29.6%;
	margin-bottom: 60px;
}

.layout_1_3:after {
	content: '';
	display: block;
	width: 29.6%;
}

.layout_1_4 .layout {
	width: 20.8%;
	margin-bottom: 60px;
}

.wide_1_3 {
	width: 29.6%;
}

.wide_2_3 {
	width: 64.5%;
}

.layout_flex .wide_1_3,
.layout_flex .wide_2_3 {
	margin-bottom: 60px;
}


.layout_flex {
	font-size: 1.6rem;
}

.layout_half .layout .img {
	margin-bottom: 40px;
	border-radius: 30px;
}

.layout_half .layout .ph_sub {
	position: absolute;
	right: 0px;
	bottom: -20px;
	width: 225px;
}

.layout_half .layout .ph_sub_left {
	right: auto;
	left: 0;
}

.layout_half .layout .illust_sub {
	position: absolute;
	right: 260px;
	bottom: -20px;
	width: 130px;
}

.layout_half .layout .illust_sub_left {
	right: auto;
	left: 260px;
}


.content_list {
	margin-bottom: 70px;
	align-content: stretch;
	align-items: stretch;
}

.content_list li {
	margin-bottom: 60px;
}

/* 園について：保育の基礎方針（6項目）— 直径・形を統一した正円 */
.type_about .content_list > li.layout {
	display: flex;
	justify-content: center;
}

.type_about .content_list li .text {
	box-sizing: border-box;
	border: 2px solid #5493de;
	width: 100%;
	border-radius: 9999px;
	padding: 18px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.type_about .content_list li .text .sst {
	margin-bottom: 0 !important;
}

.content_list li .img {
	margin: 0 0 40px 0;
	height: 220px;
	overflow: hidden;
}

.content_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content_list li.animal {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
}

.content_list li.turtle {
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
}

.content_list li.animal img {
	width: 60%;
}



/*----------------------------------------------------------------------------------

	荳句ｱ､繝輔か繝ｼ繝槭ャ繝�

----------------------------------------------------------------------------------*/


.content_lead {
	text-align: center;
	margin: 0 auto 80px auto;
	
}

.content_lead .st {
	font-size: 4.4rem;
	line-height: 1.75;
	margin: 0 0 40px 0;
}

.content_lead .st .sub {
	font-size: 2.0rem;
	margin: 0 0 10px 0;
	display: block;
}

.content_lead p.column {
	font-size: 1.6rem;
	margin-top: 40px;
	padding: 20px 30px;
	border: 1px solid #dcdad3;
}


.class_introduce {
	max-width: 1080px;
	width: 100%;
	padding: 0 5.7%;
	margin: 0 auto 80px auto;
}

.home .class_introduce {
	display: none;
}

.class_introduce li {
	width: 12%;

	text-align: center;

}

.class_introduce li:nth-child(even) {
	padding: 70px 0 0 0;
}

.class_introduce li h3 {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0 0 0;
}



.about_life .table_standard {
	margin-bottom: 20px;
}

.about_life .layout .img {
	/* 園生活について：画像だけ少し小さく */
	width: 100%;
	max-width: clamp(180px, 28vw, 260px);
	margin-left: auto;
	margin-right: auto;
}

.about_life .layout .img img {
	width: 100%;
	height: auto;
}

.about_life .layout .img.img_about_chest {
	max-width: min(100%, clamp(280px, 50vw, 540px));
}

.class_introduce .illust {
	padding: 30px 0 0 0;
}

.class_introduce .show .illust {
	animation: aboutclass 2.4s ease-in-out infinite;
}



@keyframes aboutclass {
	0% {padding: 30px 0 0 0;}
	15% {padding: 0 0 30px 0;}
	25% {padding: 30px 0 0 0;}
	45% {padding: 30px 0 0 0;}
	50% {padding: 30px 0 0 0;}
}


/*----------------------------------------------------------------------------------

	蝨偵�荳譌･

----------------------------------------------------------------------------------*/

.a_day {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 0 80px 0;
}

.clock {
	display: block;
	margin: 0 auto 120px auto;
}

.clock img {
	width: 47px;
}

.clock:before,
.clock:after {
	content: '';
	width: 100px;
	height: 3px;
	border-radius: 3px;
	background: #ea8562;
	display: inline-block;

}

.clock:before {
	margin: 0 40px 0 0;
}

.clock:after {
	margin: 0 0 0 40px;
}

.moon .clock:before,
.moon .clock:after {
	background: #fae600;
}

.a_day .time {
	width: 73.6%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.a_day .time .st {
	font-size: 4.0rem;
	line-height: 1;
}

.a_day .time ul {
	width: 76.7%;
	position: relative;
	padding-left: 100px;
}

.a_day .time ul:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #dcdad2;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1.0em;
}

.a_day .time .sst {
	margin-bottom: 10px;

}


.a_day .time p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.a_day .ph {
	width: 47.2%;
	position: absolute;
	left: 79%;
	top: 0;
}

.a_day:nth-child(even) .time {
	align-self: flex-end;
}

.a_day:nth-child(even) .ph {
	left: auto;
	right: 79%;
}

.age {
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	color: #fff;
	line-height: 1;
	padding: 3px 3px;
	border-radius: 2px;
	font-feature-settings: "palt";
}

.age_low {
	background: #5493de;
}

.age_high {
	background: #62d79a;
}

/* 園の一日：1日スケジュール（参考：サニーサイド系のカード＋グリッド表） */
.type_day .schedule_section_title {
	font-size: 2.2rem;
	line-height: 1.45;
	margin: 0 0 14px 0;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0.12em;
	font-weight: 600;
	color: #444;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(84, 147, 222, 0.45);
}
.type_day .schedule_section_lead {
	font-size: 1.5rem;
	line-height: 1.85;
	margin: 0 auto 40px auto;
	max-width: 38em;
	color: #555;
}
.type_day .schedule_section_lead.center {
	text-align: center;
}

/* 各スケジュールのパネル（白背景・角丸・淡い枠） */
.type_day .schedule_panel {
	background: #fff;
	border: 1px solid rgba(84, 147, 222, 0.22);
	border-radius: 12px;
	box-shadow: 0 6px 28px rgba(84, 147, 222, 0.07);
	padding: 22px 20px 24px;
}

/* 【0歳児】見出しバー */
.type_day .schedule_heading {
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0 0 18px 0;
	padding: 0;
	border: none;
	font-feature-settings: "palt";
	letter-spacing: 0.14em;
	font-weight: 700;
	color: #fff;
	background: #5493de;
	border-radius: 6px;
	padding: 12px 16px;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.day_area.schedule_12 {
	margin-top: 20px;
}
.day_area.day_note {
	margin-top: 60px;
}

/* 1日スケジュール表：実線グリッド・左列に淡い塗り（サイトの青系に統一） */
.type_day .table_day_schedule {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	border-top: 1px solid rgba(84, 147, 222, 0.35);
	background: #fff;
}
.type_day .table_day_schedule th,
.type_day .table_day_schedule td {
	background-image: none;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.75;
	padding: 14px 14px 14px 16px;
	vertical-align: top;
	border-bottom: 1px solid rgba(84, 147, 222, 0.22);
}
.type_day .table_day_schedule td {
	text-align: left;
	font-feature-settings: "palt";
	color: #444;
}
.type_day .table_day_schedule th[scope="row"] {
	width: 30%;
	max-width: 7.5em;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-size: 1.45rem;
	letter-spacing: 0.06em;
	white-space: nowrap;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

/* 時間帯ごとのカラーバンド（6色サイクル） */
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 1) th[scope="row"] {
	background: rgba(147, 197, 253, 0.55);
	color: #1e40af;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 1) td {
	background: rgba(219, 234, 254, 0.65);
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 2) th[scope="row"] {
	background: rgba(110, 231, 183, 0.5);
	color: #047857;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 2) td {
	background: rgba(209, 250, 229, 0.55);
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 3) th[scope="row"] {
	background: rgba(253, 186, 116, 0.55);
	color: #c2410c;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 3) td {
	background: rgba(255, 237, 213, 0.6);
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 4) th[scope="row"] {
	background: rgba(253, 224, 71, 0.45);
	color: #854d0e;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 4) td {
	background: rgba(254, 249, 195, 0.5);
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 5) th[scope="row"] {
	background: rgba(196, 181, 253, 0.55);
	color: #5b21b6;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 5) td {
	background: rgba(237, 233, 254, 0.65);
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 6) th[scope="row"] {
	background: rgba(251, 182, 206, 0.55);
	color: #9d174d;
}
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note):nth-child(6n + 6) td {
	background: rgba(252, 231, 243, 0.6);
}

.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note) th,
.type_day .table_day_schedule tbody tr:not(.table_day_schedule_note) td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.type_day .table_day_schedule tbody tr:has(+ tr.table_day_schedule_note) th,
.type_day .table_day_schedule tbody tr:has(+ tr.table_day_schedule_note) td {
	border-bottom-color: rgba(0, 0, 0, 0.12);
}
.type_day .table_day_schedule .table_day_schedule_note td {
	font-size: 1.3rem;
	line-height: 1.75;
	color: rgba(0, 0, 0, 0.52);
	padding: 18px 14px 6px;
	background: #faf9f6;
	border-bottom: none;
	border-top: 1px solid rgba(84, 147, 222, 0.15);
	text-align: left;
}

/* 園の一日：0歳 / 1・2歳 を横並び（狭い画面は縦積み） */
.type_day .schedule_dual {
	display: block;
}
@media screen and (max-width: 1023px) {
	.type_day .schedule_dual .schedule_column:not(:first-child) .schedule_panel {
		margin-top: 28px;
	}
}
@media screen and (min-width: 1024px) {
	.type_day .schedule_dual {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem 2rem;
		align-items: stretch;
	}
}

@media screen and (max-width: 768px) {
	.type_day .schedule_section_title {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		padding-bottom: 12px;
	}
	.type_day .schedule_section_lead {
		font-size: 1.35rem;
		margin-bottom: 26px;
	}
	.type_day .schedule_panel {
		padding: 16px 14px 18px;
		border-radius: 10px;
	}
	.type_day .schedule_heading {
		font-size: 1.35rem;
		padding: 10px 12px;
		margin-bottom: 14px;
		letter-spacing: 0.12em;
	}
	.day_area.schedule_12 {
		margin-top: 10px;
	}
	.day_area.day_note {
		margin-top: 40px;
	}
	.type_day .schedule_dual .schedule_column:not(:first-child) .schedule_panel {
		margin-top: 22px;
	}
	.type_day .table_day_schedule th,
	.type_day .table_day_schedule td {
		font-size: 1.35rem;
		padding: 11px 10px;
	}
	.type_day .table_day_schedule th[scope="row"] {
		font-size: 1.3rem;
		width: 34%;
	}
	.type_day .table_day_schedule .table_day_schedule_note td {
		font-size: 1.2rem;
		padding-top: 14px;
	}
}

/* 園の一日：園の決まり・持ち物・緊急対応 */
.type_day .day_rules_wrap {
	margin-top: 48px;
	padding-bottom: 40px;
}
.type_day .day_emergency_block .schedule_section_title {
	margin-top: 40px;
}
/* .content_lead は全般が中央揃えのため、このブロック内は本文を左揃え */
.type_day .day_rules_wrap .content_lead {
	text-align: left;
}
.type_day h3.day_rules_subtitle.sst {
	font-size: 1.65rem;
	font-weight: 700;
	margin: 28px 0 14px 0;
	line-height: 1.5;
	color: #444;
	letter-spacing: 0.06em;
}
.type_day .day_rules_wrap > .content_lead > h3.day_rules_subtitle.sst:first-of-type {
	margin-top: 12px;
}
.type_day .day_emergency_block > h3.day_rules_subtitle.sst:first-of-type {
	margin-top: 28px;
}
.type_day .day_rules_list {
	margin: 0 0 12px 1.4em;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.85;
	color: #444;
	list-style: disc;
}
.type_day .day_rules_list li {
	margin-bottom: 10px;
}
.type_day .day_rules_list_nested {
	margin: 10px 0 0 0;
	padding-left: 1.2em;
	list-style: circle;
	font-size: 1.45rem;
	line-height: 1.8;
}
/* 保育園に持ってくるもの（ピル＋縦書きラベル） */
.type_day .day_bring_items_block {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	margin: 28px 0 28px 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.type_day .day_bring_sidebar_title {
	flex: 0 0 3.25rem;
	width: 3.25rem;
	min-height: 12rem;
	margin: 0;
	padding: 1.25rem 0.35rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #3a8a99;
	background: #e8e8e8;
	border: none;
}
.type_day .day_bring_main {
	flex: 1;
	min-width: 0;
	padding: 20px 22px 22px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	box-sizing: border-box;
}
.type_day .day_bring_class + .day_bring_class {
	margin-top: 2rem;
	padding-top: 1.75rem;
	border-top: 1px solid #eee;
}
.type_day .day_bring_class_heading {
	margin: 0 0 14px 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	color: #222;
	letter-spacing: 0.04em;
}
.type_day .day_bring_flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
}
.type_day .day_bring_item {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	max-width: 100%;
}
.type_day .day_bring_pill {
	display: inline-block;
	padding: 0.45em 1em 0.5em;
	font-size: 1.35rem;
	line-height: 1.35;
	font-weight: 600;
	color: #fff;
	background: #49a4b4;
	border-radius: 999px;
	letter-spacing: 0.02em;
}
.type_day .day_bring_qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.2em 0.55em;
	min-width: 4.6em;
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #1f5f6c;
	background: #e8f6f8;
	border: 1px solid rgba(73, 164, 180, 0.35);
	border-radius: 999px;
	white-space: nowrap;
}
.type_day .day_rules_note_list {
	margin: 4px 0 0 0;
	padding-left: 1.5em;
	font-size: 1.4rem;
	line-height: 1.85;
	color: #555;
}
.type_day .day_emergency_lead {
	font-size: 1.5rem;
	line-height: 1.9;
	color: #444;
	margin: 0 0 4px 0;
}
.type_day .day_name_tag_figure {
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 100%;
}
.type_day .day_name_tag_figure img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 795px;
	margin: 0 auto;
	border-radius: 8px;
	border: 1px solid rgba(84, 147, 222, 0.2);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.type_day .day_rules_wrap {
		margin-top: 36px;
		padding-bottom: 28px;
	}
	.type_day .day_rules_list,
	.type_day .day_rules_list_nested {
		font-size: 1.35rem;
	}
	.type_day h3.day_rules_subtitle.sst {
		font-size: 1.45rem;
		margin: 22px 0 10px 0;
	}
	.type_day .day_bring_items_block {
		flex-direction: column;
		margin-bottom: 22px;
	}
	.type_day .day_bring_sidebar_title {
		flex: none;
		width: 100%;
		min-height: 0;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		padding: 12px 16px;
		font-size: 1.3rem;
		letter-spacing: 0.12em;
	}
	.type_day .day_bring_main {
		border: 1px solid #e0e0e0;
		padding: 16px 14px 18px;
	}
	.type_day .day_bring_class_heading {
		font-size: 1.35rem;
		margin-bottom: 12px;
	}
	.type_day .day_bring_pill {
		font-size: 1.22rem;
		padding: 0.4em 0.85em 0.45em;
	}
	.type_day .day_bring_qty {
		font-size: 1.1rem;
	}
	.type_day .day_emergency_lead {
		font-size: 1.35rem;
	}
	.type_day .day_name_tag_figure {
		margin-bottom: 16px;
	}
}




/*----------------------------------------------------------------------------------

	險倅ｺ九�繝ｼ繧ｸ

----------------------------------------------------------------------------------*/

.post_title {
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 80px;
}

.post_title .title {
	display: block;
	position: relative;
}

.post_title .title:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fae600;
	position: absolute;
	left: -60px;
	top: 0.3em;
}

.post_title .date {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
}

.post_title .cate {
	vertical-align: middle;
	margin: 0 16px 0 0;
}

.post_body p {
	margin-bottom: 70px;
}

.post_body figure {
	margin-bottom: 70px;
}

.single-photo .post_body figure img {
	margin-bottom: 10px;
	border-radius: 5px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.post_body .wp-block-image figcaption {
  font-family: '荳ｭ繧ｴ繧ｷ繝�けBBB', sans-serif;
  font-size: 1.4rem;
  line-height: 2.1;
}

.post_body_content h2 {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.post_body_content h3,
.post_body_content h4,
.post_body_content h5 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.post_body_content ul {
	margin-bottom: 70px;
}


/*----------------------------------------------------------------------------------

	繝ｬ繧､繧｢繧ｦ繝� 繝昴�繧ｿ繝ｫ

----------------------------------------------------------------------------------*/

.home_portal {
	width: 100%;
	position: relative;

}

.portal {
	margin-bottom: 160px;
}

.portal ul li a {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.portal ul li:nth-child(3) a,
.portal ul li:nth-child(4) a {
	flex-direction: row-reverse;
}

.portal ul li:nth-child(3) .text_round_out .text_round,
.portal ul li:nth-child(4) .text_round_out .text_round {
	align-content: flex-end;
	align-items: flex-end;
}

.portal ul li:nth-child(2) a,
.portal ul li:nth-child(3) a {
	align-content: flex-end;
	align-items: flex-end;
}

.portal ul li:nth-child(2) a {
	padding-top: 120px;
}

.portal ul li:nth-child(4) a {
	padding-top: 40px;
}


.portal ul li:nth-child(1) .content,
.portal ul li:nth-child(4) .content {
	padding-top: 40px;
}

.portal ul li .text_round_out {
	width: 90px;
	padding: 0 10px;

}

.portal ul li .content {
	flex: 1;
}

.portal ul li .content .img {
	margin: 0 0 20px 0;

}

.portal ul li .img {
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	padding: 75% 0 0 0;
	position: relative;

}

.home .portal ul li {
	transition: 0.8s ease-in-out;
	opacity: 0.0;
}

.home .portal ul li.show {
	opacity: 1;
}

.home .portal ul li .img .cover {
	display: block;
	width: 150%;
	height: 150%;
	background: #fff;
	position: absolute;
	left: -0;
	top: -0;
	z-index: 10;
	border-radius: 0 0 100% 0;
	transition: 1.4s ease-in-out;
}

.home .portal ul li.show .img .cover {
	left: -140%;
	top: -100%;

}

.home .portal ul li.show .img {
	opacity: 1;
}

.portal ul li .img img {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.6s ease-in-out;
	border-radius: 35px;
}

.portal ul li a:hover .img img {
	transform-origin: 50% 50%;
	transform: scale(1.05);
	opacity: 0.85;
}


.portal .animal {
	position: absolute;
	z-index: 60;
	opacity: 0;

}

.bg_round .gorilla,
.portal .animal {
	transition-duration:0.4s;
	transition-timing-function:cubic-bezier(.56,.04,.53,.97);
}


.bg_round .gorilla {
	transition-duration:0.7s; 
 }

.portal .sloth {
	width: 11vw;
	top: -180px;
	left: -3.95vw;

}

.portal .sloth.show {
	left: -0.95vw;
	opacity: 1;
}

.portal .giraffe {
	width: 11vw;
	top: -70px;
	right: -3.7vw;

}

.portal .giraffe.show {
	right: -0.7vw;
	opacity: 1;
}

.portal .elephant {
	width: 9.7vw;
	top: 270px;
	left: -5.0vw;

}

.portal .elephant.show {
	left: -2vw;
	opacity: 1;
}

/*----------------------------------------------------------------------------------

	繝吶�繧ｸ繝･閭梧勹

----------------------------------------------------------------------------------*/

.bg_round {
	padding: 140px 0;
	background: url(images/common/bg_round_top.svg) repeat-x center top #faf7ed;
	background-size: 100px auto;
	position: relative;
	margin-bottom: 120px;
}

.home .bg_round {
	margin-bottom: 0;
}

.bg_round:after {
	content: '';
	display: block;
	width: 100%;
	height: 26px;
	background: url(images/common/bg_round_bottom.svg) repeat-x center top #faf7ed;
	background-size: 102px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bg_round .animal {
	position: absolute;

}

.bg_round .gorilla {
	width: 13.8vw;
	top: -8.3vw;
	right: -3.9vw;
	opacity: 0;
}

.bg_round .gorilla.show {
	right: -0.9vw;
	opacity: 1;
}

/*----------------------------------------------------------------------------------

	繝代�繝�

----------------------------------------------------------------------------------*/

.arrow {
	padding-right: 40px;
	background: url(images/common/arrow.svg) no-repeat;
	background-size: 26px auto;
	background-position: right 5px center;
	transition: 0.3s ease-in-out;
	font-size: 1.4rem;
	margin-left: 0.2em;
}

a:hover .arrow,
.arrow:hover {
	background-position: right 0 center;
}


.ph_round {
	border-radius: 30px;
}

.st_deco {
	text-align: center;
	margin: 0 0 60px 0;
}

.st_deco span {
	font-size: 3.6rem;
	display: inline-block;
}

.st_deco span:after,
.st_deco span:before {
	content: '';
	display: inline-block;
	background: url(images/common/d_yellow_green.svg) no-repeat center center;
	background-size: cover;
	width: 30px;
	height: 16px;
	margin: 0 24px;
	vertical-align: middle;
}

.sst_deco {
	margin: 0 0 20px 0;
}

.sst_deco span {
	font-size: 2.4rem;
	vertical-align: middle;

}

.sst_deco span:before {
	content: '';
	display: inline-block;
	background: url(images/common/d_red_green.svg) no-repeat center center;
	width: 30px;
	height: 16px;
	background-size: cover;
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

.blank {
	padding-right: 24px;
	background: url(images/common/icon_blank.svg) no-repeat right center;
	background-size: 14px 14px;
	color: #5493de;
	text-decoration: underline;
}

.btn {
	background: #62d79a;
	border-radius: 50px;
	min-width: 160px;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
}

.btn:hover {
	background: #38bf6f;
	color: #fff;
}

.btn_round span {
	color: #fff;
	display: inline-block;
	background: #ea8562;
	border-radius: 20px;
	line-height: 1;
	font-size: 1.4rem;
	padding: 11px 20px 10px 20px;
	vertical-align: middle;
	transition: 0.2s ease-in-out;
}

.btn_round:after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(images/common/btn_round.svg) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-left: -5px;

}

.btn_round span:hover {
	background: #dc5838;
}



.btn_posi {
	position: absolute;
	right: 0;
	top: 0;
}

.btn_area {
	text-align: center;
}

.ph_gallery_home .btn_posi {
	top: 20px;
}

.ph_gallery_home .btn_posi {
	right: auto;
	left: 50%;
	margin-left: 360px;
}

@media screen and (max-width:1240px) {
.ph_gallery_home .btn_posi {
	left: auto;
	right: 6vw;
}
}


.table_standard {
	background: url(images/common/dot.svg) repeat-x left top;
	background-size: 10px 1px;
	width: 100%;
	margin-bottom: 70px;
}


.list_dot li,
.table_standard th,
.table_standard td {
	font-size: 1.6rem;
	background: url(images/common/dot.svg) repeat-x left bottom;
	background-size: 10px 1px;
	padding: 15px 0;
	vertical-align: top;
}

.type_event .list_dot li {
	font-size: 1.8rem;
}

.table_standard th {
	width: 15%;
	padding-right: 10px;
}

.layout_half .table_standard th {
	width: 25%;
}

.pdf_link {
	display: block;
	vertical-align: middle;
}

.pdf_link:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url(images/common/icon_pdf.svg) no-repeat left center;
	margin: -6px 10px 0 0;
	background-size: 22px 22px;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 120px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.anchor {
	display: flex;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

.anchor li {
	align-self: center;
	border-right: 1px solid #dcdad2;
}

.anchor li a {
	display: block;
	font-size: 1.6rem;
	padding: 10px 20px;

}

.anchor li:first-child {
	border-left: 1px solid #dcdad2;
}


.sns {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.sns li {
	width: 60px;
	margin: 0 10px;
}


/*----------------------------------------------------------------------------------

	荳ｸ閭梧勹 隕句�縺励す繧ｹ繝�Β

----------------------------------------------------------------------------------*/


.text_round_out {
	display: inline-block;

}

.wide_1080 .text_round_out {
	margin-bottom: 20px;
}

.text_round {
	display: flex;


}



.text_round span.out {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	background: #fff;
	border-radius: 50%;

}

.text_round span.out:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50%;
	z-index: 40;
}

.text_round span.out:nth-child(even):before  {
	z-index: 45;
	mix-blend-mode: multiply;
}

.text_round span.out span {
	position: relative;
	z-index: 50;
}

/*邵ｦ譖ｸ縺阪�縺ｨ縺�*/



.vert .text_round {
	flex-direction: column;
}


.vert.small .text_round {
	padding-top: 5px;
}

.vert.small .text_round span.out {
	margin-top: -5px;
}


.vert.middle .text_round {
	padding-top: 5px;
}

.vert.middle .text_round span.out {
	margin-top: -5px;
}

.vert.large .text_round {
	padding-top: 10px;
}

.vert.large .text_round span.out {
	margin-top: -10px;
}

/*邵ｦ譖ｸ縺阪〒2陦後�縺ｨ縺�*/

.text_round_out.vert h2 {
	display: flex;
}

.vert h2 {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.vert h2 .text_round:nth-child(2) {
	margin-right: 0.7em;
}


/*蟆�*/

.small .text_round {
	font-size: 2.0rem;
	padding-left: 5px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

.small .text_round span.out {
	width: 50px;
	height: 50px;
	margin-left: -5px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}


/*荳ｭ*/

.middle .text_round {
	font-size: 2.4rem;
	padding-left: 5px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

.middle .text_round span.out {
	width: 58px;
	height: 58px;
	margin-left: -5px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

/*螟ｧ*/

.large .text_round {
	font-size: 2.8rem;
	padding-left: 10px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

.large .text_round span.out {
	width: 70px;
	height: 70px;
	margin-left: -10px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}





/*邱�*/

.green .text_round span.out:before {
	background: #62d79a;
}

.green .text_round span.out:nth-child(even):before {
	background: #91e3b8;
}


/*襍､*/

.red .text_round span.out:before {
	background: #ea8562;
}

.red .text_round span.out:nth-child(even):before {
	background: #f0a991;
}


/*髱�*/

.blue .text_round span.out:before {
	background: #5493de;
}

.blue .text_round span.out:nth-child(even):before {
	background: #87b3e8;
}


/*鮟�*/

.yellow .text_round span.out:before {
	background: #fae600;
}

.yellow .text_round span.out:nth-child(even):before {
	background: #fbed4c;
}

/*邱鷹ｻ�*/

.green_yellow .text_round span.out:before {
	background: #91e3b8;
}

.green_yellow .text_round span.out:nth-child(even):before {
	background: #fae600;
}

/*襍､髱�*/

.red_blue .text_round span.out:before {
	background: #f0a991;
}

.red_blue .text_round span.out:nth-child(even):before {
	background: #87b3e8;
}

/*----------------------------------------------------------------------------------

	繧ｫ繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν

----------------------------------------------------------------------------------*/

.cate_title {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 70px 0;
	text-align: center;
}

.cate_title .ph {
	height: 548px;
	border-radius: 0 0 0 30px;
	background: no-repeat center center;
	background-size: cover;	
	margin-bottom: -35px;
	position: relative;
	overflow: hidden;
}

.page-template-page-contact .cate_title .ph {
	height: 380px;
}

.cate_title .text_round_out {
	margin-left: 0;
}

.type_about .cate_title .ph {
	background-image: url(images/naikan6.JPG);
}

.type_place .cate_title .ph {
	background-image: url(images/naikan6.JPG);
}

.type_childcare .cate_title .ph {
	background-image: url(images/header/childcare.jpg);
}

.type_day .cate_title .ph {
	background-image: url(images/naikan3.JPG);
}

.type_event .cate_title .ph {
	background-image: url(images/naikan5.JPG);
}

.type_health .cate_title .ph {
	background-image: url(images/bg-1.JPG);
	background-size: cover;
	background-position: center center;
}

.type_health .health_emphasis {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0 1em;
}

.type_health .layout_half_wide .layout .st {
	font-size: 2.4rem;
	margin: 0 0 20px 0;
}

.type_health .layout_half_wide .layout .list_dot {
	margin-top: 0;
}

.type_health .layout_flex.layout_half_wide:last-of-type {
	margin-bottom: 60px;
}

/* 感染症の登園基準：見出し・注意文を上、一覧表画像を下（中央・全幅） */
.type_health .health_return_criteria {
	margin: 0 0 100px 0;
}

.type_health .health_return_criteria_head {
	text-align: center;
	margin-bottom: 1.75em;
}

.type_health .health_return_criteria_head .st {
	margin: 0 0 0.35em 0;
}

.type_health .health_return_criteria_head .health_emphasis {
	margin: 0.5em 0 0;
}

.type_health .health_return_criteria_figure {
	width: 100%;
	max-width: 100%;
}

.type_health .health_return_criteria_figure .img {
	margin-bottom: 0;
}

.type_health .health_return_criteria_img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* 感染症の登園基準：画像の代わりに実テーブル化 */
.type_health .health_return_criteria_scroll_hint {
	display: inline-block;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #2c6ea8;
	background: #eaf7ff;
	border: 1px solid #cfe6f6;
	border-radius: 999px;
	padding: 6px 12px;
	margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
	.type_health .health_return_criteria_scroll_hint {
		display: none !important;
	}
}

.type_health .health_return_criteria_table_shell {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.type_health .health_return_criteria_table {
	width: 100%;
	border-collapse: collapse;
	min-width: 860px; /* 列数が多いためPC/モバイルで横スクロール */
	background: #fff;
}

.type_health .health_return_criteria_table caption {
	caption-side: top;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.type_health .health_return_criteria_table th,
.type_health .health_return_criteria_table td {
	border: 2px solid #cfe6f6;
	padding: 12px 10px;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 1.4;
}

.type_health .health_return_criteria_table thead th {
	background: #eaf7ff;
	text-align: center;
	font-weight: bold;
}

.type_health .health_return_criteria_table .col_no {
	width: 60px;
	text-align: center;
}

.type_health .health_return_criteria_table tbody th[scope="row"] {
	background: #f6fbff;
	text-align: left;
	font-weight: 700;
}

.type_health .health_return_criteria_table thead th:nth-child(2),
.type_health .health_return_criteria_table tbody tr > td:nth-of-type(1) {
	min-width: 6.5em;
	width: 10%;
}

/* 健康管理：はみがき・感染症など縦長・大きめのイラストを列内で小さく */
.type_health .layout_half_wide .layout .img img.health_img_sm {
	max-width: 44%;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 申請書・重要事項説明書一覧 */
.type_application .cate_title .ph {
	background-image: url(images/bg-4.JPG);
	background-size: cover;
	background-position: center center;
}

.type_application .application_lead {
	margin-bottom: 2rem;
}

.type_application .application_lead_text {
	font-size: 1.5rem;
	line-height: 1.75;
	margin: 0;
}

.type_application .application_toc ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
}

.type_application .application_toc a {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 999px;
	background: rgba(59, 102, 144, 0.12);
	color: #2d4a63;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
	transition: background 0.2s ease, color 0.2s ease;
}

.type_application .application_toc a:hover {
	background: rgba(59, 102, 144, 0.22);
	color: #1a3248;
}

.type_application .application_section {
	margin-bottom: 4rem;
}

.type_application .application_section .st {
	margin-bottom: 1rem;
}

.type_application .application_body {
	font-size: 1.5rem;
	line-height: 1.85;
	margin: 0 0 1.25em;
}

.type_application .application_body code {
	font-size: 0.95em;
	padding: 0.1em 0.35em;
	background: #f0f4f8;
	border-radius: 4px;
}

.type_application .application_note {
	background: #f7fafc;
	border-left: 4px solid #3b6690;
	padding: 1em 1.25em;
	margin-bottom: 1.75em;
}

.type_application .application_subhead {
	font-size: 1.8rem;
	margin: 1.75em 0 0.75em;
	color: #333;
}

.type_application .application_complaint_list {
	margin-top: 0;
}

.type_application .application_ordered {
	margin: 0 0 1em;
	padding-left: 1.5em;
	font-size: 1.5rem;
	line-height: 1.85;
}

.type_application .application_ordered > li {
	margin-bottom: 1em;
}

.type_application .application_ordered .list_dot {
	margin-top: 0.5em;
}

.type_application .application_nested {
	margin-top: 0.5em;
}

/* Spearly：苦情報告・その他報告（カード＋テーブル風リスト） */
.type_application .application_section_heading {
	margin-bottom: 1rem;
}

.type_application .application_file_card {
	margin-top: 0.25rem;
	border: 1px solid #e2e5e9;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.type_application .application_file_card_head {
	padding: 1.5rem 1.75rem 1.35rem;
	background: #f8f9fa;
	border-bottom: 1px solid #e8eaed;
}

.type_application .application_file_card_title {
	margin: 0 0 0.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.35;
}

.type_application .application_file_card_lead {
	margin: 0;
	font-size: 1.4rem;
	color: #6b7280;
	line-height: 1.65;
}

.type_application .application_file_table_shell {
	border-left: 4px solid #f5cc00;
	background: #fff;
}

.type_application .application_file_table {
	width: 100%;
}

.type_application .application_file_row {
	display: grid;
	grid-template-columns: 4.75rem minmax(0, 1fr) minmax(11rem, max-content);
	align-items: center;
	gap: 0.65rem 1.25rem;
	padding: 1.05rem 1.35rem 1.05rem 0.85rem;
}

.type_application .application_file_row--head {
	background: #f1f3f5;
	font-size: 1.25rem;
	font-weight: bold;
	color: #4b5563;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.type_application .application_file_row--data {
	background: #fdfcfa;
	border-bottom: 1px solid #e8eaed;
	font-weight: 700;
}

.type_application .application_file_row--data:last-child {
	border-bottom: none;
}

.type_application .application_file_col--gutter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.6rem;
}

.type_application .application_file_fake_check {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #9ca3af;
	border-radius: 3px;
	background: #fff;
	flex-shrink: 0;
	box-sizing: border-box;
}

.type_application .application_file_pdf_icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.type_application .application_file_pdf_icon svg {
	display: block;
}

.type_application .application_file_col--name {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	min-width: 0;
}

.type_application .application_file_item_title {
	font-size: 1.45rem;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.45;
}

.type_application .application_file_item_type {
	font-size: 1.2rem;
	color: #6b7280;
	line-height: 1.3;
}

.type_application .application_file_col--dl {
	text-align: right;
	justify-self: end;
	min-width: 0;
}

.type_application .application_file_dl_spearly {
	word-break: break-word;
}

.type_application .application_file_dl_spearly a {
	font-size: 1.4rem;
	color: #1e3a5f;
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-word;
}

.type_application .application_file_dl_spearly a:hover {
	color: #3b6690;
}

@media screen and (max-width: 640px) {
	.type_application .application_file_table_shell {
		overflow-x: visible;
		border-left-width: 3px;
	}

	.type_application .application_file_table {
		min-width: 0;
	}

	.type_application .application_file_row--head {
		display: none;
	}

	.type_application .application_file_row--data {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: start;
		column-gap: 0.7rem;
		row-gap: 0.55rem;
		padding: 1rem 0.9rem 1rem 0.75rem;
	}

	.type_application .application_file_col--gutter {
		grid-column: 1;
		grid-row: 1;
		align-self: start;
		padding-top: 0.1rem;
	}

	.type_application .application_file_fake_check {
		display: none;
	}

	.type_application .application_file_col--name {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.type_application .application_file_item_title {
		font-size: 1.35rem;
		line-height: 1.4;
	}

	.type_application .application_file_item_type {
		font-size: 1.1rem;
	}

	.type_application .application_file_col--dl {
		grid-column: 1 / -1;
		grid-row: 2;
		text-align: left;
		justify-self: stretch;
		padding-top: 0.35rem;
		border-top: 1px solid #e8eaed;
		margin-top: 0.15rem;
	}

	.type_application .application_file_col--dl::before {
		content: "ダウンロード";
		display: block;
		font-size: 1.15rem;
		font-weight: bold;
		color: #4b5563;
		margin-bottom: 0.2rem;
	}

	.type_application .application_file_dl_spearly a {
		font-size: 1.3rem;
	}

	.type_application .application_file_card_head {
		padding: 1.15rem 1.1rem 1rem;
	}

	.type_application .application_file_card_title {
		font-size: 1.75rem;
		line-height: 1.3;
	}

	.type_application .application_file_card_lead {
		font-size: 1.25rem;
	}
}

.type_application .application_empty {
	font-size: 1.5rem;
	color: #666;
	margin: 0;
	padding: 1em 1.25em;
	background: #fafafa;
	border-radius: 8px;
}

/* 資料ダウンロード（カードグリッド） */
.type_application .application_download_section {
	margin-bottom: 3rem;
}

.type_application .application_download_heading {
	margin-bottom: 0.75rem;
}

.type_application .application_download_intro {
	margin-bottom: 1.25rem;
}

.type_application .application_download_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.25rem 2.25rem;
}

.type_application .application_download_card {
	position: relative;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.type_application .application_download_card:hover {
	border-color: rgba(57, 164, 74, 0.55);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.type_application .application_download_card_top {
	height: 4px;
	background: linear-gradient(90deg, #f3cc00 0%, #ff7a00 55%, #f04b4b 100%);
}

.type_application .application_download_card_inner {
	padding: 2.2rem 2.2rem 2rem;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.15rem;
	text-align: center;
}

.type_application .application_download_card_icon {
	width: 92px;
	height: 92px;
	display: grid;
	place-items: center;
	opacity: 0.9;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.type_application .application_download_card_title {
	margin: 0;
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.55;
	color: #1a1a1a;
	max-width: 26em;
}

.type_application .application_download_card_actions {
	margin-top: 0.2rem;
	width: min(240px, 100%);
}

.type_application .application_download_card_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55em;
	padding: 0.9em 1.6em;
	border-radius: 999px;
	background: #39a44a;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.35rem;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(57, 164, 74, 0.28);
	transition: transform 0.15s ease, filter 0.2s ease, background 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

.type_application .application_download_card_btn:hover {
	background: #2f8f3f;
	transform: translateY(-1px);
	filter: brightness(1.02);
}

.type_application .application_download_card_btn_icon {
	width: 30px;
	height: 30px;
	border-radius: 9px;
	display: inline-grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.18);
	flex-shrink: 0;
}

.type_application .application_download_card_btn--disabled {
	background: #e5e7eb;
	color: #9ca3af !important;
	box-shadow: none;
	cursor: not-allowed;
}

.type_application .application_download_card_btn--disabled:hover {
	background: #e5e7eb;
	transform: none;
	filter: none;
}

@media screen and (max-width: 767px) {
	.type_application .application_lead {
		margin-bottom: 1.5rem;
	}

	.type_application .application_lead_text {
		font-size: 1.4rem;
		line-height: 1.75;
	}

	.type_application .application_toc ul {
		gap: 0.5rem 0.65rem;
		margin-bottom: 2rem;
	}

	.type_application .application_toc a {
		font-size: 1.3rem;
		padding: 0.5em 0.9em;
	}

	.type_application .application_section {
		margin-bottom: 2.75rem;
	}

	.type_application .application_body {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.type_application .application_body code {
		word-break: break-word;
		font-size: 0.88em;
	}

	.type_application .application_note {
		padding: 0.85em 1rem;
	}

	.type_application .application_subhead {
		font-size: 1.55rem;
		margin: 1.35em 0 0.6em;
	}

	.type_application .application_ordered {
		font-size: 1.4rem;
		line-height: 1.75;
		padding-left: 1.35em;
	}

	.type_application .cate_title .text_round {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 6px;
		max-width: 100%;
		padding-left: 4px;
		padding-right: 4px;
		box-sizing: border-box;
	}

	.type_application .text_round_out.large .text_round {
		font-size: 2rem;
		padding-left: 4px;
	}

	.type_application .text_round_out.large .text_round span.out {
		width: 46px;
		height: 46px;
		margin-left: -5px;
	}

	.type_application .application_download_section {
		margin-bottom: 2.25rem;
	}

	.type_application .application_download_grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.type_application .application_download_card_inner {
		padding: 1.7rem 1.4rem 1.6rem;
		min-height: 190px;
		gap: 0.95rem;
	}

	.type_application .application_download_card_icon {
		width: 84px;
		height: 84px;
	}

	.type_application .application_download_card_title {
		font-size: 1.3rem;
	}

	.type_application .application_download_card_actions {
		width: 100%;
	}

	.type_application .application_download_card_btn_icon {
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}
}

.type_forparents .cate_title .ph {
	background-image: url(images/naikan4.JPG);
}

.type_recruit .cate_title .ph {
	background-image: url(images/header/recruit.jpg);
}

.type_other .cate_title .ph {
	background-image: url(images/bg-1.JPG);
}


/*----------------------------------------------------
	
	Loading
	
----------------------------------------------------*/

/*
.loading {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #208b55;
	top: 0;
	left: 0;
	z-index: 100;
	align-content: center;
	text-align: center;
	justify-content: center;
}*/

.loading {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
	align-items: center;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: #faf7ed;
}


.loading span {
	width: 40px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 50%;
}

.home .loading {
	background: none;
}

.home .loading span {
	margin: -5vh auto 0 auto;
	position: static;
}


.loading span img {
		animation: spin 2.0s linear infinite;
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*
.loading {
	display: block;
	width: 100%;
	height: 100%;
	background: #208b55;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}*/


/*----------------------------------------------------------------------------------

	繝帙�繝�繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ

----------------------------------------------------------------------------------*/


.kv_home_list .waku {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 30;
}

.kv_home_list .waku_sp {
	display: none;
}

.kv_area {
	width: 100%;
	/*max-width: 1920px;*/
	margin: 0 auto 7.5vw auto;
	max-height: 64.4vw;
	position: relative;
	overflow: visible;
	
}

.kv_home_list:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/common/kv_shadow.png) no-repeat center top;
	background-size: 100% 617px;
	z-index: 21;
	opacity: 0;
	transition: 0.4s ease-in-out;
	
}

.kv_home_list.show:after {
	opacity: 1;
}


.kv_home_list {

	position: relative;
	height: 100%;
	width: 100%;
	background: #faf7ed;

}

.kv {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;

}


.kv_out {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;

}

.kv .kv_list {
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;

}


.kv .kv_list span.kv_a,
.kv .kv_list .kv_a {
	width: 100%;
	height: 100%;
	display: block;


	background: no-repeat center center;
	background-size: cover;
	position: relative;
}


.kv .kv_list01 span.kv_a {
	background-image: url(images/home/kv01.jpg);
}

.kv .kv_list02 span.kv_a {
	background-image: url(images/home/kv02.jpg);
}

.kv .kv_list03 span.kv_a {
	background-image: url(images/home/kv03.jpg);
}

.kv .kv_list04 span.kv_a {
	background-image: url(images/home/kv04.jpg);
}


.kv img.img_kv_h {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.kv img {
	position: absolute;
}

.h_kv_area {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 700px;
	pointer-events: none;
}



.home_kv_ui {
	width: 100%;
	height: 100%;
	max-height: 64.4vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
}

.home_kv_ui .text_round_out {
	position: absolute;
	bottom: 10%;
	right: 5.5%;
	z-index: 40;
}

.btn_saiyo {
	display: none;
	writing-mode: vertical-rl;
	color: #5493de;
	padding: 12px 0;
	line-height: 30px;
	border-radius: 20px;
	border: 2px solid #5493de;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.btn_saiyo:hover {
	background: #5493de;
	color: #fff;
}

.home .btn_saiyo {
	display: inline-block;
}

.scroll {
	display: inline-block;
	color: #fff;
	position: absolute;
	bottom: 3.2vw;
	left: 50%;
	margin-left: -2.65em;
	z-index: 40;
	font-size: 1.2rem;
}

.scroll span {
	display: block;
	width: 2px;
	height: 5.5vw;
	position: relative;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.scroll span:after {
	content: '';
	display: block;
	width: 2px;
	height: 5.5vw;
	background: #fff;

	position: absolute;
	top: 0;
	left: 0;
	animation: scroll 3.0s ease-in infinite;
}

@keyframes scroll {
	0% {top: -100%;}
	20% {top: 0%;}
	60% {top: 0%;}
	90% {top: 100%;}
	100% {top: 100%;}
}

/*----------------------------------------------------------------------------------

	繝帙�繝�

----------------------------------------------------------------------------------*/

.hidden_area {
	overflow: hidden;
}

.home_lead {
	text-align: center;
	margin: 0 0 50px 0;
}

.home_lead h2 {
	padding-top: 210px;
	background: url(images/common/class_tanpopo.svg) no-repeat;
	background-position: center top 40px;
	background-size: 122px auto;
	margin: 0 0 30px 0;
	font-size: 2.4rem;

}

.home_lead h2.show {
	animation: homeflower 0.9s ease-in;
}

@keyframes homeflower {
	0% {background-position: center top 40px;}
	45% {background-position: center top 0;}
	80% {background-position: center top 40px;}
	90% {background-position: center top 30px;}
	100% {background-position: center top 40px;}
}

.home_lead p {
	text-align: center;
}

.home_information {
	width: 65%;
	margin: 120px auto 0 auto;
	position: relative;
	z-index: 200;
}

.bg_round .layout_flex .home_information {
	width: 64.6%;
}

.bg_round .layout_flex .home_access {
	width: 65%;
	display: block;
	margin: 0 auto;
}

.bg_round .layout_flex .home_access img {
	border-radius: 35px;
}

.home_format {
	background: url(images/common/format_cut.svg) no-repeat right top #fff;
	background-size: 30px 30px;
	padding: 30px 40px;

}

.home_format .sst {
	margin-top: 10px;
	margin-bottom: 0;
}

.home_format .text {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.home_format .text h4 span {
	display: block;
	border-bottom: 1px solid #5493de;
	font-size: 1.5rem;
	padding: 5px 0 0 0;
}

.home_format .text .sst {
	font-size: 2.4rem;

	padding-right: 40px;
	background: url(images/common/arrow.svg) no-repeat;
	background-size: 26px auto;
	background-position: right 5px center;
	transition: 0.3s ease-in-out;


}

.home_format a:hover .text .sst {
	background-position: right 0 center;
}

/*
.home_format .text:after {
	content: '';
	display: block;
	width: 95px;
	height: 95px;
	border-radius: 48px;
	background: url(images/home/ph_format.jpg);
	background-size: cover;
	position: absolute;
	right: -25px;
	bottom: -5px;
}
*/


/*----------------------------------------------------------------------------------

	縺顔衍繧峨○

----------------------------------------------------------------------------------*/

.list_informaiton {
	margin-bottom: 40px;
}

.home_information {
	position: relative;
	margin-bottom: 0;
}




.list_informaiton li {
	background: url(images/common/dot.svg) repeat-x left top;
	background-size: 10px 1px;
	
	padding: 15px 0;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
}

.post-type-archive .list_informaiton li {
padding: 25px 0;
}

.list_informaiton li:first-child {
	background: none;
}

.list_informaiton li .date {
	display: inline-block;
	width: 138px;
	line-height: 1;
	vertical-align: top;
	border-right: 1px solid #555;
	padding: 0 0 0 12px;
	margin: 5px 10px 0 0;
	font-size: 1.4rem;
}

.cate {
	min-width: 76px;
	text-align: center;
	display: inline-block;
	font-size: 1.0rem; padding: 5px 5px;
	line-height: 1;
	background: #ea8562;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	margin-right: 10px;
}

.list_informaiton_ph .date {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}

.list_informaiton_ph .cate {
	margin-top: 2px;
}

.list_informaiton_ph .img {
	margin-bottom: 20px;
}

.list_informaiton_ph .img img {
	border-radius: 30px;
}

.list_informaiton_ph .arrow {
	display: block;
	font-size: 1.6rem;
}

.cate-red,
.info-forparents {
	background: #ea8562;
}

.cate-green,
.info-childcare {
	background: #62d79a;
}

.cate-blue,
.uncategorized {
	background: #5493de;
}

.cate-yellow {
	background: #fae600;
}

.list_informaiton li .title {
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	flex: 1;
}

.list_informaiton li .title,
.list_informaiton_sub li .title {
	font-size: 1.6rem;
}

.forparents_information {
	position: relative;
	min-height: 230px;
}

.forparents_information .illust {
	position: absolute;
	width: 100px;
}

.forparents_information .illust_noichigo {
	top: -40px;
	left: -160px;
}

.forparents_information .illust_tanpopo {
	top: 100px;
	left: -200px;
}

.forparents_information .illust_tsukushi {
	top: 220px;
	left: -90px;
}


.forparents_information .illust_hikari {
	top: -40px;
	right: -160px;
}

.forparents_information .illust_niji {
	top: 100px;
	right: -200px;
}

.forparents_information .illust_kaze {
	top: 220px;
	right: -90px;
}


/*----------------------------------------------------------------------------------

	陦御ｺ句�逵�

----------------------------------------------------------------------------------*/

.ph_gallery_home {
	position: relative;
	width: 100%;
	margin-bottom: 60px;

}

.ph_gallery_sub .ph_gallery_list {
	margin: 0 0 70px 0;
	justify-content: space-between;

}

.bg_round .ph_gallery_sub .ph_gallery_list {
	margin-bottom: 40px;
}




.simply-scroll {
	width: 100%;
	overflow: hidden;
	margin-top: -20px;
}

.ph_gallery_list li,
.ph_gallery_home .ph_gallery_list li {
	padding: 20px 0 0 0;
	margin: 0 60px 0 0;
	width: 320px;
	transition: 0.3s ease-in-out;
}

.ph_gallery_sub .ph_gallery_list li {

	margin: 0 0 40px 0;
}

.ph_gallery_home .ph_gallery_list li.layout {
	width: 29.6%;
	margin-right: 0;
}

.ph_gallery_home .ph_gallery_list li.layout:nth-child(4) {
	display: none;
}


.ph_gallery_list li:hover,
.ph_gallery_home .ph_gallery_list li:hover {
	animation: photo 0.4s ease-in-out;
}

@keyframes photo {
	0% {padding: 20px 0 0 0;}

	50% {padding: 5px 0 15px 0;}

	100% {padding: 20px 0 0 0;}
}


.ph_gallery_home .ph_gallery_list li:nth-child(even) {
	margin-top: 60px;
}

.ph_gallery_sub .ph_gallery_list li:nth-child(2),
.ph_gallery_sub .ph_gallery_list li:nth-child(5),
.ph_gallery_sub .ph_gallery_list li:nth-child(8),
.ph_gallery_sub .ph_gallery_list li:nth-child(11),
.ph_gallery_sub .ph_gallery_list li:nth-child(14) {
	margin-top: 60px;
}

.ph_gallery_list li .text {
	padding: 0 10px;
}



.ph_gallery_list li .img {
	border-radius: 5px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	margin: 0 0 20px 0;
}

.ph_gallery_list li .sst {
	font-size: 2.0rem;
	margin: 0 0 5px 0;
}

.ph_gallery_list li p {
	font-size: 1.4rem;
}

.ph_gallery_list li p {
	padding-right: 40px;
	background: url(images/common/arrow.svg) no-repeat;
	background-size: 26px auto;
	background-position: right 5px center;
	transition: 0.3s ease-in-out;
}

.ph_gallery_list li p:hover {
	background-position: right 0 center;
}

/*----------------------------------------------------------------------------------

	闍ｦ諠�ｧ｣豎ｺ

----------------------------------------------------------------------------------*/

.problem_list li {
	position: relative;
}

.problem_list li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1px;
}

.problem_list li:before,
.problem_list li:after,
.problem_list li a:before,
.problem_list li a:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: #62d79a;
	position: absolute;

}

.problem_list li:after {
	left: 0;
	top: 0;
}

.problem_list li:before {
	right: 0;
	top: 0;
}

.problem_list li a:before {
	left: 0;
	bottom: 0;
}

.problem_list li a:after {
	right: 0;
	bottom: 0;
}

.problem_list li a .box {
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	background: #fff;
	padding: 70px 0;

}

.problem_list .arrow {
	font-size: 2.0rem;
}


.problem_table td,
.problem_table th {
	padding: 20px 0;
}


.problem_table td div {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}


.problem_table td div:first-child {
	margin-top: 0;
}


.problem_table td p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.problem_table td p:nth-child(odd) {
	font-size: 1.6rem;
	width: 35%;
	padding-right: 30px;
}

.problem_table td p:nth-child(odd):before {
	content: '繝ｻ';
	margin-right: 4px;

}

.problem_table td p:nth-child(even) {
	width: 60%;
}

.problem_table td br {
	display: none;
}

/*----------------------------------------------------------------------------------

	謗｡逕ｨ諠��ｱ

----------------------------------------------------------------------------------*/

.recruite_list {
	margin-bottom: 70px;
}

.recruite_list .title {
	display: flex;
	align-content: center;
	align-items:  center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.recruite_list .title .sst_deco {
	margin: 0;
}

.recruite_list .title .status {
	display: inline-block;
	width: 148px;
	padding: 8px 2px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.recruite_list .title .on {
	background: #ea8562;
	font-size: 1.6rem;
}

.recruite_list .title .off {
	background: #555;
	font-size: 1.2rem;
}

.post-type-archive-recruit .sst_deco {
	margin-bottom: 40px;
}


.post-type-archive-recruit .a_day {
	margin-bottom: 20px;
}

.post-type-archive-recruit .a_day .time {
	width: 100%;
	margin-bottom: 10px;
}


.post-type-archive-recruit .a_day .time .st {
	font-size: 2.4rem;
	line-height: 1.5;
/* 	color: #5493de; */
}

.post-type-archive-recruit .a_day .time ul {
	width: calc(100% - 6em);
	padding-left: 60px;
}

.post-type-archive-recruit .a_day .time ul:before {
	width: 30px;
	background: #ea8562;
}

.post-type-archive-recruit .a_day .time .sst {
	font-size: 2.0rem;
}


.post-type-archive-recruit #day .layout_flex {
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdad2;
}

/*----------------------------------------------------------------------------------

	讒伜ｼ城寔

----------------------------------------------------------------------------------*/


.format_list li {
	display: flex;
	border-bottom: 2px solid #fff;
	font-size: 1.6rem;
}

.format_list li .text {
	width: 70%;
	background: #faf7ed;
	padding: 50px;
}

.format_list li a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 30%;
	background: #ea8562;
	color: #fff;
}

.format_list li a:hover {
	background: #f0a991;
}



.format_list li .text .sst {
	margin-bottom: 0;
}

.format_list li .text p {
	margin-top: 20px;
}


.format_list li a span {
	background: url(images/common/icon_dl.svg) no-repeat center top;
	background-size: 36px auto;
	padding: 48px 0 0 0;
}

/*----------------------------------------------------------------------------------

	蟄占ご縺ｦ蠎��ｴ

----------------------------------------------------------------------------------*/

.type_childcare .layout_half p {
	margin-bottom: 10px;
}

.type_childcare .layout_half p,
.type_childcare .layout_half h5,
.type_childcare .layout_half h4,
.type_childcare .layout_half h3,
.type_childcare .layout_half h2 {
	font-size: 1.6rem;

}

.type_childcare .layout_half h3.sst {
	font-size: 2.4rem;
}

/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	text-align: center;
	width: 100%;
}

.wp-pagenavi {
	margin: 20px auto 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
	background: #5493de;
	border: 1px solid #5493de !important;
	color: #fff;

	margin: 0 3px;
}

.wp-pagenavi a:hover {
	border: none;
	border: 1px solid #5493de !important;
	background: #fff;
	color: #5493de;
}

.wp-pagenavi span.current {
	border: none;
	border: 1px solid #5493de !important;
	background: #fff;
	color: #5493de;
	font-weight: normal;
}

.wp-pagenavi span.pages {
	font-size: 75%;
	background: none;
	color: #888;
	display: block;
	margin: 0 0 15px 0;
	border: none !important;
}

.wp-pagenavi a, .wp-pagenavi span {

	padding: 8px 16px !important;
}

.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi span.extend {
	display: none;
}




/*----------------------------------------------------------------------------------

	縺雁撫縺�粋繧上○

----------------------------------------------------------------------------------*/

.mw_wp_form {
	margin-top: 40px;
	margin-bottom: 100px;
}

.mw_wp_form mw_wp_form_input p {
	text-align: center;
}

ul.myform {
	margin-bottom: 55px;

}

ul.myform li {

	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

ul.myform li span {
	display: inline-block;
	vertical-align: top;
}

ul.myform li span.title {
	width: 25%;
	padding: 4px 0;
	font-weight: bold;
}

ul.myform li span.form {
	width: 70%;
}

.confirm ul.myform li span.title {
	padding: 0;
}



.contact_input {
	background: #eee;
	border: none;
	font-size: 1.6rem;
	padding: 7px;
	width: 70%;
}

.form_content {
	width: 100%;
	display: block;
}

input.type {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.mwform-radio-field-text {
	vertical-align: middle;
}

.mwform-radio-field {
	padding: 8px 0;
	font-size: 1.6rem;
}

.submit_area {
	text-align: center;
}

.submit {
	background: #62d79a;
	color: #fff;
	font-size: 1.6rem;
	width: 320px;
	padding: 20px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	border: 1px solid #62d79a;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.submit:hover {
	background: #fff;
	color: #62d79a;
}



/*------------------------------------------------------------------------------------------------------------------------------------

	螟ｧ縺阪＞逕ｻ髱｢
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width:1480px){ 

header .navi .main li {
	margin-left: 10px;
	margin-right: 10px;
}


}

@media screen and (min-width:1680px){ 



header .logo {
	width: 320px;
	height: 320px;
	background: url(images/common/logo_bg.svg) center center no-repeat;
	background-size: cover;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

header .logo img {
	width: 164px;
	margin: -32px 0 0 -24px;
}






header .logo:hover {
	width: 340px;
	height: 340px;
}

header .logo:hover img {
	width: 184px;
	margin: -57px 0 0 -53px;
}



}

/*------------------------------------------------------------------------------------------------------------------------------------

	繝｡繝九Η繝ｼ螟牙ｽ｢
	
------------------------------------------------------------------------------------------------------------------------------------*/

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

header .logo {
	width: 22vw;
	height: 22vw;
}

header .logo img {
	width: 100%;
	margin: -6% 0 0 -5%;
}

header .navi .main li a {
	font-size: 1.6rem;
	padding: 2px 8px;
}
header .navi .main li a {
	width: auto;
	text-align: left;
}


header .navi .main li:nth-child(4) a {
	width: auto;
}


header .navi .main li .pulldown a {
	font-size: 1.3rem;
}

header .header_btn {
transform-origin: 100% 0;
	transform: scale(0.85);
}

.portal .animal {
	display: none;
}

}

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

header #menu {
	margin-left: 0;
	width: 100%;
}

.toggle {
	display: block ;
	position: fixed;
	z-index: 110;
	top:0;
	right: 0;
	width: 90px;
	height: 90px;
	background: #ea8562;
}

.toggle p {
	text-align: center;
	margin-top: 65%;
	font-size: 1.0rem;
	transform: scale(0.8);
	color: #fff;
}



.toggle span {
	display: block;
	position: absolute;
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 30%;
	height: 2px;
	left: 35%;
	border-radius: 2px;
}




.toggle span:first-child {
	top: 35%;

}

.toggle span:nth-child(2) {
	top: 43%;

}

.toggle span:nth-child(3) {
	top: 51%;
}

.toggle.active span {
	
}

.toggle.active span:first-child {
	transform: rotate(45deg);
	top: 42%;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 42%;
}










#menu {
	width: 100%;
	height: 100%;
	overflow: hidden;
  transition: 0.4s ease-in-out;
  background: rgba(0,0,0,0.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
}

#menu .navi {
	width: min(310px, 100vw);
	height: 100%;


	position: fixed;
	top: 0;
	right: 0;


	
	

	background: #faf7ed;

  transition: 0.4s ease-in-out;


	
	display: block;
	/* 画面外に出す時も、viewport 幅超過で横スクロールを作らない */
	right: -100vw;
}

#menu.normal {
	background: rgba(0,0,0,0.4);
	pointer-events: auto;
}

#menu.normal .navi {
	right: 0;
}









header .navi .main {
	padding: 0;
	width: 85%;
	display: block;
	margin: 15px auto;
}

header .navi .main li {
	width: 100%;
	margin:0 ;
	padding: 3px 0 0 0;
}


header .navi .main li a {
	padding: 6px 12px 4px 12px;
	color: #fff;
	font-size: 1.8rem;
	color: #555;
	text-shadow: none;

}

header .navi .main li a:after {
	content: none;
}

header .header_btn {


	position: static;
	flex-direction: row;
	right: auto;
	left: auto;
	top: auto;
	transform: scale(1.0);
	width: 100%;
	margin: 20px auto 0 auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

header .header_btn li {
	width: 50%;
}

header .header_btn li a {
	display: block;
	padding-top: 34px;
	width: 100%;
	height: 64px;
	background-position: center top 12px;
}

header .header_btn li a:hover {
	animation: none;
}

.btn_saiyo {
	display: block;
	writing-mode:horizontal-tb;
	padding: 0 12px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	position: static;
	width: 86%;
	margin: 30px auto 0 auto;	
	position: absolute;
	bottom: 94px;
	left: 10%;
}







header .navi .main li .pulldown {
	position: static;
	top: auto;
	left: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	z-index: 999;
	display: block;
	background: none;
	border-radius: 0;
	padding: 0 8px;
	box-shadow: none;
	overflow: hidden;
	opacity: 1;
	margin-bottom: 0;
	pointer-events: auto;

}

header .navi .main li:hover .pulldown {

	top: auto;
}

header .navi .main li .pulldown a {
	font-size: 1.2rem;
	display: inline-block;
	color: #555;
	line-height: 2.2;
	text-shadow: none;
	padding: 0 4px 0 5px;
	border-bottom: none;
}

header .navi .main li .pulldown a:after {
	content: none;
}

header .navi .main li .pulldown a:first-child {
	display: none;
}

header .navi .main li .pulldown a:last-child {

	border-bottom: none;
}



}


@media screen and (max-height:540px){

header .navi .main li a {
	padding: 6px 12px 0 12px;
}

}

/*------------------------------------------------------------------------------------------------------------------------------------

	繧ｹ繝槭�縺薙％縺九ｉ
	
------------------------------------------------------------------------------------------------------------------------------------*/

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

html {
  font-size: 67%;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
}

body, html {
  min-width: 100%;
  height: 100%;
}

p {
  /*霑ｽ險倥�邱ｨ髮�*/
  font-size: 1.4rem;
  /*霑ｽ險倥�邱ｨ髮�*/
  text-align: left;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}




.sst {
	font-size: 1.8rem;
	margin-bottom: 20px;
}




.sst span.sub {
	display: block;
	margin-left: 0;
	margin-top: 5px;
}




.sp_order1 {
	order: 1 !important;
}

.sp_order2 {
	order: 2 !important;
}

.sp_order3 {
	order: 3 !important;
}

.sp_order4 {
	order: 4 !important;
}




.loading span {
	margin-left: -20px;
}


/*----------------------------------------------------------------------------------

	繝倥ャ繝繝ｼ	

----------------------------------------------------------------------------------*/


header .logo {
	width: 120px;
	height: 120px;
}

header .logo img {
	margin: -9% 0 0 -14%;
}

.toggle {
	width: 60px;
	height: 60px;
}

header .logo:hover {
	width: 120px;
	height: 120px;
}

header .logo:hover img {
	width: 100%;
	margin: -9% 0 0 -10%;
}




/*----------------------------------------------------------------------------------

	繝輔ャ繧ｿ繝ｼ

----------------------------------------------------------------------------------*/

footer {
	padding: 60px 0 60px 0;
	background: url(images/common/bg_footer.svg) repeat-x center bottom;
	background-size: 80px 25px;
	position: relative;
}

footer .layout_flex {
	align-content: flex-end;
	align-items: flex-end;
}

.footer_sitemap {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer_sitemap li {
	width: 33.3%;
	padding: 0 20px;
	border-left: 2px solid;
	margin-bottom: 50px;
	line-height: 1;
}

.footer_sitemap li:nth-child(1),
.footer_sitemap li:nth-child(6) {
	border-color: #5493de;
}

.footer_sitemap li:nth-child(2) {
	border-color: #ea8562;
}

.footer_sitemap li:nth-child(4) {
	border-color: #fae600;
}

.footer_sitemap li:nth-child(3),
.footer_sitemap li:nth-child(5) {
	border-color: #62d79a;
}

.footer_sitemap li a.sub {
	display: block;
	font-size: 1.6rem;

}

.footer_sitemap li a,
.footer_sitemap li h3 {
	margin: 30px 0 0 0;
}

.footer_sitemap li h3:first-child {
	margin: 0 0 0 0;
}

footer .layout_half .outline {
	width: 35.3%;
	margin-bottom: 50px;
}

footer .outline h3 {
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}

footer .outline p {
	margin: 0 0 10px 0;
}

footer .outline .blank {
	display: inline-block;
	margin: 0 0 25px 0;
}

footer .outline .btn {
	width: 47%;
}

footer .copyright {
	font-size: 1.2rem;
	position: absolute;
	left: 30px;
	bottom: 50px;
	padding-right: 70px;
}

footer .pagetop {
	display: inline-block;
	width: 34px;
	position: absolute;
	right: 30px;
	bottom: 50px;
	padding: 15px 0 0 0;
}

footer .pagetop:hover {
	padding: 0 0 15px 0;
}

footer .pagetop img {
	width: 100%;
}













footer {
	padding: 40px 0 140px 0;
}

.footer_sitemap li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.footer_sitemap li h3,
.footer_sitemap li a.sub {
	font-size: 1.4rem;
}

.footer_sitemap li a,
.footer_sitemap li h3 {
	margin: 20px 0 0 0;
}

footer .layout_half .outline {
	width: 100%;
	margin-bottom: 0;
}

footer .copyright {
	font-size: 1.1rem;
	left: 20px;
	bottom: 40px;
}

footer .pagetop {

	right: 20px;
	bottom: 40px;
	padding: 15px 0 0 0;
}



/*----------------------------------------------------------------------------------

	繝ｬ繧､繧｢繧ｦ繝�

----------------------------------------------------------------------------------*/

.max_wrapper {
	height: 100%;
}

.wide_1080 {
	width: 100%;
}


.wide_1080 .wide_inner {
	padding: 0 6vw;
}


.wide_795 {
	width: 100%;
}




.layout_flex {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.layout_half {
	margin-bottom: 40px;
}


.layout_half .layout {
	width: 100%;
}

.layout_half .layout:first-child {
	margin-bottom: 40px;
}

.layout_half_wide .layout:first-child {
	margin-bottom: 10px;
}

.margin_bottom {
	margin-bottom: 60px;
}

.margin_bottom_s {
	margin-bottom: 60px;
}


.layout_1_3 .layout {
	width: 46%;
	margin-bottom: 30px;
}

.layout_1_4 .layout {
	width: 46%;
	margin-bottom: 30px;
}

.layout_half .layout .img {
	margin-bottom: 25px;
}






.wide_1_3 {
	width: 100%;
	padding: 0 12vw;
}

.wide_2_3 {
	width: 100%;
}

.layout_flex .wide_1_3 {
	margin-bottom: 30px;
}

.layout_flex .wide_2_3 {
	margin-bottom: 60px;
}

.layout_flex .wide_2_3:last-child {
	margin-bottom: 0;
}





.content_list {
	margin-bottom: 40px;
}

.content_list li {
	margin-bottom: 30px;
}

.content_list li .img {
	margin: 0 0 20px 0;
	height: 180px;
	overflow: hidden;
}

.content_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content_list li.animal {
	display: none;
}

/* 園について：保育の基礎方針（スマホ）— 円枠の直径を統一（本文量で縦に伸びないよう正円化） */
.type_about .content_list li .text {
	aspect-ratio: 1;
	width: 100%;
	max-width: 100%;
	padding: 12px 10px;
}
.type_about .content_list li .text .sst {
	font-size: 1.45rem;
	line-height: 1.4;
}

.layout_half .layout .ph_sub,
.layout_half .layout .illust_sub {
	display: none;
}

/* スマホでも表示するサブ画像（例: mi-a-cat.png） */
.layout_half .layout .ph_sub.ph_sub_show_sp {
	display: block !important;
	position: static;
	margin: 12px 0 0 0;
	width: 60px;
	max-width: 22%;
}

/* スマホで右端に表示するサブ画像（例: lion.png） */
.layout_half .layout .ph_sub.ph_sub_show_sp_right {
	margin-left: auto;
	margin-right: 0;
}

/* 年間行事：各季節のメイン写真（スマホのみ縮小） */
.layout_half .layout .img img.ph_event_main_sp {
	max-width: 60%;
	width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*----------------------------------------------------------------------------------

	荳句ｱ､繝輔か繝ｼ繝槭ャ繝�

----------------------------------------------------------------------------------*/


.content_lead {
	margin: 0 auto 30px auto;
	
}

.content_lead .st {
	font-size: 2.4rem;
	margin: 0 0 20px 0;
}

.content_lead .st .sub {
	font-size: 1.6rem;
}

.content_lead p.center {
	text-align: left;
}


.content_lead p.column {
	font-size: 1.2rem;
	margin-top: 20px;
	padding: 10px 15px;

}

.class_introduce {
	padding: 0 6%;
	margin: 0 auto 40px auto;
}

.home .class_introduce {
	display: flex;
}



.class_introduce li {
	width: 28%;
}

.home .class_introduce li {
	width: 22%;
}

.class_introduce li:nth-child(even) {
	padding: 0 0 0 0;
}

.class_introduce li h3 {
	font-size: 1.2rem;
}


.home .class_introduce li {
	padding-top: 30px;
}

.home .class_introduce li.show {
	animation: homeclass 2.4s ease-in-out infinite;
}

@keyframes homeclass {
	0% {padding: 30px 0 0 0;}
	15% {padding: 0 0 30px 0;}
	25% {padding: 30px 0 0 0;}
	45% {padding: 30px 0 0 0;}
	50% {padding: 30px 0 0 0;}
}


/*----------------------------------------------------------------------------------

	蝨偵�荳譌･

----------------------------------------------------------------------------------*/

.a_day {

	margin: 0 0 40px 0;
	
	align-content: center;
	align-items: center;
}

.clock {
	margin: 0 auto 40px auto;
}

.clock img {
	width: 30px;
}

.clock:before,
.clock:after {
	content: '';
	width: 60px;
	height: 2px;
}

.clock:before {
	margin: 0 20px 0 0;
}

.clock:after {
	margin: 0 0 0 20px;
}



.a_day .time {
	width: 100%;
	

}

.a_day .time .st {
	font-size: 2.2rem;
	line-height: 1.0;
}

.a_day .time ul {


	padding-left: 30px;
}

.a_day .time ul:before {

	width: 10px;
	top: 0.8em;

}

.a_day .time .sst {
	margin-bottom: 10px;
	font-size: 1.6rem;
}


.a_day .time p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.a_day .ph {
	width: 75%;
	position: static;
	margin-bottom: 20px;
}

.age {
	font-size: 1.1rem;
}




.post-type-archive-recruit .layout_half .layout:first-child {
	margin-bottom: 0;
}

.post-type-archive-recruit .a_day {
	margin-bottom: 0;
}

.post-type-archive-recruit .a_day .time {
	width: 100%;
	margin-bottom: 0;
}


.post-type-archive-recruit .a_day .time .st {
	font-size: 2.2rem;
	line-height: 1.0;
/* 	color: #5493de; */
}

.post-type-archive-recruit .a_day .time ul {
	width: 76.7%;
	padding-left: 30px;
}

.post-type-archive-recruit .a_day .time ul:before {
	width: 10px;
	top: 0.8em;
}

.post-type-archive-recruit .a_day .time .sst {
	margin-bottom: 10px;
	font-size: 1.6rem;
}




/*----------------------------------------------------------------------------------

	險倅ｺ九�繝ｼ繧ｸ

----------------------------------------------------------------------------------*/

.post_title {
	font-size: 3.0rem;

	margin-bottom: 40px;
}



.post_title .title:before {
	content: none;
}

.post_title .date {
	font-size: 1.4rem;
	padding: 3px 0 0 0;
}

.post_title .cate {
	margin: 0 12px 0 0;
}

.post_body p {
	margin-bottom: 30px;
}

.post_body figure {
	margin-bottom: 30px;
}

.single-photo .post_body figure img {

	border: 5px solid #fff;

}

.post_body .wp-block-image figcaption {
	font-size: 1.2rem;
}



.post_body_content h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.post_body_content h3,
.post_body_content h4,
.post_body_content h5 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.post_body_content ul {
	margin-bottom: 30px;
}




/*----------------------------------------------------------------------------------

	繝ｬ繧､繧｢繧ｦ繝� 繝昴�繧ｿ繝ｫ

----------------------------------------------------------------------------------*/

.home .portal {
	margin-bottom: 0;
}

.portal .wide_inner {
	padding: 0;
}

.portal ul li {
	margin: 0 0 10vw 0;
}

.portal ul li:nth-child(3) a {
	flex-direction: row;
}

.portal ul li a {
	padding: 0 0 0 6vw;
}

.portal ul li:nth-child(2) a,
.portal ul li:nth-child(4) a {
	flex-direction: row-reverse;
	padding: 0 6vw 0 0;
}

.portal ul li:nth-child(3) .text_round_out .text_round {
	align-content: flex-start;
	align-items: flex-start;
}

.portal ul li:nth-child(2) .text_round_out .text_round,
.portal ul li:nth-child(4) .text_round_out .text_round {
	align-content: flex-end;
	align-items: flex-end;
}

.portal ul li:nth-child(3) a {
	align-content: flex-start;
	align-items: flex-start;
}

.portal ul li:nth-child(2) a,
.portal ul li:nth-child(4) a {
	align-content: flex-end;
	align-items: flex-end;
}







.portal ul li:nth-child(2) a {
	padding-top: 0;
}

.portal ul li:nth-child(4) a {
	padding-top: 0;
}


.portal ul li:nth-child(1) .content,
.portal ul li:nth-child(4) .content {
	padding-top: 0;
}

.portal ul li .text_round_out {
	width: 65px;
	padding: 0 0
}

.portal ul li:nth-child(1) .content,
.portal ul li:nth-child(3) .content {
	text-align: right;
}

.portal ul li .content .img {
	margin: 0 0 20px 0;
}

.portal ul li .img {
	border-radius: 30px 0 0 30px;

}

.portal ul li:first-child .img,
.portal ul li:nth-child(3) .img {
	border-radius: 30px 0 0 30px;
}

.portal ul li:nth-child(2) .img,
.portal ul li:nth-child(4) .img {
	border-radius: 0 30px 30px 0;
}

.portal ul li .img img {
	border-radius: 0;
}

.portal ul li .arrow {
	margin: 0 6vw 0 0;
}

.portal ul li:nth-child(2) .arrow,
.portal ul li:nth-child(4) .arrow {
	margin: 0 0 0 6vw;
}


/*----------------------------------------------------------------------------------

	繝吶�繧ｸ繝･閭梧勹

----------------------------------------------------------------------------------*/

.bg_round {
	padding: 60px 0;

	background-size: 50px auto;
	margin-bottom: 60px;

}

.home .bg_round {
	margin-bottom: 0;
}

.bg_round:after {

	height: 13px;

	background-size: 50px auto;

}

.bg_round .animal {
	position: absolute;
	top: -120px;
	right: -10px;
}

.bg_round .gorilla {
	width: 200px;
}

.bg_round .gorilla {
	display: none;
}

/*----------------------------------------------------------------------------------

	繝代�繝�

----------------------------------------------------------------------------------*/






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

.st_deco span {
	font-size: 2.4rem;

}

.st_deco span:after,
.st_deco span:before {

	width: 20px;
	height: 11px;
	margin: 0 12px;
}















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

.sst_deco span {
	font-size: 2.4rem;
}

.sst_deco span:after,
.sst_deco span:before {
	content: '';
	display: inline-block;
	background: url(images/common/d_red_green.svg) no-repeat center center;
	background-size: cover;
	width: 20px;
	height: 11px;
	margin: 0 12px;
	vertical-align: middle;

}







.sst_deco {
	margin-left: auto;
	margin-right: auto;
}

.sst_deco span {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
	align-items: center;
	justify-content: center;
}










.btn_round span {
	color: #fff;
	display: inline-block;
	background: #ea8562;
	border-radius: 20px;
	line-height: 1;
	font-size: 1.4rem;
	padding: 11px 20px 10px 20px;
	vertical-align: middle;
}

.btn_round:after {
	content: '';
	width: 35px;
	height: 35px;
	background: url(images/common/btn_round.svg) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-left: -5px;
}

.btn_round:after {
	display: none;
}

.home .btn_round:after {
	display: inline-block;
}

.btn_posi {
	position: static;
	margin: 0 auto;
}

.ph_gallery_home .btn_posi {
	margin: 0 auto;
	left: auto;
	right: auto;
}




.table_standard {
	margin-bottom: 40px;
}


.table_standard th,
.table_standard td {
	font-size: 1.4rem;

}

.table_standard th {
	width: 25%;
}

.page-template-page-day .table_standard th {
	width: 38%;
	font-size: 1.3rem;
}

.type_event .list_dot li {
	font-size: 1.4rem;
}

.type_health .list_dot li {
	font-size: 1.4rem;
}



.annotation {
	font-size: 1.2rem;
}








.gmap {
	margin-bottom: 60px;

  padding-top: 100%;
}




.anchor {
/* 	display: flex; */
	justify-content: space-between;
/*
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
*/
}

.anchor li {
	width: 49%;
/*
	align-self: center;
	border-right: 1px solid #dcdad2;
*/
	border-right: none;
}

.anchor li a {
/* 	display: block; */
	font-size: 1.3rem;
	padding: 5vw;
	border-bottom: 1px solid #5493de;
	text-align: center;

}

.anchor li:first-child {
/* 	border-left: 1px solid #dcdad2; */
	border-left: none;
}




.sns {
	margin-top: 20px;
}

.sns li {
	width: 40px;

}


/*----------------------------------------------------------------------------------

	陦御ｺ句�逵�

----------------------------------------------------------------------------------*/

.ph_gallery_home {

	text-align: center;

}

.simply-scroll {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}

.ph_gallery_list li,
.ph_gallery_home .ph_gallery_list li {
	padding: 5px 0 0 0;
	margin: 0 40px 20px 0;
	width: 240px;
}

.ph_gallery_home .ph_gallery_list li.layout {
	width: 46%;
	margin: 0 0 40px 0;
}

.ph_gallery_home .ph_gallery_list li.layout:nth-child(4) {
	display: block;
}

.ph_gallery_home .ph_gallery_list li.layout:nth-child(even) {
	margin-top: 0;
}

.ph_gallery_list li:hover,
.ph_gallery_home .ph_gallery_list li:hover {
	padding: 5px 0 0 0;
}

.ph_gallery_home .ph_gallery_list li:nth-child(even) {
	margin-top: 20px;
}

.ph_gallery_sub .ph_gallery_list li:nth-child(2),
.ph_gallery_sub .ph_gallery_list li:nth-child(5),
.ph_gallery_sub .ph_gallery_list li:nth-child(8),
.ph_gallery_sub .ph_gallery_list li:nth-child(11),
.ph_gallery_sub .ph_gallery_list li:nth-child(14) {
	margin-top: 0;
}

.ph_gallery_sub .ph_gallery_list li {
	margin-bottom: 20px;
}


.ph_gallery_list li .text {
	padding: 0 10px;
}

.ph_gallery_list li .img {
	border: 5px solid #fff;
	margin: 0 0 15px 0;
}

.ph_gallery_list li .sst {
	font-size: 1.4rem;
	text-align: left;
}

.ph_gallery_list li p {
	font-size: 1.2rem;
}

.ph_gallery_sub .ph_gallery_list li p {

}

.ph_gallery_list li p {
	padding-right: 24px;
	background-size: 16px auto;
	background-position: right 5px center;
	font-size: 1.1rem;
}


.type_photo .bg_round .ph_gallery_sub .ph_gallery_list li:nth-child(3) {
	display: none;
}

.bg_round .ph_gallery_sub .ph_gallery_list {
	margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------

	闍ｦ諠�ｧ｣豎ｺ

----------------------------------------------------------------------------------*/

.problem_list li.layout {
	width: 100%;
}


.problem_list li a .box {
	padding: 40px 0;

}

.problem_list .arrow {
	font-size: 1.6rem;
}



.problem_table td,
.problem_table th {
	padding: 20px 0;
}

.problem_table td div {
	display: block;
	margin-top: 15px;
	border-top: 0.7px solid #eee;
	padding-top: 15px;
}

.problem_table td div:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.problem_table td h3 {

	font-size: 1.4rem;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-right: 0;
}

.problem_table td p {
	width: 100%;
}



.problem_table td div:first-child {
	margin-top: 0;
}


.problem_table td p {
	display: block;
	
}

.problem_table td p:nth-child(odd) {

	font-size: 1.4rem;
	width: 100%;
	padding-right: 0;
	margin-bottom: 5px;
}



.problem_table td p:nth-child(even) {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.problem_table td br {
	display: none;
}


/*----------------------------------------------------------------------------------

	謗｡逕ｨ諠��ｱ

----------------------------------------------------------------------------------*/

.recruite_list {
	margin-bottom: 30px;
	border-top: 0.7px solid #dcdad2;
	padding-top: 10px;
	
}

.recruite_list:first-child {
	border-top: none;
	padding-top: 0;
}

.recruite_list .title {
	flex-direction: column-reverse;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recruite_list .title .sst_deco {
	margin: 0;

}

.recruite_list .title .sst_deco span {
	font-size: 1.8rem;
}

.recruite_list .title .status {

	display: block;

	padding: 6px 2px;
	margin: 0 auto 15px auto;

}

.recruite_list .title .on {
	font-size: 1.2rem;
}

.recruite_list .title .off {
	font-size: 1.2rem;
}

.recruite_list .table_standard tr:last-child td,
.recruite_list .table_standard tr:last-child th {
	background: none;
}

.recruite_list .table_standard {
	margin-bottom: 20px !important;
}

.post-type-archive-recruit #day .layout_flex {
	margin-bottom: 0;
	border-bottom: none;
}


/*----------------------------------------------------------------------------------

	讒伜ｼ城寔

----------------------------------------------------------------------------------*/


.format_list li {

	flex-direction: column;
	margin-bottom: 30px;
	font-size: 1.4rem;
}

.format_list li .text {
	width: 100%;

	padding: 8vw;
}

.format_list li a {

	width: 100%;
	padding: 8vw;
}





.format_list li .text .sst {
	margin-bottom: 0;
}


.format_list li .text p {
	margin-top: 20px;
}


.format_list li a span {
	background: url(images/common/icon_dl.svg) no-repeat left center;
	background-size: 28px auto;
	padding: 0 0 0 48px;
}

/*----------------------------------------------------------------------------------

	蟄占ご縺ｦ蠎��ｴ

----------------------------------------------------------------------------------*/

.type_childcare .layout_half p,
.type_childcare .layout_half h4 {
	font-size: 1.4rem;
}

.type_childcare .layout_half .layout {
	margin-bottom: 40px;
}


/*----------------------------------------------------------------------------------

	荳ｸ閭梧勹 隕句�縺励す繧ｹ繝�Β

----------------------------------------------------------------------------------*/

.wide_1080 .text_round_out {
	margin-bottom: 10px;
}


/*邵ｦ譖ｸ縺阪�縺ｨ縺�*/





.vert .text_round {
	flex-direction: column;
}

.vert.middle .text_round {
	padding-top: 5px;
}

.vert.middle .text_round span.out {
	margin-top: -5px;
}

.vert.large .text_round {
	padding-top: 6px;
}

.vert.large .text_round span.out {
	margin-top: -6px;
}

/*邵ｦ譖ｸ縺阪〒2陦後�縺ｨ縺�*/





/*蟆�*/

.small .text_round {
	font-size: 1.4rem;
}

.small .text_round span.out {
	width: 38px;
	height: 38px;

}


/*荳ｭ*/

.middle .text_round {
	font-size: 2.0rem;

}

.middle .text_round span.out {
	width: 48px;
	height: 48px;
}

/*螟ｧ*/

.large .text_round {
	font-size: 2.4rem;
	padding-left: 6px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

.large .text_round span.out {
	width: 52px;
	height: 52px;
	margin-left: -6px; /*邵ｦ譖ｸ縺阪�縺ｨ縺榊､画峩*/
}

.home_kv_ui .large .text_round {
	font-size: 1.8rem;
}

.home_kv_ui .large .text_round span.out {
	width: 42px;
	height: 42px;
}


/*----------------------------------------------------------------------------------

	繧ｫ繝�ざ繝ｪ繝ｼ繧ｿ繧､繝医Ν

----------------------------------------------------------------------------------*/

.cate_title {

	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}

.cate_title .ph {
	height: 360px;
	border-radius: 0 0 0 0;
	margin-bottom: -25px;
}



.cate_title .text_round_out {
	margin-left: 0;
}


/*----------------------------------------------------------------------------------

縺顔衍繧峨○

----------------------------------------------------------------------------------*/

.home_information {
	margin-bottom: 60px;
	z-index: 10;
}


.list_informaiton {
	margin-bottom: 30px;
	background: url(images/common/dot.svg) repeat-x left bottom;
	background-size: 10px 1px;
}

.list_informaiton li {

	text-align: left;
	flex-wrap: wrap;
}

.list_informaiton li:first-child {
	background: url(images/common/dot.svg) repeat-x left top;
	background-size: 10px 1px;
}

.list_informaiton li .date {

	border-right: none;
	vertical-align: middle;

}

.cate {

	vertical-align: middle;
	margin-right: 0;
}



.list_informaiton li .title {
	width: 100%;
	flex: none;
	margin-top: 8px;
}

.list_informaiton li .title {
	font-size: 1.4rem;
}

.forparents_information {
	text-align: center;
	min-height: auto;
}

.ilust_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
}

.ilust_list li {
	width: 22%;
}

.ilust_list li:nth-child(even) {
	padding-top: 40px;
}

.ilust_list li:nth-child(6) {
	padding-top: 0;
}

.forparents_information .illust {
	position: static;
	width: 100%;
}




.forparents_information .illust_noichigo {

}

.forparents_information .illust_tanpopo {

}

.forparents_information .illust_tsukushi {

}


.forparents_information .illust_hikari {
	display: none;

}

.forparents_information .illust_niji {
	display: none;

}

.forparents_information .illust_kaze {

}

.list_informaiton_ph .layout {
	width: 100%;
}

.list_informaiton_ph .cate {
	margin-top: 0;
	margin-right: 10px;
}

.list_informaiton_ph .date {
	margin-top: 4px;
	margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------

	繝帙�繝�繧ｭ繝ｼ繝薙ず繝･繧｢繝ｫ

----------------------------------------------------------------------------------*/

.h_kv_area {
	min-height: auto;
}

.kv_home_list:after {
	content: none;
}

.kv_home_list .waku_sp {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	width: 100%;
	z-index: 30; 
}


.kv_home_list .waku {
	display: none;
}

.kv_area {
	max-height: 100%;
	height: 100%;
}

.home_kv_ui {

	max-height: 100%;

}


.home_kv_ui .text_round_out {

	bottom: 6vw;
	right: 6vw;
	z-index: 40;
}


.scroll {
	bottom: 14vw;
	font-size: 1.0rem;
}


.kv .kv_list01 span.kv_a {
	background-image: url(images/home/kv01_sp.jpg);
}

.kv .kv_list02 span.kv_a {
	background-image: url(images/home/kv02_sp.jpg);
}

.kv .kv_list03 span.kv_a {
	background-image: url(images/home/kv03_sp.jpg);
}

.kv .kv_list04 span.kv_a {
	background-image: url(images/home/kv04_sp.jpg);
}



/*----------------------------------------------------------------------------------

	繝帙�繝�

----------------------------------------------------------------------------------*/


.home_lead {
	padding: 0 6vw;
}

.home_lead h2 {
	padding-top: 190px;
	margin: 0 0 20px 0;
	font-size: 2.4rem;
}

.home_lead h2 {
	padding-top: 160px;

	background-size: 102px auto;



}


.home_lead p br {
	display: none;
}

.home_information {
	width: 100%;
	margin: 8vw auto 0 auto;
	text-align: center;
}


.bg_round .layout_flex .home_information {
	width: 100%;
	text-align: center;
}

.bg_round .layout_flex .home_access {
	width: 100%;

}

.bg_round .layout_flex .home_access img {
	border-radius: 20px;
}

.bg_round .layout_flex .home_format {
	width: 100%;
}





.home_format {
	background: url(images/common/format_cut.svg) no-repeat right top #fff;
	background-size: 30px 30px;
	padding: 30px 40px;

}

.home_format .text {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.home_format .text h4 span {
	display: block;
	border-bottom: 1px solid #5493de;
	font-size: 1.5rem;
	padding: 5px 0 0 0;
}

.home_format .text .sst {
	font-size: 2.4rem;

}

.home_format .text:after {
	content: '';
	display: block;
	width: 95px;
	height: 95px;
	border-radius: 48px;
	background: url(images/home/ph_format.jpg);
	background-size: cover;
	position: absolute;
	right: -25px;
	bottom: -5px;
}




/*----------------------------------------------------------------------------------

	pagenavi

----------------------------------------------------------------------------------*/

.wp-pagenavi_area {
	margin: -20px 0 40px 0;
}

.wp-pagenavi {
	margin: 10px auto 30px auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	padding: 6px 14px;
}



.wp-pagenavi span.pages {
	margin: 0 0 10px 0;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	display: none;
}

/*----------------------------------------------------------------------------------

	縺雁撫縺�粋繧上○

----------------------------------------------------------------------------------*/

input.contact_input,input.submit,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

.contact_lead {
	margin: 20px 0 30px 0;
}

.mw_wp_form {
	margin-top: 20px;
}

ul.myform {
	margin-bottom: 35px;
	background-image: url(images/common/dash_s.svg);
	background-repeat: repeat-x;
	background-size: 5px 2px;
	background-position: left top;
	padding-top: 10px;

}

ul.myform li {
	padding: 10px 0;
	display: block;
}

ul.myform li span {
	display: block;
}

ul.myform li span.mwform-radio-field-text {
	display: inline-block
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	border: 1px solid #555;
}

.mwform-radio-field {
	font-size: 1.4rem;
	padding: 0 0 10px 0;
}

.confirm ul.myform li span.title,
ul.myform li span.title {
	width: 100%;
	padding: 0 0 10px 0;
}

ul.myform li span.form {
	width: 100%;
}

.contact_input {
	font-size: 1.5rem;
	width: 100%;
}

.form_content {
	width: 100%;
	display: block;
}

.submit_area {
	text-align: center;
}

.submit {

	font-size: 1.5rem;
	width: 100%;
}


}


@media screen and (max-width:359px){
.scroll {
	display: none;
}
}

/* 料金表 */
.cp_pricetable1 {
  text-align: center;
  color: #444444;
}
.cp_pricetable1 .block {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.cp_pricetable1 .block ul,
.cp_pricetable1 .block li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* blockのhover */
.cp_pricetable1 .block:hover {
  position: relative;
  z-index: 100;
  transition-delay: 0s;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
}
.cp_pricetable1 .block:hover .header1,
.cp_pricetable1 .block:hover .header2,
.cp_pricetable1 .block:hover .style1,
.cp_pricetable1 .block:hover .style2,
.cp_pricetable1 .block:hover .footer1,
.cp_pricetable1 .block:hover .footer2 {
  padding: 0.5em;
}
/* メニュー名ブロック */
.cp_pricetable1 .block .header1 {
  width: 100%;
  padding: 0.5em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #131874;
}
/* 価格ブロック */
.cp_pricetable1 .block .header2 {
  width: 100%;
  padding: 0.5em;
  border-top: 1px solid #131874;
  background: #a9bce2;
}
/* 詳細 */
.cp_pricetable1 .block .style1,
.cp_pricetable1 .block .style2,
.cp_pricetable1 .block .footer1,
.cp_pricetable1 .block .footer2 {
  width: 100%;
  padding: 0.5em;
}
.cp_pricetable1 .block .footer1,
.cp_pricetable1 .block .footer2 {
  padding: 0.5em;
}
.cp_pricetable1 .block .style1,
.cp_pricetable1 .block .footer1 {
  background-color: #e8effc;
}
.cp_pricetable1 .block .style2,
.cp_pricetable1 .block .footer2 {
  background-color: #d7e3fc;
}
.cp_pricetable1 .block .style1,
.cp_pricetable1 .block .style2 {
  border-bottom: 1px dotted #ffffff;
}