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

/*loading全て表示まで待ってね*/

#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 color: antiquewhite;
 z-index: 8;
}
#loading {
	display: none;
  position: fixed;
 top: 50%;
 left: 50%;
 width: 128px;
 height: 60px;
text-align: center;
 margin-top: -30px;/*heightの半分*/
 margin-left: -64px;/*widthの半分*/
 z-index: 9;
	color: antiquewhite;
}
.wrapper {
  min-width: 320px;
 display: block;
  overflow: hidden;
}

body {
  padding-top: 100px;
    overflow-x: hidden;
}
/*Header部分	*/
body header {
  margin-right: auto;
  margin-left: auto;
  color: #500;
  top: 0px;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(85, 85, 85, 0.70);
  box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.70);
  width: 100%;
  display: block;
  background-color: #FFFFFF;
	height: 100px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
header h1 {
  color: #02988c;
  text-align: center;
}
br.br_ok {
	display: block;
	}
h1.h1_line {
  width: 90%;
  text-align: center;
	color: #02988c;
}
#this_month h2, #arts h2, #kyusyoku h2, #recipe h2, #about h2, #hoikunaiyou h2, #kyujin h2,  #osirase h2, #sitemap h2, #shien h2, #hoken h2, #hogosya h2{
	display: flex;
	align-items: center;
	text-align: center;
}
/*園だより・造形・給食・レシピ*/
#this_month h2::before, #arts h2::before, #kyusyoku h2::before, #recipe h2::before, #hoken h2::before, #hogosya h2::before {
  content: "";
flex-grow: 1;
border-top: 3px dotted #ce0101;
	margin-right: 1rem;
}
#this_month h2::after, #arts h2::after, #kyusyoku h2::after, #recipe h2::after, #hoken h2::after, #hogosya h2::after {
  content: "";
flex-grow: 1;
border-top: 3px dotted #ce0101;
	margin-left: 1rem;
}
/*概要・内容*/
#about h2::before, #hoikunaiyou h2::before {
   content: "";
flex-grow: 1;
border-top: 3px dotted #730000;
	margin-right: 1rem;
}
#about h2::after, #hoikunaiyou h2::after {
   content: "";
flex-grow: 1;
border-top: 3px dotted #730000;
	margin-left: 1rem;
}
/*求人・お知らせ・苦情・サイトマップ*/
#kyujin h2::before,  #osirase h2::before, #sitemap h2::before {
content: "";
flex-grow: 1;
border-top: 3px dotted #02988c;
	margin-right: 1rem;
}
#kyujin h2::after,  #osirase h2::after, #sitemap h2::after {
content: "";
flex-grow: 1;
border-top: 3px dotted #02988c;
	margin-left: 1rem;
}
/*応援*/
#shien h2::before {
   content: "";
flex-grow: 1;
border-top: 3px dotted #067557;
	margin-right: 1rem;
}
#shien h2::after {
   content: "";
flex-grow: 1;
border-top: 3px dotted #067557;
	margin-left: 1rem;
}


.container {
  min-width: 320px;
}

/*トップナビゲーション部分*/
.top_navi_area {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 320px;
  height: 2rem;
  position: fixed;
  top: 0px;
  background-color: #009933;
}
.top_navi {
  width: 100%;
  text-align: center;
  height: 1.7em;
  clear: both;
  position: absolute;
}
.top_navi_btn {
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  text-decoration: none;
}
.top_navi_btn a {
  color: #FFFFFF;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 0.8rem;
}
.top_navi_btn :hover {
  opacity: 0.5;
}
.top_navi_btn a img {
  padding-right: 1%;
  vertical-align: middle;
}
/*保護者専用ページボタン*/
.top_navi_hogosya {
  width: 100%;
  text-align: right;
  height: 1.7em;
  clear: both;
  position: absolute;
 margin-top: 2rem;
right: 1%;
}
.top_navi_btn_hogosya {
  padding-left: 1px;
  padding-right: 1px;
  /*text-align: center;*/
  text-decoration: none;
 float: right;
}
.top_navi_btn_hogosya a {
  color: #565656;
/*  margin-left: 1%;
  margin-right: 1%;*/
  font-size: 0.8rem;
}
.top_navi_btn_hogosya :hover {
  opacity: 0.5;
}
/*.top_navi_btn_hogosya a img {
  padding-right: 1%;
  vertical-align: middle;
}*/
/*.top_navi_btn_hogosya a::after {
 content: url("../img/common/arrow_right_green.svg");
  padding-right: 1%;
  vertical-align: middle;
 width: 15px;
  display: inline-block;
}*/
/*住所電話番号*/
header .address_box {
  text-align: left;
  margin-left: 1%;
}
/*住所*/
heaser .address_box p .adr {
  text-align: right;
  padding-right: 1%;
  font-size: 0.9rem;
}
/*電話番号*/
header .address_box p .tel {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: right;
  position: absolute;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
/*navが上にかぶるのでpaddingをmarginに変更*/
h1#headerlogo {
  text-align: left;
  margin-top: 2rem;
	width: 200px;
	margin-left: 1%;
}
body header h1 a {
  color: #009933;
  text-decoration: none;
	position:relative;
	z-index: 1040;
	padding: 0;
}

