p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.center {
    text-align: center;
}

.m-top {
    margin-top: 1em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 7em;
}
.m-bottom02 {
    margin-bottom: 5em;
}
.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
.half {
    width: 46%;
	margin-bottom: 2em;
}
.left70 {
    width: 66%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 66%;
	margin-bottom: 2em;
}
.left60 {
    width: 56%;
	margin-bottom: 2em;
}
.right40 {
    width: 40%;
	margin-bottom: 2em;
}
.left40 {
	width: 40%;
	margin-bottom: 2em;
}
.right60 {
	width: 56%;
	margin-bottom: 2em;
}
.sub-header {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 400px;
	border-radius: 30px;
}



/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
    border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #000000;
    background-color: #fffeef;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-content {
    padding: 50px 0 30px 0;
}
.header-box01 .logo {
    max-width: 300px;
    width: 100%;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list>li .g-menu-icon-img-wrap svg path {
    fill: #604c3f;
}
.menu-image-title {
    margin: 10px 0 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    color: #604c3f;
}
.g-menu-b-list>li {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(95% / 3);
    padding: 0 15px;
    border-right: 5px dotted #afa59e;
}
.g-sub-nav {
    position: absolute;
    top: 0;
    right: 40px;
}
.g-sub-nav .g-sub-nav-list.flex a {
    font-size: 1.6rem;
    display: block;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-left: 15px;
    border: solid 2px #604c3f;
    background-color: #604c3f;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
    color: #604c3f;
    background-color: #fff;
}

.header-menu {
    background-color: transparent;
}
/* ------------------------------
  PC表示（1行レイアウト）
------------------------------ */
.header-box-inner01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; 
  gap: 1.5rem;
  overflow-x: hidden;
}

.logo {
  max-width: 180px;
  flex-shrink: 0;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.header-sub-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  overflow: hidden;
  min-width: 0;
  gap: 1rem;
}

.header-main-gnav {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* メニューリスト本体 */
.header-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 各メニューリンク */
.header-menu li a {
  font-size: 17px;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.2s;
}

.header-menu li a:hover {
  opacity: 0.7;
}

.header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: rgb(255 255 255 / 81%);
}

/* ------------------------------
  スマホ表示（縦並び）
------------------------------ */
@media screen and (max-width: 768px) {
  .header-box-inner01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-sub-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .header-main-gnav {
    width: 100%;
    justify-content: flex-start;
  }

  .header-menu {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }

  .header-menu li a {
    padding: 6px 0;
  }
}

/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #f183c8;
    width: 45%;
}
#mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: auto auto;
    background-color: #f183c8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
	background-image: none;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #604c3f;
    margin-bottom: 10px;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-icon path {
    fill: #604c3f;
}
.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: #604c3f;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 25px;
}


/*------------------------------------------
 * sticky
 * ---------------------------------------*/
.pc-side-menu {
  position: fixed;
  height: 100%;
  width: 620px;
  z-index: 50;
  background-color: rgba(255, 237, 243, 0.9);
  right: 0;
  top: 0;
  padding: 180px 50px 100px;
  transform: translateX(620px);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.pc-side-menu.active {
  transform: translateX(0);
}

.pc-side-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 40px;
}

.pc-side-list li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.6rem;
  border: 2px solid #fff;
  transition-duration: 0.3s;
  font-weight: bold;
}

.pc-side-list li a:hover {
  border: 2px solid #ed84a0;
}

.pc-side-list li a span {
  display: block;
  max-width: 30px;
  margin: 0 auto 5px;
}

.pc-side-contact-txt {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}

.side-menu-tel-number {
  max-width: 340px;
  margin: 10px auto 0;
  display: block;
  transform: translateX(-15px);
}

