@charset "utf-8";

/* ===================================================== */
/* common */
/* ===================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 2em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	color: #666666;
}
@media(max-width:767px) {
	body {
		font-size: 14px;
	}
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	display: inline-block;
	color: #666666;
}
a:hover {
	opacity: .5;
	transition:.5s;
	display: inline-block;
	text-decoration: none;
	color: #666666;
}

.flex-grow {
	flex-grow: 1;
}
.hr1 {
  border-top: 1px solid #aaa;
}
/* ページTOPへもどるボタン */
#page-top {
	display: none;
	z-index: 99;
	background: #80aad6;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
	border: 2px solid white;
}
#page-top:hover {
	opacity: .5;
}
img {
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}

/*アコーディオン*/
.aco dt {
	padding: 15px;
	color: white;
	background-color: #80aad6;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
} 
.aco dt span {
	font-size: 0.5em;
}
.aco-link {
	padding: 15px;
	color: white;
	background-color: #80aad6;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	display: block;
}
.aco-link:hover {
	color: white;
	display: block;
}

@media screen and (max-width:991px) {
	.aco dt {
		font-size: 28px;
	} 
	.aco dt span {
	font-size: 0.7em;
}
	.aco-link{
		font-size: 28px;
	}
}
@media screen and (max-width:767px) {
	.aco dt {
		font-size: 20px;
	} 
	.aco dt span {
	font-size: 0.8em;
}
	.aco-link{
		font-size: 20px;
	}
}
.aco dt::after {
	content: '';
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url(../img/arrow-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	transition: .5s;
}
.aco-link::after {
	content: '';
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url(../img/arrow-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	transition: .5s;
}
.aco dt.open::after {
	transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width:767px) {
	.aco dt::after {
		width: 30px;
		height: 30px;
	}
}
.aco dd {
	display: none;
	padding: 15px;
	background-color: white;
} 

.flag-l {
	position: relative;
}
.flag-l:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 294px;
	height: 128px;
	background-image: url(../img/flag-l.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:top left;
}
@media screen and (max-width:991px) {
	.flag-l:before {
		width: 30%;
		top:-30px;
		left:-10px;
	}
}

.flag-r {
	position: relative;
}
.flag-r:after {
	content: '';
	position: absolute;
	top:0;
	right: 0;
	width: 294px;
	height: 128px;
	background-image: url(../img/flag-r.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:top right;
}
@media screen and (max-width:991px) {
	.flag-r:after {
		width: 30%;
		top:-30px;
		right:-10px;
	}
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* footer */
footer {
	background-size: cover;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	padding-top:80px;
}
@media screen and (max-width:991px) {
	footer {
		padding-top:50px;
	}	
}
footer .in {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:991px) {
	footer .in {
/*		width: 700px;	*/
	}
}
footer .logo {
	width: 120px;
}
header .container {
	max-width: 100%;
	width: 1260px;
}
main .container {
	max-width: 100%;
	width: 1010px;
}
section {
	padding-top: 65px;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
	section {
		padding-top: 35px;
	}
}
header .pc-nav {
	margin-top: 38px;
}
.pc-nav li {
	border-right: 1px solid #666666;
	line-height: 1em;
	text-align: center;
	padding: 0 15px;
}
.pc-nav li:last-child {
	border-right: none;
}
.pc-nav li.link-contact {
	position: relative;
}
.pc-nav li.link-contact::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-120%);
	width: 38px;
	height: 28px;
	background-size: contain;
	background-image: url(../img/mail.png);
	content: '';
	background-repeat: no-repeat;
}
@media screen and (max-width:1250px) {
	.pc-nav li {
		font-size: 14px;
	}
}
@media screen and (max-width:991px) {
	.pc-nav li {
		padding: 0 10px;
		font-size: 13px;
	}
}
@media screen and (max-width:800px) {
	.pc-nav li {
		font-size: 12px;
	}
}
@media screen and (max-width:1200px) {
	header .logo {
		width: 320px;
	}
}
@media screen and (max-width:767px) {
	header  {
		background-color:#ef7b41;
	}
	header .d-flex  {
		/*max-width: 80%;*/
		max-width: 95%;
		margin-left: auto;
	}
}


header button {
	border: none;
	cursor: pointer;
	background-color: transparent;
}
header button:focus {
	outline: none;
}
.drawer-nav {
	min-width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
	transition: all 0.6s;
    background-color: #ef7b41;
}
@media(max-width:576px) {
	.drawer-nav {
		min-width: 280px;
	}	
}
.hamburger img {
	width: 50px;
}
.drawer-open .drawer-nav {
    right: 0;
}
.drawer-nav .drawer-close-wrap {
	position: absolute;
	top: 5px;
	left: -5px;
	transform: translateX(-100%);
}
.drawer-nav .drawer-close {
    background-color: transparent;
	position: relative;
	width:30px;
	height:30px;
}
.drawer-nav .drawer-close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
    background-color: #ef7b41;
	width:30px;
	height: 3px;
	transform: rotate(45deg);
}
.drawer-nav .drawer-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
    background-color: #ef7b41;
	width:30px;
	height: 3px;
	transform: rotate(-45deg);
}
.drawer-nav img {
	width: 150px;
}
.drawer-nav ul {
    padding: 70px 10px 0;
}
.drawer-nav ul li.drawer-menu-item {
    border-bottom: solid 1px #ffffff;
    list-style: none;
	padding-top:15px;
	padding-bottom:15px;
}

