@charset "UTF-8";
/* color */
.page-title {
  text-align: center;
  color: #265039;
  background-size: contain;
  background-position: center;
  padding: 28px;
  position: relative;
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 27px;
    max-width: 370px;
    margin: 10px auto 50px;
  }
}
.page-title.page-title_white {
  background-image: url(../images/common-back_title01.png);
}
.page-title.page-title_yellow {
  background-image: url(../images/common-back_title02.png);
}
.page-title::before {
  content: "";
  position: absolute;
  background-image: url(../images/illustration-flower_only.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 13%;
  left: 160px;
  z-index: 1;
  width: 50px;
  height: 45px;
  animation: kurukuru 15s linear infinite;
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .page-title::before {
    width: 50px;
    height: 45px;
    top: -3px;
    left: 16%;
    animation: kurukuru 30s linear infinite;
  }
}
.page-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/illustration-note.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 5%;
  right: 150px;
  z-index: 1;
  width: 70px;
  height: 56px;
  animation: huwakaze01 4s ease-in-out alternate infinite;
  animation-delay: -1.8s;
}
@media screen and (max-width: 768px) {
  .page-title::after {
    width: 66px;
    height: 45px;
    bottom: 12px;
    right: 13%;
    animation: huwakaze01 18s ease-in-out alternate infinite;
  }
}

.hover-ani {
  transition: all 0.6s;
}
.hover-ani:hover {
  opacity: 0.6;
}