.side-btn-wrap {
  position: fixed;
  right: 0;
  top: calc(50% - 100px);
  width: 120px;
  z-index: 30;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.side-btn {
  width: 100px; /* 適宜調整 */
  height: 100px;
  border-radius: 50%;
  background-color: #f183c8; /* 任意の背景色 */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-bottom: 15px; /* ボタン同士の間隔 */
}

.side-btn02 {
  margin-top: 20px;
}

.side-btn:hover {
  opacity: 0.7;
}

.side-btn-wrap.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.side-icon {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 3px;
  color: #fff;
  line-height: 1em;
}

.side-txt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
i.fa-solid.fa-phone-volume, i.fa-regular.fa-envelope {
    margin-right: 0;
}
.foot-btn-wrap.flex {
    display: none;
}


/*------------------------------------------
 * slider
 * ---------------------------------------*/
section.slider {
    margin: 0px 30px auto;
    border-radius: 30px;
    overflow: hidden;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/





/*------------------------------------------
 * news
 * ---------------------------------------*/
section#news {
    position: relative;
    background-image: url(/wp-content/uploads/2025/06/news_bg02.png);
    background-repeat: no-repeat;
    background-position: 5% 95%;
}
.deco {
    aspect-ratio: 2616 / 1632;
    background-image: url(/wp-content/uploads/2025/06/news_bg01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 231px;
    height: 168px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 6;
    opacity: 90%;
}
.news-bg {
    background-color: #fff;
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 11%);
    border-radius: 30px;
    padding: 50px 30px;
	margin: 0 auto 100px!important;
}
.news-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.news-box li:first-child {
    flex: 0 0 20%;
    text-align: center;
}
.news-box li:last-child {
    flex: 1; /* テキスト側：残りの幅を使う */
}
ul.flex.news-box li img {
    max-width: 200px;
    height: auto;
}

.news-list01 li .news-cat a {
    line-height: 1em;
    font-size: 1.2rem;
    padding: 5px 8px;
    font-weight: 700;
    color: #fff;
    background-color: #604c3f;
    border: 1px solid #604c3f;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.news-list01 li .news-cat a {
    background-color: #604c3f;
    border: 1px solid #604c3f;
}
.news-list01 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #d9d9d9;
}
.btn01 {
    border: 1px solid #42c8d3;
    background-color: #42c8d3
}

.btn01 .btn-arrow {
    fill: #fff
}

.btn01:hover {
    color: #42c8d3;
    background-color: #fff
}

.btn01:hover .btn-arrow {
    fill: #42c8d3
}


/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
    padding: 10px 25px;
    color: #000;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    background-color: rgba(255,255,255,.9);
	border-radius: 30px;
}
.single-info-title {
    color: var(--main);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-info-date-cat span a {
    display: block;
    background-color: #f183c8;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #f183c8;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}
.single-info-date-cat span a:hover {
    background-color: #f183c8;
    color: #fff;
}
.file-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: #000;
    background-color: var(--main);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.file-list a:hover {
    color: #fff;
    background-color: #604c3f
}
.sidebar h3 {
    font-size: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: var(--main);
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 30px;
}
.side-box li a:hover, .widget_archive li a:hover {
    color: #f183c8;
}
.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}




/*------------------------------------------
 * greeting
 * ---------------------------------------*/
.home-section02 {
    background-color: #def5f9;
    background-image: url(/wp-content/uploads/2025/06/greet_bg01.png), url(/wp-content/uploads/2025/06/greet_bg02.png), url(/wp-content/uploads/2025/06/wave03.png), url(/wp-content/uploads/2025/06/wave04.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 95% 5%, 5% 90%, 0 0, 0 100%;
    background-size: auto, auto, contain, auto;
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}
.home-section02::before {
    content: "GREETING";
    position: absolute;
    top: 10%;
    left: 2%;
    font-size: 160px;
    font-weight: 900;
    color: rgb(255 255 255 / 73%);
    pointer-events: none;
    z-index: 0;
}
.greet-box {
    position: relative;
    z-index: 1;
    align-items: center;
}

.greet-box .en {
    display: block;
    font-size: 2.8rem;
    color: #42c8d3;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    position: relative;
}
.greet-box .en::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #f183c8;
    margin-top: 1em;
}
.greet-box p {
    font-size: 1.8rem;
}

/*------------------------------------------
 * menu
 * ---------------------------------------*/
section#menu {
    background-color: #ffffcc;
    background-image: url(/wp-content/uploads/2025/06/menu_bg01.png), url(/wp-content/uploads/2025/06/menu_bg02.png), url(/wp-content/uploads/2025/06/wave06.png);
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 0 70%, 100% 20%, 0 100%;
    background-size: auto;
}


/*------------------------------------------
 * overview
 * ---------------------------------------*/
section#overview {
    background-image: url(/wp-content/uploads/2025/06/overview_bg01.png);
    background-repeat: no-repeat;
    background-position: 100% 15%;
}


/*------------------------------------------
 * map
 * ---------------------------------------*/
