@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #333;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #fe6700;
  font-weight: 400;
}
a:hover {
  color: #e25d03;
  font-weight: inherit;
}
a.btn {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  background: #fbca05;
}
a.btn:hover {
  color: #fff;
  font-weight: 500;
  background: #e9bf3d;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
.leadText {
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #23272f;
}
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  background: #fefb9c;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background: #339966;
}
#mainTopics h2, .article h3, .gallery h3, #mainArticles div[id^=blog] h2 {
  font-size: 1.7em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #23272f;
  background: url("/materials/177175130211801.png") no-repeat center bottom;
  background-size: 4em;
  padding-bottom: 1.5em;
  margin-bottom: 30px;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, #mainArticles div[id^=blog] h2:after {
  display: none;
}
.article h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  background: #339966;
  padding-left: 16px;
  border: none;
}
.article h4:before {
  display: none;
}
.article h5 {
  border-left: 4px solid #339966;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
  position: relative;
}
#title_outer h1 {
  width: 240px;
  height: 74px;
  position: absolute;
  top: 15px;
  left: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177148815400401.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}
#title #title_outer {
  background: url("/materials/177302579236901.png") right center no-repeat;
  background-size: 350px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu .topMenu li a {
  font-size: 17px;
  font-weight: 500;
}
#topMenu_outer .topMenu li a:after {
  background: #339966;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #339966;
}

/*--------------------------------------------------------------
mainTopics
---------------------------------------------------------------*/
#mainTopics {
  background: none;
}
ul.topics li {
  background: #f2f6ea;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
ul.topics li p.date {
  background: #339966;
}
ul.topics li p.more a {
  background: #fbca05;
}
ul.topics li p.more a:hover {
  background: #e9bf3d;
}
#mainTopics .listview a {
  background: #ff6600;
}
#mainTopics .listview a:hover {
  background: #e25d03;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: #339966;
}
#footer_body .topMenu li a, #footer_body .services li a {
  font-weight: 500;
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
#footer_body .copyright {
  font-weight: 400;
  background: none;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  color: #339966;
  background: none;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: #339966;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
#mainContents {
  padding-bottom: 0;
}
.sideContents {
  padding-top: 0;
}
.article.full.contact-block {
  text-align: center;
  background: url("/materials/177175065645201.png") no-repeat top center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 70px;
}
.article.full.contact-block .contact-wrap {
  display: inline-block;
  padding: 25px 30px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
.article.full.contact-block p {
  font-size: 1.1em;
  text-align: center;
}
.article.full.contact-block p.contact-lead {
  font-size: 1.15em;
  font-weight: 600;
}
.article.full.contact-block a.tel-link {
  font-size: 2.4em;
  font-weight: 900;
  color: #fe6700;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 #fff,
     0px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  0px 0 #fff,
     1px  0px 0 #fff,
    -1px  1px 0 #fff,
     0px  1px 0 #fff,
     1px  1px 0 #fff;
}
.article.full.contact-block a.tel-link:hover {
  color: #ff9900;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: #fbca05;
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 70%;
  min-width: 21em;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: #e9bf3d;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn {
  margin-bottom:60px;
}
.guideBtn .galleryGrid_body .image a {
  display: block;
  padding-bottom: 45px;
}
.guideBtn .galleryGrid_body .comment {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  width: 90%;
  background: #339966;
  margin: -40px auto 0 auto;
  padding: 0.3em;
  border-radius: 50vh;
  pointer-events: none;
}
.guideBtn .galleryGrid_body .comment::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}