.footer_area {
  width: 100%;
  height: 100%;
  background-color: #034836;
  min-width: 320px;
  clear: both;
}
.footer-inner, .sitemap-inner{
  padding-bottom: 0;
  padding-left: 0.5em;
  margin: 0 auto;
	width: 100%;
}
/*.footer-inner h1 {
  width: 100%;
  margin-bottom: 5%;
  text-align: center;
}
.footer-inner h1 img {
  width: 70%;
  text-align: center;
  height: 100px;
}*/
.footerBlock {
  clear: none;
  line-height: 3;
}
.sitemapBlock {
  clear: none;
  line-height: 3;
}

/*footer大見出し文字*/
.footerBlock h5 {
  background-repeat: no-repeat;
  background-position: left 50%;
  background-image: url("../img/common/arrow_right_white1-1.svg");
  background-size: 1rem 1rem;
  padding-left: 1.5rem;
  border: none;
color: #ffffff;
}
.sitemapBlock h5 {
  background-repeat: no-repeat;
  background-position: left 50%;
  background-image: url("../img/common/arrow_right_white1-1.svg");
  background-size: 1rem 1rem;
  padding-left: 1.5rem;
  border: none;
color: #666666;
}
.footerBlock h5 a {
 color: #ffffff;
}
.sitemapBlock h5 a {
 color: #666666;
}
/*footerそれぞれの小見出しブロック*/
.footerBlock ul {
  list-style-type: none;
  height: auto;
	padding-left: 0;
	font-size: 1.1rem;
	border-bottom: thin dotted #ffffff;
}
.sitemapBlock ul {
  list-style-type: none;
  height: auto;
	padding-left: 0;
	font-size: 1rem;
	border: thin dotted #666666;
}
/*footerそれぞれの小見出し文字*/
.footerBlock ul li {
  width: auto;
  background-repeat: no-repeat;
  background-position: 0.5em 50%;
  background-image: url("../img/common/arrow_right_white.svg");
  background-size: 0.6em 0.6em;
  margin-top: 0;
  margin-right: auto;
  margin-left: 1rem;
  text-indent:  1.7rem;
  line-height: 4rem;
}
 .sitemapBlock ul li {
  width: auto;
  background-repeat: no-repeat;
  background-position: 0.5em 50%;
  background-image: url("../img/common/arrow_right_green.svg");
  background-size: 0.6em 0.6em;
  margin-top: 0;
  margin-right: auto;
  margin-left: 1rem;
  text-indent:  1.7rem;
  line-height: 3rem;
}
.footerBlock ul li a {
	 color: #ffffff;
}
.sitemapBlock ul li a {
	 color: #666666;
}
/*footerそれぞれの文字列リンク*/
.footerBlock a, .sitemapBlock a {
  text-decoration: none;
  color: #333;
}
/*免責・プライバシーポリシーなどナビ*/
.footer_navi_btn {
  padding-right: 0.5rem;
  text-align: left;
  text-decoration: none;
}
.footer_navi_btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
white-space: nowrap
	padding
	0.3rem;
}
.footer_navi_btn :hover {
  opacity: 0.5;
}
.footer_navi_btn a img {
  padding-right: 0.5rem;
  vertical-align: middle;
  width: 1.5rem;
}
.banner {
	margin: 0.5rem 0;
	padding: 1rem 0;
	text-align: center;
}
.banner_img {
	height: 120px;
	width: 90%;
	}	
.footer_illust {
	text-align: center;
	}
.footer_illust img {
	margin: 0 auto;
	width: 100%;
	}
h1#headerlogo .headerlogo_img{
	margin: 0 auto;
	width: 200px;
	display: block;
}
h1#footerlogo .footerlogo_img{
	margin: 0 auto;
	width: 200px;
	display: block;
}

/*住所*/
.footer_logo .address_box p .adr {
  text-align: center;
  padding-right: 0px;
  font-size: 0.9rem;
}
/*電話番号*/
.footer_logo .address_box p .tel {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 1.2rem;
	text-align: center;
}
/*FAX番号*/
.footer_logo .address_box p .fax {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 0.9rem;
	text-align: center;
}
.footer_logo .address_box {
	text-align: center;
	margin-left: 0px;
	}
