@charset "utf-8";

/* Base Style
================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.8px;
  line-height: 1.8;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover,
a:focus {
  color: #48b577;
  text-decoration: #48b577;
}

a:hover img,
a:focus img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

::selection {
  background: #48b577;
  color: white;
}

.hover01 {
  transition: all 0.6s ease 0s;
}

.hover01:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

.hover02 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hover02:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.top_recruit,
.top_project,
.top_kamitsu,
.top_ss,
.top_dc,
.top_inst {
  transition: all 0.6s ease 0s;
}

.top_recruit:hover,
.top_project:hover,
.top_kamitsu:hover,
.top_ss:hover,
.top_dc:hover,
.top_inst:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

.new {
  margin-right: 0.75em;
  padding: 3px 5px 2px;
  border-radius: 2px;
  background-color: #d00;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}

.none_text {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.inner1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.blk_480,
.blk_811 {
  display: block;
}

.disp_480,
.disp_811 {
  display: none;
}

.bgWrapper {
  background: url(/theme/sn-default/images/bg.jpg);
  background-repeat: repeat-y;
  background-position: top 75% left;
  background-size: contain;
  background-attachment: fixed;
}

#main .contentBodyWrapper {
  padding-bottom: 40px;
}

.top-category_recruit #main .contentBodyWrapper {
  padding-bottom: 0px;
}

@media screen and (max-width: 811px) {
  body {
    font-size: 85%;
  }

  .inner {
    padding: 0 1em;
  }

  .blk_811 {
    display: none;
  }

  .disp_811 {
    display: block;
  }

  .bgWrapper {
    background-repeat: repeat-y;
    background-size: 180%;
    background-position: top left;
  }
}

@media screen and (max-width: 480px) {
  .blk_480 {
    display: none;
  }

  .disp_480 {
    display: block;
  }
}

/* BreadCrumb
================================================== */

#breadCrumb {
  font-size: 85%;
  padding: 2em 0 1em;
}