/*-------------------------------------------------------
freeHtml　会社概要
-------------------------------------------------------*/
.freeHtml {
  margin-top: 0;
}
#sideCompany {
  width: 100vw;
  background: #fff;
  margin: 0 calc(50% - 50vw) 50px;
  padding: 0;
}
#sideCompany .sideCompany_inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 4%;
}
#sideCompany h2.logomark {
  width: 310px;
  height: 95px;
  background: url("/materials/177148815400401.png") no-repeat;
  margin: 0 auto 35px;
  padding: 0;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany table {
  width: 100%;
  margin: 0 auto;
  font-size: 0.9em;
}
#sideCompany th {
  width: 27%;
  min-height: 3.0em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  font-weight: 500;
  line-height: 1.25;
  padding:1.25em 1.0em;
  margin-right: 3%;
  margin-bottom: 1.0em;
  border-top: none;
  border-bottom: 1px solid #339966;
}
#sideCompany td {
  width: 70%;
  min-height: 3.0em;
  vertical-align: middle;
  font-size: 1.0em;
  color: #222;
  line-height: 1.25;
  padding:1.25em 1.0em;
  font-weight: normal;
  margin-bottom: 1.0em;
  border: none;
  border-bottom: 1px solid #ccc;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fff;
  font-weight: 400;
  background: #fbca05;
  width: 80%;
  max-width: 450px;
  margin: 30px auto 0 auto;
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #e9bf3d;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  font-size: 1.25em;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
3つの目標
---------------------------------------------------------------*/
.article.objective .image {
  max-width: 60%;
}
.article.objective h4 {
  font-size: 1.4em;
  color: #339966;
  background: none;
  padding: 0 0 0.7em 18px;
  border: none;
  border-radius: 0;
}
.article.objective h4:before {
  display: none;
}
.article.objective p {
  display: flex;
  padding: 18px;
  position: relative;
  background: transparent;
  z-index:0;
}
.article.objective p::before {
  content:"";
  position:absolute;
  inset:-12px;
  background:#f2f6ea;
  z-index:-1;
  transition: transform .2s ease;
  border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%;
  transform: rotate(-0.8deg);
}
.article.objective p.column02::before{
  border-radius: 45% 55% 35% 65% / 55% 40% 60% 45%;
  transform: rotate(0.6deg);
}
.article.objective p.column03::before{
  border-radius: 55% 45% 65% 35% / 40% 55% 45% 60%;
  transform: rotate(-0.5deg);
}

/*--------------------------------------------------------------
table normalTbl makiba
---------------------------------------------------------------*/
.article table.normalTbl.makiba {
  font-size: 1.0em;
}
.article table.normalTbl.makiba th {
  color: #fff;
  background: #339966;
  width: 33%;
}

/*--------------------------------------------------------------
リスト maru
---------------------------------------------------------------*/
ul.maru.makiba-list {
  font-size: 1.0em;
}
ul.maru.makiba-list li:before {
  color: #fbca05;
}

/*--------------------------------------------------------------
情報公表
---------------------------------------------------------------*/
.article.announcement a {
  font-size: 0.8em;
  overflow-wrap: anywhere;
}

/*--------------------------------------------------------------
園の一日
---------------------------------------------------------------*/
.daily-schedule{
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
/* Item */
.daily-schedule .ds_item {
  position: relative;
  padding: 0 0 1.2em 0;
}
/* Title */
.daily-schedule .ds_title {
  display: flex;
  align-items: center;
  gap: .9em;
  margin: 0;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4;
}
/* Time Badge */
.daily-schedule .ds_time {
  flex: 0 0 8.6em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 2.0em;
  padding: 0 .8em 0 75px;
  border-radius: 999px;
  background: #8dc21f;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.daily-schedule .ds_time::before {
  content: "";
  width: 70px;
  height: 70px;
  display:block;
  background: url("/materials/177217026581001.png") no-repeat; top left;
  background-size: 70px;
  position: absolute;
  top: -25px;
  left:5px;
}
/* Text */
.daily-schedule .ds_text {
  margin: .5em 0 0 0;
  line-height: 1.75;
}
@media (max-width: 600px) {
  /* 縦積み */
  .daily-schedule .ds_title {
    display: block;
    font-size: 1.2em;
    margin-left: 15px;
  }
  .daily-schedule .ds_text {
    margin-left: 15px;
  }
  .daily-schedule .ds_time {
    width: 100%;
    height: 2.4em;
    margin: 0 0 .7em 0;
    padding-left: 80px;
    justify-content: flex-start;
  }
}
/*スライド時間調整*/
.gallery_slide .galleryPreview .images ul {
  transition: left 0.8s ease-out;
}

/*--------------------------------------------------------------
年間行事
---------------------------------------------------------------*/
.article.article--events {
}
/* 月見出し共通 */
/* 既存 .article h4 を month だけ打ち消す */
.article h4.month{
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 1.4em 0 .5em;
  height: 44px;
  line-height: 44px;
  padding-left: 60px;
  font-size: 1.2em;
  font-weight: 700;
  color: transparent;
  position: relative;
}
/* 画像で置き換え */
.article h4.month::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 120px;
  height: 120px;
  transform: translateY(-50%);
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 月ごとの画像差し替え */
.article h4.month--04::before { background-image: url("/materials/177177675494404.png"); }
.article h4.month--05::before{ background-image: url("/materials/177177675494405.png"); }
.article h4.month--06::before{ background-image: url("/materials/177177675494406.png"); }
.article h4.month--07::before{ background-image: url("/materials/177177675494407.png"); }
.article h4.month--08::before{ background-image: url("/materials/177177675494408.png"); }
.article h4.month--09::before{ background-image: url("/materials/177177675494409.png"); }
.article h4.month--10::before{ background-image: url("/materials/177177675494410.png"); }
.article h4.month--11::before{ background-image: url("/materials/177177677125401.png"); }
.article h4.month--12::before{ background-image: url("/materials/177177677125402.png"); }
.article h4.month--01::before{ background-image: url("/materials/177177675494401.png"); }
.article h4.month--02::before{ background-image: url("/materials/177177675494402.png"); }
.article h4.month--03::before{ background-image: url("/materials/177177675494403.png"); }

@media (max-width: 600px){
  .article h4.month{
    float: left;
    width: 120px;
    height: 120px;
    margin: 0 16px 8px 0;
  }
  .article h4.month::before{
    top: -30px;
    transform: none;
  }
}

/*-------------------------------------------------------
問い合わせフォーム
-------------------------------------------------------*/
#mainArticles form, #mainBlogCommentForm form {
  background: #dcf0cd;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  background: #dcf0cd;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #eff8e7;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: #339966;
}