.copyright {
  font-size: 0.7rem;
  color: #ffffff;
	text-align: center;
}
/*横1列ナビメニュー*/
.scrollmenu {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
}
/*慣性スクロール*/
.scrollmenu ul {
  width: 100%;
  height: 3em;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
/*慣性スクロールはinline-block重要*/
.scrollmenu ul a {
  padding: 0 0 0 2em;
  border-left: 1px solid #666;
  border-right: none;
  display: inline-block;
}
.scrollmenu ul a:last-child {
  border-right: 1px solid #666;
  padding-right: 2em;
}
.scrollmenu ul a:hover {
  background-color: #EEEEEE;
}
.scrollmenu ul a li {
  color: #666666;
}
/*慣性スクロール*/
ul.overflow_scroll　{
	text-align: left;
overflow-x:scroll;
overflow-y: hidden;
-webkit-overflow-scrolling:touch;
overflow-scrolling:touch;
white-space:nowrap;
	width: 100%;
  padding: 12px 0;
}
.overflow_scroll li {
		display: inline-block;
}
/*indexページ以外の上部swiper部分画像*/
.main_top_image_wrapper {
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
margin-top: -1rem;
}
.main_top_image {
  background-image: url("../img/common/other_top_bg.png");
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
 /* padding-top: 31.97%;*/
}
.main_top_image h1 {
  bottom: 2rem;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-family: "kan415typos-std", sans-serif;
  font-style: normal;
}
  /*パンクズ*/
  .breadcrumb {
    background-color: #ffffff;
  }
  .breadcrumb ol {
    margin-right: 10%;
    position: relative;
  }
/*各ページのトップのページメニュー縦1列*/
#pagemenu {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#pagemenu ul {
  width: 80%;
  margin: 0 auto;
}
#pagemenu li {
  margin-bottom: 0.5em;
  line-height: 1.5rem;
  text-align: center;
  border: thin solid #666666;
  border-radius: 1rem;
	padding: 0.5rem 0;
	margin: 1.5rem 0;
}
#pagemenu li:hover {
  background-color: #EEEEEE;
}
#pagemenu a li {
  text-decoration: none;
  list-style-type: none;
  color: #666666;
}
/********************************************************************topページ*/
#top_osirase .news_text  ul {
  list-style: none;
  padding-left: 0;
}
#top_osirase .news_text>ul>li {
	padding-top: 0.5rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5rem;
	border-bottom: thin dotted #067557;
	color: #333333;
}
#top_osirase .news_text ul li time {
  display: block;
	color: #999999;
	 padding-bottom: 0.5rem;
}
#top_osirase .news_text ul li h5 {
	font-weight: 500;
	color: #336699;
}
#top_osirase .news_text ul li {
	margin: 1rem 0 0 0;
}
#top_osirase .btn a:hover {
	color: #FFFFFF;
}
 #top_osirase .news_text .minna {
 position: relative;
  padding-bottom: 2em;
  }
 .minna .twitter {
  position: absolute;
  padding-left: 1em;
  bottom: 0;
 }
/*TOPページ保育内容・子育て支援・求人*/
.hoikunaiyou_image_wrapper div img {
  width: 100%;
  max-width: 510px;
}
.hoikunaiyou_image_wrapper div .asonde_text, .hoikunaiyou_image_wrapper div .tabete_text, .hoikunaiyou_image_wrapper div .neru_text {
  width: 60%;
  margin: 2rem auto;
	text-align: left;
}
.hoikunaiyou_nav .subnavi_enter {
  width: 30%;
}
.kosodate_ouen_nav .subnavi_various {
  width: 30%;
}
.kyujin_nav .subnavi_enter {
  width: 25%;
}
.hoikunaiyou_nav .card-body h4, .kosodate_ouen_nav .card-body h4, .kyujin_nav .card-body h4 {
  color: #ff6f00;
}
.hoikunaiyou_nav .card, .kosodate_ouen_nav .card, .kyujin_nav .card {
  background-color: rgba(255, 255, 255, 0.60);
  border-radius: 8px;
  text-align: center;
}
.hoikunaiyou_nav .card .btn, .kosodate_ouen_nav .card .btn, .kyujin_nav .card .btn {
  width: 130px;
}
/*==================================================================================================================今月のひがとこページ*/
/*googleカレンダーレスポンシブ対応用*/
.gcal_area iframe {
	display: block;
	max-width: 100%;
	clear: both;
}
/*css_browser_selectorにてiphoneのみ画面からはみ出るのを回避*/	
.iphone .gcal_area iframe {
	display: block;
	width: 350px!important;
	clear: both;
}
.sp_txt_center {
	text-align: center;
}
#menu12gatu {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu12gatu ul {
  width: 80%;
  margin: 0 auto;
}
#menu12gatu li {
  margin-bottom: 0.5em;
  line-height: 1.5rem;
  text-align: center;
  border: thin solid #F95153;
  border-radius: 1rem;
	padding: 0.5rem 0;
	margin: 1.5rem 0;
}
#menu12gatu li:hover {
  background-color: #EEEEEE;
}
#menu12gatu a li {
  text-decoration: none;
  list-style-type: none;
  color: #F95153;
}
/*==================================================================================================================造形・画廊ページ*/
.modal-header {
	background-color: #000000;
	border-bottom: none;
}
.modal-header h4 {
	color: #ffffff;
	font-size: 0.8rem;
}
.modal-header .close {
	color: #ffffff;
}
.modal-header .close:hover {
background-color: #067557;
}
.modal-body {
	background-color: #000000;
}
.border_blue60 {
	width: 90%;
	border-radius: 6px;
	border: thin dotted #002FFF;
	margin: 1em auto;
	padding: 1em;
}
#arts time {
  display: block;
	color: #999999;
	 padding-bottom: 0.5rem;
  text-align: right;
}
/*============================================================================================================給食室*/
.bg_tanabata {
	background-color: #0071af;
	width: 100%;
	height: auto;	
}
.bg_tanabata img {
	width: 100%;
	height: auto;
}
.bg_tanabata p {
	margin-top: -125%;
	color: #fff;
	padding: 10%;
	text-shadow: 10px 10px 20px #000;
	display: inline-block;
	vertical-align: middle;
}
/*============================================================================================================ひがとこレシピページ*/

	.kansei_scroll_area {
 width:100%;
 height:40px;
 background: none;
}
 .kansei_scroll ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
padding-left: 0px;

 }
 .kansei_scroll li {
  display:inline;
  padding:0 1rem;
margin: 0 0.5rem;
	 border: thin solid #eeeeee;
	 border-radius: 10rem;
	 background-color: #eeeeee;
 }