.home-section05 {
    position: relative;
    padding: 150px 0 0;
}
.home-section05::before {
    content: "MAP";
    position: absolute;
    top: -2%;
    left: 5%;
    font-size: 160px;
    font-weight: 900;
    color: rgb(222 245 249);
    pointer-events: none;
    z-index: 0;
}




/*------------------------------------------
 * about
 * ---------------------------------------*/
h3.title01 {
    background-color: var(--main);
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px 20px;
    margin: 0 auto 40px;
    border-radius: 999px;
    font-size: 2.2rem;
    max-width: 450px;
}
ul.flex.philo-list {
	gap: 30px;
	justify-content: space-between;
}
.philo-list li {
    width: calc(32% - 20px);
    box-sizing: border-box;
}
ul.flex.philo-list li img {
    border-radius: 30px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.philp-txt {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}


/*------------------------------------------
 * about
 * ---------------------------------------*/
section.first.about-section01 {
    background-image: url(/wp-content/uploads/2025/07/about_bg01.png), url(/wp-content/uploads/2025/07/about_bg02.png);
    background-repeat: no-repeat;
	background-position: 12% 60%, 87% 60%;
}
section.about-section03 {
    background-image: url(/wp-content/uploads/2025/07/about_bg11.png), url(/wp-content/uploads/2025/07/wave07.png);
    background-color: #def5f9;
    background-repeat: no-repeat, repeat-x;
    background-position: 5% 15%, 0 0;
    padding-top: 150px;
}
section.about-section04 {
    background-color: #def5f9;
}
section.about-section04 .tab-panel-a .tab {
    border-radius: 35px 35px 0 0;
    margin: 0;
	width: 20%;
}
section.about-section04 .tab-panel-a .tab-group {
    margin-bottom: 0;
}
section.about-section04 ul.com-list02.flex {
    background-image: url(/wp-content/uploads/2025/07/about_bg04.png), url(/wp-content/uploads/2025/07/about_bg05.png), url(/wp-content/uploads/2025/07/about_bg06.png), url(/wp-content/uploads/2025/07/about_bg07.png), url(/wp-content/uploads/2025/07/about_bg08.png);
    background-repeat: no-repeat;
    background-position: 3% 20%, 97% 40%, 3% 55%, 97% 75%, 2% 85%;
}
section.about-section04 ul.com-list02.flex {
    position: relative;
}
section.about-section04 ul.com-list02.flex:before {
    content: "";
    display: block;
    aspect-ratio: 169 / 365;
    background-image: url(/wp-content/uploads/2025/07/about_bg03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8%;
    height: auto;
    position: absolute;
    top: -1%;
    right: 5%;
    z-index: 1;
}
ul.com-list02.flex, ul.com-list03.flex {
    background-color: rgb(255 255 255 / 79%);
    padding: 100px;
    border-radius: 30px;
	margin-bottom: 50px;
}
section.about-section04 .com-list02-sub-head {
    padding: 10px 15px;
    text-align: center;
    max-width: 400px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    background-color: #f183c8;
    font-weight: 700;
    border-radius: 35px 35px 0 0;
    margin: 0 auto;
}
section.about-section04 .com-list02-sub-inner, section.about-section04 .com-list03-sub-inner {
    padding: 20px;
    background-color: rgb(255 255 255 / 79%);
    text-align: center;
    border-radius: 15px;
}
section.about-section04 .com-list03>li {
    width: 48%;
    margin-bottom: 40px;
}
section.about-section04 .com-list03-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    border-radius: 15px;
}
section.about-section04 .com-list03-ttl {
    font-size: 2.4rem;
    font-weight: 700;
	text-align:center;
    color: #fff;
    letter-spacing: .1em;
    padding: 5px 20px;
    background-color: #f183c8;
    margin-bottom: 30px;
    position: unset;
    left: unset;
    bottom: unset;
    border-radius: 10px;
}
section.about-section04 .com-list03-sub-head {
    padding: 10px 15px;
    text-align: center;
    max-width: 400px;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    background-color: #f183c8;
    font-weight: 700;
    border-radius: 35px 35px 0 0;
    margin: 0 auto;
}
section.about-section04 ul.com-list03.flex {
    position: relative;
}
section.about-section04 ul.com-list03.flex:before {
    content: "";
    display: block;
    aspect-ratio: 254 / 114;
    background-image: url(/wp-content/uploads/2025/07/about_bg09.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20%;
    height: auto;
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: 1;
}
section.about-section04 ul.com-list03.flex:after {
    content: "";
    display: block;
    aspect-ratio: 254 / 114;
    background-image: url(/wp-content/uploads/2025/07/about_bg10.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20%;
    height: auto;
    position: absolute;
    top: -1%;
    right: -1%;
    z-index: 1;
}


/*------------------------------------------
 * guaid
 * ---------------------------------------*/
p.guide-txt {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #42c8d3;
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
}
.guide-txt::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #f183c8; /* お好きな色に変更可 */
  margin: 8px auto 0;
  border-radius: 2px;
}
ul.flex.link-list .half a {
    display: block;
    padding: 25px 0;
    background-color: #f183c8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 2.2rem;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.25s, transform 0.2s;
}

ul.flex.link-list .half a:hover {
  opacity: 0.8;
}

li.half.tel-con a {
    letter-spacing: 1.2px;
	font-size: 2.5rem;
}

section.first.guide-section02 {
    background-color: #def5f9;
    background-image: url(/wp-content/uploads/2025/07/guide_bg01.png), url(/wp-content/uploads/2025/07/guide_bg02.png), url(/wp-content/uploads/2025/06/wave03.png), url(/wp-content/uploads/2025/06/wave06.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 95% 1%, 5% 100%, 0 0, 0 100%;
    background-size: auto, auto, contain, contain;
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}

.tablepress-table-name {
    border-radius: 25px;
}
.tablepress tbody th, .tablepress tbody td {
    padding: 15px;
    background: #fff;
}
table#tablepress-9 tbody td.column-2 {
    width: 25%;
    border-right: solid 1px #dddddd;
}
.tablepress-table-description {
    text-align: left;
	background-color: rgb(255 255 255 / 76%);
}
section.guide-section03 {
    background-image: url(/wp-content/uploads/2025/07/guide_bg03.png);
    background-repeat: no-repeat;
    background-position: 102% 5%;
    background-size: auto;
}




/*------------------------------------------
 * preschool
 * ---------------------------------------*/
section.preschool-section01 {
    background-image: url(/wp-content/uploads/2025/07/pre_bg01.png), url(/wp-content/uploads/2025/07/pre_bg02.png);
    background-repeat: no-repeat;
    background-position: 5% 0, 95% 0%;
    background-size: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
p.preschool-txt {
    font-size: 25px;
    font-weight: bold;
    color: #e77dbf;
    background-image: url(/wp-content/uploads/2025/07/pre_img01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0px 10px 20px;
    margin: 0 auto 30px;
}
ul.flex.pre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}

ul.flex.pre-list li {
  width: calc(32% - 20px); /* 3列にする */
  box-sizing: border-box;
}
ul.flex.pre-list li img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 10px;
}
section.preschool-section02 {
    background-image: url(/wp-content/uploads/2025/07/pre_bg03.png), url(/wp-content/uploads/2025/07/pre_bg04.png), url(/wp-content/uploads/2025/07/wave07.png);
    background-color: #def5f9;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 5% 15%, 95% 95%, 0 0;
    padding-top: 150px;
}



/*------------------------------------------
 * contact
 * ---------------------------------------*/
section.contact-section {
    background-image: url(/wp-content/uploads/2025/07/content_bg01.png), url(/wp-content/uploads/2025/07/content_bg02.png);
    background-repeat: no-repeat;
    background-position: 5% 5%, 95% 95%;
}


/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
    background-color: #ffffeb;
    padding: 100px 0 15px;
}
.footer-logo.o-hover img {
    display: block;
    height: auto;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-menu-title {
    background-color: #fff;
    color: var(--main);
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 20px;
}
.footer-menu a:hover {
    color: #e77dbf;
}
.footer-menu>li>a {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e77dbf;
    display: block;
    color: #000;
}
.sns-icon-title p {
    font-size: 2rem;
    font-weight: 700;
    color: #42bdc6;
    margin-bottom: 0;
}
/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
    max-height: 80px;
    width: auto;
}


/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 3px #b19e73;
    margin-top: 40px;
    color: #5f4b3e;
    font-weight: 700;
}
.privacy-head span {
    color: #b19e73;
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.4rem;
}


/*2025-0724*/
@media (max-width: 768px) {
    p.preschool-txt {
        font-size: 20px;
    }
}

/*2025-0728*/
.recruit-text p {
  text-align: center;
}

.recruit-text {
  padding-top: 0;
}