#breadCrumb a {
  text-decoration: underline;
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list {
  /*border-left: 1px dotted #444;*/
  margin: 1em 1em;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item {
}

.sitemap-list-item-span a {
  text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list {
  list-style-type: disc;
}

ul.sitemap-list.sm-depth2-list {
  list-style-type: circle;
}

ul.sitemap-list.sm-depth3-list {
  list-style-type: square;
}

ul.sitemap-list.sm-depth4-list {
  list-style-type: circle;
}

/* ヘッダー
================================================== */

.headWrapper {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.25em 1.25em;
}

.h_l img {
  height: 80px;
}

.h_r {
  display: flex;
  align-items: flex-end;
}

.h_r ul {
  display: flex;
  align-items: flex-end;
}

.h_r ul li {
  padding: 0.25em 0.75em;
  border-right: 1px solid #000;
  font-size: 92%;
}

.h_r ul li a {
  font-weight: bold;
  text-decoration: none;
}

.h_r img {
  width: 30px;
}

.search {
  padding: 0 0 0 0.75em;
  margin: 0;
}

.p-content-title-backimage {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .h_l img {
    height: 60px;
  }

  .h_r ul li {
    font-size: 76.5%;
  }

  .h_r img {
    width: 25px;
  }
}

@media screen and (max-width: 811px) {
  .headWrapper {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.25em 1em;
    margin-top: -55px;
    background: url(/theme/sn-default/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: top 85% right;
  }

  .h_l img {
    height: 50px;
  }

  .h_r {
    display: none;
  }
}

/* スライドショー
================================================== */

.slideWrapper {
  position: relative;
}

.slideWrapper .copy {
  position: absolute;
  right: 4%;
  top: 4%;
  z-index: 15;
  height: 55%;
}

.slideWrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100.5%;
  z-index: 10;
}

.top_recruit {
  position: absolute;
  bottom: 30%;
  left: 4%;
  z-index: 15;
  width: 25%;
}

.top_project {
  position: absolute;
  bottom: 17%;
  left: 4%;
  z-index: 15;
  width: 25%;
}

.top_kamitsu {
  position: absolute;
  bottom: 4%;
  left: 4%;
  z-index: 15;
  width: 25%;
}

.top_inst {
  position: absolute;
  bottom: 4%;
  left: 4%;
  z-index: 15;
  width: 25%;
}

.slideBody img {
  width: 100%;
}

.top_recruit_sp,
.top_project_sp,
.top_inst_sp {
  display: none;
}

@media screen and (max-width: 811px) {
  .slideWrapper {
    margin-top: 55px;
  }

  .slideWrapper .copy {
    height: 70%;
  }
}

@media screen and (max-width: 480px) {
  .slideWrapper .copy {
    position: absolute;
    left: 4%;
    top: 55%;
    z-index: 20;
    height: 40%;
  }

  .top_recruit_sp {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 15;
    height: auto;
    padding: 2em 2em 0;
    margin: 0 auto;
  }

  .top_project_sp,
  .top_kamitsu_sp,
  .top_inst_sp {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 15;
    height: auto;
    padding: 1em 2em 0;
    margin: 0 auto;
  }
}

/* TOPページ
================================================== */
.news-wrap {
  display: flex;
  justify-content: center;
}

.news-block {
  display: grid;
  gap: 3rem;
  padding: 0 20px;
}

.l-news-block {
  margin: 60px auto;
}

.news {
  margin: 3em;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  width: 48%;
}

.news_title {
  margin: 0 auto 2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #48b577;
  text-align: center;
}

.news_title img {
  height: 73px;
}

.news ul {
  list-style: none;
  height: 545px;
  position: static;
  overflow: scroll;
  overflow-x: hidden;
}

.news ul li {
  margin: 1em 1em 2em;
}

.news ul li .title {
  display: block;
}

.news ul li .date {
  color: #48b577;
  padding-right: 5px;
}

.news ul li .list-category-mark {
  color: #fff;
  text-align: center;
  margin: 0 1em 0 0;
  background: #add75c;
  font-size: 80%;
  width: 185px;
  padding: 0.8%;
  line-height: 140%;
}

.news ul li .list-category-mkmken_news {
  background: #ffa8a8;
}

.news ul li .list-category-mkmk_news {
  background: #98cdef;
}

.news ul li .list-category-hrt_news {
  background: #ffc36b;
}

/* おおつか保育園 */
.news ul li .list-category-hoiku_o_pd {
  background: #44caad;
}

/* ねむの木保育園 */
.news ul li .list-category-nemu_pd {
  background: #a388c9;
}

/* ねむの木夜間保育園 */
.news ul li .list-category-nemuyakan_pd {
  background: #7286c9;
}

/* ひらた西保育園 */
.news ul li .list-category-hoiku_h_pd {
  background: #ff7447;
}

/* いきいきプロジェクト */
.news ul li .list-category-iki-iki-project {
  background: #ffad47;
}

/* エブスマ */
.news ul li .list-category-everyone-smiles {
  background: #ffc113;
}

.link {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}

.link a {
  width: 35%;
  margin: 1.5em;
}

/* .news-thumbs */
.news-thumbs {
  width: 100%;
  margin: 0;
}

.news-thumbs.news ul {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  overflow: unset;
  overflow-x: unset;
}

.news-thumbs.news ul li {
  margin: 0;
}

.news-thumbs.news .thumb a {
  padding-top: 100%;
  position: relative;
  display: block;
}

.news-thumbs.news .thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-thumbs.news .date {
  margin-top: 5px;
}

.news-thumbs.news .list-category-mark {
  display: inline-block;
  width: auto;
  min-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
}

.news-list.news {
  width: 100%;
  margin: 0;
}

.news-list.news ul {
  height: auto;
  overflow: unset;
  overflow-x: unset;
  display: grid;
  gap: 40px;
}

.news-list.news ul li {
  display: flex;
  align-items: baseline;
  grid-template-columns: 95px 200px auto;
  gap: 20px;
  margin: 0;
}

.news-list.news .list-category-mark {
  width: auto;
  padding: 3px 10px;
  margin: 0;
}

@media screen and (max-width: 811px) {
  .news-wrap {
    display: block;
    justify-content: center;
    margin-top: 3%;
  }

  .news {
    margin: 0;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5%;
  }

  .link a {
    width: 40%;
    margin: 1.5em 1em;
  }

  .news-thumbs.news ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .news-thumbs.news .list-category-mark {
    min-width: 100%;
  }

  .news-list.news ul li {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 10px;
  }

  .news-list.news ul .title {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .news-wrap {
    margin-top: 7%;
  }

  .news ul li .list-category-mark {
    width: auto;
    padding: 0.8% 2%;
  }

  .news ul li .title {
    padding-top: 0.5em;
    display: block;
  }

  .news ul li {
    margin: 0% 1% 10% 1%;
  }

  .news ul li .date {
    padding-right: 2%;
  }

  .new {
    margin-left: 0;
  }

  .link {
    flex-direction: column;
    align-items: center;
  }

  .link a {
    width: 85%;
    margin: 0.5em 1em;
  }
}

/* フッター
================================================== */

.line {
  width: 100%;
  margin-top: 30px;
}

.group {
  background-color: #fcfef2;
  padding: 3em 1%;
}

.groupWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group_item {
  width: 30%;
  padding: 3% 2%;
  text-align: center;
}

.group_item img {
  padding-bottom: 2em;
  transition-duration: 0.5s;
}

.group_item img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.gi_name {
  padding: 0 0 1em 0;
}

.mkmken {
  color: #ff827e;
  font-size: 90%;
}

.mkmk {
  color: #5eaaf5;
  font-size: 90%;
}

.big {
  font-size: 150%;
  padding-left: 0.5em;
}

.hrt {
  color: #fbc63b;
  font-size: 130%;
  padding: 0 0 0.7em 0;
}

.o_hoiku {
  color: #48b5ab;
  font-size: 150%;
}

.n_hoiku {
  color: #967db7;
  padding-bottom: 2.4em;
}

.h_hoiku {
  color: #ff8259;
  font-size: 150%;
}

.gi_line {
  width: 100%;
  border: 1px dashed #ddd;
}

.f_recruit {
  background: url(/theme/sn-default/images/bottom_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.fRecruitWrapper {
  display: flex;
  justify-content: center;
}

.fRecruitWrapper .f_r_btn {
  width: 90%;
  padding: 3%;
}

.fRecruitWrapper div {
  width: 75%;
  margin: 2.5em 0;
}

.fWrapper {
  display: flex;
  justify-content: center;
  padding: 5em 0.5em;
}

.f_title {
  margin-right: 3em;
}

.f_title img {
  height: 80px;
}

.f_r {
  display: flex;
  flex-direction: column;
}

.f_r ul {
  display: flex;
  padding-bottom: 1.5em;
}

.f_r ul li {
  padding: 0 0.75em;
  font-weight: bold;
  font-size: 95%;
}

.slash {
  color: #48b577;
  font-size: 115%;
}

.top_link {
  margin: 0.25em auto 2em auto;
    padding: 0.5em 0;
    width: 100%;
    background: #69c38e;
    border-radius: 15px;
    font-size: 70%;
    text-align: center;
    max-width: 200px;
}

.top_link a {
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .gi_info {
    font-size: 87%;
  }
}

@media screen and (max-width: 1100px) {
  .group_item {
    width: 33.3%;
  }

  .big {
    font-size: 130%;
    padding-left: 0.3em;
  }

  .hrt {
    font-size: 110%;
    padding-bottom: 0.9em;
  }

  .n_hoiku {
    font-size: 89%;
    padding-bottom: 2.9em;
  }

  .gi_info {
    font-size: 77%;
  }
}

@media screen and (max-width: 900px) {
  .mkmk,
  .mkmken {
    font-size: 85%;
  }

  .big {
    font-size: 125%;
    padding-left: 0.3em;
  }

  .hrt {
    font-size: 105%;
    padding-bottom: 0.9em;
  }

  .n_hoiku {
    font-size: 80%;
    padding-bottom: 3.5em;
  }

  .gi_info {
    font-size: 68.5%;
  }
}

@media screen and (max-width: 811px) {
  .group_item {
    width: 48%;
    padding: 2% 3% 1%;
  }

  .hrt {
    font-size: 100%;
  }

  .o_hoiku,
  .h_hoiku {
    font-size: 130%;
  }

  .n_hoiku {
    font-size: 95%;
  }

  .gi_info {
    display: none;
  }

  .fWrapper {
    padding: 0 0 5em;
  }

  .f_r {
    width: 100%;
  }

  .f_r ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .f_r ul li {
    font-weight: 400;
    text-align: center;
    padding: 12px 5px;
    font-size: 80%;
  }

  .f_title {
    margin: 1.5em auto 2em;
  }

  .f_title img {
    height: 65px;
  }

  .slash {
  }

  .f_info {
    text-align: center;
    padding: 0 1em;
  }

  .f_info span {
    display: block;
    padding-bottom: 0.5em;
  }

  .top_link {
    width: 180px;
    margin: 1.5em auto 2em;
    font-size: 85%;
  }
}

@media screen and (max-width: 600px) {
  .big {
    display: block;
  }

  .hrt span {
    display: block;
  }

  .n_hoiku span {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .fRecruitWrapper div {
    width: 90%;
  }
}

/* ページアップ画像
================================================== */

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#pagetop img {
  width: 55px;
}

/* 下層ページ
================================================== */

.contentTitle {
  font-size: 190%;
  margin: 1em 0;
}

.contentDescription {
  margin-bottom: 40px;
  text-align: center;
  color: #51b980;
  font-weight: bold;
}

.contentTitle h1 {
  border-bottom: 1px solid #48b577;
}

.contentTitle .date {
  font-size: 60%;
  padding-top: 0.25em;
  text-align: right;
}

.pageList {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.pagelist-item {
  margin: 1.5%;
  width: 47%;
  background: #eff7ee;
}

.pagelist-item .title {
  display: block;
  font-weight: bold;
  padding: 1em;
  border-top: 1px solid #48b579;
}

.pagelist-item .date {
  padding: 1% 2%;
  text-align: right;
  display: block;
  color: #48b577;
}

.pagelist-item .title a {
  font-size: 130%;
  text-decoration: none;
}

.pagelist-item .description {
  display: block;
  padding: 0em 1em 1em 1em;
  font-size: 85%;
}

.page_head_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  background-size: 100% !important;
}

.no_head_img {
  background: #8dd1aa;
}

.page_name {
  font-size: 240%;
  padding: 0.25em 1em;
  background: #fff;
  color: #48b577;
}

.section.categories {
  display: none;
}

@media screen and (max-width: 811px) {
  .page_head_img {
    height: 150px;
    margin: 0;
  }

  .page_name {
    font-size: 200%;
    padding: 0.25em 1em;
  }
}

@media screen and (max-width: 480px) {
  .contentTitle {
    font-size: 140%;
    margin: 10px 0;
  }

  .pagelist-item {
    margin-bottom: 0.5em;
    width: 100%;
    margin: 13px 0;
  }

  .pagelist-item .title a {
    font-size: 120%;
  }

  .page_head_img {
    height: 80px;
    margin: 0;
    background-size: 140% !important;
  }

  .page_name {
    font-size: 140%;
    padding: 0.25em 1em;
  }

  #main .contentBodyWrapper {
    padding-bottom: 0px;
  }

  .fRecruitWrapper {
    display: block;
  }

  .fRecruitWrapper .f_r_btn {
    width: auto;
    padding: 3%;
    margin: 0;
  }

  .f_info {
    padding: 0 3em;
    font-size: 85%;
  }

  .f_title img {
    height: 48px;
  }
}

@media screen and (max-width: 320px) {
  .f_r ul li {
    padding: 12px 0px;
  }
}

/* 検索結果
================================================== */

.searchBody h2 {
  background: #48b577;
  color: #fff;
  outline: dashed 2px #fff;
  outline-offset: -0.5em;
  padding: 1em;
  font-size: 140%;
}

.searchBody p {
  margin: 0.5em 0 0;
}

.searchBody ul {
  margin: 0 0 1em;
}

.searchBody ul li {
  padding: 0.25em 0;
  margin: 0 2em;
  list-style: circle;
  color: #48b577;
}

.searchBody ul li .thumb {
  display: none;
}

.searchBody ul li span {
  color: #000;
}

/* Instaglamタイムライン
================================================== */

.insta-title {
  text-align: center;
}
.insta-title img {
  width: 300px;
  margin-bottom: 30px;
}




@media screen and (min-width: 811px) {
  .insta-area-pc {
    width: 100%;
  }
  .insta-area-sp {
    display: none;
  }
}

@media screen and (max-width: 810px) {
  .insta-area-pc {
    /* display: none; */
  }
  .insta-area-sp {
    width: 100%;
  }
  .insta-title img {
    width: 200px;
    margin-bottom: 30px;
  }
}






.insta-title.hiratanishiday-inst img {
    width: 500px;
    margin-bottom: 30px;
    border-radius: 10px;
}



.insta-area-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4% 5% 0 5%;
  border-top: 1px dotted #8d8d8d;
}



@media screen and (max-width: 1140px) {
.fWrapper {
    display: block;
    justify-content: center;
    padding: 5em 0.5em;
    text-align: center;
}
	
.f_r ul {
    display: flex;
    padding-bottom: 1.5em;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
	
.f_title {
    margin-right: 0;
}
	
.f_title {
    margin: 0;
    margin-bottom: 20px;
}
	
}