@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
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 {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
font-size: 16px;
line-height: 1.6em;
color: #303030;	
}
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;
}*/

button:focus {
	outline: none;
}

@media(min-width:768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
/* ===================================================== */
/* common */
/* ===================================================== */
body p,
body a,
body a:hover {
	text-decoration: none;
	color: black;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	line-height: 1.5em;
}

.clear {
	clear: both;
}

.spc-50 {
	height: 50px;
}

.spc-80 {
	height: 80px;
}

.spc-100 {
	height: 100px;
}

@media(max-width:767px) {
	.spc-50 {
		height: 20px;
	}

	.spc-80 {
		height: 50px;
	}

	.spc-100 {
		height: 70px;
	}
}

/* ヘッダー */
/*header{
	position: relative;
}*/
header .pc-header {
	padding: 0 40px 15px 40px;
/*	max-width: 1600px;*/
	margin: 0;
}
@media(max-width:991px) {
	header .pc-header {
		padding: 0 15px 15px 15px;
	}	
}

header .navbar-brand {
	width: 250px;
	vertical-align: bottom;
		color: #F75B41 !important;
}
@media(max-width:991px) {
	header .navbar-brand {
		width: 200px;
		font-size: 18px;
	}
}

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

移植

--------------------*/
.nav-item{
	margin: 0;
}

.nav-link, .nav-link-g {
}
.nav-link {
  color: #303030;
	margin: 0;
/*	padding: 0;*/
/*	font-size: 0.8rem;*/
}
.nav-link:hover {
  color:#489719;
}
.nav-link-g {
padding: 10px;	
color: #fff !important;	
background-color: #72BF44;	
}
.nav-link-mail {
padding: 10px;	
color: #72BF44;	
background-color: #EBEBEB;	
}
/*   ヘッダー横幅    */
.nav-wrap {
	background-color:#fff;
}
nav.bg-light {
/*	max-width:1200px;*/
/*	padding: 0 30px 0 40px;*/
	margin:0 auto;
	background-color:#fff !important;
}

/*スマホメニュー*/
#header-sp-nav {
	display: none;	/* ちらつき回避 */
}
#header-sp-nav.show {
	display: block;
}

header .sp-logo {
	width: 150px;
	vertical-align: bottom;
}

header .in {
	width: 95%;
}

header .drawer-hamburger {
	position: static;
	top: auto;
	right: auto;
}

.drawer-nav {
	background-color: #57BACB;
	z-index: 99999;
}

.drawer-nav a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

.drawer-nav .drawer-menu-item {
	border-bottom: 1px solid #fff;
}

.drawer-nav a:hover,
.drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
	color: #fff;
}
/* ナビゲーション */
ul.pc-nav {
	padding: 0;
}

ul.pc-nav li + li {
	margin-left: 20px;
}
@media(max-width:991px) {
	ul.pc-nav li + li {
		margin-left: 15px;
	}	
}
ul.pc-nav li a {
	font-size: 16px;
}
@media(max-width:767px) {
	ul.pc-nav li a {
		font-size: 16px;
	}
}


/* フッター */
footer {
	background-color: #72BF44;
	padding-top: 30px;
	padding-bottom: 10px;
}
footer .container {
	max-width: 1230px;
}

footer > div {
	max-width: 1000px;
	margin: 0 auto;
}

footer .copy {
	font-size: 14px;
	color: #fff;
}

footer .logo {
	width: 30%;
}
@media(max-width:767px) {
	footer .logo {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	footer .logo img {
		width: 280px;
	}
}
footer .insta-link-wrap {
	width: 70%;
	text-align: right;
}
@media(max-width:767px) {
	footer .insta-link-wrap {
		width: 100%;
		text-align: center;
	}
}
/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: rgba(159,226,255,0.48);
	width: 50px;
	height: 50px;
	/*line-height: 80px;*/
	padding-top: ;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
}
#btn_pagetop:hover {
	opacity: .5;
}
#btn_pagetop i {
	display: block;
}
@media(max-width:767px) {
	#btn_pagetop {
		width: 50px;
		height: 50px;
	}
}
@media(max-width:575px) {

}




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