.kansei_scroll li:hover {
	background-color: #ffffff;
	border: thin solid #eeeeee;
	transition: background .3s;
}
#spring .card-header {
	background-color: #FFE7E7
}
#summer .card-header {
	background-color: #F4FFF7
}
#autum .card-header {
	background-color: #FAF3E6
}
#winter .card-header {
	background-color: #EFF7FF
}
#all_season .card-header {
	background-color: #ECECFE
}
#other .card-header {
	background-color: #ECECEC
}
/*============================================================================================================求人のご案内ページ*/
.tag_box .kosin {
	display: block;
	color: #8EB3D9;
	text-align: right;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-bottom: 0.3em;
}

.w-20_md30 {
	width: 20%;
}
.w-30_md40 {
	width: 30%;
}
.w-35_md45 {
	width: 35%;
}
.w-40_md50 {
	width: 40%;
}
.w-30_md20 {
	width: 30%;
}
.w-40_md30 {
	width: 40%;
}
.w-45_md45 {
	width: 45%;
}
.w-50_md30 {
	width: 50%;
}
.w-80_md50	{
	width: 80%;
} 
.w-80_lg70	{
	width: 80%;
} 
.w-50_md50	{
	width: 50%;
} 
.w-100_md100	{
	width: 100%;
} 
/*右に矢印点滅アニメーション用　親にrelativeを指定*/
/*.right_scroll {
	position: absolute;
	right: 0;
width: 100px;
height: 30px;
animation: arrow_right 2s linear infinite;
}*/
/*右に矢印点滅アニメーションはcommon.css*/
/*============================================================================================================保護者専用ページ*/
#hogosya section .container h4 {
	padding-bottom: 0.3em;
	padding-left: 0;
	color: #689ACC;
	font-weight: normal;
}
	#hogosya section .container h4::before {
	content: "◆";
	color: #689ACC;
	font-size: 1.8rem;
	margin-right: 0.5em;
	margin-left: -1rem;
}
	#hogosya section .container h4.color2 {
	padding-bottom: 0.3em;
	padding-left: 1rem;
	color: #3358FF;
	font-weight: normal;
	margin-top: 0;
	font-size: 1.6rem;
}

	#hogosya section .container h4.color2::before {
	content: "◇";
	color: #3358FF;
	font-size: 1.6rem;
	margin-right: 0.5em;
	margin-left: -1rem;
	font-weight: bold;
}
 	/*キャンペーンカルーセル SP*/
#carousel_area　{
	width: auto;/*100%はダメ*/
	margin-left: auto;
	margin-right: auto;
	margin-top:91px;
	height: 70%;
	overflow:hidden;
}
#carousel_area ul {
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}	
/*=====================================================================================================================
======================================================================================================================タブレット＆パソコン==768px以上*/
@media all and (max-width: 575px) {
  .banner_img {
    height: 120px;
    width: auto;
    }	
}

/*=====================================================================================================================
======================================================================================================================タブレット＆パソコン==768px以上*/
@media all and (min-width: 768px) {
 
body {
  padding-top: 152px;
}
 br.br_ok {
	display: none;
	}
  /*住所電話番号*/
  header .address_box {
    text-align: left;
    margin-left: 1%;
	 min-width: 270px;
	 height: 57px;
  }
  /*住所*/
   header .address_box p .adr {
    text-align: right;
    padding-right: 1%;
    font-size: 0.8rem;
	white-space: nowrap;
  }
  /*電話番号*/
    header .address_box p .tel {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: right;
    position: absolute;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
	/*Header部分	*/
body header {
  margin-right: auto;
  margin-left: auto;
  color: #500;
  top: 0px;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(85, 85, 85, 0.70);
  box-shadow: 0px 5px 10px 1px rgba(85, 85, 85, 0.70);
  width: 100%;
  z-index: 1049;
  height: 152px;
  display: block;
  background-color: #FFFFFF;
}
  /*パンクズ*/
 /* .breadcrumb {
    background-color: #ffffff;
  }
  .breadcrumb ol {
    margin-right: 10%;
    position: relative;
  }*/
  /*ホームiconと位置*/
  /*.breadcrumb-item img {
	width: 20px;
	height: 12px;
	padding-bottom: 3%;
}*/
  /*2つ目以降の位置*/
  .breadcrumb-item {
    float: left;
    padding-right: 0%;
    font-size: 80%;
  }
  .breadcrumb-item a:hover {
    color: #6c757d;
  }
  .breadcrumb-item a {
    color: #02988c;
    text-decoration: underline;
  }
  .breadcrumb-item.active {
    color: #6c757d;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #02988c;
    content: ">";
  }
  /*=======================================================================================*/
  /*navbarドロップダウン付き関連ここから*/
  /* ドロップダウンボタン下三角▼ */
  .dropdown-toggle::after {
    margin-left: 0em;
    vertical-align: 3.5em;
    color: #999;
    margin-top: -0.8rem;
	   margin-bottom: 0rem;
  }
	
  /* adds some margin below the link sets  */
 /* .navbar ul.top_gnav .dropdown-menu div[class*="col"] {
    text-align: right;
  }*/
  .navbar #this_month_nav .dropdown-menu {
    border: none;
    background-color: #ff7171 !important;
		height: 7.5rem;
		padding-right: 1rem;
  }
  .navbar #about_hoikuen_nav .dropdown-menu {
    border: none;
    background-color: #7b4d53 !important;
		height: 4rem;
		padding-right: 1rem;
  }
  .navbar #kosodate_ouen_nav .dropdown-menu {
    border: none;
    background-color: #73a381 !important;
		height: 4rem;
		padding-right: 1rem;
  }
	
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
	  margin-top: -80px;
  }
	ul.top_gnav {
		height: 80px;
	}
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0 .25rem;
    margin: 0 .25rem;
	  text-align: center;
  }
  /* makes the dropdown full width  */
  nav.navbar li.dropdown {
    position: static;
  }
  nav.navbar ul.top_gnav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
	  margin-top: -0.125rem;
  }
	
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
  }
	
	/*doropdownメニューボタン*/
