/*
Theme Name: noumanji Theme
Theme URI: http://www.www.www/
Description: This is my noumanji theme.
*/
@import "css/form.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	line-height: 1.7;
	word-wrap : break-word;
	overflow-wrap : break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	zoom: 1;
	text-align: left;
	} 

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
	}
* {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	reCAPTCHAバッジ非表示 20220124
-------------------------------------------------- */
.grecaptcha-badge {
	visibility: hidden; 
	}

/* --------------------------------------------------
	TEXT
-------------------------------------------------- */
h1 {
	font-size: 36px;
	color: #ff9933;
	margin: 0 auto 60px;
	padding: 0;
	width: auto;
	display: block;
	font-weight: bold;
	text-align: center;
	}

h2 {
	font-size: 180%;
	color: #333;
	margin: 0 auto 60px;
	padding: 0 0 3px;
	letter-spacing: 1px;
	width: auto;
	font-weight: bold;
	}

.title {
	margin: 0 0 50px;
	padding: 0;
	width: 95%;
	height: 50px;
	display: block;
	background-color: #ff9933;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px; 
	}

.title h2 {
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	line-height: 50px;
	letter-spacing: 1px;
	width: 90%;
	display: block;
	font-weight: bold;
	}

h3 {
	font-size: 150%;
	font-weight: bold;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.4;
	}
	
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin: 0 0 30px;
	padding: 0 0 2px;
	text-align: left;
	}

h5, h6 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
	color: #333;
	}

p {
	line-height: 1.7;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
	}

a {
	color: #333;
	text-decoration: none;
	}

a.link {
	color: #CE0000;
	text-decoration: underline;
	}

a:hover {
	opacity: 0.6;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
a:hover, a:active {
	opacity: 0.6;
	text-decoration: none;
	}

span {
	color: #333;
	}

/* --------------------------------------------------
	List
-------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	color: #333;
	}

li {
	list-style: none;
	text-align: left;
	}

/* --------------------------------------------------
	container
-------------------------------------------------- */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	height: 32px;
	width: 100%;
	margin: 0;
	padding: 9px 0;
	z-index: 999999999999;
	background-color: #ff9933; 
}

header .head-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0 5% 0;
	width: 90%;
	height: auto;
	}

.navi-logo {
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;
	float: left;
	}

.navi-logo a {
	width: auto;
	height: 32px;
	line-height: 32px;
	margin: 0;
	text-align:left;
	color: #fff;
	font-size: 18px;
	}

.navi-logo a img {
	width: 70px;
	height: 32px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

#navi ul.nav {
	float: right;
	display: block;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#navi ul.nav li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: 32px;
	padding: 0;
	}

#navi ul.nav li a {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 0 15px;
	padding: 0;
	display: block;
	letter-spacing: 0.5px;
	text-shadow: none;
	border-bottom: 1px solid #ff9933;
	}

#navi ul.nav li:last-child a {
	}
	
#navi ul.nav li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
			opacity: 1.0;
	}

.navbar {
	border: none;
	}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
footer {
	clear: both;
	background-color: #8d8da1;
	padding: 10px 0;
}

.inner-foot {
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
}

.inner-foot p.copy {
	font-size: 10px;
	margin: 0 auto;
	line-height: 1.0;
	color: #fff;
	float: left;
}

p.footlink {
	float: right;
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.0;
	color: #fff;
}

p.footlink a {
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.0;
	color: #fff;
}

/* --------------------------------------------------
	ページイメージ
-------------------------------------------------- */
#main {
	width: 100%;
	height: 200px;
	margin: 50px auto 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#pageimage img {
	width: 100%;
	height: 200px;
}

#pageimage img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

#pagetitle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: auto;
	margin: -75px 0 0 -150px;
	padding: 0;
	text-align: center;
	display: block;
}

#pagetitle img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.section {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 450px;
	background-image: url("image/animal.png");
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