メインボディコンテンツ

--------------------*/
#top {
	background-color: #9FE2FF;
}
/*-----太田市私立幼稚園協会・認定こども園協会とは------*/
.about {
	background-color: #9FE2FF;
	padding: 80px 0;
}
.about .about-in {
	position: relative;
	background-color: #fff;
	padding: 40px;
}
.about .about-in .k-01 {
	position: absolute;
	top: 20px;
	left: -50px;
	max-width: 200px;
}
.about .about-in .k-02 {
	position: absolute;
	top: 20px;
	right: -50px;
	max-width: 200px;
}
.about .about-in .k-03 {
	position: absolute;
bottom: 0;
	left: -50px;
/*	max-width: 200px;*/
}
.about .about-in .k-04 {
	position: absolute;
	bottom: 0;
	right: -50px;
/*	max-width: 200px;*/
}
.about .about-in h2 {
	color: #004C98;
	font-size: 24px;
	font-weight: 700;
	padding: 25px 0;
	line-height: 2.0rem;
}
@media (min-width: 1200px) {
	.about .container {
	width: 80%;
	}
.about .about-in h2 {
	font-size: 30px;
	padding: 40px 0;
}
.about .about-in {
	padding: 40px 5%;
	line-height: 2.5rem;
}
	.about .about-in	.about-img  {
		width: 90%;
	}	
}
@media screen and (max-width: 1199.98px){
.about .about-in .k-01 {
	position: absolute;
	top: 10px;
	left: -50px;
max-width: 200px;
}
.about .about-in .k-02 {
	position: absolute;
	top: 10px;
	right: -50px;
max-width: 200px;
}	
.about .about-in h2 {
	color: #004C98;
	font-size: 20px;
	font-weight: 700;
	padding: 25px 0;
	line-height: 2.0rem;
}	
}
@media screen and (max-width: 991px){
.about .about-in .k-01 {
	position: absolute;
	top: 0px;
	left: -10px;
max-width: 150px;
}
.about .about-in .k-02 {
	position: absolute;
	top: 0px;
	right: -10px;
max-width: 150px;
}
.about .about-in .k-03 {
bottom: 0;
	left: -10px;
	max-width: 200px;
}
.about .about-in .k-04 {
	bottom: 0;
	right: -10px;
	max-width: 200px;
}	
}

@media screen and (max-width: 768px){
.about {
	padding: 60px 0;
}	
.about .about-in {
	padding: 20px;
}	
.about .about-in h2 {
	font-size: 18px;
	padding: 15px 0;
}	
	.about-img {
		width: 70%;
	}	
.about .about-in .k-01 {
	position: absolute;
	top: 0px;
	left: -5px;
max-width: 80px;
}
.about .about-in .k-02 {
	position: absolute;
	top: 0px;
	right: -5px;
max-width: 80px;
}	
.about .about-in .k-03 {
bottom: 0;
	left: -10px;
	max-width: 150px;
}
.about .about-in .k-04 {
	bottom: 0;
	right: -10px;
	max-width: 150px;
}		
}
/*-----地図------*/
.map {
	text-align: center;
	background-color:#FEF7C0; 
	padding: 40px 0 60px;
}
.map h3 {
	color: #004C98;
	font-size: 24px;
	font-weight: 700;
	padding: 25px 0;
}
/*-----インフォメーション------*/
.info-box {
position:relative;	
margin: 80px auto 150px;
padding:2em;
border-top:solid 2px #DC525A;
border-bottom:solid 2px #DC525A;
}
.info-box .info-title {
position:absolute;
top:-12px;
left:0;
padding: 5px 25px;
background-color:#DC525A;
	color:#fff;
	line-height: 1em;
}
/*.info-box .info-obj {
position:absolute;
bottom:-60%;
right:0;
}*/
.info-box .info-obj {
position:absolute;
bottom:-30%;
right:0;
}
@media screen and (max-width: 991px){
.info-box .info-obj {
bottom:-25%;	
	}
}
.news-list .newpost {
	color: red;
	font-weight: bold;
}
/*お知らせリスト*/
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item {
border-bottom: 1px solid #CCC;	
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: inherit;
  color: #333;
/*  border-bottom: 1px solid #CCC;*/
  padding: 20px 0;
}
/*.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}*/
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 180px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.2rem;
}
.news-list .item .category2{
  margin: 0;
/*  min-width: 180px;*/
  padding: 0 20px 0 0;
}
.news-list .item .category2 span{
  background: #E9474A;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.2rem;
}
.go-form{
	color: rgba(26,23,219,1.00) !important;
}
.go-form:hover {
	opacity: 0.5 ;
}
/*.news-list .item .category span a {
text-decoration: inherit;	
color: #fff; 	
}*/
.news-list .item .title{
  margin: 0;
  width: 100%;
	line-height: 1.6em;
}
.news-list .item a:hover .title{
  color: #00F;
}
@media screen and (max-width: 768px){
.info-box {
width: 100%;	
	}
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}
/*　　申し込みはこちら　　*/
.entry {
	background-color: #FFF599;
	padding: 60px 0;
}

