@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
/*========================================================================================

 共通事項 

=========================================================================================*/
@media screen and (max-width: 820px) {
  .none.sp {
    display: block;
  }
  .width20, .width23, .width30, .width32, .width35, .width40, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 80%;
    margin-inline: auto;
  }
  .title-head {
    margin-bottom: clamp(20px, 5vw, 60px);
    color: #544936;
    font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  }
  .sub-header-txt {
    font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .ex-bold {
    font-weight: 500;
  }
  .width20, .width23, .width30, .width32, .width35, .width40, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 100%;
  }
  .sp-block {
    display: block;
  }
}
/*リキッドレイアウト*/
@media screen and (max-width:820px) {
  .liquid-content {
    width: 80% !important;
    margin-inline: auto !important;
  }
}
@media screen and (max-width:600px) {
  .liquid-content {
    width: 100% !important;
  }
}
/*flexの解除*/
@media screen and (max-width: 820px) {
  .flex-release {
    flex-direction: column;
    gap: 10vw;
  }
}
/*PC以外ホバー禁止
@media(hover: hover) {
  a:hover {
    opacity: .5;
  }
}*/
/*モバイル以外電話リンク禁止*/
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*デフォルトスタイルのレスポンシブ*/
/*ニュースセクション*/
@media screen and (max-width: 600px) {
  .news-list02 li.flex {
    flex-direction: column;
    row-gap: 10vw;
  }
  .news-list02 li .news-img {
    width: 100%;
  }
  .news-list02 li .news-content, .news-list03 li .news-content {
    width: 100%;
    text-align: left;
  }
  /*縦長テーブルのレスポンシブ*/
  .overview-section01 .tablepress tbody td.column-1, .overview-section01 .tablepress tbody td.column-2 {
    display: block;
    width: 100%
  }
  /*横長テーブルのレスポンシブ*/
  .scroll600 {
    overflow-x: auto;
    width: 100%;
  }
  .scroll600 table {
    width: 100%;
    min-width: 200vw;
  }
  .scroll600 table th, .scroll700 table td {
    white-space: nowrap;
  }
  /* スクロールバー全体を対象にする */
  .scroll600::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  /* スクロールバーの背景部分をカスタマイズ */
  .scroll600::-webkit-scrollbar-track {
    background: #ffeccd;
    border-radius: 5px;
  }
  /* スクロールバーの操作部分をカスタマイズ */
  .scroll600::-webkit-scrollbar-thumb {
    background: #ea5617;
    border-radius: 5px;
  }
  /* スクロールバーの操作部分にホバーした時のスタイル */
  .scroll600::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
  }
}
/*========<!-- ヘッダー　-->========*/
#hamburger {
  border-radius: 15px;
  top: 12px;
  background-color: #fefff6;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: #ec7f38;
}
.mobile-logo {
  background: #ffffff url(/wp-content/uploads/2024/05/flag-img-8-1.png) repeat-x left top / 120%;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .header-content {
    padding: 0px;
  }
  .sp-header02 {
    padding: 20px 0;
  }
  header .sns-icon {
    display: none;
  }
  .moblie-menu-head {
    width: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    background-color: inherit !important;
  }
}
@media screen and (max-width: 600px) {
  .sp-header02 {
    padding: 40px 0 20px;
  }
}
/*========<!-- フッター　-->========*/
@media screen and (max-width: 1024px) {
  .footer-inner.flex {
    -webkit-box-direction: normal !important;
    -ms-flex-direction: normal !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 40px 0 100px;
  }
  .footer-logo-address, .footer-nav-wrap {
    width: 100% !important;
  }
  .flex.footer-inner {
    gap: 10vw;
  }
  .footer-logo img {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    background: url(/wp-content/uploads/2025/06/curtain-green@3x-8.png) repeat-x left top / 20%;
  }
  #page-top img {
    max-height: 90px;
  }
  .footer-logo img {
    margin: 0 auto;
  }
}
/*========================================================================================

HOME

=========================================================================================*/
/*=====全階層共通背景色柄余白の指定=====*/
/*========================================================================================

HOME

=========================================================================================*/
@media screen and (max-width: 1024px) {
  .title-head span.title-ja::after {
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .title-head span.title-ja::after {
    width: 160px;
    bottom: -80%;
  }
  .loop-slide {
    width: calc(100vw / 3);
    height: calc(100vw / 3);
  }
  ul.loop-slider .loop-slide:nth-child(odd) {
    width: calc(100vw / 5);
    height: calc(100vw / 5);
  }
  .grid.link-list {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	  gap: 20px;
  }
  .box-text p {
    font-size: 1.8rem;
  }
  .info {
    padding: 4em 2em 2em;
} 
  .see-more-btn {
	font-size: 1.4rem;
	}
  .see-more-btn .arrow {
    width: 40px;
    height: 40px;
	}
}
/*========================================================================================

ごあいさつ

=========================================================================================*/
@media screen and (max-width: 820px) {
  .greeting-image::after {
    background: url(/wp-content/uploads/2025/06/brash-leaf@2x-8.png) no-repeat 40% top / 40%;
    left: -10%;
  }
  .font-lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .bg-arch {
    padding: 4em 2em;
    background: #ffeccd url(/wp-content/uploads/2025/06/tree-line@1.5x-8.png) no-repeat center bottom / 130%;
  }
  .font-lead {
    font-size: 1.6rem;
  }
  .bg-arch h3 {
    margin-bottom: 2em;
  }
}
/*========================================================================================

園の特色

=========================================================================================*/
@media screen and (max-width: 820px) {
  .ba-deco-title::before {
    bottom: -30%;
  }
  .ba-deco-title::after {
    bottom: -30%;
  }
}
/*========================================================================================

園の生活

=========================================================================================*/
@media screen and (max-width: 820px) {
  .tab-item {
    margin-top: 1em;
    width: 40%;
    padding: 0.5em 0;
  }
}
/*========================================================================================

入園案内

=========================================================================================*/
@media screen and (max-width: 820px) {
  .guide-section table.contact-form01 th {
    border: 1px solid #ffffff;
  }
  .guide-section table.contact-form01 td {
    border-bottom: none;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
}
@media screen and (max-width: 600px) {
  .guide-section .tablepress tbody td.column-1, .guide-section .tablepress tbody td.column-2 {
    width: 100%;
    display: block;
  }
  .guide-section table tbody tr:not(:first-child) {
    border-top: none !important;
  }
  .guide-section .select-box td {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-end;
  }
 /* .guide-section .select-box .wpcf7-form-control-wrap {
    text-align: center;
  }*/
  /* .time-select-boxをflexで横並び、左寄せ */
  .time-select-box {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 0.8rem;
    margin-bottom: 20px !important;
  }

  /* チェックボックスのラベルを横並びで左寄せ */
  .time-select-box .wpcf7-list-item {
    margin-right: 1rem;
    /* 幅指定しないことでラベルの寄りを防ぐ */
    width: auto !important;
  }

  /* チェックボックスのラベル内テキストを左寄せ */
  .time-select-box label {
    text-align: left !important;
    white-space: nowrap; /* 長くても折り返さない */
  }

  /* .wpcf7-form-control-wrapは幅100%を外す */
  .select-box .wpcf7-form-control-wrap {
    width: auto !important;
    padding: 8px 10px !important;
    font-size: 1.2rem !important;
  }

  /* date-select-boxのセレクトボックスは横並び、間隔調整 */
  .date-select-box select {
    margin-right: 8px !important;
    font-size: 1.2rem !important;
    padding: 6px 8px !important;
  }
	.select-box .wpcf7-form-control-wrap {
  width: auto !important;
}

  /* 親のtdのtext-align念のため左寄せ */
  .select-box td {
    text-align: left !important;
  }
	.date-select-box span.wpcf7-form-control-wrap {
		display: inline-block; /* または block */
		margin-bottom: 10px;
}
}

/*========================================================================================

未就学児（子育て支援）

=========================================================================================*/
/*========================================================================================

アクセス

=========================================================================================*/
@media screen and (max-width: 600px) {
  .overview-section .flex {
    margin-top: 4em;
  }
  table tbody tr:not(:first-child) {
    border-top: none !important;
  }
  .tablepress tbody td.column-2, .tablepress tbody td.column-3 {
    border: 2px solid #ffffff;
  }
}
/*========================================================================================

お問い合わせ

=========================================================================================*/
@media screen and (max-width: 820px) {
  table.contact-form01 th {
    border-right: #fff 1px solid;
    border-left: #ffffff 1px solid;
  }
  table.contact-form01 td {
    border: 1px solid #ffffff;
  }
}