@media(max-width:350px) {
	.drawer-nav ul li.drawer-menu-item {
		padding-top:10px;
		padding-bottom:10px;
	}	
}

.drawer-nav ul li.drawer-menu-item a {
    display: block;
    width: 100%;
    font-size: 14px;
    color:#ffffff;
    position: relative;
}
.drawer-nav ul li.drawer-menu-item a:hover {
	color: white;
	text-decoration: none;
	transition: .5s;
}
.drawer-overlay {
	background-color: rgba(255,255,255,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 998;
	display: none;
}
.drawer-open .drawer-overlay {
	display: block;
}

.kyusyoku-table {
	width: 700px;
	margin:10px 0 10px;
	background:#FFF;
	border:1px solid #666;
	border-collapse:collapse;
	font-size:10px;
}
@media(max-width:767px) {
	.kyusyoku-table {
		overflow-x: scroll;
	}		  
} 
.kyusyoku-table td{
	padding:3px;
	border:1px solid #666;
}
.kyusyoku-table th.title{
	background:#FCC;
	color: #333;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	padding: 10px 0;
}
.kyusyoku-table td.bg01{
	background:#FFEEF0;
}
.kyusyoku-table td.bg02{
	background:#FFE2C5;
}
.kyusyoku-table td.bg03{
	background:#FFFBE6;
}		
.kyusyoku-table .fixed01{
	position: sticky;
	top: 0;
	color: #333;
	background: #FFF;
	padding: 10px 0;
}
.kyusyoku-table .fixed01::before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}	
/*＝＝＝ 保育園の行事 ＝＝＝*/

#gyouji .gyouji-table {
	width: 100%;
	margin:10px 0 10px;
	background:#FFF;
/*	border:1px solid #666;*/
	border-collapse:collapse;
	font-size:14px;
}

@media(max-width:767px) {
#gyouji .gyouji-table {
		overflow-x: scroll;
	}		  
}
#gyouji .gyouji-table td{
	padding:3px;
	border-collapse:collapse;
	border:1px solid #666;
}

/*＝＝＝ 保育園の特色 ＝＝＝*/
#about {
	padding-bottom: 0;
}
#about .title {
	width: 485px;
}
@media screen and (max-width:767px) {
	#about .title {
		width: 388px;
		max-width: 90%;
	}
}

#about .about-bg {
	background-image: url(../img/about-bg.jpg);
	background-size: cover;
	background-position: top center;
}

#main-visual {
	padding-top: 0;
	padding-bottom: 0;
}
/*＝＝＝ 保育園の一日 ＝＝＝*/
#day {
	padding-bottom: 0;
}
#day .title {
	width: 345.5px;
}
@media screen and (max-width:767px) {
	#day .title {
		width: 276px;
		max-width: 70%;
	}
}
#day .day-bg {
	background-image: url(../img/day-bg.jpg);
	background-size: cover;
	background-position: top center;
	padding-top: 100px;
	padding-bottom: 40px;
}


/*＝＝＝ 献立・保険だより・行事 ＝＝＝*/
#info {
	background-image: url(../img/info-bg.jpg), url(../img/info-bg-2.jpg);
	background-size: 100%, 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat, repeat-y;
}
@media screen and (max-width:767px) {
	#info {
		background-image: url(../img/info-bg-sp.jpg), url(../img/info-bg-2.jpg);
		background-size: 100%, 100%;
		background-position: top center, bottom center;
		background-repeat: no-repeat, repeat-y;
	}
}
#info {
	padding-top: 90px;
}
@media screen and (max-width:767px) {
	#info {
		padding-top: 40px;
	}	
}

#info .kondate .title {
	width: 342px;
}
#info .kondate .kondate-inner {
	width: 100%;
}
@media screen and (max-width:767px) {
	#info .kondate .kondate-inner {
		overflow-x: scroll;
	}
}
#info .kondate .kondate-inner table {
	width: 100%;
	min-width: 700px;
	overflow-x: scroll;
}