/*　　　園一覧　　　　*/
.list-title {
	position:relative;	
	border-bottom:solid 2px #004C98;
	margin-bottom: 70px;
}
.list-title h3 {
	position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
	font-size: 24px;
	color: #fff;
	background-color:#004C98;
	padding: 10px 20px;
	text-align: center;
}

.list {
	padding: 90px 0 60px;
}
.list-table {
width: 100%;
margin-top: 50px;	
}
.list-table th{
background-color: rgba(0,76,152,0.10);	
font-weight: normal;
}
.list-table th, .list-table td {
	padding: 10px; 
border-bottom: 1px solid #CCC; 	
}
/*.list-table th:first-child {
  border-top: 1px solid #CCC;
}*/
table {
  border-top: 1px solid #CCC;
}
@media (max-width: 768px) {

.list-title h3 {
	position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	background-color:#004C98;
	padding: 10px 20px;
	width: 80%;
}	
table {
 border-top: none;
	border-bottom: 1px solid #CCC;
}	
	.list-table th, .list-table td {
		display: block;
		width: 100%;
	border-bottom: none;
	}	
	.list-table th {
		padding: 5px 10px;
	}	
.list-table td {
padding: 0 10px;	
	}
	.list-table .hp{
			margin-bottom: 20px;	
	}
	.list-table th {
	margin-bottom: 10px;
	}	
}
/*　　就職フェスタ　	*/
#festa .mv {
	margin: 0 auto;
	text-align: center;
}
#festa .mv .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
	z-index: -1;
}
#festa .mv .festa-txt {
	position: absolute;
	top: 10%;;
	 right: 10%;
	z-index: 5%;
	max-width: 800px;
}
#festa .mv .festa-txt img {
	max-width: 800px;
}
#festa .mv .chack-in {
padding: 60px 0;	
}
#festa .mv .chack {
	color: #004C98;
	font-size: 38px;
	font-weight: 700;	
}
#festa .mv .chack::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image:url("../img/chack.png");
    background-position: center;
    background-size: contain;
	vertical-align: middle;
}
#festa .mv .chack::after {
    content: "　";	
}
@media (max-width: 991px) {
#festa .mv .chack {
	font-size: 28px;
}	
#festa .mv .chack::before {
    width: 26px;
    height: 26px;
}
#festa .mv .festa-txt img {
	max-width: 300px;
}	
}
@media (max-width: 768px) {
#festa .mv .chack-in {
padding: 30px 0;	
}	
#festa .mv .chack {
	font-size: 18px;
}	
#festa .mv .chack::before {
    width: 16px;
    height: 16px;
}	
}
#festa .mv .mv-1 {
	vertical-align: bottom;
}
#festa .catch {
	margin: 0 auto;
	background-color: #09c6b8;
	text-align: center;
	max-width: 1440px;
}
#festa .catch img {
	margin-top: -190px;
}
#festa h2 {
color: #004C98;
font-size: 36px;	
padding: 0.5rem 0 2rem ;	
}
#festa .h2-point {
	color: #004C98;