.section-news {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 50px;
	background-image: url("image/animal.png");
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

.section-gaiyou01 {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	}

.section-gaiyou02 {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 550px;
	background-image: url("image/animal.png");
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

.section-living {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
	}

.section-living-last {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0 0 550px;
	background-image: url("image/animal.png");
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

.inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0 5% 0;
	width: 90%;
	max-width: 1200px;
	height: auto;
	}

.inner800 {
	position: relative;
	margin: 0 auto 0;
	padding: 0 5% 0;
	width: 90%;
	max-width: 800px;
	height: auto;
	}

.box {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

.image {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.schedule {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
}

.schedule img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

hr {
	color: inherit;
	border: none;
	clear: both;
}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 30px auto 20px;
	width: auto;
	text-align: center;
	}

.link-btn a {
	display: inline-block;
	position: relative;
	background-color:#036eb8;
	color: #fff !important;
	text-decoration: none !important;
	padding: 20px 20px;
	text-align: center;
	font-size: 150%;
	margin: 0 auto;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	border-radius: 30px;
	line-height: 1.0;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	}

.link-btn a span {
	font-size: 14px!important;
	color: #fff !important;
}

.link-btn a:hover {
	opacity: 0.7;
}


/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: fixed;
	right: 5%;
	bottom: 40px;
	margin: 0;
	width: 65px;
	height: 46px;
	z-index: 9999999999999999999999;
	}

#back-top a {
	display: block;
	width: 65px;
	height: 46px;
	text-align: center;
	}

#back-top a img {
	width: 65px;
	height: 46px;
	}

#back-top a:hover {
	opacity: 0.6;
	}

/* --------------------------------------------------
	施設紹介
-------------------------------------------------- */

ul.line3 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 40px 0 0;
	padding: 0;
}

ul.line3 li {
	float: left;
	width: 31%;
	margin: 0 3.5% 40px 0;
	padding: 0;
	display:table-cell;
	position: relative;
}

ul.line3 li:nth-child(3n+3) {
	margin-right: 0%;
}

ul.line3 .image {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

ul.line3 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #ff9933;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.4;
}

ul.line3 p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

/* --------------------------------------------------
	概要
-------------------------------------------------- */
.topimage {
	width: 380px;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
	}

.topimage img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.youchien-image {
	float: left;
	width: 40%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	}

.youchien-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.youchien-data {
	float: right;
	width: 57%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	}

.youchien-data p {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
}

.youchien-data p.waku {
	line-height: 1.7;
	color: #333;
	margin: 0 0 5px;
	padding: 5px 0;
	border: 1px solid #333;
	display: block;
	width: 100px;
	text-align: center;
	}

.youchien-data table.data {
	font-size: 16px;
	margin-bottom: 20px;
}

.youchien-data table.data td.category {
	width: 80px;
}

/* --------------------------------------------------
	在園児用各種提出 202504追加
-------------------------------------------------- */
.box2-left .tmb-pdf {
	max-width: 280px;
}

.box2-right .tmb-pdf {
	max-width: 400px;
}

.margin-t01 {
	margin-top: 50px;
}

.margin-t02 {
	margin-top: 80px;
}
.font-w {
	font-weight: bold;
}

/* --------------------------------------------------
	2つ並び
-------------------------------------------------- */
.box2 {
	clear: both;
	margin: 0 auto 50px;
	padding: 0;
}