/*今月のひがとこ*/
#this_month_nav .dropdown-menu .kakomi_border_ce0101 {
  border: 1px solid #fff;
  border-radius: 1rem;
}
#this_month_nav .dropdown-menu .kakomi_border_ce0101:hover {
  border: 1px solid #ce0101;
  border-radius: 1rem;
	background-color: #FFF;
	transition: all .3s;
	cursor: pointer;
}
#this_month_nav .dropdown-menu  .kakomi_border_ce0101 a {
	color: #FFF;
	display: block;
	padding: 0.5rem;
}
#this_month_nav .dropdown-menu .kakomi_border_ce0101 a:hover {
	color: #ce0101;
	
}
/*保育園について*/
#about_hoikuen_nav .dropdown-menu .kakomi_border_7b4d53 {
  border: 1px solid #fff;
  border-radius: 1rem;
	color: #7b4d53;
}
#about_hoikuen_nav .dropdown-menu .kakomi_border_7b4d53:hover {
  border: 1px solid #7b4d53;
  border-radius: 1rem;
	background-color: #FFF;
	transition: all .3s;
	cursor: pointer;
}
#about_hoikuen_nav .dropdown-menu .kakomi_border_7b4d53 a {
	color: #FFF;
	display: block;
	padding: 0.5rem;
}
#about_hoikuen_nav .dropdown-menu .kakomi_border_7b4d53 a:hover {
	color: #7b4d53;
}
/*子育て支援*/
#kosodate_ouen_nav .dropdown-menu .kakomi_border_067557 {
  border: 1px solid #fff;
  border-radius: 1rem;
	color: #067557;
}
#kosodate_ouen_nav .dropdown-menu .kakomi_border_067557:hover {
  border: 1px solid #067557;
  border-radius: 1rem;
	background-color: #FFF;
	transition: all .3s;
	cursor: pointer;
}
#kosodate_ouen_nav .dropdown-menu .kakomi_border_067557 a {
	color: #FFF;
	display: block;
	padding: 0.5rem;
}
#kosodate_ouen_nav .dropdown-menu .kakomi_border_067557 a:hover {
	color: #067557;
}
  /*navbarドロップダウン付き関連ここまで*/
  /*========================================================タブレット＆パソコン==768px以上===========*/
  /*各ページ上部の各ページナビ横1列メニュー*/
  #pagemenu {
    width: auto;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    text-decoration: none;
  }
  #pagemenu ul {
    width: 100%;
    margin: 0;
  }
  #pagemenu li {
    display: inline-block;
    line-height: 1.0;
    padding-left: 0.5rem;
	padding-right: 0.5rem;
    border: none;
    border-radius: 0px;
    font-size: 0.8rem;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
  }
  #pagemenu li {
    border-left: 1px solid #999999;
  }
  #pagemenu a li {
    text-decoration: none;
    list-style-type: none;
    color: #666666;
  }
  #pagemenu li:hover {
    color: #E38991;
    background-color: #ffffff;
  }
  /*横一列メニュー慣性スクロール*/
  .scrollmenu {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  /*慣性スクロール*/
  .scrollmenu ul {
    height: 3em;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  /*慣性スクロールはinline-block重要*/
  .scrollmenu ul a {
    padding: 0 2em;
    border-left: 1px solid #666;
    border-right: none;
    display: inline-block;
  }
  .scrollmenu ul a:last-child {
    border-right: 1px solid #666;
  }
  .scrollmenu ul a:hover {
    background-color: #EEEEEE;
  }
  .scrollmenu ul a li {
    color: #666666;
  }
	
.banner {
	margin: 0.5rem 0;
	padding: 0.5rem;
}
.banner_img {
	height: 100%;
	width: 90%;
}	
	.footer-inner {
  padding-bottom: 0;
  padding-left: 0.5em;
  margin: 0 auto;
	width: 100%;
}
	.footerBlock {
  clear: none;
  line-height: 1.7rem;
}
	.footerBlock_wrap .footerBlock:last-child {
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 1rem;
}

/*footerそれぞれの小見出しブロック*/
.footerBlock ul {
  list-style-type: none;
  height: auto;
	padding-left: 0;
	font-size: 1rem;
	border-bottom: none;
/*	padding-bottom: 3rem;*/
}

/*footerそれぞれの小見出し文字*/
.footerBlock ul li {
  width: auto;
  background-repeat: no-repeat;
  background-position: 0.5rem 50%;
  background-image: url("../img/common/arrow_right_white.svg");
  background-size: 0.6em 0.6em;
  margin-top: 0;
  margin-right: auto;
  margin-left: 1rem;
  text-indent:  1.7rem;
  line-height: 2rem;
 
	border-bottom: none;
}
.footerBlock ul li a {
		 color: #ffffff;
	}
/*footerそれぞれの文字列ホバー*/
.footerBlock ul li a:hover {
  color: #91FE90;
cursor: pointer;
	transition: all .3s linear;
}	
	.qr_code {
	width: 80px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.qr_caption {
    font-size: 0.8rem;
    line-height: 1.5em;
    padding-top: 0.5rem;
    display: inline-block;
    width: 150px;
	vertical-align: top;
	color: #ffffff;
	text-align: left;
}
	
	.footer_logo_area .footer_illust {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.footer_logo_area .footer_illust img {
		text-align: left;
		width: 100%;
	}
	.footer_logo_area .footer_logo {
		display: inline-block;
		vertical-align: bottom;
		padding-left: 10%;
	}
	
	/*住所*/
.footer_logo h1, .footer_logo .address_box p .adr {
  text-align: left;
  padding-right: 0px;
  font-size: 0.9rem;
}
/*電話番号*/
.footer_logo h1, .footer_logo .address_box p .tel {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 1.2rem;
	text-align: left;
}

.footer_logo h1, .footer_logo .address_box {
	text-align: left;
	margin-left: 0px;
	}
.copyright {
  font-size: 0.8rem;
  color: #ffffff;
text-align: center;
}
	
	
	
  /************************************タブレット＆パソコン==768px以上***topページ*/
 #top_osirase .news_text {
    border: thin solid #333;
    padding: 0 2rem 2rem 2rem;
  }
  /*トップページの保育内容ナビ横1列メニュー*/
  .hoikunaiyou_nav ul.nav li {
    margin-bottom: 0.5em;
    text-align: center;
    border: none;
    border-radius: none;
    color: #666666;
    text-decoration: none;
  }
  .hoikunaiyou_nav ul.nav li {
    border-left: thin solid #666666;
  }
  .hoikunaiyou_nav ul.nav li:last-child {
    border-right: thin solid #666666;
  }
  .hoikunaiyou_nav ul.nav li a {
    color: #666666;
  }
  .hoikunaiyou_nav ul.nav li a:hover {
    color: #02988c;
    transition: all 0.3s ease;
  }
  .hoikunaiyou_image_wrapper {
    width: 100%;
    max-width: 960px;
    height: 100%;
    z-index: -1;
    margin: 5rem auto 0;
  }
  .hoikunaiyou_image {
    background-image: url("../img/top/ippai_asonnde_tabete_neru_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    padding-top: 115.83%;
  }
  .hoikunaiyou_image p.asonde_text {
    width: 50%;
    position: absolute;
    top: 10%;
    right: 1rem;
  }
  .hoikunaiyou_image p.tabete_text {
    width: 50%;
    position: absolute;
    top: 45%;
    left: 1rem;
  }
  .hoikunaiyou_image p.neru_text {
    width: 40%;
    position: absolute;
    bottom: 10%;
    right: 3rem;
  }
  .kosodate_ouen_image_wrapper {
    width: 100%;
    height: 100%;
    margin: 5rem auto 0;
  }
  .kosodate_ouen_area, .kyujin_area {
    text-align: center;
  }
  .kosodate_ouen_area .btn_ouen {
    margin: -200px auto 0;
  }
  .kosodate_ouen_image {
    background-image: url("../img/top/kosodate_ouen_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    height: 0;
    box-sizing: content-box;
    padding-top: 451px;
	 max-width: 100%;
  }
  .kosodate_ouen_image h2.kosodate_ouen_text {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    font-family: kan415typos-std, Arial, Helvetica, sans-serif;
    text-shadow: 0px 3px 30px rgba(255, 255, 255, .5),0px 3px 30px rgba(255, 255, 255, .5);
    margin: -451px auto 0;
  }
  ul.kosodate_ouen_marui_nav {
    list-style: none;
    width: 100%;
    max-width: 960px;
    height: 240px;
    padding-left: 0;
    margin: 100px auto 0;
  }
  ul.kosodate_ouen_marui_nav li a.btn {
    margin: 5% auto 0;
  }
li.kosodate_ouen_marui_nav5, li.kosodate_ouen_marui_nav6, li.kosodate_ouen_marui_nav7 {
    text-align: center;
    float: left;
    width: 30%;
  }
  ul.kosodate_ouen_marui_nav li.kosodate_ouen_marui_nav1 {
    border: none;
    text-align: center;
    float: left;
    width: 25%;
  }
  ul.kosodate_ouen_marui_nav a li.kosodate_ouen_marui_nav2 {
    border: none;
    text-align: center;
    float: left;
    width: 25%;
  }
  ul.kosodate_ouen_marui_nav a:hover, ul.kyujin_marui_nav a:hover {
   /* opacity: 1;*/
  }
  ul.kosodate_ouen_marui_nav a li.kosodate_ouen_marui_nav3 {
    border: none;
    text-align: center;
    float: left;
    width: 25%;
  }
  ul.kosodate_ouen_marui_nav li.kosodate_ouen_marui_nav4 {
    border: none;
    text-align: center;
    float: left;
    width: 25%;
  }
 .kosodate_ouen_marui_nav_text5, .kosodate_ouen_marui_nav_text6, .kosodate_ouen_marui_nav_text7 {
    width: 80%;
    line-height: 1.1;
  display: inline-block;
  padding: 1rem;
  height: 3rem;
  font-size: 24px;
  }
  ul.kosodate_ouen_marui_nav li .kosodate_ouen_marui_nav_text1 {
    margin: 25% auto 0;
    width: 80%;
    line-height: 1.1;
  }
	
  ul.kosodate_ouen_marui_nav a li .kosodate_ouen_marui_nav_text2 {
    margin: 35% auto 0;
    width: 80%;
  }
  ul.kosodate_ouen_marui_nav a li .kosodate_ouen_marui_nav_text3 {
    margin: 35% auto 0;
    width: 80%;
  }
  ul.kosodate_ouen_marui_nav li p.kosodate_ouen_marui_nav_text4 {
    margin: 20% auto 0;
    width: 100%;
  }
  .kosodate_ouen_marui_nav1 {
    background-image: url("../img/top/kosodate_ouen_bg_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
  .kosodate_ouen_marui_nav2 {
    background-image: url("../img/top/kosodate_ouen_bg_2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
  .kosodate_ouen_marui_nav3 {
    background-image: url("../img/top/kosodate_ouen_bg_3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
  .kosodate_ouen_marui_nav4 {
    background-image: url("../img/top/kosodate_ouen_bg_4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
 .kyujin_image_wrapper {
    width: 100%;
    height: 100%;
    margin: 5rem auto;
  }
  .kyujin_area .btn_ouen {
    margin: -200px auto 0;
  }
  .kyujin_image {
    background-image: url("../img/top/kyujin_annai_bg.png");
     background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    height: 0;
    box-sizing: content-box;
    padding-top: 451px;
	 max-width: 100%;
  }
  .kyujin_image h2.kyujin_text {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    font-family: kan415typos-std, Arial, Helvetica, sans-serif;
    text-shadow: 0px 3px 30px rgba(255, 255, 255, .5),0px 3px 30px rgba(255, 255, 255, .5);
    margin: -523px auto 0;
  }
  ul.kyujin_marui_nav {
    list-style: none;
    height: 240px;
    padding-left: 0;
    margin: 100px auto 0;
  }
  ul.kyujin_marui_nav li a.btn {
    margin: 10% auto 0;
  }
  ul.kyujin_marui_nav a li.kyujin_marui_nav1 {
    border: none;
    text-align: center;
display: inline-block;
	  vertical-align: top;
    width: 25%;
  }
  ul.kyujin_marui_nav a li.kyujin_marui_nav2 {
    border: none;
    text-align: center;
   display: inline-block;
	  vertical-align: top;
    width: 25%;
  }
  ul.kyujin_marui_nav a li p.kyujin_marui_nav_text1 {
    margin: 40% auto 0;
    width: 80%;
  }
  ul.kyujin_marui_nav a li p.kyujin_marui_nav_text2 {
    margin: 40% auto 0;
    width: 80%;
  }
  .kyujin_marui_nav1 {
    background-image: url("../img/top/kyujin_bg_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
  .kyujin_marui_nav2 {
    background-image: url("../img/top/kyujin_bg_2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 240px;
    position: relative;
  }
	/*============================================================================================================今月のひがとこページ*/
	.gcal_area iframe {
	display: block;
	max-width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
	.sp_txt_center {
	text-align: left;
}
	#menu12gatu {
	display: block;
	margin-left: auto;
	margin-right: auto;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
	/*============================================================================================================給食室*/
.bg_tanabata {
	background-color: #0071af;
	width: 100%;
	height: auto;	
}
.bg_tanabata img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.bg_tanabata p {
	margin-top: -50%;
	color: #fff;
	padding-left: 10%;
	text-shadow: 10px 10px 20px #000;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
	/*============================================================================================================ひがとこレシピページ*/

.kansei_scroll {
 margin:auto;
 max-width: 1180px;
 line-height:40px;
}
.kansei_scroll ul {
 display:flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;

}
.kansei_scroll li {
 text-align: center;
	width: 16.6%;
}
	
/*===========================================================================================================子育て支援ページ*/	
.pl3_md {
	padding-left: 3rem;
}
/*===========================================================================================================保育内容ページ*/	
	#hoikunaiyou .table.oneday tbody tr td[scope="row"] {
		background-color: #dddddd;
		text-align: center;
		width: 10%;
	}
	
	#hoikunaiyou .table.oneday tbody tr td:nth-child(2) {
		background-color: #FFE8E9;
		padding-left: 1rem;
	}
#hoikunaiyou .table.oneday tbody tr td:nth-child(4) {
		background-color: #FFF1DC;
	padding-left: 1rem;
	}
	
#hoikunaiyou .table.oneday tbody tr td:nth-child(6) {
		background-color: #EAF0F8;
	padding-left: 1rem;
	}
	#hoikunaiyou .table.oneday thead tr th:nth-child(even) {
		width: 20%;
	}
.w-20_md30 {
	width: 30%;
}
.w-30_md40 {
	width: 40%;
}

.w-35_md45 {
	width: 45%;
}

.w-40_md50 {
	width: 50%;
}
	
.w-30_md20 {
	width: 20%;
}
.w-40_md30 {
	width: 30%;
}
.w-50_md30 {
	width: 30%;
}
.w-80_md50	{
	width: 50%;
} 
	.w-50_md50	{
	width: 50%;
}
	.w-100_md100	{
	width: 100%;
} 
/*=====================================================================================タブレット　　　　　　　　　　　保護者会専用ページ　===================================================================================================*/
#hogosya section .container h4 {
	padding-bottom: 0.3em;
	padding-left: 0;
	color: #689ACC;
	font-weight: normal;
}
#hogosya section .container h4::before {
	content: "◆";
	color: #689ACC;
	font-size: 1.8rem;
	margin-right: 0.5em;
	margin-left: -1rem;
}
#hogosya section .container h4.color2 {
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	color: #3358FF;
	font-weight: normal;
	margin-top: 0;
	font-size: 1.6rem;
}

	#hogosya section .container h4.color2::before {
	content: "◇";
	color: #3358FF;
	font-size: 1.8rem;
	margin-right: 0.5em;
	margin-left: -1rem;
}
/*===========================================================================================================造形*/		
		.border_blue60 {
	width: 60%;
	border-radius: 6px;
	border: thin dotted #002FFF;
	margin: 1em auto;
	padding: 1em;
}
	/*キャンペーンカルーセル tab pc*/
#carousel_area_pc　{
	width: auto;/*100%はダメ*/
	margin-left: auto;
	margin-right: auto;
	margin-top:91px;
	height: 70%;
	overflow:visible;
}
#carousel_area_pc ul {
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}	
	#carousel_area_pc ul li {
	float: left;
		padding: 0 0.5rem;
	}	
	#carousel_area_pc ul li img{
	width: 100%;
		max-width: 400px;
	}	
  /**/
}
/*====================================================================================================================================
====================================================================================================================================PC====992px以上*/
@media all and (max-width: 991px) {
 
  /*=================================991px以下====shien.phpページ*/
/*慣性スクロール（lazysizes.min.js必要　imgにclass="lazyload"）*/
		/*表示する外箱*/
		.scroll_content  {
			display: -ms-flexbox;
			display: flex;/*横並び*/
			width: 100%;
			height: auto;
			overflow-x: auto !important;
    	-webkit-overflow-scrolling: touch;
		}
		/*表示する中身*/
		.scroll_content img {
			width: auto;
			height: 90%;
			object-fit: cover;
			margin: 0 auto;
		}
/* */
}

/*====================================================================================================================================
====================================================================================================================================PC====992px以上*/
@media screen and (min-width: 992px) {
 
  /*=================================992px以上====indexページ*/
/*慣性スクロール（max-width: 991pxだとそれ以上の時スクロールバーだけ表示されるため）*/
	.scroll_content  {
			display: flex;
			width: 100%;
			height: auto;
			overflow-x: inherit;
		}
	/*表示する中身*/
		.scroll_content img {
			width: 100%;
			height: 90%;
			object-fit: cover;
			margin: 0 auto;
		}
 br.br_ok {
	display: none;
	}
  #top_info .info_text {
    margin: 2rem auto;
    width: 60%;
  }
 .news_text {
    margin: 2rem auto;
    width: 80%;
  }
.footerBlock_wrap .footerBlock:last-child {
	padding: 0.5rem;
	text-align: center;
	margin-bottom: 1rem;
}
.qr_code {
	width: 80px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.qr_caption {
    font-size: 0.8rem;
    line-height: 1.5em;
    padding-top: 0.5rem;
    display: inline-block;
    width: 150px;
	vertical-align: top;
	color: #ffffff;
	text-align: left;
}
.banner_img {
	height: 100%;
	width: 90%;
	max-width: 235px;
	}
 /* .kosodate_ouen_area .btn_ouen {
    width: 300px;
    margin: -10% auto 0;
  }*/
/*  ul.kosodate_ouen_marui_nav {
    margin: 8% auto;
  }*/
  ul.kosodate_ouen_marui_nav li .kosodate_ouen_marui_nav_text1 {
    margin: 20% auto 0;
  }
  ul.kosodate_ouen_marui_nav a li .kosodate_ouen_marui_nav_text2 {
    margin: 25% auto 0;
  }
  ul.kosodate_ouen_marui_nav a li .kosodate_ouen_marui_nav_text3 {
    margin: 35% auto 0;
  }
  ul.kosodate_ouen_marui_nav li p.kosodate_ouen_marui_nav_text4 {
    margin: 15% auto 0;
  }

/*.kyujin_area .btn_ouen {
    width: 300px;
    margin: -10% auto 0;
  }*/
 /* ul.kyujin_marui_nav {
    margin: 8% auto;
  }*/
	ul.kyujin_marui_nav a li p.kyujin_marui_nav_text1 {
    margin: 30% auto 0;
    width: 80%;
  }
  ul.kyujin_marui_nav a li p.kyujin_marui_nav_text2 {
    margin: 30% auto 0;
    width: 80%;
  }
.container .lg_img_center720 {
		max-width: 720px;
		margin: 0 auto;
	text-align: center;
	}
.container .lg_img_center720 img {
		margin: 0 auto;
	}
	/*============================================================================================================給食室*/
.bg_tanabata {
	background-color: #0071af;
	width: 70%;
	height: auto;	
	margin: 0 auto;
}
.w-80_lg70	{
	width: 70%;
} 
.w-50_md50	{
	width: 50%;
}
	.w-100_md100	{
	width: 100%;
} 
.dankumi2 {
	width: auto;
	height: auto;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 1%;
	padding-right: 1%;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 5em;
	column-rule: dotted medium #8DC47F;
}
	
  /**/
}
/*====================================================================================================================================
====================================================================================================================================PC====992px以上*/
@media screen and (min-width: 1200px) {
  
.container {
		max-width: 960px;
}
/**/
}
