/**
Theme Name: FUTABA
Version: 1.0.0
Text Domain: futaba
Template: astra
*/
/* 文字・装飾
---------------------------- */
.underline_w {
  display: inline-block;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0.5em, transparent 0.5em);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.underline_y {
  display: inline-block;
  background-image: linear-gradient(to top, rgba(255, 243, 66, 0.8) 0.5em, transparent 0.5em);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.no-posts-message {
  padding: 30px;
  color: #999;
  text-align: center;
}
.only-sp {
  display: none;
}
@media (max-width:767px) {
  .only-sp {
    display: block;
  }
}
/* ヘッダー
---------------------------- */
#header_cloud {
  background: url('images/header_cloud.png') no-repeat;
  background-size: contain;
  height: 166px;
  width: 350px !important;
}
#header_cloud a {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  gap: 10px;
  color: #333;
  padding: 15px 0 0 30px;
}
#header_cloud .logo {
  width: 54px;
}
#header_cloud .name {
  padding-top: 5px;
}
#header_cloud span.name_small_line {
  display: block;
  line-height: 1.5;
  font-size: 0.85em;
}
#header_cloud .futabakodomoen {
  position: absolute;
  top: 54px;
  left: 25px;
  font-size: clamp(2rem, 30px, 2.5rem);
  font-weight: 600;
}
@media (max-width:767px) {
  #header_cloud {
    height: 118px;
    width: 250px !important;
  }
  #header_cloud a {
    padding: 10px 0 0 20px;
  }
  #header_cloud .logo {
    width: 30px;
  }
  #header_cloud .name {
    padding-top: 0;
  }
  #header_cloud span.name_small_line {
    font-size: 0.7em;
  }
  #header_cloud .futabakodomoen {
    top: 35px;
    left: 20px;
    font-size: clamp(1.5rem, 24px, 1.7rem);
  }
}
/* 保護者専用
---------------------------- */
/* ページヘッダー */
.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: clamp(350px, 42vh, 400px);
  margin-top: 75px;
  background: #F2F7F6;
  overflow: hidden;
}
.page-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70%;
  height: auto;
  aspect-ratio: 5.714 / 1;
  background: url("images/head_animals.png") center / contain no-repeat;
  z-index: 10;
  pointer-events: none;
}
.page-header .shape-top, .page-header .shape-bottom {
  width: 100vw;
}
.page-header svg {
  position: absolute;
  left: 0;
  display: block;
  fill: var(--ast-global-color-4);
}
.page-header .shape-top svg {
  top: 0;
  width: calc(103% + 1.3px);
  height: 4.3em;
}
.page-header .shape-bottom svg {
  bottom: 0;
  width: calc(105% + 1.3px);
  height: 8em;
  transform: scaleY(-1);
  transform-origin: center;
}
.page-header h1 {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  color: var(--ast-global-color-1);
  font-weight: bold;
  line-height: 1;
}
.page-header h1:has(img) {
  padding: 0.5em 1em;
  background: var(--ast-global-color-6);
  border-radius: 3em;
  color: var(--ast-global-color-3);
}
.page-header h1 img {
  height: 1em;
  width: auto;
}
div.page-header__main {
  margin-bottom: 10px;
  color: #9a9c9c;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width:1366px) {
  .page-header .shape-top svg {
    height: 4em;
  }
  .page-header .shape-bottom svg {
    height: 5em;
  }
}
@media (max-width:1024px) {
  .page-header {
    height: clamp(350px, 30vh, 400px);
    margin-top: 0px;
    padding-top: 4em;
  }
  .page-header .shape-top svg {
    height: 0;
  }
  .page-header .shape-bottom svg {
    height: 4em;
  }
}
@media (max-width: 767px) {
  .page-header::after {
    width: 100%;
  }
  .page-header .shape-bottom svg {
    height: 2.3em;
  }
}
/* ログインフォーム */
#wpmem_restricted_msg{
	text-align:center;
}
#wpmem_login{
	max-width:300px;
	margin:0 auto;
}
#wpmem_login legend{
	display:none;
}
#wpmem_login label{
	color:var(--ast-global-color-3);
}
/* カスタム投稿loginの個別投稿 */
.pdf-link_box {
  text-align: center;
}
.pdf-link_box p:has(a.pdf-link__a){
	margin-bottom:0 !important;
}
.pdf-link_box .otayori-data{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}
a.pdf-link__a {
  display: inline-block;
  padding: 1em 2em;
  background: var(--ast-global-color-6);
  border-style: solid;
  border: 5px solid var(--ast-global-color-5);
  border-radius: 3em;
  font-weight: 500;
}
a.pdf-link__a:hover {
  background: var(--ast-global-color-5);
}
a.pdf-link__a svg {
  display: inline-block;
  height: 1em;
  width: auto;
  margin-right: 5px;
  fill: var(--ast-global-color-0);
}
/* 新着リスト */
.login-tab-container {
  margin: 0 auto;
  /*
	padding:30px;
	background:var(--ast-global-color-6);
	*/
}
.tab-nav-wrapper {
  position: relative;
  margin-bottom: 10px;
}
/*
.tab-nav-wrapper::before, .tab-nav-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.tab-nav-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.tab-nav-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.tab-nav-wrapper.is-left-overflow::before {
  opacity: 1;
}
.tab-nav-wrapper.is-right-overflow::after {
  opacity: 1;
}*/
.tab-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
	*/
  gap: 5px;
  padding-bottom: 5px;
}
/*
.tab-nav::-webkit-scrollbar {
  display: none;
}
*/
.tab-btn {
  padding: 0.5em 0.5em 0.5em 3em;
  cursor: pointer;
  border: 3px solid var(--ast-global-color-5);
  background-color: var(--ast-global-color-6);
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: auto 90%;
  font-size: 16px;
  font-weight: bold;
  color: var(--ast-global-color-3);
  line-height: 1;
  border-radius: 3em;
  transition: all 0.2s ease;
  flex: 0 0 auto;
  outline: none;
}
.tab-btn.is-active {
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
  color: var(--ast-global-color-6);
}
.tab-btn.hiyoko, .tab-btn[data-target="hiyoko"] {
  background-image: url(images/ico_hiyoko.png);
}
.tab-btn.usagi, .tab-btn[data-target="usagi"] {
  background-image: url(images/ico_usagi.png);
}
.tab-btn.koara, .tab-btn[data-target="koara"] {
  background-image: url(images/ico_koara.png);
}
.tab-btn.panda, .tab-btn[data-target="panda"] {
  background-image: url(images/ico_panda.png);
}
.tab-btn.kirin, .tab-btn[data-target="kirin"] {
  background-image: url(images/ico_kirin.png);
}
.tab-btn.zou, .tab-btn[data-target="zou"] {
  background-image: url(images/ico_zou.png);
}
.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
  padding: 30px;
  background-color: var(--ast-global-color-6);
  background-repeat: no-repeat;
  background-position: right 5% top 5%;
  background-size: 100px auto;
  border: 3px solid var(--ast-global-color-5);
  border-radius: 32px;
}
.tab-panel .list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.tab-panel h3 {
  margin: 0 !important;
  padding: 0.5em 3em 0.5em 0.5em;
  /* background: var(--ast-global-color-4);
  border-radius: 1.5em; */
  border-bottom: 5px dotted var(--ast-global-color-5);
  color: #7e6b5a;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}
.tab-panel .list-title img {
  height: 60px;
  width: auto;
  margin-left: -3em;
}
.section-archive-container .post-list, .tab-content .post-list {
  display: flex;
  flex-direction: column;
}
.section-archive-container .post-list:nth-of-type(2n), .tab-content .post-list:nth-of-type(2n) {
  background: var(--ast-global-color-6);
}
.section-archive-container .post-link, .tab-content .post-link {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 2px dotted var(--ast-global-color-5);
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: background 0.2s;
  gap: 15px;
}
.section-archive-container .post-link:hover a, .tab-content .post-link:hover a {
  color: var(--ast-global-color-6);
}
.section-archive-container .section-badge, .tab-content .section-badge {
  background-color: var(--ast-global-color-5);
  color: var(--ast-global-color-3);
  font-size: 12px;
  border-radius: 24px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  flex: 0 0 10em;
  max-width: 10em;
  white-space: nowrap;
  order: 1;
}
.section-archive-container .post-date, .tab-content .post-date {
  font-size: 12px;
  color: var(--ast-global-color-8);
  line-height: 1;
  flex: 0 0 auto;
  order: 2;
}
.section-archive-container .post-title, .tab-content h4.post-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.2vw, 15px);
  font-weight: 600;
  color: var(--ast-global-color-3);
  margin: 0;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
  order: 3
}
.section-archive-container .post-title:hover, .tab-content h4.post-title:hover {
  color: var(--ast-global-color-0) !important;
}
.post-title .new-mark {
  color: #ec748b;
  font-size: 0.8em;
  margin-left: 8px;
  font-weight: bold;
}
.tab-archive-link-box {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
a.tab-archive-link {
  display: inline-flex;
  padding: 1em 2em;
  background: var(--ast-global-color-0);
  line-height: 1;
  border-radius: 3em;
  color: var(--ast-global-color-6) !important;
  transition: 0.3s;
}
a.tab-archive-link svg {
  fill: var(--ast-global-color-6);
}
a.tab-archive-link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .tab-panel.is-active {
    padding: 30px 15px;
  }
  .tax-class .section-archive-container .post-link, .tab-content .post-link {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .section-archive-container .post-date, .tab-content .post-date {
    font-size: 14px;
  }
  .tax-class .section-archive-container div.post-title, .tab-content h4.post-title {
    width: 100%;
    flex: 0 1 auto;
    margin: 10px 0 0 10px;
  }
}
.login_top_list .uael-post-wrapper {
  padding: 10px 0;
  border-bottom: 2px dotted var(--ast-global-color-5);
}
.login_top_list .uael-post__content-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0 !important;
}
.login_top_list .uael-post__title {
  flex: 1;
  min-width: 0;
  order: 3
}
.login_top_list .uael-post__terms-wrap {
  flex: 0 0 8em;
  max-width: 8em;
  white-space: nowrap;
  order: 1;
}
.login_top_list .uael-post__meta-data {
  flex: 0 0 auto;
  order: 2;
}
/* 今日のとっておき新着 */
@media (min-width:1024px) {
  .today_list .slick-track {
    width: 960px !important;
  }
}
.today_list .uael-post__thumbnail img {
  mask-image: url('images/mask.png');
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: cover;
}
.today_list .uael-post__content-wrap {
  border-radius: 16px;
}
/* アーカイブページ */
.section-archive-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.term-today .section-archive-container, .term-news .section-archive-container {
  width: auto;
  min-width: 50%;
}
.term-news .section-archive-container {
  display: flex;
  justify-content: center;
}
.fiscal-year-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.fiscal-year-section {
  min-width: 50%;
}
.fiscal-year-section h2 {
  margin: 0 0 1em;
  padding: 0.75em 1.5em;
  background: var(--ast-global-color-6);
  border-radius: 3em;
  box-shadow: 5px 5px 0 var(--ast-global-color-5);
  color: var(--ast-global-color-3);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.fiscal-year-section h4 {
  margin: 0;
}
.month-section {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
	border-bottom:2px dotted var(--ast-global-color-5);
}
.month-section h3.month-title {
  width: 4em;
  height: 4em;
  margin-bottom: 0;
  padding-top: 0.75em;
  background: var(--ast-global-color-5);
  border-radius: 8em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.month-section h3.month-title span.year {
  display: block;
  margin-bottom: 5px;
  font-size: 0.5em;
}
.month-section .otayori-data {
  flex: 1;
}
.month-section .otayori-data .file {
  display: inline-block;
  margin: 5px;
  color: var(--ast-global-color-0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}
.month-section .otayori-data .file a {
  padding: 0.5em 0.75em;
  background: var(--ast-global-color-6);
  border: 2px solid var(--ast-global-color-0);
  border-radius: 2em;
}
.month-section .otayori-data a:hover {
  background: var(--ast-global-color-2);
}
.month-section .post-list {
  flex: 1;
  width: 100%;
}
.section-archive-container > .post-list {
  min-width: 50%;
}
/* クラスだより?section=xxへのリンクボタン */
.classnews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}
.classnews-grid .tab-btn {
  padding: 0;
  background-size: auto 70%;
}
.classnews-grid .tab-btn:hover {
  background-color: var(--ast-global-color-1);
  border-color: var(--ast-global-color-1);
  color: var(--ast-global-color-6);
}
.classnews-grid .tab-btn a {
  display: block;
  padding: 1.5em 3em 1.5em 5em;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width:768px) {
  .fiscal-year-section.classnews {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width:1023px) {
  .section-archive-container {
    padding: 30px;
  }
  .classnews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .classnews-grid .tab-btn a {
    font-size: 16px;
  }
}
@media (max-width:767px) {
  .section-archive-container {
    padding: 0 15px;
  }
  .fiscal-year-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .month-section .otayori-data .file {
    margin: 5px 0 10px;
  }
  .classnews-grid .tab-btn a {
    padding: 1em 0.5em 1em 4em;
  }
}
a, a:hover, a:visited {
  color: inherit;
  text-decoration: none !important;
}
body p {
  letter-spacing: 0.02em;
}
.nowrap {
  white-space: nowrap;
}
/*===  ===*/
@media (max-width: 768px) {
  #ast-scroll-top {
    bottom: 80px !important;
  }
}
/*=== ドット背景 ===*/
.dot_back {
  background-color: #fffbf5;
  background-image: radial-gradient(circle, #a3ca0f 2px, transparent 2px);
  background-position: 0 0;
  background-size: 24px 24px;
}
/*=== ヘッダー ===*/
.header_cloud {
  background-image: url('https://tessnet.co.jp/customer/futaba/wp-content/uploads/2026/01/header_cloud.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  min-height: 220px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  color: #333;
  padding: 25px 60px 100px 25px;
  box-sizing: border-box;
}
.futaba_logo_link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.futaba_logo {
  width: 90%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  margin: 0 !important;
}
.name {
  text-align: left;
  line-height: 0.6;
}
.name_small_line {
  font-size: 0.8em;
  display: block;
  color: #6E6E6E;
  white-space: nowrap;
}
.futabakodomoen {
  font-size: 2.5em;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.02em;
  margin-top: 25px;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .header_cloud {
    min-height: 130px;
    padding: 25px 50px 90px 25px;
  }
  .futabakodomoen {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .header_cloud {
    min-height: 130px;
    gap: 10px;
    padding: 10px 30px 50px 15px;
  }
  .futaba_logo {
    width: 35px;
    max-height: 35px;
  }
  .name {
    line-height: 0.6em;
  }
  .name_small_line {
    font-size: 0.7em;
    white-space: nowrap;
  }
  .futabakodomoen {
    font-size: 1.5em;
    margin-top: 20px;
    white-space: nowrap;
  }
}
/*=== オフキャンバス ===*/
.uael-custom-offcanvas, .uael-offcanvas-overlay {
  width: 100vw !important;
}
.off-canvas .header_cloud {
  width: 280px !important;
}
/*フェード表示*/
#offcanvas-ef9e5e1, .uael-offcanvas-overlay {
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
#offcanvas-ef9e5e1.uael-offcanvas-show, #offcanvas-ef9e5e1.uael-offcanvas-show ~ .uael-offcanvas-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s !important;
}
#offcanvas-ef9e5e1.uael-offcanvas-show .uael-offcanvas-content {
  opacity: 1 !important;
  visibility: visible !important;
}
/*ヘッダーメニューアイコン*/
.uael-nav-menu a.uael-menu-item {
  display: flex;
  align-items: center;
  padding-left: 2.6em !important;
  background-image: url('https://tessnet.co.jp/customer/futaba/wp-content/uploads/2026/01/menu_futaba.png');
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px 20px;
}
/*=== 右固定メニュー ===*/
.side-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
a.side-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #555;
  background-color: #FFFBF5;
  border-radius: 10px 0 0 10px;
  padding: 1.2em 10px;
  box-shadow: -6px 6px 0px 0px rgba(163, 202, 15, 0.45) !important;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  width: 70px;
}
a.side-menu-item:hover {
  color: #fff;
  background-color: #A3CA0F;
  box-shadow: -6px 6px 0px 0px rgba(163, 202, 15, 0.45);
}
.side-menu-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 0.8em;
}
.side-menu-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.9em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .side-menu {
    gap: 10px;
  }
  a.side-menu-item {
    width: 60px;
    box-shadow: -4px 4px 0px 0px rgba(163, 202, 15, 0.45) !important;
  }
  .side-menu-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0.5em;
  }
  .side-menu-text {
    font-size: 0.85em;
  }
}
/*=== フッターメニュー ===*/
.footer_menu .uael-nav-menu a.uael-menu-item {
  background-image: none;
  padding-left: 0 !important;
}
/*=== 表 ===*/
.futaba-table-wrapper {
  margin: 0;
  padding: 0;
}
.futaba-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid #e0edcc;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.futaba-table th {
  background-color: #f7fbf2;
  color: #5a8e12;
  width: 25%;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid #e0edcc;
  border-right: 1px solid #e0edcc;
  font-weight: bold;
  vertical-align: middle;
}
.futaba-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e0edcc;
  color: #444;
  line-height: 1.6;
  border-right: none;
}
.futaba-table tr:last-child th, .futaba-table tr:last-child td {
  border-bottom: none;
}
.futaba-table a {
  color: #f39800;
  text-decoration: none;
  font-weight: bold;
}
.futaba-table a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .futaba-table th {
    width: 35%;
    padding: 12px 10px;
    font-size: 0.9rem;
  }
  .futaba-table td {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
}
.futaba-table.horizontal-header thead th {
  width: auto;
  text-align: center;
  border-right: 1px solid #e0edcc;
}
.futaba-table.horizontal-header tbody td {
  text-align: center;
  border-right: 1px solid #e0edcc;
}
.futaba-table.horizontal-header tbody td:last-child {
  border-right: none;
  text-align: left;
}
.futaba-table.horizontal-header thead th:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .futaba-table.horizontal-header th, .futaba-table.horizontal-header td {
    width: auto !important;
  }
}
/*=== トップ ===*/
.top_infobox .uael-button-wrapper {
  text-align: right;
  display: block;
}
.top_3img {
  position: relative;
  display: inline-block;
}
.top_3img img {
  position: relative;
  z-index: 2;
  border-radius: 25px;
}
.top_3img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  transform: rotate(6deg);
  z-index: 1;
  pointer-events: none;
}
.color-1::after {
  background: rgba(164, 196, 144, 0.8);
}
.color-2::after {
  background: rgba(171, 221, 216, 0.8);
}
.color-3::after {
  background: rgba(247, 210, 146, 0.8);
}
/*=== 園の一日 ===*/
.futaba-schedule-box {
  background: #fff;
  border: 2px solid #e0edcc;
  border-top: none;
  border-radius: 0 0 25px 25px;
  padding: 25px 20px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
}
/* 各行のスタイル */
.schedule-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.time-label {
  display: inline-block;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.85em;
  min-width: 65px;
  text-align: center;
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1.5;
}
.time-label.orange {
  background-color: #f39800;
}
.time-label.green {
  background-color: #e2eace;
  color: #5a8e12;
}
.activity-text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .side-menu {
    gap: 10px;
  }
  a.side-menu-item {
    width: 60px;
    padding: 1em 8px;
    box-shadow: -4px 4px 0px 0px rgba(163, 202, 15, 0.45) !important;
  }
  .side-menu-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0.5em;
  }
  .side-menu-text {
    font-size: 0.8em;
  }
}
@media screen and (max-height: 600px) {
  .side-menu {
    top: 60%;
  }
}
/*=== 病後児保育流れ ===*/
.byougoji-flow {
  position: relative;
  padding-left: 80px !important;
  counter-reset: flow-counter;
}
.byougoji-flow::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  border-left: 2px dashed #d1e5b5;
  z-index: 0;
}
.flow-item {
  position: relative;
  counter-increment: flow-counter;
}
.flow-item::before {
  content: counter(flow-counter, decimal-leading-zero);
  position: absolute;
  left: -55px;
  transform: translateX(-50%);
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #8cb84a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
}
/*=== チェックリスト全体のスタイル ===*/
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checklist li {
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.checklist li label {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
  color: #444;
}
.checklist input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e0edcc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 4px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.checklist input[type="checkbox"]:checked {
  background-color: #a3ca0f;
  border-color: #a3ca0f;
}
.checklist li span {
  display: flex;
  flex-direction: column;
  color: #444;
}
.checklist input[type="checkbox"]:checked + span {
  color: #aaa;
}
.checklist small {
  display: block;
  color: #888;
  font-size: 0.85em;
}
/*=== ニュースページPosts ===*/
/* カード全体の設定 */
.uael-post__bg-wrap {
  border-radius: 25px;
}
/*=== トップページPosts ===*/
/* リスト全体の境界線 */
.top_posts .uael-post__inner-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* 1. タイトルや日付を包んでいる中身の枠をFlexbox化する */
.top_posts .uael-post__content-wrap {
  display: flex !important;
  flex-direction: column !important;
}
/* 2. メタデータ（日付・カテゴリ）を一番上に */
.top_posts .uael-post__meta-data {
  order: 1 !important;
  margin-bottom: 10px !important;
}
/* 3. タイトルを二番目に */
.top_posts .uael-post__title {
  order: 2 !important;
  margin-bottom: 10px !important;
}
/* 4. 抜粋文を三番目に */
.top_posts .uael-post__excerpt {
  order: 3 !important;
}
/* カテゴリの装飾（もし消えていたら追加してください） */
.top_posts .uael-post__meta-data .uael-post__terms-all {
  background-color: #a2d212;
  color: #fff !important;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 10px;
}
/*=== 画像にマスクを適用する ===*/
.img_mask {
  -webkit-mask-image: url('http://futaba-takaoka.com/2026/wp-content/uploads/2026/02/mask.png');
  mask-image: url('http://futaba-takaoka.com/2026/wp-content/uploads/2026/02/mask.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
/*=== お問い合わせフォーム ===*/
.futaba-form-container {
  background: #fff;
  padding: 40px;
  border: 2px solid #e0edcc;
  border-radius: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.futaba-form-group {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0edcc;
}
.futaba-form-group:last-of-type {
  border-bottom: none;
  margin-bottom: 10px;
}
.futaba-form-group label {
  display: block;
  font-weight: bold;
  color: #5a8e12;
  font-size: 1.05rem;
  line-height: 1.4;
}
.futaba-form-group .required, .futaba-form-group .any {
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
}
.futaba-form-group .required {
  background-color: #f39800;
  color: #fff;
}
.futaba-form-group .any {
  background-color: #eee;
  color: #777;
}
.wpcf7-form-control {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #e0edcc;
  border-radius: 12px;
  font-size: 1rem;
  color: #444;
  transition: all 0.3s;
  box-sizing: border-box;
  background-color: #fafafa;
}
.wpcf7-form-control:focus {
  border-color: #8cb84a;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 8px rgba(140, 184, 74, 0.2);
}
.futaba-form-submit {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-submit {
  background-color: #8cb84a !important;
  color: #fff !important;
  font-weight: bold;
  padding: 15px 50px !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  background-color: #5a8e12 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/* 送信前の注意事項エリア */
.form-notes {
  background-color: #fdfaf2;
  border: 1px solid #f39800;
  border-radius: 15px;
  padding: 20px;
  margin: 30px 0;
}
.form-notes p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 20px;
}
/* 文頭にアイコン */
.form-notes p::before {
  content: "●";
  color: #f39800;
  position: absolute;
  left: 0;
  font-size: 0.8rem;
}
.form-notes p:last-child {
  margin-bottom: 0;
  font-weight: bold;
  color: #444;
}
@media screen and (max-width: 768px) {
  .form-notes {
    padding: 15px;
    margin: 20px 0;
  }
  .form-notes p {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .futaba-form-container {
    padding: 25px 20px;
  }
  .futaba-form-group {
    margin-bottom: 25px;
  }
}
/*=== 園内マップ　アイコンずれ防止 ===*/
.ennai_map {
  aspect-ratio: 2000 / 1243;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
}
/*=== 採用情報　1日の流れ ===*/
.recruit_day .uael-events-inner-new {
  display: flex;
  align-items: flex-start;
}
.recruit_day .inner-date-new {
  padding: 1px 20px;
  border-radius: 20px;
  background-color: #A3CA0F;
  margin-right: 15px;
  min-width: 80px;
  text-align: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
.uael-events-new h3 {
  margin-bottom: 1px !important;
}
.uael-events-new p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruit_day .uael-events-inner-new {
    display: block;
  }
  .recruit_day .inner-date-new {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
    min-width: auto;
  }
}