.box2-left {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box2-left img,.box2-right img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left40 {
	float: left;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right60 {
	float: right;
	width: 57%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-left40 img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-right60 h3 {
	font-size: 30px;
	line-height: 1.4;
	margin: 0 0 5px;
	font-weight: bold;
	color: #ff9933;
}

.box2-right60 h3 {
	background-image: url("image/line-right-k.png");
	background-position: bottom right;
	background-size: auto 30px;
	background-repeat: no-repeat;
	padding: 0 40px 15px 0;
}

.box2-right60 p {
	padding: 0 40px 0 0;
}

/*202212追加*/
.box2-left70 {
	float: left;
	width: 67%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right30 {
	float: right;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right30 img {
	margin: 0 auto 15px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
}

.box2-right30 img.dl-ico {
	width: 70%;
}

@media screen and (max-width: 860px) {
	.box2-right30 img {
		max-width: 50%;	
	}
	
	#mobile.box2-right30 img {
		width: 30%;
	}
}

.link {
	background-image: url("image/linkmark_nomanji.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
	padding: 7px 0 7px 60px;
}

.link a {
	display: block;
	line-height: 1.2;
	font-weight: bold;
}

.kakomi {
	border: 1px solid #024f02;
	padding: 10px 20px;
	margin: 0 0 0 40px;
	width: 75%;
}

.kakomi p {
	padding: 0;
	margin: 0;
	line-height: 1.4;
}

.kakomi p.midori {
	font-size: 110%;
	color: #024f02;
	margin: 0 0 5px;
}

/* --------------------------------------------------
	お知らせ
-------------------------------------------------- */
ul.news {
	margin: 0 auto 20px;
}

.post {
	clear: both;
	margin: 0 auto 50px;
	padding: 50px 50px 50px;
	border: 1px solid #aaa;
	background-color: #fff;
}

.post h2 {
	font-size: 30px;
	color: #ff9933;
	margin: 0 0 15px;
	padding: 0;
	width: auto;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	}

.post p {
	margin: 0 0 20px;
	padding: 0;
	}

.post p.postinfo {
	margin: 0 0 10px;
	padding: 0;
}

.post img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

/* --------------------------------------------------
	ページ送り
-------------------------------------------------- */
p.pagenation {
	font-size: 15px;
	overflow: hidden;
	}

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
div.pagenum {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

ul.pagenum {
	display: inline-block;
	}

ul.pagenum li {
	padding: 0;
	display: inline-block;
	text-align: center;
	}


ul.pagenum li {
	color: #333;
	background-color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	display: inline-block;
	text-align: center;
	}

ul.pagenum li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right: 1px solid #333;
	}

ul.pagenum li a {
	display: block;
	padding: 5px 12px;
	}

ul.pagenum li:hover {
	background-color: #fbebb2;
	}

ul.pagenum li:hover a {
	opacity: 1.0;
	}

ul.pagenum li.current {
	background-color: #fbebb2;
	padding: 5px 12px;
	}

ul.pagenum li.pagedata {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

ul.pagenum li.first a,ul.pagenum li.last a {
	padding: 5px 15px;
	}

p.line-title {
	font-size: 30px;
	line-height: 1.4;
	margin: 0 0 5px;
	color: #ff9933;
	background-image: url("image/line-right-k.png");
	background-position: bottom right;
	background-size: auto 30px;
	background-repeat: no-repeat;
	padding: 0 40px 15px 0;
}

.box-privacy {
	clear: both;
	margin: 0 auto 20px;
	padding: 0;
}

.pankuzu {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.breadcrumbs {
	width: 90%;
	margin: 0 auto;
	color: #333;
	padding: 0!important;
	border: none!important;
}

.breadcrumbs span {
	color: #ff9933;
	font-size: 12px;
	padding: 0!important;
	border: none!important;
}
.breadcrumbs span a span {
	color: #333 !important;
	padding: 0!important;
	border: none!important;
}

.breadcrumbs a span {
	color: #333 !important;
	padding: 0!important;
	border: none!important;
}

.breadcrumbs span a {
	color: #333 !important;
	padding: 0!important;
	border: none!important;
}

/* --------------------------------------------------
	お知らせフッター
-------------------------------------------------- */
.blog-foot {
	background-color: #e2e2e2;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}

.blog-foot .inner {
	width: 90%;
	margin: 0 auto;
}

.blog-foot .inner li#custom-post-type-archives-2 {
	width: 20%;
	float: left;
	border: none;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-right: 3%;
}

.blog-foot .inner li#custom-post-type-recent-posts-2 {
	width: 42%;
	float: left;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 0;
}

.blog-foot .inner li#custom-post-type-calendar-2 {
	width: 30%;
	float: left;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 3%;
}

.blog-foot .inner select {
	width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    border: 1px solid #333;
    background: transparent;
	background-image: url(image/archive-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 32px 25px;
	text-align: center !important;
	text-align: left !important;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 10px;
}

.blog-foot .inner li ul {
	padding: 10px 20px;
	width: 100%;
	
}

.blog-foot .inner li .calendar_wrap {
	padding: 10px 20px;
	text-align: center;
}

.blog-foot .inner li h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	width: 100%;
	text-indent: 10px;
	background-color: #ff9933;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-foot .inner li table {
	width: 100%;
}

.blog-foot .inner li table a {
	color: #ff9933;
}

.blog-foot .inner li li {
	width: 90%;
	float: left;
	padding: 25px 0 0;
	position: relative;
	vertical-align: top;
	border: none;
	background-color: transparent;
	border-radius: 0;
	line-height: 1.5;
	margin-bottom: 10px;
}

li#custom-post-type-archives-2 h2,li.widget_archive label {
	display: none!important;
}

span.post-date {
	position: absolute;
	left: 0;
	top:0;
}

ul.line4 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0;
	padding: 0;
}

ul.line4 li {
	float: left;
	width: 22.9%;
	margin: 0 2.8% 30px 0;
	padding: 0;
	display:table-cell;
	position: relative;
}

ul.line4 li:nth-child(4n+4) {
	margin-right: 0%;
}

ul.line4 .image {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.event ul.line4 .image {
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
}

ul.line4 p.cap {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.season {
	display:flex;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}

.season-image {
	width: 22.9%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
}

.season-image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.season-text-spring,.season-text-summer,.season-text-autumn,.season-text-winter {
	width: 74.3%;
	height: auto;
	margin: 0 0 30px 2.8%;
	padding: 0;
	overflow: hidden;
}

.season-text-inner {
	margin: 0;
	padding: 25px;
	overflow: hidden;
}

.season-text-box {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}

.season-text-box h4 {
	margin: 0;
	padding: 0;
	font-weight: 18px;
	font-weight: normal;
}

.season-text-spring {
	background-color: #bcffde;
}

.season-text-spring .season-text-box,.season-text-summer .season-text-box,.season-text-autumn .season-text-box {
	width: 33%;
}

.season-text-winter .season-text-box {
	width: 25%;
}

.season-text-summer {
	background-color: #ffddff;
}

.season-text-autumn {
	background-color: #ffecb1;
}

.season-text-winter {
	background-color: #c8ebff;
}

.schedule-box {
	display:flex;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	clear: both;
}

.schedule-box01 {
	margin: 0 0 20px;
	padding: 0;
	width: 23%;
	border: none;
	background-color: #ff9933;
	border-radius: 10px;
}

.schedule-box01-02 {
	margin: 0 1.5% 20px 0;
	padding: 0;
	width: 54.5%;
	border: none;
	background-color: #ff9933;
	border-radius: 10px;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
}

.schedule-box02 {
	margin: 0 1.5% 20px;
	padding: 0;
	width: 30%;
	border: none;
	background-color: #fbebb2;
	border-radius: 10px;
}

.schedule-box03 {
	margin: 0 0 20px;
	padding: 0;
	width: 44%;
	border: none;
	background-color: #f5f5f5;
	border-radius: 10px;
}

.schedule-box01 p {
	padding: 10px 20px;
	margin: 0;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 170%;
	line-height: 1.1;
}

.schedule-box01-02 p {
	padding: 10px 20px;
	margin: 0;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 170%;
	line-height: 1.1;
	text-align: center;
	
}

.schedule-box02 p {
	padding: 10px 20px;
	margin: 0;
	width: auto;
	height: auto;
	color: #ff9933;
	font-weight: bold;
	font-size: 170%;
	line-height: 1.4;
}

.schedule-box03 p {
	padding: 10px 20px;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 135%;
	line-height: 1.4;
}

@media only screen and (max-width: 400px) {
#pagetitle {
	width: 256px;
	height: auto;
	margin: -64px 0 0 -128px;
}
}

/* --------------------------------------------------
	202212追加
-------------------------------------------------- */
.sign-color {
	color: #8b0000;
	font-weight: 700;
}

.box-color {
	padding: 10px 20px;
	background-color: #ff9933;
	font-size: 1.5em;
}

.box-color p {
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.box-color {
		font-size: 1em;
	}
}

.imgbox {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.imgbox img {
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}

.sub-img {
	max-width: 50%;
}

.recruit-info {
	clear: both;
}

p.cost-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.kind-table-box {
	width: 50%;	
}

@media screen and (max-width: 800px) {
	.kind-table-box {
		width: 100%;	
	}
	
	/* --------------------------------------------------
	在園児用各種提出 202504追加
	-------------------------------------------------- */
	.box2-left .tmb-pdf {
		margin-bottom: 30px;
		max-width: 230px;
	}
	.margin-t01 {
		margin-top: 20px;
	}
	.margin-t02 {
		margin-top: 0;
	}
}

/*テーブル*/
table.tbl-scroll {
	width: 100%;
}

.tbl-head {
	border: 1px solid #000;	
	background-color: #ffefd5;
	text-align: center;
	padding: 6px;
}

.tbl-cell {
	border: 1px solid #000;	
	background-color: #ffefd5;
	text-align: center;
	padding: 6px;
}

@media only screen and (max-width: 420px) {
	.tbl-scroll{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
}