@media screen and (max-width:767px) {
	#info .kondate .title {
		width: 327px;
		max-width: 70%;
	}
}
#info .hoken .title {
	width: 361.5px;
}
@media screen and (max-width:767px) {
	#info .hoken .title {
		max-width: 70%;
	}
}
#info .hoken .part {
	position: absolute;
	bottom:0;
	right: 28%;
	width: 7%;
	z-index: 50;
}
@media screen and (max-width:575px) {
	#info .hoken .part {
		bottom:unset;
		right: unset;
		top:50%;
		left: 2%;
		width: 20%;
		transform: translateY(-50%);
	}
}

/*保健だよりのPDF部分*/
#info .hoken_pdf_box {
width: 100%;
 margin: auto auto 60px;  
 padding: 1em;
 background-color: #fff; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 10px; /*角の丸み*/ 	
	line-height: 2.8em;
}
#info .hoken_pdf_box img {
padding: 0 5px 15px 20px;	
}
/*保健だよりの感染のお知らせ外部リンク部分*/
#info .hoken_link01 th, #info .hoken_link01 td {
vertical-align: top;
	padding: 0 20px 40px;
}
#info .tayori h3
{
	color: #FF7400;
	font-weight: bolder;
	text-align: center;
	font-size: 2.8em;
	background-color: #FAFADB;
	padding: 20px;
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
#info .tayori h3
{
	font-size: 1.8em;
	padding: 10px;
}
.tayoribox {
		padding: 10px 40px;
	}
/*#info .tayoribox img {
	width: 80%;
	}	*/
#info .hoken_pdf_box img {
padding: 0 5px 15px 5px;	
}
#info .hoken_link01 th, #info .hoken_link01 td {
display: block;
}	
	#info .hoken_link01 th {
		padding-bottom: 15px;
	}	
}

#info .gyouji .title {
	width: 354px;
}
@media screen and (max-width:767px) {
	#info .gyouji .title {
		max-width: 70%;
	}
}


/*＝＝＝ 理念・概要共通 ＝＝＝*/
#rinen,
#gaiyou {
	background-image: url(../img/rinen-gaiyou-bg.jpg);
	background-size: cover;
	background-position: center center;
}
#rinen .container,
#gaiyou .container {
	max-width: 100%;
	width: 1130px;
}

/*＝＝＝ 理念 ＝＝＝*/
#rinen .box {
	background-color: white;
	border-radius: 15px;
}
#rinen .flag-l::before {
	top:-10px;
	left: -10px;
}
#rinen .flag-r::after {
	top:-10px;
	right: -10px;
}


#rinen .title {
	width: 348px;
}

#rinen .box .in {
	background-image: url(../img/rinen-bg.jpg);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media(max-width:767px) {
	#rinen .box .in {
		background-image: url(../img/rinen-bg-sp.jpg);
		background-size: auto;
		background-position: 100% 20%;
		background-repeat: no-repeat;
	}	
}
@media(max-width:575px) {
	#rinen .box .in {
		background-size: 20%;
	}	
}
#rinen table {
	margin-left: 10%;
	margin-right: auto;
}
@media(max-width:991px) {
	#rinen table {
		margin-left: auto;
	}
}
@media(max-width:767px) {
	#rinen table {
		margin-left: 0;
		width: 100%;
	}
}
#rinen table th,
#rinen table td {
	padding-bottom: 35px;
}
@media(max-width:767px) {
	#rinen table th,
	#rinen table td {
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}
}
#rinen table th p {
	width: 200px;
	color: white;
	background-image: url(../img/label-bg.jpg);
	background-size: contain;
	background-repeat: repeat;
	font-size: 28px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}
@media(max-width:991px) {
	#rinen table th p {
		width: 160px;
		font-size: 22px;
	}
}
@media(max-width:767px) {
	#rinen table th p {
		width: 200px;
		font-size: 18px;
	}
}
#rinen table td {
	padding-left: 70px;
}
@media(max-width:991px) {
	#rinen table td {
		padding-left: 30px;
	}
}
@media(max-width:767px) {
	#rinen table td {
		padding-left: 0;
	}
}
#rinen table .pink {
	color: #de3369;
	font-size: 24px;
	font-weight: bold;
}
@media(max-width:991px) {
	#rinen table .pink {
		font-size: 20px;
	}
}
@media(max-width:767px) {
	#rinen table .pink {
		font-size: 18px;
	}
}
#rinen .logo {
	width: 200px;
}

#rinen .catch {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
}
@media(max-width:991px) {
	#rinen .catch {
		font-size: 20px;
	}
}
@media(max-width:767px) {
	#rinen .catch {
		font-size: 18px;
	}
}