/*======================================================
768px
======================================================*/
@media only screen and (max-width: 768px) {
  #title h1 {
    width: 30vw;
    height: 9.2vw;
  }
  #title #title_outer {
    background-size: 40vw;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*toggle*/
  #toggle {
    background-color: #339966;
  }
  .active #toggle {
    background-color: #276127;
  }
  /*title*/
  #title h1 {
    width: 35vw;
    height: 11vw;
    padding-left: 0;
  }
  #title #title_outer {
    height: 15vw;
    min-height: 56px;
    background: none;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.6em;
  }
  /*3つの保育目標写真*/
  .article.objective .image {
    max-width: 100%;
  }
  /*normalTbl*/
  .article table.normalTbl.makiba th {
    width: 100%;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: #276127;
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-size:120%;
    font-weight: bold;
    margin-right: 7px;
    margin-left: 7px;
    display:inline-block;
    transform: rotate(-30deg);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
}

/*======================================================
480px
======================================================*/
@media only screen and (max-width: 480px) {
  #title_outer h1 {
    top: 10px;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.4em;
  }
  #mainTopics h2, .article h3, .gallery h3 {
    font-size: 1.55em;
    margin-bottom: 15px;
  }
  /*sideCompany table*/
  #sideCompany table th, #sideCompany table td {
    display: block;
    width: 100%;
  }
  #sideCompany table th {
    text-align: left;
    background: #f2f6ea;
  }
  #sideCompany table td {
    padding: 0.5em 1.0em;
    margin-bottom: 0.7em;
    border-bottom: none;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block .contact-wrap {
    padding: 15px;
    display:block;
  }
  .article.full.contact-block {
    padding-bottom: 35px;
    background-position: top left;
  }
  .article.full.contact-block a.tel-link {
    font-size: 1.8em;
  }
  a.btn-mailform {
    font-size: 0.85em;
    width: 100%;
    padding: 12px 6px;
  }
  a.btn-mailform::before {
    margin-right: 3px;
  }
  a.btn-mailform::after {
    margin-left: 3px;
  }
}

/*-------------------------------------------------------
画像角丸
-------------------------------------------------------*/
.article.kadomaru .image, .gallery.kadomaru .image {
  overflow: hidden;
  border-radius: 18px;
}
@media only screen and (max-width: 480px) {
  .article.kadomaru .image, .gallery.kadomaru .image {
    overflow: hidden;
    border-radius: 12px;
  }
}

/*-------------------------------------------------------
3つの保育目標
-------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .article.objective .article_body {
    display: flex;
    flex-direction: column;
  }
  .article.objective .article_body h4 {
    text-align: center;
    order: -1;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
