@charset "utf-8";
/* CSS Document */
/*
---------------------------------------------------共通
*/
main article {
  display: block;
  width: 80%;
  margin: auto;
  padding: 50px 0;
}
main h1 {}
main h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
main h2::before {
  content: url("../images/headline_decoration.png");
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------------ホーム
*/
#topv {
  max-height: 70vh !important;
  z-index: 1;
  line-height: 1em;
}
#topv ul li img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
#topv::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 100;
  width: 100%;
  min-height: 300px;
  left: 0;
  top: 0;
  background-image: url("../images/top_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
#thought {
  width: 60%;
  margin: auto;
}
#thought p {
  text-align: center;
  font-size: 1.1em;
  color: #74A64C;
}
#news {
  width: 60%;
  margin: auto;
}
#news section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.5em;
}
#news section:nth-child(2n+1) {
  background-color: #F5F3F0;
  border-radius: 0.5em;
}
#news h3 {
  width: 30%;
  font-size: 1em;
}
#news .text {
  width: 70%;
}
#news .text p::before {
  font-family: 'Material Symbols Rounded';
  content: '\f591';
  vertical-align: -2px;
  color: #EA5532;
}
#news a {
  color: #603813
}
#news a:hover {
  color: #EA5532
}
#about {
  width: 60%;
  margin: auto;
}
#about section {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0.5em 0;
  padding: 0.5em;
}
#about section:nth-child(2n) {
  background-color: #F5F3F0;
  border-radius: 0.5em;
}
#about h3 {
  width: 30%;
  font-size: 1em;
}
#about .text {
  width: 70%;
}
#map iframe {
  width: 100%;
  height: 40vh;
  padding: 8px;
  border-radius: 1em;
  border: 2px dashed #74A64C;
  background-color: #fff;
}
/*
---------------------------------------------------園について
*/
#aim {
  width: 60%;
  margin: auto;
}
#aim .split {
  align-items: center;
}
#aim .image {
  width: 50%;
}
#aim .image img {
  width: 100%;
  height: auto;
}
#aim .text {
  width: 45%;
}
#aim .text div {
  margin-bottom: 2em;
}
#aim .text h3 {
  color: #74A64C;
}
#environment {
  width: 60%;
  margin: auto;
}
#environment section {
  margin-bottom: 3em;
}
#environment h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 30px;
  background-image: url("../images/h3_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-shadow: 0px 0px 2px #fff;
}
#environment h4 {
  margin-top: 2em;
  color: #74A64C;
  font-size: 1em;
  border-bottom: 1px dashed #BCD537;
  text-shadow: 1px 0px #FFFFFF;
}
#environment h4::before {
  content: "★";
  font-size: 0.6em;
  padding-right: 1em;
  vertical-align: 0.4em;
}
#environment p {
  line-height: 2.4em;
  text-align: justify;
}
#environment .photo {
  float: right;
  width: 30%;
  margin: 0 0 1em 1em;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#rooms section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2%;
}
#rooms section figure {
  width: 24%;
  margin-bottom: 2em;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#rooms section figcaption {
  line-height: 1em;
  font-size: 0.9em;
}
/*
---------------------------------------------------園の生活
*/
#daily h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 30px;
  background-image: url("../images/h3_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-shadow: 0px 0px 2px #fff;
}
#daily section {
  clear: both;
  margin-bottom: 150px;
}
#daily .baby {
  width: 80%;
  float: left;
}
#daily .baby table {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 10px #fff;
  box-shadow: 0px 0px 0px 10px #fff;
}
#daily .baby table th {
  text-align: center;
  background-color: #F5F3F0;
}
#daily .baby table::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2%;
  right: -5%;
  z-index: 1;
  width: 20%;
  height: 100%;
  background-image: url("../images/cut02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
#daily .child {
  width: 80%;
  float: right;
}
#daily .child table {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 10px #fff;
  box-shadow: 0px 0px 0px 10px #fff;
}
#daily .child table th {
  text-align: center;
  background-color: #F5F3F0;
}
#daily .child table::after {
  content: "";
  display: block;
  position: absolute;
  top: -8%;
  right: -8%;
  z-index: 1;
  width: 20%;
  height: 100%;
  background-image: url("../images/cut03.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
#daily .text {
  margin: 1em 0;
}
#daily figure {
  width: 32%;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 0;
}
#daily figure:nth-child(2n+1) {
  mask-image: url("../images/mask1.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url("../images/mask1.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
}
#daily figure:nth-child(2n) {
  mask-image: url("../images/mask2.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url("../images/mask2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
}
#year {
  clear: both;
}
#year .monthly {
  width: 80%;
  margin: auto auto 80px;
}
#year .monthly table {
  position: relative;
}
#year .monthly table::before {
  content: "";
  display: block;
  position: absolute;
  top: -2%;
  right: -5%;
  z-index: 1;
  width: 40%;
  height: 40%;
  background-image: url("../images/cut04.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
#year .monthly table::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2%;
  right: -5%;
  z-index: 1;
  width: 40%;
  height: 40%;
  background-image: url("../images/cut05.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
#year table {
  width: 100%;
  border: 2px solid rgba(96, 56, 19, 0.3);
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 10px #fff;
  box-shadow: 0px 0px 0px 10px #fff;
}
#year table th {
  text-align: center;
  white-space: nowrap;
  background-color: #F5F3F0;
}
#year table th span {
  font-size: 0.9rem;
}
#year .event {
  width: 60%;
  margin: auto;
}
#year .event div + div {
  margin-top: 3em;
}
#year .event div h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 30px;
  background-image: url("../images/h3_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-shadow: 0px 0px 2px #fff;
}
/*
---------------------------------------------------ダウンロード
*/
#download {
  width: 60%;
  margin: auto;
  background-image: url("../images/cut01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 15%;
}
#download ul {
  margin: 1em auto;
  padding-left: 2em;
}
#download ul li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#download ul li ::before {
  font-family: 'Material Symbols Rounded';
  content: '\f604';
  font-size: 1em;
  vertical-align: -2px;
  padding-right: 2em;
  color: #EA5532;
}
#info {
  width: 60%;
  margin: auto;
}
#info .btn {
  width: 100%;
}
#info .btn a {
  display: block;
  width: 96%;
  font-size: 1.1em;
  font-weight: bold;
  color: #74A64C;
  background-color: #F5F3F0;
  padding: 1em;
  margin: 2em;
  border-radius: 1rem;
  border: 2px dashed #74A64C;
  -webkit-box-shadow: 0px 0px 0px 10px #F5F3F0;
  box-shadow: 0px 0px 0px 10px #F5F3F0;
}
#info .btn a:hover {
  color: #fff;
  background-color: #74A64C;
  border: 2px dashed #fff;
  -webkit-box-shadow: 0px 0px 0px 10px #74A64C;
  box-shadow: 0px 0px 0px 10px #74A64C;
}
#info .btn a span {
  float: right;
  margin-top: 0.25em;
}
#info ul {
  width: 100%;
  margin: 1em auto;
  padding-left: 2em;
}
#info ul li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#info ul li::before {
  font-family: 'Material Symbols Rounded';
  content: '\e226';
  font-size: 1em;
  vertical-align: -2px;
  padding-right: 2em;
  color: #EA5532;
}
#info ul li a {
  display: inline-block;
  text-decoration: none;
  color: #EA5532;
}
#info ul li a:hover {
  color: #603813
}
/*
---------------------------------------------------おしらせ＆アルバム
*/
#blog {
  width: 80%;
  margin: 0 auto;
}
#support {
  width: 80%;
  margin: 0 auto;
}
#blogContents {
  width: 100%;
}
#blogContents section {
  margin-top: 150px;
}
#blogContents section:first-child {
  margin-top: 0;
}
#blogContents section h3 {
  width: 80%;
  font-size: 1.2em;
  margin: auto auto 1em;
  padding-bottom: 30px;
  background-image: url("../images/h3_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-shadow: 0px 0px 2px #fff;
}
#blogContents .date {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.8em;
  color: #74A64C;
}
#blogContents .blogKiji {
  width: 80%;
  margin: 0 auto;
}
#blogContents .blogKiji ul {
  padding-left: 2em;
}
#blogContents .blogKiji ul li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#blogContents .blogKiji ul li::before {
  content: "★";
  font-size: 0.6em;
  color: #EA5532;
}
#blogContents .blogKiji ol {
  padding-left: 2em;
}
#blogContents .blogKiji ol li {}
#blogContents .blogKiji table {}
#blogContents .blogKiji table tr th {}
#blogContents .blogKiji table tr td {}
#blogContents .blogPdf {
  width: 80%;
  margin: 1em auto;
  padding-left: 2em;
}
#blogContents .blogPdf li {
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#blogContents .blogPdf li::before {
  font-family: 'Material Symbols Rounded';
  content: '\e226';
  font-size: 1em;
  vertical-align: -2px;
  padding-right: 2em;
  color: #EA5532;
}
#blogContents .blogPdf li a {
  display: inline-block;
  text-decoration: none;
  color: #EA5532;
}
#blogContents .blogPdf li a:hover {
  color: #603813
}
#blogContents .blogPhoto figure {
  width: 32%;
  margin-bottom: 2rem;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#blogContents .blogPhoto img {
  width: 100%;
  height: auto;
}
#blogContents .blogPhoto figcaption {
  font-size: 0.9em;
  line-height: 100%;
}
#blogContents .youtube {
  width: 60%;
  margin: auto auto 2rem;
  padding: 8px;
  line-height: 0;
  aspect-ratio: 16/9;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#blogContents .youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#blog #categoly {
  position: relative;
  width: 80%;
  margin: auto auto 150px;
  padding: 1rem;
  background-color: #F5F3F0;
  border-radius: 1rem;
  border: 2px dashed #74A64C;
  -webkit-box-shadow: 0px 0px 0px 10px #F5F3F0;
  box-shadow: 0px 0px 0px 10px #F5F3F0;
}
#support #categoly {
  position: relative;
  width: 80%;
  margin: auto auto 0;
  padding: 1rem;
  background-color: #F5F3F0;
  border-radius: 1rem;
  border: 2px dashed #74A64C;
  -webkit-box-shadow: 0px 0px 0px 10px #F5F3F0;
  box-shadow: 0px 0px 0px 10px #F5F3F0;
}
#categoly h3 {
  display: inline-block;
  position: relative;
  top: -2rem;
  left: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #74A64C;
  padding: 0 1rem;
  border-radius: 1rem;
  color: #fff;
}
#categoly ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#categoly ul li {
  display: inline-block;
  line-height: 1em;
  border-right: 1px solid #BCD537;
  margin-bottom: 1em;
  text-align: center;
  margin-left: 1rem;
}
#categoly ul li:last-child {
  border: none;
}
#categoly ul li a {
  text-decoration: none;
  color: #EA5532;
  padding: 0 1rem;
}
#categoly ul li a:hover {
  color: #603813;
}
#blog .number {
  width: 100%;
  position: relative;
  clear: both;
  font-size: 0.8rem;
  display: inline-block;
  padding: 10px 0px;
}
#blog .number ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#blog .number ul li {
  list-style: none;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
  text-indent: 0;
}
#blog .number a {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  color: #603813;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
}
#blog .number a.active {
  font-weight: bold;
  color: #EA5532;
}
#blog .number a:hover {
  font-weight: bold;
  color: #EA5532;
}
#support .number {
  width: 100%;
  position: relative;
  clear: both;
  font-size: 0.8rem;
  display: inline-block;
  padding: 10px 0px;
}
#support .number ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#support .number ul li {
  list-style: none;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
  text-indent: 0;
}
#support .number ul li::before {
  content: "";
}
#support .number a {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  color: #603813;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
}
#support .number a.active {
  font-weight: bold;
  color: #EA5532;
}
#support .number a:hover {
  font-weight: bold;
  color: #EA5532;
}
#faq {
  width: 60%;
  margin: 0 auto;
}
#faq .qa {
  margin: 0 auto 2em;
}
#faq .qa h4 {
  color: #74A64C;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #74A64C;
  text-indent: -2em;
  padding-left: 2em;
}
#faq .qa h4::before {
  content: "Q";
  font-size: 1.5em;
  padding-right: 0.5em;
}
#faq .qa p {
  text-align: justify;
  text-indent: -2em;
  padding-left: 2em;
}
#faq .qa p::before {
  content: "A";
  font-size: 1.5em;
  font-weight: bold;
  padding-right: 0.5em;
}
#recruit {
  width: 60%;
  margin: auto;
}
#recruit .notice {
  position: relative;
  width: fit-content;
  margin: auto auto 3em;
  padding: 1rem 2em;
  background-color: #F5F3F0;
  border-radius: 1rem;
  border: 2px dashed #74A64C;
  -webkit-box-shadow: 0px 0px 0px 10px #F5F3F0;
  box-shadow: 0px 0px 0px 10px #F5F3F0;
}
#recruit .notice .phone {
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
}
#recruit .notice .phone p:last-child {
  font-size: 1.5em;
  font-weight: bold;
}
#recruit .frame {
  margin-bottom: 3em;
}
#recruit .frame h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding-bottom: 30px;
  background-image: url("../images/h3_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  text-shadow: 0px 0px 2px #fff;
}
#recruit .frame ul li {
  list-style: none;
}
#recruit .frame ul li ::before {
  font-family: 'Material Symbols Rounded';
  content: '\e226';
  font-size: 1em;
  vertical-align: -2px;
  padding-right: 2em;
  color: #EA5532;
}
/*
---------------------------------------------------レスポンシブ1600
*/
@media screen and (max-width:1600px) {
  #about .gaiyou {
    width: 80%;
    margin: auto;
  }
  #map .gmap iframe {
    height: 50vh;
  }
  #year .monthly table::before {
    top: -8%;
    right: -5%;
    width: 30%;
    height: 30%;
  }
  #year .monthly table::after {
    bottom: -10%;
    right: -5%;
    width: 30%;
    height: 30%;
  }
  /*
---------------------------------------------------1600ここまで
*/
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  #topv::before {
    background-image: url("../images/top_bg2.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #rooms section {
    gap: 2%;
  }
  #rooms section figure {
    width: 48%;
  }
  #daily .baby table {
    position: relative;
    margin-top: 20vh;
  }
  #daily .child table {
    position: relative;
    margin-top: 20vh;
  }
  #daily .baby table::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: -20vh;
    right: -5%;
    z-index: 1;
    width: 100%;
    height: 20vh;
    background-image: url("../images/cut02.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  #daily .child table::after {
    content: "";
    display: block;
    position: absolute;
    top: -20vh;
    right: -5%;
    z-index: 1;
    width: 100%;
    height: 20vh;
    background-image: url("../images/cut03.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  #year .monthly {
    width: 100%;
    margin: auto auto 80px;
  }
  #year .monthly table::before {
    content: "";
    display: block;
    position: absolute;
    top: -8vh;
    right: -5%;
    z-index: 1;
    width: 100%;
    height: 20vh;
    background-image: url("../images/cut04.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
  #year .monthly table::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5vh;
    right: -5%;
    z-index: 1;
    width: 100%;
    height: 20vh;
    background-image: url("../images/cut05.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
  }
  #year .event {
    width: 80%;
    margin: auto;
  }
  #download {
    background-size: 30%;
  }
  #blogContents .blogPhoto figure {
    width: 48%;
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  #news {
    width: 90%;
    margin: auto;
  }
  #news section {
    display: flex;
    flex-wrap: wrap;
  }
  #news h3 {
    width: 100%;
  }
  #news .text {
    width: 100%;
  }
  #about {
    width: 90%;
    margin: auto;
  }
  #about section {
    display: flex;
    flex-wrap: wrap;
  }
  #about h3 {
    width: 100%;
    border-bottom: 2px dashed #EA5532;
    margin-bottom: 0.5em;
  }
  #about .text {
    width: 100%;
  }
  #aim {
    width: 80%;
  }
  #aim .image {
    width: 100%;
  }
  #aim .text {
    width: 100%;
  }
  #environment {
    width: 80%;
    margin: auto;
  }
  #environment .photo {
    float: none;
    width: 100%;
    margin: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #rooms section {
    gap: 0;
  }
  #rooms section figure {
    width: 100%;
  }
  #daily .baby {
    width: 100%;
    float: none;
  }
  #daily .child {
    width: 100%;
    float: none;
  }
  #daily figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    line-height: 0;
    margin-bottom: 0.5em;
  }
  #year .monthly {
    width: 100%;
    margin: auto auto 80px;
  }
  #year .monthly table {
    margin-bottom: 120px;
  }
  #year .monthly table::before {
    content: "";
    display: none;
  }
  #year .monthly table::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../images/cut05.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  #year .event {
    width: 100%;
  }
  #download {
    width: 80%;
    padding-bottom: 120px;
    background-position: right bottom;
    background-size: auto 150px;
  }
  #download ul {
    padding-left: 1em;
  }
  #download ul li ::before {
    padding-right: 1em;
  }
  #info {
    width: 80%;
    margin: auto;
  }
  #info .btn {
    width: 90%;
  }
  #info .btn a {
    font-size: 0.9em;
  }
  #info ul {
    padding-left: 1em;
  }
  #info ul li::before {
    padding-right: 1em;
  }
  #blog {
    width: 96%;
    margin: 0 auto;
  }
  #support {
    width: 96%;
    margin: 0 auto;
  }
  #blogContents .blogPdf {
    width: 80%;
    margin: 1em auto;
    padding-left: 0;
  }
  #blogContents .blogPdf li::before {
    padding-right: 1em;
  }
  #blogContents .blogPhoto figure {
    width: 100%;
  }
  #blogContents .youtube {
    width: 100%;
  }
  #categoly ul li {
    border-right: none;
    width: 100%;
  }
  #faq {
    width: 90%;
    margin: 0 auto;
  }
  #recruit {
    width: 90%;
    margin: 0 auto;
  }
  /*
---------------------------------------------------480ここまで
*/
}