/*＝＝＝ 概要・アクセス ＝＝＝*/
#gaiyou {
	position: relative;
	padding-top: 30px;
}
#gaiyou .part {
	position: absolute;
	top:2%;
	left: 10%;
	width: 15%;
}
@media(max-width:991px) {
	#gaiyou .part {
		left: 5%;
		top:5%;
		width: 15%;
	}
}
@media(max-width:767px) {
	#gaiyou .part {
		left: 50%;
		top:-1%;
		transform: translateX(-50%) translateY(-50%);
		width: 25%;
	}
}
#gaiyou .box {
	background-color: white;
	border-radius: 15px;
}
#gaiyou .flag-l:before {
	content: none;
}
@media(max-width:767px) {
	#gaiyou .flag-l:before {
		content: '';
	}
}
#gaiyou table th {
width: 25%;	
}
#gaiyou table td {
	vertical-align: top;
	width:75%;
}
#gaiyou .title {
	width: 397px;
}
#gaiyou .label p {
	color: white;
	background-image: url(../img/label-bg.jpg);
	background-size: contain;
	background-repeat: repeat;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
@media screen and (max-width:767px) {
	#gaiyou .label p {
		color: white;
		font-size: 18px;
		width: 100%;
	}
}


/*＝＝＝ リクルート ＝＝＝*/
#recruit .title {
	width: 347.5px;
}
@media screen and (max-width:767px) {
	#recruit .title {
		width: 319.5px;
		max-width: 70%;
	}
}

#recruit .contact {
	width: 430px;
	max-width: 90%;
	margin: 0 auto;
}
#recruit table th,
#recruit table td {
	padding: 10px;
	vertical-align: middle;
}
#recruit .label p {
	color: white;
	background-color: #f8b539;
	background-size: contain;
	background-repeat: repeat;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	width: 70px;
}
@media screen and (max-width:767px) {
	#recruit .label p {
		color: white;
		font-size: 18px;
		width: 60px;
	}
}
#recruit .tel {
	width: 261.5px;
}

#recruit .contact .mail {
	width: 51px;
}


/*保健だよりのPDF部分*/
.rec-box {
	width: 100%;
}
.rec_pdf_box {
width: 100%;
 margin: auto auto 60px;  
 padding: 1em;
 background-color: #fff; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 10px; /*角の丸み*/ 	
line-height: 2.8em;
}
.rec_pdf_box img {
padding: 0 5px 15px 20px;	
}
@media screen and (max-width:767px) {
.rec_pdf_box img {
padding: 0 5px 10px;	
}	
}
/*＝＝＝ 0823追加カテゴリーについて ＝＝＝*/
/*＝＝＝ 園からのお知らせ ＝＝＝*/

#info .wanwan .title {
	width: 354px;
}
#info .wanwan .wanwan-inner {
	width: 100%;
}
@media screen and (max-width:767px) {
	#info .wanwan .title {
		max-width: 70%;
	}
}
/*＝＝＝ 相談窓口 ＝＝＝*/
#info .window .title {
	width: 354px;
}
#info .window .wanwan-inner {
	width: 100%;
}
@media screen and (max-width:767px) {
	#info .window .title {
		max-width: 70%;
	}
}
/*苦情のPDF部分*/
#info  .kujho_pdf_box {
width: 100%;
 margin: 10px auto;  
 padding: 1em;
 background-color: #fff; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 10px; /*角の丸み*/ 	
	line-height: 2.8em;
}
#info .kujho_pdf_box img {
padding: 0 5px 15px 20px;	
}
@media screen and (max-width:767px) {
#info  .kujho_pdf_box img {
padding: 0 5px 15px 5px;	
}
}
/*お知らせ・情報開示のPDF部分*/
#wanwan .pdf_box {
width: 100%;
 margin: 10px auto;  
 padding: 1em;
 background-color: #fff; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 10px; /*角の丸み*/ 	
	line-height: 2.8em;
}
#wanwan .pdf_box img {
padding: 0 5px 15px 20px;	
}
@media screen and (max-width:767px) {
#wanwan .pdf_box img {
padding: 0 5px 15px 5px;	
}
}
/*外部リンク*/
/*#out_link {
padding-top: 0;
}*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.aco h5 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 20px 0 0;
}
.aco h6 {
	font-size: 1.2rem;
	font-weight: 700;
}
.aco a {
	text-decoration: underline;
	color: #EC9CB6;
}
/*＝＝＝ 0823追加カテゴリーについて　ここまで ＝＝＝*/
/*テスト*/
/*＝＝＝ 0823追加 ポップアップ ＝＝＝*/
* {
  box-sizing: border-box;
}
#pop .pop-box {
	position: absolute;
}
/* モーダルCSS */
.modalArea {
  display: none;
  /*position: fixed;*/
	position: relative;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */

button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
.wrap {
  overflow-x:scroll;
}
.wrap img {
  width:500px;
  max-width:500px;
}
}