font-size: 14px;	
}
/* CSSコード */
#festa .owabi-box {
  border: 2px solid #aaa;

  padding: 2em;
}
#festa .owabi-box .owabi {
color: rgba(210,0,4,1.00);
}
#festa .owabi-box h5 {
color: rgba(14,101,213,1.00);
padding: 10px 0;
font-size: 1.2rem;	
} 
#festa .owabi-box .point {
font-weight: 500 !important;	
}
#festa .owabi-box a {
	color: rgba(8,51,182,1.00);
	font-weight: 500;
}
#festa .owabi-box a:hover {
	opacity: 0.5 ;
}
#form .form-kome {
	font-size: 14px;
	color: rgba(218,0,3,1.00);
}
#festa .about-job {
	padding: 80px 0;
}
#festa .about-job .job-text {
	position: relative;
	font-size: 20px;
	line-height: 2.0em;
	padding-bottom: 120px;
}
#festa .about-job .job-text .job-ai {
	position: absolute;
	bottom: -100px;
	right: 20px;
}
@media (max-width: 768px) {
#form .form-kome {
	font-size: 12px;
}	
#festa h2 {
font-size: 24px;	
padding: 0.3em 0 1em ;	
}	
#festa .about-job {
	padding: 40px 0 60px;
}	
#festa .about-job .job-text {
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 120px;
}	
#festa .about-job .job-text .job-ai img {
width: 80%;
}	
#festa .about-job .job-text .job-ai {
	text-align: right;
	bottom: -60px;
	right: 0;
}	
}
@media (max-width: 576px) {
#festa .about-job .job-text {
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 100px;
}		
#festa .about-job .job-text .job-ai img {
width: 70%;
}
}
@media (max-width: 375px) {

}
#festa .view {
	padding-bottom: 80px;
}
#festa .view table {
	width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
	font-size: 18px;
	line-height: 1.8em;
	}
#festa .view table th {
	background-color: rgba(86,173,30,0.42);
	padding: 10px;
	width: 25px;
 border: solid 1px #778ca3;
}
#festa .view table td {
	padding: 10px;
		width: 75px;
	border: solid 1px #778ca3;
}
.dl-button {
	background-color: #e9545d;
	padding: 8px 15px;
	border-radius: 10px;
	color: #fff;
}
.dl-button:hover{
	color: #fff;
    opacity: 0.7;
}
#festa-toi {
background-color: #E5E5E5;
padding: 30px 0;
	font-size: 20px;
	line-height: 1.8em;
}
#festa-toi .tel {
	color: #f75b41;
	font-weight: 700;
	font-size: 20px;	
}
#festa-toi a {
	color: #f75b41;
	font-weight: 700;
	font-size: 26px;
}
#festa-toi a:hover{
    opacity: 0.7;
} 
@media (max-width: 768px) {
#festa .view table {
	font-size: 16px;
	line-height: 1.8em;
	}
#festa .view table th {
	width: 20%;
}
#festa .view table td {
		width: 80%;
}	
#festa-toi {
padding: 30px 0;
font-size: 16px;
line-height: 1.8em;	
}
#festa-toi a {
	font-size: 21px;
}
#festa-toi .tel {
	font-size: 16px;	
}	
}
#form .saitouroku {
font-size: 14px;	
color: #DB0003;	
}
.s-font {
	font-size: 14px;
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.container {
		width: 95%;
	}	
#form .saitouroku {
font-size: 12px;	
}	
}

@media (max-width: 576px) {
	
}
@media screen and (max-width: 375px) {

	
}