/* 見出し */
.content-title {
  position: relative;
  color: #066b59;
  margin: 70px auto 80px;
  padding: 2% 0 30px;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .content-title {
    margin: 60px auto 60px;
    padding: 2% 0 6px;
  }
}
.content-title img {
  max-width: 90px;
  margin: 0 4% -1% 0;
  position: absolute;
  right: 2%;
  bottom: 2%;
}
.content-title img.common-tile_wataru {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .content-title img {
    max-width: 60px;
    bottom: -16%;
  }
  .content-title img.common-tile_wataru {
    max-width: 100px;
  }
}
.content-title::after {
  content: "";
  position: absolute;
  background-image: url("../images/common-tileback.png");
  background-size: 100% 50px;
  background-position: left center;
  width: 100%;
  height: 70px;
  z-index: -1;
  left: 0;
  bottom: -40%;
}
@media screen and (max-width: 768px) {
  .content-title::after {
    bottom: -50px;
    background-size: 100% 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-title span {
    display: block;
    margin: 0 0 -10px;
    letter-spacing: 0;
  }
}

.content-title_yoko img {
  max-width: 160px !important;
}
@media screen and (max-width: 768px) {
  .content-title_yoko img {
    max-width: 90px !important;
  }
}

/* 表 */
.table-green {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 20px;
}
.table-green th,
.table-green td {
  border: 2px solid #5bd2ac;
  padding: 15px;
  border-bottom: none;
  border-right: none;
}
.table-green tr:last-of-type th,
.table-green tr:last-of-type td {
  border-bottom: 2px solid #5bd2ac;
}
.table-green tr td {
  border-right: 2px solid #5bd2ac;
  vertical-align: middle;
}
.table-green tr td span {
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
.table-green tr td span.afterschool-box_table-ib {
  display: none;
}
@media screen and (max-width: 768px) {
  .table-green tr td span.afterschool-box_table-ib {
    display: inline-block;
  }
}
.table-green tr th {
  background-color: #e2fff6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-green tr th {
    background-color: #caf3e7;
  }
}
.table-green tr th span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.table-green tr:first-child > *:first-child {
  border-radius: 20px 0 0 0;
}
.table-green tr:first-child > *:last-child {
  border-radius: 0 20px 0 0;
}
.table-green tr:last-child > *:first-child {
  border-radius: 0 0 0 20px;
}
.table-green tr:last-child > *:last-child {
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .table-green th, .table-green td {
    display: block;
    width: 100%;
    border: none !important;
  }
  .table-green th {
    border-radius: 10px 10px 0 0 !important;
    padding: 10px 15px;
  }
  .table-green td {
    padding: 10px 0 30px;
  }
}

.about footer {
  margin: 0;
  padding: 0;
}

/* 幼稚園案内メインタイトル
**********************************/
.about-titlebox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-titlebox {
    margin-top: 0;
  }
}
.about-titlebox p {
  text-align: center;
  font-weight: 600;
  color: white;
  line-height: 2em;
  padding: 20px 0 10px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-titlebox p {
    padding: 0 0 80px;
  }
}
.about-titlebox p::before {
  content: "";
  position: absolute;
  background-image: url(../images/about-entei_cloud02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 7%;
  left: 10%;
  z-index: -1;
  width: 173px;
  height: 115px;
  animation: huwahuwa 7s ease-in-out alternate infinite;
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .about-titlebox p::before {
    width: 101px;
    height: 69px;
    left: 0;
    bottom: -1%;
    animation: huwahuwa 15s ease-in-out alternate infinite;
  }
}
.about-titlebox p::after {
  content: "";
  position: absolute;
  background-image: url(../images/about-entei_cloud01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -5%;
  right: 10%;
  z-index: -1;
  width: 170px;
  height: 84px;
  animation: huwahuwa 5s ease-in-out alternate infinite;
  animation-delay: -2.3s;
}
@media screen and (max-width: 768px) {
  .about-titlebox p::after {
    width: 93px;
    height: 46px;
    right: 0;
    top: -20%;
    animation: huwahuwa 13s ease-in-out alternate infinite;
  }
}
.about-titlebox img {
  display: block;
  margin: auto;
  max-width: 1100px;
  width: 110vh;
}
@media screen and (max-width: 110vh) {
  .about-titlebox img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-titlebox img {
    width: 100%;
    height: 25vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.about-titlebox::before {
  content: "";
  position: absolute;
  background-image: url(../images/common-back_img03_topbottom.png);
  background-repeat: no-repeat;
  background-size: 150%;
  top: -3%;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 50px;
}
.about-titlebox::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(0deg, #ffffff 7%, #64bfeb 34%);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

/* 教育目標
**********************************/
.about-mokuhyo .about-mokuhyo_box {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .about-mokuhyo .about-mokuhyo_box {
    flex-direction: column;
  }
}
.about-mokuhyo .about-mokuhyo_box .about-mokuhyo_nobinobi {
  color: #118d4b;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-mokuhyo .about-mokuhyo_box > div,
.about-mokuhyo .about-mokuhyo_box ul {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .about-mokuhyo .about-mokuhyo_box > div,
  .about-mokuhyo .about-mokuhyo_box ul {
    width: 100%;
  }
}
.about-mokuhyo .about-mokuhyo_box p {
  line-height: 2.5em;
}
.about-mokuhyo .about-mokuhyo_box ul li {
  color: #118d4b;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .about-mokuhyo .about-mokuhyo_box ul li {
    margin: 10px 0 0px;
    font-size: 16px;
  }
}
.about-mokuhyo .about-mokuhyo_box ul li span {
  width: 90%;
}
.about-mokuhyo .about-mokuhyo_box ul li::before {
  content: "";
  background-image: url("../images/icon-leaf.png");
  background-size: 100%;
  /*width: 43px;
  height: 52px;*/
  width: 32px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-mokuhyo .about-mokuhyo_box ul li::before {
    background-size: 100%;
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-mokuhyo .about-mokuhyo_box ul li span {
    width: 90%;
  }
}

/* 幼稚園教育 
**********************************/
.about-teach {
  margin-bottom: 100px;
}
.about-teach .about-teach_box {
  max-width: 1200px;
  width: 90%;
  margin: 40px auto 0;
}
.about-teach .about-teach_box ul {
  margin: 20px 0 0 25px;
}
.about-teach .about-teach_box ul li {
  line-height: 2em;
  list-style-type: disc;
}

/* 園での生活 
**********************************/
.about-life .about-life_box {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.about-life .about-life_box div {
  position: relative;
}
.about-life .about-life_box .about-life_banzai_boy {
  position: absolute;
  z-index: 1;
  left: -8%;
  top: 1%;
  width: 25%;
  animation: nawatobi 1s linear infinite;
}
.about-life .about-life_box .about-life_note_boy {
  position: absolute;
  z-index: 1;
  left: -5%;
  top: -7%;
  width: 20%;
  animation: huwahuwa 6s linear infinite;
}
.about-life .about-life_box .about-life_soccer {
  position: absolute;
  z-index: 1;
  right: -8%;
  bottom: -7%;
  width: 25%;
  animation: yurayoko-small 1.5s linear infinite;
}
@media screen and (max-width: 768px) {
  .about-life .about-life_box .about-life_soccer {
    right: -2%;
  }
}
.about-life .about-life_box section {
  width: 31%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-life .about-life_box section {
    width: 100%;
  }
}
.about-life .about-life_box section .about-life_title {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .about-life .about-life_box section .about-life_title {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-life .about-life_box section img {
    margin: auto;
    display: block;
  }
}
.about-life .about-life_box section p {
  line-height: 1.5em;
}
.about-life .about-life_box section p span {
  background-color: #fffc9d;
  display: block;
  padding: 10px;
  max-width: 100px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about-life .about-life_box section p span {
    padding: 5px;
    max-width: 90px;
  }
}

/* 園について 
**********************************/
.about-en {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-en {
    margin-bottom: 50px;
  }
}
.about-en .about-en_box {
  display: flex;
  align-items: center;
  gap: 3%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about-en .about-en_box {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.about-en .about-en_box img {
  max-width: 545px;
  width: 40%;
}
.about-en .about-en_box p {
  width: 60%;
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .about-en .about-en_box img, .about-en .about-en_box p {
    width: 100%;
  }
}
.about-en .about-en_table {
  max-width: 1130px;
  margin: auto;
  width: 90%;
}
.about-en .about-en_table th {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .about-en .about-en_table th {
    width: 100%;
  }
}

/* アクセス 
**********************************/
.about-access .about-access_map {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .about-access .about-access_map {
    height: 400px;
  }
}
.about-access .about-access_map iframe {
  width: 100%;
  height: 100%;
}
.about-access .about-access_box {
  display: flex;
  gap: 4%;
  margin: 50px auto 100px;
  align-items: center;
}
.about-access .about-access_box img {
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-access .about-access_box {
    flex-direction: column;
  }
  .about-access .about-access_box img {
    margin-top: 10px;
  }
}

/* 施設写真 
**********************************/
.slide-box {
  position: relative;
  margin-bottom: 50px;
}
.slide-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/common-back_img02_topbottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  top: -5%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .slide-box::before {
    top: -9%;
  }
}
.slide-box::after {
  content: "";
  position: absolute;
  background-image: url(../images/common-back_img02_topbottom.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 66px;
}
.slide-box .about-life_crayon {
  position: absolute;
  z-index: 3;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .slide-box .about-life_crayon {
    width: 50%;
  }
}
.slide-box .about-life_crayon01 {
  top: -10%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .slide-box .about-life_crayon01 {
    top: -3%;
  }
}
.slide-box .about-life_crayon02 {
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 768px) {
  .slide-box .about-life_crayon02 {
    bottom: 5%;
  }
}
.slide-box .slider-container {
  overflow: hidden;
  --image-width: 350px !important;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide-box .slider-container {
    --image-width: 300px !important;
  }
}
.slide-box .slider-container .slider-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide-animation 30s linear infinite;
  will-change: transform;
}
.slide-box .slider-container .slider-wrapper .slide {
  display: flex;
  flex: none;
}
.slide-box .slider-container .slider-wrapper .slide img {
  width: var(--image-width);
  min-width: var(--image-width);
  max-width: none;
  flex: none;
  display: block;
}
.slide-box .slider-container .slider-wrapper .slide noscript {
  display: none;
}

/* 各種届出資料 
**********************************/
.about-dl .about-dl_list li {
  margin: 20px 0;
  max-width: 247px;
}
.about-dl .about-dl_list li a {
  display: flex;
  align-items: center;
}
.about-dl .about-dl_list li a::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../images/icon-dl.png");
  margin-right: 10px;
}

/* お取引先一覧 
**********************************/
.about-banner {
  background-color: #fff7b7;
  padding: 50px 0;
  margin-top: 80px;
}
.about-banner .about-banner_title,
.about-banner .about-banner_list {
  width: 90%;
  margin: auto;
  max-width: 800px;
}
.about-banner .about-banner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.about-banner .about-banner_list li {
  width: 14%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about-banner .about-banner_list li {
    width: 48%;
  }
}
.about-banner .about-banner_list li.banner-border {
  border: 1px solid #d2d2d2;
}
.about-banner .about-banner_list .flex-mini {
  max-width: 88px;
}
@media screen and (max-width: 768px) {
  .about-banner .about-banner_list .flex-mini {
    max-width: 48%;
  }
  .about-banner .about-banner_list .flex-mini img {
    width: 100%;
  }
}
.about-banner .about-banner_title {
  margin-bottom: 15px;
}

/* 生活のようすメインタイトル
**********************************/
.life-titlebox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .life-titlebox {
    margin-top: 0;
    overflow: clip;
  }
}
.life-titlebox > div > div {
  position: relative;
}
.life-titlebox > div > div::before {
  content: "";
  position: absolute;
  background-image: url(../images/life-entei_cloud01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -25%;
  right: 21%;
  z-index: -1;
  width: 110px;
  height: 83px;
  animation: huwahuwa 8s ease-in-out alternate infinite;
  animation-delay: -1.4s;
}
@media screen and (max-width: 768px) {
  .life-titlebox > div > div::before {
    width: 61px;
    height: 69px;
    right: 18%;
    top: -45%;
  }
}
.life-titlebox > div > div .back-drd {
  position: relative;
  margin: 60px auto 0;
  /*max-width: 1400px;*/
  max-width: 1050px;
  width: 130vh;
}
@media screen and (max-width: 130vh) {
  .life-titlebox > div > div .back-drd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .life-titlebox > div > div .back-drd {
    margin: 130px auto 0;
  }
}
.life-titlebox > div > div .back-drd::before, .life-titlebox > div > div .back-drd::after {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 5;
  content: "";
  transition: all 0.6s;
}
@media screen and (max-width: 1050px) {
  .life-titlebox > div > div .back-drd::before, .life-titlebox > div > div .back-drd::after {
    opacity: 0;
  }
}
.life-titlebox > div > div .back-drd::before {
  background-image: linear-gradient(-90deg, transparent, #ffffff);
  left: -1px;
}
.life-titlebox > div > div .back-drd::after {
  background-image: linear-gradient(90deg, transparent, #ffffff);
  right: -1px;
}
.life-titlebox > div::before {
  content: "";
  position: absolute;
  background-image: url(../images/life-entei_cloud02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -16%;
  left: 30%;
  z-index: -1;
  width: 110px;
  height: 82px;
  animation: huwahuwa 5s ease-in-out alternate infinite;
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .life-titlebox > div::before {
    width: 61px;
    height: 69px;
    left: 5%;
    top: -32%;
  }
}
.life-titlebox > div::after {
  content: "";
  position: absolute;
  background-image: url(../images/life-entei_cloud03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 9%;
  right: 27%;
  z-index: -1;
  width: 104px;
  height: 53px;
  animation: huwahuwa 7s ease-in-out alternate infinite;
  animation-delay: -2.3s;
}
@media screen and (max-width: 768px) {
  .life-titlebox > div::after {
    width: 83px;
    height: 42px;
    right: 2%;
    top: -6%;
  }
}
.life-titlebox img {
  display: block;
}
@media screen and (max-width: 768px) {
  .life-titlebox img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 600px) {
  .life-titlebox img {
    height: 40%;
  }
}
@media screen and (max-width: 490px) {
  .life-titlebox img {
    height: 30%;
  }
}

/* 園での一日
**********************************/
.life-oneday {
  margin-bottom: 100px;
}
.life-oneday .life-oneday_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.life-oneday .life-oneday_box div {
  margin-right: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box div {
    width: 100%;
    padding: 7px 0px 10px 50px;
  }
}
.life-oneday .life-oneday_box div .biko {
  max-width: 389px;
}
.life-oneday .life-oneday_box div .biko02 {
  max-width: 319px;
}
.life-oneday .life-oneday_box div p {
  font-size: 16px;
}
.life-oneday .life-oneday_box .life-oneday_clock, .life-oneday .life-oneday_box img {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_clock, .life-oneday .life-oneday_box img {
    width: 100%;
  }
}
.life-oneday .life-oneday_box .life-oneday_clockimg {
  width: 150px;
}
.life-oneday .life-oneday_box .life-oneday_clockimg.life-oneday_haneru {
  animation: nawatobi 1s linear infinite;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_clockimg {
    position: absolute;
    left: 0;
    width: 45px;
    top: 1%;
  }
}
.life-oneday .life-oneday_box .life-oneday_time {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_time {
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.life-oneday .life-oneday_box .life-oneday_time a, .life-oneday .life-oneday_box .life-oneday_time span {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_time a, .life-oneday .life-oneday_box .life-oneday_time span {
    margin-left: 10px;
    font-size: 17px;
  }
}
.life-oneday .life-oneday_box .life-oneday_time span span {
  margin: 0;
}
.life-oneday .life-oneday_box .life-oneday_time span {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_time span {
    width: 75%;
  }
}
.life-oneday .life-oneday_box .life-oneday_time .sp-ib {
  display: inline-block !important;
  margin: 0 !important;
}
.life-oneday .life-oneday_box .life-oneday_time .display-ibpc {
  display: none !important;
}
.life-oneday .life-oneday_box .life-oneday_time a {
  border-bottom: 2px solid #ff811b;
  transition: all 0.8s;
}
.life-oneday .life-oneday_box .life-oneday_time a:hover {
  color: #13bd62;
  border-bottom: 2px solid #13bd62;
}
.life-oneday .life-oneday_box .life-oneday_time.life-oneday_orange {
  color: #ff811b;
}
.life-oneday .life-oneday_box .life-oneday_leftimg {
  position: absolute;
  /*width: 119px;
  left: 3%;
  bottom: -110px;*/
  width: 99px;
  left: 3%;
  bottom: -90px;
  z-index: -1;
}
@media screen and (max-width: 1580px) {
  .life-oneday .life-oneday_box .life-oneday_leftimg {
    bottom: -36%;
    width: 9%;
  }
}
@media screen and (max-width: 1150px) {
  .life-oneday .life-oneday_box .life-oneday_leftimg {
    width: 7%;
    bottom: -31%;
    left: 5%;
  }
}
.life-oneday .life-oneday_box .life-oneday_leftimg.life-oneday_aruku {
  animation: aruku 0.5s linear infinite;
  animation-delay: -2s;
}
.life-oneday .life-oneday_box .life-oneday_leftimg.life-oneday_yurayura {
  animation: yurayoko-small 1.3s linear infinite;
  animation-delay: -2s;
}
.life-oneday .life-oneday_box .life-oneday_leftimg.life-oneday_yurayura2 {
  animation: yurayoko-small 2s linear infinite;
  animation-delay: -4s;
}
.life-oneday .life-oneday_box .life-oneday_leftimg.life-oneday_haneru {
  animation: nawatobi 1s linear infinite;
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box .life-oneday_leftimg {
    width: 22%;
    bottom: -9%;
    left: auto;
    right: -3%;
    z-index: 1;
    filter: drop-shadow(-4px 1px 0px white);
  }
}
.life-oneday .life-oneday_box::after {
  content: "";
  position: absolute;
  background-image: url("../images/life-oneday_back.png");
  background-size: 100%;
  background-repeat: no-repeat;
  /*width: 85px;
  height: 260px;
  left: 1%;*/
  width: 61px;
  height: 220px;
  left: 3%;
  bottom: -150px;
  z-index: -2;
}
@media screen and (max-width: 1360px) {
  .life-oneday .life-oneday_box::after {
    height: 230px;
    bottom: -140px;
    background-size: contain;
  }
}
@media screen and (max-width: 1150px) {
  .life-oneday .life-oneday_box::after {
    bottom: -110px;
    width: 79px;
    height: 171px;
    left: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .life-oneday .life-oneday_box::after {
    bottom: -80px;
    height: 110px;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .life-oneday .life-oneday_box::after {
    display: none;
  }
}
.life-oneday .life-oneday_box:last-of-type::after {
  display: none;
}

/* 保育時間
**********************************/
@media screen and (max-width: 768px) {
  .life-time .table-green {
    width: 100%;
  }
}

/* お弁当・給食について
**********************************/
.life-lunchbox .content-title {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .life-lunchbox .table-green {
    width: 100%;
  }
}

/* 預かり保育
**********************************/
@media screen and (max-width: 768px) {
  .life-azukari .table-green {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .event-year .text-center {
    text-align: left;
  }
}
.event-year .event-year_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.event-year .event-year_box.event-year_box2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box.event-year_box2 {
    flex-direction: column;
  }
}
.event-year .event-year_box.event-year_box2 ul {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box.event-year_box2 ul {
    padding: 0;
  }
}
.event-year .event-year_box.event-year_box2 .event-year_title {
  margin: 0 0 20px 5%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box.event-year_box2 .event-year_title {
    margin: 0 0 20px 0;
  }
}
.event-year .event-year_box.event-year_box2 .event-year_title img {
  width: 20%;
}
.event-year .event-year_box .event-year_mainbox,
.event-year .event-year_box .event-year_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box .event-year_mainbox,
  .event-year .event-year_box .event-year_img {
    width: 100%;
  }
}
.event-year .event-year_box .event-year_title {
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  margin: 0 5% 20px 0;
  justify-content: space-between;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box .event-year_title {
    margin: 0 0 20px 0;
  }
}
.event-year .event-year_box .event-year_title img {
  width: 30%;
}
.event-year .event-year_box .event-year_haru .event-year_title {
  color: #eb8ab4;
  background-image: url("../images/event-spring01.png");
}
.event-year .event-year_box .event-year_summer .event-year_title {
  color: #4ec472;
  background-image: url("../images/event-summer01.png");
}
.event-year .event-year_box .event-year_autumn .event-year_title {
  color: #ed734a;
  background-image: url("../images/event-autumn01.png");
}
.event-year .event-year_box .event-year_winter .event-year_title {
  color: #489cbc;
  background-image: url("../images/event-winter01.png");
}
.event-year .event-year_box .event-year_birthday .event-year_title {
  color: #f76670;
  background-image: url("../images/event-birthday01.png");
}
.event-year .event-year_box .event-year_birthday .event-year_title span {
  display: block;
  padding-top: 15%;
  font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem); /* 30 > 24 */
}
.event-year .event-year_box ul {
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box ul {
    padding: 0;
  }
}
.event-year .event-year_box ul li {
  padding: 10px 0 30px;
  display: flex;
  line-height: 1.5em;
}
.event-year .event-year_box ul li span {
  /*margin-right: 5%;
  width: 13%;*/
  margin-right: 2%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box ul li span {
    margin-right: 1%;
    width: 13%;
  }
}
.event-year .event-year_box ul li span.display-ibpc {
  width: auto;
  margin: 0;
}
.event-year .event-year_box ul li span.event-year_text {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box ul li {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.event-year .event-year_box .event-year_img {
  position: relative;
}
.event-year .event-year_box .event-year_img .event-illustration_right {
  position: absolute;
  right: -5%;
  bottom: -15%;
}
@media screen and (max-width: 768px) {
  .event-year .event-year_box .event-year_img .event-illustration_right {
    right: 0;
  }
}
.event-year .event-year_box .event-year_img .event-illustration_right.event-illustration_imomusi {
  width: 20%;
  animation: yurayoko-small 1.5s ease-in-out infinite;
}
.event-year .event-year_box .event-year_img .event-illustration_right.event-illustration_oimo {
  width: 50%;
  bottom: -8%;
  animation: yoko-slide 2.5s ease-in-out infinite;
}
.event-year .event-year_box .event-year_img .event-illustration_right.event-illustration_kousin {
  width: 60%;
  bottom: -8%;
  animation: aruku 1s linear infinite;
}

/* ２歳児教室メインタイトル
**********************************/
.keyakids-titlebox {
  padding: 10px 0 2%;
  position: relative;
  background-color: #8bd1ec;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox {
    margin-top: 0;
    overflow: clip;
  }
}
.keyakids-titlebox .keyakids-kujira {
  display: block;
  margin: auto;
  position: relative;
  max-width: 1500px;
  width: 160vh;
}
@media screen and (max-width: 160vh) {
  .keyakids-titlebox .keyakids-kujira {
    width: 100%;
  }
}
.keyakids-titlebox .keyakids-kujira .keyakids-kujira_img {
  width: 85%;
  text-align: right;
  animation: kujira 10s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira .keyakids-kujira_img {
    padding-right: 10%;
  }
}
.keyakids-titlebox .keyakids-kujira .keyakids-kujira_img img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira .keyakids-kujira_img img {
    width: 80%;
  }
}
.keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud01 {
  position: absolute;
  bottom: 30%;
  left: 30%;
  z-index: 1;
  width: 9%;
  animation: huwahuwa 5s ease-in-out alternate infinite;
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud01 {
    bottom: 27%;
    left: 15%;
    animation: huwahuwa 10s ease-in-out alternate infinite;
  }
}
.keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud02 {
  position: absolute;
  top: 5%;
  left: 14%;
  z-index: 1;
  width: 14%;
  animation: huwahuwa 8s ease-in-out alternate infinite;
  animation-delay: -2.3s;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud02 {
    top: 15%;
    left: 11%;
    width: 17%;
    animation: huwahuwa 13s ease-in-out alternate infinite;
  }
}
.keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud03 {
  position: absolute;
  bottom: 5%;
  left: 8%;
  z-index: 1;
  width: 12%;
  animation: huwahuwa 6s ease-in-out alternate infinite;
  animation-delay: -2.3s;
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira .keyakids-kujira_cloud03 {
    animation: huwahuwa 11s ease-in-out alternate infinite;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .keyakids-titlebox .keyakids-kujira {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 600px) {
  .keyakids-titlebox .keyakids-kujira {
    height: 40%;
  }
}
@media screen and (max-width: 490px) {
  .keyakids-titlebox .keyakids-kujira {
    height: 30%;
  }
}
.keyakids-titlebox::before {
  content: "";
  position: absolute;
  background-image: url(../images/common-back_img04_topbottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -3%;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 50px;
}
.keyakids-titlebox::after {
  content: "";
  position: absolute;
  background-image: url(../images/common-back_img04_topbottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -3%;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 66px;
}

/* けやキッズ教室
**********************************/
.keyakids-class_box {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .keyakids-class_box {
    flex-direction: column;
  }
}
.keyakids-class_box p {
  width: 45%;
  line-height: 2em;
  margin-bottom: 5px;
}
.keyakids-class_box img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .keyakids-class_box p, .keyakids-class_box img {
    width: 100%;
  }
}

.keyakids-class_gaiyou {
  margin-bottom: 80px;
}
.keyakids-class_gaiyou .biko {
  max-width: 710px;
}
.keyakids-class_gaiyou .more-contactbox .more-mail {
  padding: 5px;
  max-width: 218px;
}

.enter-bosyu .more-contactbox .more-mail {
  padding: 5px;
  max-width: 218px;
}

.enter-kousin {
  padding-top: 10px;
  position: relative;
  width: 160vh;
  max-width: 1500px;
  margin: 30px auto 100px;
  background-image: url("../images/enter-kousin_back.png");
  background-size: 70%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .enter-kousin {
    margin-top: 0;
    margin-bottom: 50px;
    background-size: 90%;
  }
}
@media screen and (max-width: 160vh) {
  .enter-kousin {
    width: 100%;
  }
}
.enter-kousin img {
  display: block;
  margin: 0 auto;
}
.enter-kousin .enter-kousin_img {
  animation: aruku 1s linear infinite;
}
.enter-kousin .enter-kousin_img img {
  height: 43vh;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .enter-kousin .enter-kousin_img img {
    height: auto;
    width: 100%;
  }
}

.enter-uketuketyu {
  margin-top: 100px;
}
.enter-uketuketyu p {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .enter-uketuketyu p {
    text-align: left;
  }
}

/* 課外教室
**********************************/
.afterschool-box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .afterschool-box > p {
    text-align: left;
  }
}
.afterschool-box .afterschool-box_flex {
  display: flex;
  gap: 3%;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_flex {
    flex-direction: column;
  }
}
.afterschool-box .afterschool-box_flex p {
  line-height: 2em;
}
.afterschool-box .afterschool-box_flex p .katudou-day {
  display: block;
  margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_flex p .katudou-day {
    margin: 20px 0 10px;
  }
}
.afterschool-box .afterschool-box_flex p img {
  border: 1px solid #d8d8d8;
}
.afterschool-box .afterschool-box_flex .afterschool-box_img, .afterschool-box .afterschool-box_flex p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_flex .afterschool-box_img, .afterschool-box .afterschool-box_flex p {
    flex-direction: column;
  }
}
.afterschool-box .afterschool-box_flex p a img {
  transition: all 0.6s;
}
.afterschool-box .afterschool-box_flex p a:hover img {
  opacity: 0.6;
}
.afterschool-box .afterschool-box_flex .afterschool-box_text,
.afterschool-box .afterschool-box_flex .afterschool-box_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_flex .afterschool-box_text,
  .afterschool-box .afterschool-box_flex .afterschool-box_img {
    width: 100%;
  }
}
.afterschool-box .afterschool-box_flex .afterschool-box_text .afterschool-box_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_flex .afterschool-box_img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_table tr:first-of-type {
    display: none;
  }
}
.afterschool-box .afterschool-box_table tr:first-of-type th {
  text-align: center;
}
.afterschool-box .afterschool-box_table tr:first-of-type th:last-of-type {
  border-right: 2px solid #5bd2ac;
}
.afterschool-box .afterschool-box_table td {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_table td {
    text-align: left;
    border-bottom: 2px solid #caf3e7 !important;
    padding-bottom: 10px;
  }
  .afterschool-box .afterschool-box_table td:last-of-type {
    border: none !important;
    padding-bottom: 25px;
  }
}
.afterschool-box .afterschool-box_table td:nth-of-type(1), .afterschool-box .afterschool-box_table td:nth-of-type(2), .afterschool-box .afterschool-box_table td:nth-of-type(3), .afterschool-box .afterschool-box_table td:nth-of-type(4) {
  border-right: none;
}
.afterschool-box .afterschool-box_table th, .afterschool-box .afterschool-box_table td {
  font-size: 16px;
}
.afterschool-box .afterschool-box_table th span, .afterschool-box .afterschool-box_table td span {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .afterschool-box .afterschool-box_table th span, .afterschool-box .afterschool-box_table td span {
    font-size: 16px;
  }
}

/* よくある質問
**********************************/
.question-box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .question-box {
    margin-top: 50px;
  }
}
.question-box dl {
  background-color: #fffad3;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .question-box dl {
    padding: 20px;
  }
}
.question-box dl dt, .question-box dl dd {
  line-height: 1.8em;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2%;
}
.question-box dl dt::before, .question-box dl dd::before {
  width: 30px;
  height: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.question-box dl dt p, .question-box dl dd p {
  width: 95%;
}
@media screen and (max-width: 768px) {
  .question-box dl dt p, .question-box dl dd p {
    width: 90%;
  }
}
.question-box dl dt {
  padding-bottom: 20px;
}
.question-box dl dt::before {
  content: "Q";
  background-color: #5bd2ac;
}
.question-box dl dd::before {
  content: "A";
  background-color: #ffb069;
}
.question-box .question-link {
  color: #ff5e74;
  border-bottom: 2px #ff5e74 solid;
}
.question-box .question-link:hover {
  border-bottom: none;
}

.category,
.archive {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .category,
  .archive {
    margin-top: 50px;
  }
}
.category ul li a,
.archive ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .category ul li a,
  .archive ul li a {
    flex-direction: column;
  }
}
.category ul li a:hover,
.archive ul li a:hover {
  color: #43d1c6;
}
.category ul li a:hover img,
.category ul li a:hover span,
.archive ul li a:hover img,
.archive ul li a:hover span {
  opacity: 0.6;
}
.category ul li a img,
.archive ul li a img {
  width: 70%;
  width: 70%;
  max-width: 310px;
  margin: auto;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .category ul li a img,
  .archive ul li a img {
    margin-bottom: 10px;
    width: 100%;
  }
}
.category ul li a > div,
.archive ul li a > div {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .category ul li a > div,
  .archive ul li a > div {
    width: 100%;
  }
}
.category ul li a > div p.tagbox-span,
.archive ul li a > div p.tagbox-span {
  display: flex;
  gap: 2%;
}
.category ul li a > div p span,
.archive ul li a > div p span {
  transition: all 0.6s;
}
.category ul li a > div p .new-tag,
.archive ul li a > div p .new-tag {
  display: block;
  background-color: #ff7b9d;
  color: white;
  line-height: 2.3em;
  border-radius: 5px;
  max-width: 50px;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 7px;
}
.category ul li a > div p .info,
.archive ul li a > div p .info {
  display: block;
  background-color: #489af3;
  color: white;
  padding: 5px;
  border-radius: 5px;
  max-width: 100px;
  text-align: center;
  margin-bottom: 5px;
}
.category ul li a > div p .blog,
.archive ul li a > div p .blog {
  display: block;
  background-color: #3cba7d;
  color: white;
  padding: 5px;
  border-radius: 5px;
  max-width: 100px;
  text-align: center;
  margin-bottom: 5px;
}
.category .acv-more .more,
.archive .acv-more .more {
  border: 1px solid #43d1c6;
  padding: 10px;
  border-radius: 30px;
  justify-content: center;
  margin: 50px auto;
  max-width: 350px;
}
.category .acv-more .more:hover,
.archive .acv-more .more:hover {
  background-color: #43d1c6;
  color: white;
}
.category,
.archive {
  /* ページャー */
}
.category .pagination ul,
.archive .pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
.category .pagination ul li,
.archive .pagination ul li {
  margin-bottom: 5px;
}
.category .pagination ul li span,
.archive .pagination ul li span {
  display: block;
  background-color: #ff7b9d;
  color: white;
  padding: 5px;
  border-radius: 5px;
  max-width: 50px;
  text-align: center;
  margin-bottom: 5px;
  border: solid 2px #ff7b9d;
}
.category .pagination ul li a,
.archive .pagination ul li a {
  color: #ff7b9d;
  border: solid 2px #ff7b9d;
  transition: all 0.6s;
  border-radius: 5px;
  padding: 5px;
}
.category .pagination ul li a:hover,
.archive .pagination ul li a:hover {
  background-color: #ff7b9d;
  color: white;
}

.single-title {
  margin-top: 40px;
}

.singlepage img {
  border-radius: 20px;
  margin-bottom: 10px;
}
.singlepage p, .singlepage li {
  margin-bottom: 10px;
}
.singlepage .new-tag {
  display: block;
  background-color: #ff7b9d;
  color: white;
  line-height: 2.3em;
  border-radius: 5px;
  max-width: 50px;
  text-align: center;
  margin-bottom: 5px;
}
.singlepage .more {
  background-color: #f498c4;
  max-width: 270px;
  justify-content: space-between;
  color: white;
  padding: 15px;
  margin: 50px auto 0;
  transition: all 0.6s;
}
.singlepage .more:hover {
  background-color: #cd6396;
}
.singlepage .more span {
  background-color: white;
}
.singlepage .more span::after {
  border-top: 2px solid #f498c4;
  border-right: 2px solid #f498c4;
}

.wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}

.post-password-form {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  margin: 0 auto 100px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .post-password-form {
    margin: 0 auto 40px;
  }
}
.post-password-form label[for] {
  display: block;
}
.post-password-form input[type=password] {
  border: 2px solid #898989;
  width: 100%;
}
.post-password-form p {
  margin-bottom: 5px;
  display: flex;
  gap: 2%;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .post-password-form p {
    align-items: flex-end;
  }
}
.post-password-form input[type=submit] {
  display: block;
  background-color: #ff7b9d;
  color: white;
  padding: 5px;
  border-radius: 5px;
  max-width: 90px;
  width: 100%;
  text-align: center;
}
.post-password-form input, .post-password-form textarea, .post-password-form label {
  -webkit-appearance: none;
}

.birthday-page::after {
  background-image: linear-gradient(0deg, #b6ebff 30%, #7eb4f9 80%) !important;
  z-index: -5;
}
.birthday-page .birthday-box .birthday-list li div {
  aspect-ratio: 1/1;
}
.birthday-page .birthday-box .birthday-list li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.birthday-page .birthday-yousu-box .birthday-list li {
  -o-object-fit: cover;
     object-fit: cover;
  width: 28.5714285714%;
}
.birthday-page .birthday-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .birthday-page .birthday-title {
    gap: 2%;
    letter-spacing: 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .birthday-page .birthday-title img {
    width: 20%;
  }
}
.birthday-page .birthday-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  flex-wrap: wrap;
}
.birthday-page .birthday-list li {
  width: 31%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .birthday-page .birthday-list li {
    width: 100% !important;
  }
}
.birthday-page .birthday-list li p {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  background-color: white;
  z-index: 1;
}
.birthday-page .birthday-list li p.nensyo {
  color: #ee3161;
}
.birthday-page .birthday-list li p.nentyu {
  color: #efa912;
}
.birthday-page .birthday-list li p.nentyo {
  color: #7abc13;
}
.birthday-page .thp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  max-width: 800px;
  margin: 30px auto !important;
}
.birthday-page .thp-list li {
  list-style-type: none !important;
  width: 23%;
  border: 2px solid #ff811b !important;
  color: #ff811b;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  padding: 0 !important;
  margin-bottom: 10px !important;
  transition: all 0.6s;
}
.birthday-page .thp-list li i {
  display: none;
}
.birthday-page .thp-list li a {
  padding: 20px;
  display: block;
  font-size: 27px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .birthday-page .thp-list li a {
    padding: 10px;
    font-size: 18px;
  }
}
.birthday-page .thp-list li:hover a {
  background-color: #ff811b;
  color: white;
}
.birthday-page .page-title {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .birthday-page .page-title {
    margin: 40px auto 40px;
  }
}
.birthday-page .su-tabs-panes {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .birthday-page .su-tabs-panes {
    margin-bottom: 2px;
  }
}
.birthday-page .su-tabs-pane {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
@media screen and (max-width: 768px) {
  .birthday-page .su-tabs-pane {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
}
.birthday-page .su-tabs {
  background: #ec869e !important;
  padding: 0 !important;
  border-radius: 10px !important;
}
@media screen and (max-width: 768px) {
  .birthday-page .su-tabs {
    display: flex;
    flex-direction: column-reverse;
  }
}
.birthday-page .su-tabs-nav {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  padding: 3px 3px 0 3px !important;
}
@media screen and (max-width: 768px) {
  .birthday-page .su-tabs-nav {
    flex-wrap: wrap;
    padding: 0 4px !important;
  }
}
.birthday-page .su-tabs-nav span {
  font-weight: 600;
  font-size: 14px;
  color: white;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  margin: 0 !important;
  width: 7% !important;
  display: block !important;
  text-align: center !important;
  padding: 10px 3px !important;
}
@media screen and (max-width: 768px) {
  .birthday-page .su-tabs-nav span {
    border-radius: 10px !important;
    width: 24% !important;
    margin: 4px 0 !important;
    padding: 5px;
    min-height: 25px;
    border: 2px solid #ffaec1;
  }
  .birthday-page .su-tabs-nav span:nth-of-type(1) {
    width: 100% !important;
  }
}
.birthday-page .su-tabs-nav span:hover {
  background: #bd546d;
}
.birthday-page .su-tabs-nav span.su-tabs-current {
  color: #ec869e;
}
@media screen and (max-width: 768px) {
  .birthday-page .birthday-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    height: 18%;
  }
}
.birthday-page footer {
  margin-top: 0;
  padding-top: 0;
}

#snow-monkey-form-109.snow-monkey-form {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form {
    margin-top: 60px;
  }
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item {
  border: none;
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:first-of-type .smf-item__col--label {
  border-radius: 10px 0 0 0;
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:first-of-type .smf-item__col--controls {
  border-radius: 0 10px 0 0;
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:last-of-type .smf-item__col--label {
  border-radius: 0 0 0 10px;
  border-bottom: 2px solid #5bd2ac;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:last-of-type .smf-item__col--label {
    border: none;
    border-radius: 10px 10px 0 0;
  }
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:last-of-type .smf-item__col--controls {
  border-radius: 0 0 10px 0;
  border-bottom: 2px solid #5bd2ac;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item:last-of-type .smf-item__col--controls {
    border: none;
    border-radius: 0;
  }
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item__col--label {
  background-color: #e2fff6;
  border: 2px solid #5bd2ac;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item__col--label {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
  }
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__label__text {
  font-weight: 600;
}
#snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item__col--label .smf-item__label__text strong {
  font-size: 20px;
}
#snow-monkey-form-109.snow-monkey-form .smf-item__col--controls {
  border: 2px solid #5bd2ac;
  border-bottom: none;
  border-left: none;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .smf-item__col--controls {
    border: none;
  }
}
#snow-monkey-form-109.snow-monkey-form .wp-block-columns {
  margin: 0 !important;
}
#snow-monkey-form-109.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #5bd2ac;
}
#snow-monkey-form-109.snow-monkey-form .smf-action .smf-button-control__control {
  background-color: #f498c4;
  color: white;
  border: none;
  background-image: none;
  transition: all 0.6s;
  border-radius: 10px;
}
#snow-monkey-form-109.snow-monkey-form .smf-action .smf-button-control__control:hover {
  background-color: #cd6396;
}
#snow-monkey-form-109.snow-monkey-form .smf-text-control__control {
  width: 100%;
  max-width: 600px;
}
#snow-monkey-form-109.snow-monkey-form .is-layout-flex {
  align-items: center !important;
}
#snow-monkey-form-109.snow-monkey-form .form-telbox .wp-block-columns {
  max-width: 360px;
  gap: 1%;
}
@media screen and (max-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .form-telbox .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  #snow-monkey-form-109.snow-monkey-form .form-telbox .wp-block-columns input {
    padding: 0.75rem 0.5rem;
  }
}
#snow-monkey-form-109.snow-monkey-form .form-telbox .wp-block-columns .haihun {
  max-width: 50px;
}
#snow-monkey-form-109.snow-monkey-form .ov-box {
  height: 171px;
  padding: 10px;
  border-radius: 5px;
  overflow-y: scroll;
  border: 1px solid #a9a9a9;
  margin-bottom: 10px;
}
#snow-monkey-form-109.snow-monkey-form .smf-progress-tracker {
  max-width: 1000px;
  margin: 0 auto 20px;
}
#snow-monkey-form-109.snow-monkey-form [role=radiogroup] {
  display: flex;
  gap: 2%;
}
@media screen and (min-width: 640px) {
  #snow-monkey-form-109.snow-monkey-form .smf-form--business .smf-item__col--label {
    flex: 0 0 17em;
    max-width: 17em;
  }
}

@media screen and (max-width: 768px) {
  .page404 p {
    font-size: 16px;
  }
}/*# sourceMappingURL=content.css.map */