@charset "utf-8";

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

  base

=========================*/
:root {
  /*color*/
  --fontcolor: #000000;
  --black: #333333;
  --btncolor: #FF848A;
  --blue: #6FD5DD;
  /*box*/
  --orange: #FFD4BD;
  /*kondateBTN*/
  --yellow: #FFF7C7;
  --spring: #F8CAD6;
  /*spring*/
  --rightgreen: #CAF089;
  /*summer*/
  --autum: #FFF17B;
  /*autum*/
  --winter: #90D2F5:
  /*winter*/
  --white: #FFFFFF;
  --darkgray: #555555;
  /*h1*/
  --h1: #6E7879;
  /*ttl*/
  --ttl: #555555;
  /*h4*/
  --darkgreen: #386C71;
  /*another*/
  --font: "Murecho", sans-serif, "Noto Sans JP", 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --shadow: 1px 1px 2px rgba(12, 65, 37, 0.5);
  --gap: 1rem;
}

body {
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.4em;
  box-sizing: border-box;
}
body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
p {
  font-family: var(--font);
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
#submit {
  margin-top: 50px;
}
a {
  color: var(--fontcolor);
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}
li {
  line-height: 1.4em;
}
#nav-sp,
#menu-sp {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

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

  contents

=========================*/
main {
  background: url(../images/muyuen_top_image_04.png) no-repeat center top / contain;
  aspect-ratio: 3028 / 2842; 
}
.section__contents {
  width: 100%;
  margin-bottom: 248px;
}
.home .section__contents {
  margin: 0;
}
.section__contents__inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
.content_tit {
  color: var(--ttl);
  margin-bottom: 3em;
  text-align: center;
  font-weight: bold;
  letter-spacing: .25em;
  font-size: 2em;
  justify-content: center;
  align-items: center;
  gap: calc(var(--gap)/2);
}
.home .content_tit {
  display: flex;
  flex-direction: column;
}
.content_tit h1,
.content_tit h2 {
  font-size: clamp(28px, 2vw, 34px);
  position: relative;
  display: inline-block;
  margin: 1em auto 0;
  color: var(--darkgray);
  line-height: 1.4em;
  padding: 0 6vw 1em;
}
.content_tit h1::after,
.content_tit h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 25px;
  width: 100%;
  background-image: url(../images/content_tit_under02.png);
  background-size: 30px 20px;
  background-repeat: repeat-x;
}
.content_tit img {
  display: inline-block;
}
.content_tit_undericon {
  width: 376px;
  width: 6em;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.subpage {
  background: url(../images/muyuen_subpage_bg.png) no-repeat center top / contain;
}
.subpage_mv {
  margin-bottom: 50px;
}
.subpadding {
  padding-top: 150px;
}
.subpage h1 {
  color: var(--darkgreen);
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.4em;
  letter-spacing: .25em;
  text-align: center;
  padding: 50px 20px;
}
.subpage .content_tit h1 {
  font-size: 2.15rem;
}
ul.list li {
   position: relative;
   padding-left: 25px;
   letter-spacing: .1em;
}
ul.list li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--fontcolor);
  border-radius: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main, .subpage {
    background-size: 128vh;
	  padding-bottom: 50px;
  }
  .home .section__contents,
  .section__contents {
    margin-bottom: 100px;
  }
  .home .section__contents:last-child,
  .section__contents:last-child {
    margin-bottom: 0;
  }
  .content_tit {
    letter-spacing: .1em;
    margin: 0 0 40px;
    padding: 0;
  }
  .content_tit h1, .content_tit h2 {
    letter-spacing: .1em;
    margin: 0;
    padding: 0;
  }
  .content_tit h1::after,
  .content_tit h2::after {
    content: none;
  }
  .subpage h1 {
    letter-spacing: .1em;
  }
  .subpage .content_tit h1 {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .subpadding {
    padding-top: 50px;
  }
  .home .content_tit h1, 
  .home .content_tit h2 {
    margin-left: 0;
  }
}

/* icon */
.icon_tel_w {
  display: inline-block;
  background-image: url(../images/icon_tel_w.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 10px;
}

/* img */
  .bg_image {
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: right 0px top 10vh;
    background-size: 50vh auto;
  }
  .home .bg_image {
    background-image: url(../images/img_backpattern_blue_big.png);
    background-size: 17%;
    background-position: right top;
  }
  .about .bg_image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 75vw;
    background-image: url(../images/img_backpattern_yellow_big.svg);
    background-size: cover;
    z-index: -1;
  }
  .bg_image_left {
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: left 0px top 10vh;
    background-size: 50vh auto;
  }
  .home .bg_image_left {
    background-image: url(../images/img_backpattern_blue_small.png);
    background-size: 15%;
    background-position: left top;
  }
  .takenoko, .hana, .book, .bus, .balloon, .ichigo, .clover, .koinobori, .bag {
    position: relative;
  }
  .takenoko::before {
    content: "";
    background-image: url(../images/img_takenoko.png);
    background-size: cover;
    position: absolute;
    width: 58px;
    height: 108px;
    left: -75px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .hana::before {
    content: "";
    background-image: url(../images/img_flower.png);
    background-size: cover;
    position: absolute;
    width: 58px;
    height: 108px;
    left: -75px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .book::before {
    content: "";
    background-image: url(../images/img_book.png);
    background-size: cover;
    position: absolute;
    width: 106px;
    height: 74px;
    left: -115px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bus::before {
    content: "";
    background-image: url(../images/img_bus.png);
    background-size: cover;
    position: absolute;
    width: 110px;
    height: 67px;
    left: -115px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .balloon::before {
    content: "";
    background-image: url(../images/img_balloon.png);
    background-size: cover;
    position: absolute;
    width: 88px;
    height: 114px;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ichigo::before {
    content: "";
    background-image: url(../images/img_ichigo.png);
    background-size: cover;
    position: absolute;
    width: 91px;
    height: 96px;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .clover::before {
    content: "";
    background-image: url(../images/img_clover.png);
    background-size: cover;
    position: absolute;
    width: 110px;
    height: 110px;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .koinobori::before {
    content: "";
    background-image: url(../images/img_koinobori.png);
    background-size: cover;
    position: absolute;
    width: 151px;
    height: 162px;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .bag::before {
    content: "";
    background-image: url(../images/img_bag.png);
    background-size: cover;
    position: absolute;
    width: 121px;
    height: 103px;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
@media screen and (max-width:768px) {
  .home .bg_image {
    background-size: 39%;
    background-position: right top 116vw;
  }
  .top_about.bg_image::before {
    content: "";
    position: absolute;
    background-image: url(../images/img_backpattern_blue_small.png);
    background-size: cover;
    background-position: left top;
    width: 120px;
    height: 318px;
    bottom: 87vw;
  }
  .about .bg_image::after {
    top: 32vw;
    width: 66%;
    height: 119vw;
  }
  .top_news.section_top.bg_image_left {
    background-image: none;
  }
  .takenoko::before {
    width: 35px;
    height: 65px;
    left: -58px;
  }
  .hana::before {
    width: 46px;
    height: 85px;
    left: -70px;
  }
  .book::before {
    width: 72px;
    height: 50px;
    left: -16px;
    top: -65px;
  }
  .balloon::before {
    width: 61px;
    height: 79px;
    left: -80px;
  }
  .bus::before {
    width: 51px;
    height: 30px;
    left: -70px;
  }
  .koinobori::before {
    width: 50px;
    height: 54px;
    left: -70px;
  }
  .bag::before {
    width: 42px;
    height: 36px;
    left: -58px;
  }
  .ichigo::before {
    width: 42px;
    height: 44px;
    left: -58px;
  }
  .clover::before {
    width: 45px;
    height: 45px;
    left: -56px;
  }
}

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

  TOP

=========================*/
img.house {
  width: 10em;
}
img.rappa {
  width: 4em;
}
img.kotori {
  width: 5.5em;
}
img.hat {
  width: 6em;
}
.sp {
  display: none;
}
.about .content_tit,
.kondate .content_tit,
.flow .content_tit {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  letter-spacing: .25em;
}
@media screen and (max-width:768px) {
  img.house {
    width: 200px;
  }
  img.rappa, 
  img.kotori, img.hat {
    width: 135px;
  }
}

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

  header / nav

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

/* ドロップダウン共通 */
.header_menu.dropdown {
  position: relative;
}

/* サブメニューを中央に配置 */


/* ホバー時に表示 */
.header_menu.dropdown:hover .dropdown_box {
  display: block;
}

/* 矢印マーク */
.dropdown_arrow {
  font-size: 12px;
  margin-left: 4px;
}
.dropdown-left:hover > a.dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 98%;
    left: 45%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: #fff;
    border-top: 5px solid #FFED68;
    border-left: 5px solid #FFED68;
    z-index: 9999;
    opacity: 1.0;
    transition: none;
}
.dropdown_box-right .triangle_list li {
    padding: 10px 0px;
}
.dropdown_box-right .triangle_list {
    display: block;
}
.dropdown--right .dropdown_box-right {
    display: none;
    position: absolute;
    top: 100%;
    right: 20%!important;
    transform: translateX(-0%);
    background: #fff;
    border: 1px solid #ddd;
    min-width: 180px;
    z-index: 100;
}
.dropdown:hover .dropdown_box-right {
    width: max-content;
    max-width: calc(710px - 68px);
    height: max-content;
    font-size: 16px;
    padding: 24px;
    position: fixed;
    top: 145px;
}

.dropdown--left .dropdown_box {
    top: 100%;
    right: 10px;
    left: auto;
}

/* 共通 */
.header_menu.dropdown {
  position: relative;
}

/* サブメニューの位置調整 */
.header_menu .dropdown_box-left {
  display: none;
  position: absolute;
  top: 100%;          /* 親メニューのすぐ下 */
  left: 30%;          /* 親の中央に基準を置く */
  transform: translateX(-50%); /* 自分の幅の半分戻して中央揃え */
  background: #fff;
  border: 1px solid #ddd;
  min-width: 180px;
  z-index: 100;
}

/* hoverで表示 */
.header_menu.dropdown:hover .dropdown_box {
  display: block;
}
.dropdown_box-right .triangle_list li a::before {
    display:none
}
.dropdown:hover .dropdown_box-left {
    width: max-content;
    max-width: calc(710px - 68px);
    height: max-content;
    font-size: 16px;
    padding: 24px;
    position: fixed;
    top: 154px;
}
header > div > ul > li.dropdown-left > a::after {
	display:none
}

.dropdown_box-left .triangle_list {
	display:block;
	
}
.dropdown_box-left .triangle_list li {
	padding:10px 0px

}


.dropdown_box-left .triangle_list li a::before {
    display:none
}

.text-aline {
	text-align:center;
}
.about_copy-text {
	width:80%;
margin:0 auto
	
}
.about_copy-text-1 {
	margin-bottom:10px
}

@media (max-width: 767px) {
	.about_copy-text {
	width:100%;
margin:0 auto;
		font-size:14px
	
}
	#pagetop {
	padding-top:0px!important
}
}

.dropdown:hover .dropdown_box- {
    width: max-content;
    max-width: calc(710px - 68px);
    height: max-content;
    font-size: 16px;
    padding: 24px;
    position: fixed;
    top: 154px;
}

.sp_nav {
  display: none;
}
header {
  margin: 0 auto;
  background-color: #FFFFFF;
}
header > div > ul {
  max-width: 1080px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  text-align: center;
  list-style: none;
  margin: 0 auto;
}
header > div > ul > li.header_menu > a:hover {
  opacity: 1.0;
}
/* navアニメーション */
header > div > ul > li.header_menu > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header > div > ul > li.header_menu > a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #FFED68;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header > div > ul > li.header_menu > a:hover::after {
  transform: scale(1, 1);
}

.dropdown--right a::after {
  content: none;
}
.dropdown--right > a:hover::after {
  opacity: 0;
}
header > div > ul > li.header_menu.dropdown--right > a::after {
  content: none;
}
header > div > ul > li.header_menu.dropdown--right > a:hover::after {
  opacity: 0;
}
header > div > ul > li.header_menu .dropdown_arrow {
  font-size: 0.8em;
  margin-left: 2px;
}

#logo {
  width: 148px;
}
#logo > img {
  width: 80px;
  margin: 0 auto;
}
header .pc_nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  z-index: 999;
}
.header_menu {
  text-align: center;
  text-decoration: none;
  display: grid;
}
.header_menu > a > p {
  height: 3.5em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 0px;
  color: var(--darkgray);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_menu > a > img {
  width: 124px;
 /* margin: 0 auto;*/
  height: 86px;
}
@media screen and (max-width: 1070px) {
  #logo {
    width: 130px;
  }
  .header_menu > a > p {
    font-size: 15px;
  }
  .header_menu > a > img {
    width: 70px;
  }
}
/* sp nav */
.sp_nav {
  display: none;
}
.logo {
  width: 200px;
}
.logo img {
  border-radius: 0;
}
.logo_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  background-color: #FFFFFF;
}
header {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  top: 0;
}
header .header_btn ul li {
  margin-right: 20px;
}
header .header_btn ul li:last-child {
  margin-right: 0;
}
/* hamburger menu */
/*#sp-nav {
  position: relative;
  z-index: 9999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  transition: all 0.6s;
  overflow: scroll;
};*/

#sp-nav {
  position: relative;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 290px;
  transition: all 0.6s;
}
#sp-nav.panelactive {
  right: 0;
}
#sp-nav .sp-nav_inner {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 50px;
}
#sp-nav nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
   justify-content: flex-start;
}
#sp-nav nav ul li {
  width: calc(50% - .5rem);
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  position: relative;
	border: solid 1px #386c71;
	border-radius:5px
}
#sp-nav .sp-nav_inner a {
  color: var(--darkgray);
  font-size: 16px;
  padding: 0;
	display: flex;
	align-items: center;
}
.openbtn {
  position: absolute;
  z-index: 99999;
  width: 55px;
  height: 55px;
  top: 18px;
  bottom: 0;
  margin: auto;
  right: 15px;
  cursor: pointer;
  background-color: var(--blue);
  border-radius: 100vw;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 17px;
}
.openbtn span:nth-of-type(2) {
  top: 26px;
}
.openbtn span:nth-of-type(3) {
  top: 35px;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width:950px) {
	header {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  top: 0;
}
  .sp_nav {
    display: block;
  }
  .pc_nav {
    display: none;
  }
  .sp_nav_inner .logo {
    width: 90px;
  }
  .fixed-header .logo {
    width: 200px;
  }
  .fixed-header .nav_inner > li {
    margin-right: 0;
  }
  .openbtn {
    z-index: 99999;
    cursor: pointer;
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: unset;
    right: 8px;
  }
  #sp-nav nav, .link_list, .pdf_link {
    width: 80%;
    margin: auto;
  }
  #sp-nav .link_list {
    margin-top: 40px;
    font-weight: 500;
  }
  #sp-nav .link_list li {
    margin-bottom: 15px;
  }
  #sp-nav .link_list li:last-child {
    margin-bottom: 0;
  }
  #sp-nav .pdf_link {
    width: 100%;
    margin-top: 40px;
    gap: 1rem;
  }
  #sp-nav .pdf_link li {
    max-width: calc(100% / 4 - 1rem);
  }
  #sp-nav .pdf_link li a {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 120px;
  }
     .sp_nav_inner .logo {
        width: 90px;
        margin: 0 auto;
    }
  /* #sp-nav nav ul li {
    font-size: 14px;
  } */
  #sp-nav nav {
    width: 95%;
  }
  #sp-nav .link_list {
    width: 85%;
  }
  #sp-nav .pdf_link {
    width: 91%;
  }
  #sp-nav .pdf_link li {
    max-width: unset;
    width: calc(50% - 0.5rem);
  }
  #sp-nav .pdf_link li a {
    line-height: 1.4em;
    justify-content: left;
    gap: 1rem;
  }
}

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

  dropdown / megamenu

=========================*/
.dropdown {
  position: static !important;
}
.dropdown_box {
  display: none;
}
.dropdown:hover .dropdown_box {
  width: max-content;
  max-width: calc(710px - 68px);
  height: max-content;
  font-size: 16px;
  padding: 15px 25px 0px;
  position: fixed;
  top: 155px;
  display: block;
  border: 5px solid #FFED68;
  background-color: #FFFFFF;
  border-radius: 2vw;
  z-index: 99;
  transition: none;
}
.dropdown_box_inner {
  width: fit-content;
}
.dropdown:hover .dropdown_box p,
.dropdown:hover .dropdown_box li,
.dropdown:hover .dropdown_box a {
  color: var(--darkgray);
  text-align: left;
  letter-spacing: .1em;
}
.dropdown_item {
  display: flex;
  gap: 1.5rem;
  border-bottom: 2px dotted var(--darkgray);
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.dropdown_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dropdown_item.bottom {
  justify-content: space-between;
}
.dropdown_item a {
  text-decoration: underline;
}
.triangle_list {
  display: flex;
  gap: 1rem;
  margin: 15px 0;
}
.triangle_list:first-child {
  margin-top: 0;
}
.triangle_list li a::before {
  content: "▶︎";
  display: inline-block;
  margin-right: 5px;
}
.triangle_list.arrow_w li a::before {
  content: "▷";
  display: inline-block;
  margin-right: 2px;
}
.dropdown_box .link_list li {
  margin-bottom: 10px;
}
.dropdown_box .link_list li:last-child {
  margin-bottom: 0;
}
.pdf_link {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pdf_link li {
  max-width: 192px;
  width: calc(50% - 0.5rem);
}
.pdf_link li a {
  width: 100%;
  height: 100%;
  text-align: center !important;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.pdf_link li a .icon_pdf {
  width: 40px;
}
.dropdown--right .dropdown_box {
  display: none;
  position: absolute;
  top: 100%;
  right: 150px; 
  left: auto;
  width: max-content;
  max-width: calc(100vw - 20px);
  padding: 34px;
  font-size: 16px;
  border: 5px solid #FFED68;
  background: #fff;
  border-radius: 2vw;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
  z-index: 1001;
  transition: none;
}

/* hover で表示 */
.dropdown--right:hover .dropdown_box {
  display: block;
}

.dropdown--right > a {
  position: relative;
}
.dropdown--right:hover > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: 5px solid #FFED68;
  border-left: 5px solid #FFED68;
  z-index: 9999;
  opacity: 1.0;
  transition: none;
}
/* hover 時に矢印だけ表示 */
.dropdown--right:hover > a::before {
  display: block;
}
@media screen and (max-width:1070px) {
  .dropdown:hover .dropdown_box {
    top: 131px;
  }
}

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

  mv

=========================*/
.main_mv > .copy {
  text-align: center;
  color: var(--h2);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  padding: 2rem 0;
}
:not(.home) .main_mv > .copy {
  color: var(--darkgreen);
}
.main_mv_img {
  width: 100%;
  display: flex;
  vertical-align: bottom;
}
.main_mv_img > img {
  width: 100%;
}
article > section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .main_mv > .copy {
    font-size: 25px;
  }
  .main_mv > .copy span.pc_only {
    display: none;
  }
}

/*------------------top_about-----------------------*/
.top_about {
  position: relative;
  margin-top: 80px;
}
.top_about_content {
  display: flex;
  gap: 16px;
  margin: 145px auto 0;
  border-radius: 16px;
  align-items: center;
}
.top_about_content > div > img {
  width: 100%;
}
.top_about_content_tit {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.4em;
}
.top_about_content_text {
  font-size: 1em;
  line-height: 1.8rem;
  font-weight: 500;
  margin: 40px 0;
}
.top_about_content02 {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
}
.top_about_content02_left {
  background-image: url(../images/img_muyuen2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.top_about_content02_right {
  background-image: url(../images/img_muyuen_3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.top_about_content02 > div {
  width: calc(50% - 0.5rem);
  aspect-ratio: 535 / 327;
  /* width: 535px;
  height: 327px; */
  position: relative;
}
.top_about_content02 a {
  display: table;
  width: 100%;
  height: 100%;
}
.top_about_content02 p {
  color: var(--darkgray);
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.top_about_content02 p {
  font-size: clamp(24px, 3vw, 30px);
}
.top_about_content02_left p {
  display: inline-block;
  position: absolute;
  right: 4vw;
  top: 57%;
  transform: translateY(-50%);
}
.top_about_content02_right p {
  font-size: clamp(24px, 2.5vw, 30px);
  position: absolute;
  right: 1vw;
  top: 57%;
  transform: translateY(-50%);
}
.top_about_content02 img {
  width: 100%;
}
@media screen and (max-width:920px) {
  .top_about_content02_right p .sp_only {
    display: block;
  }
  .top_about_content02_right p {
    right: 3vw;
  }
}
@media screen and (max-width:768px) {
  .top_about {
    margin-top: 50px !important;
  }
  .top_about_content {
    margin: 0 auto;
    flex-flow: column;
    gap: 40px;
  }
  .top_about_content_tit {
    line-height: 1.8em;
  }
  .top_about_content02 {
    flex-flow: column;
    gap: 20px;
  }
  .top_about_content02 > div {
    width: 100%;
  }
  .top_about_content02_left p {
    right: 6vw;
  }
  .top_about_content02_right p {
    right: 4vw;
  }
}

/*------------------top_news-----------------------*/
.top_news,.top_gallery {
  padding-top: 248px;
}
/*toppage h5*/
.top_news_tpic {
  color: var(--fontcolor);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .25em;
  text-align: center;
  border-bottom: var(--blue) 4px dashed;
  padding: 0 60px 24px;
}
.top_news_tpic > p {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.top_news_tpic02 {
  color: var(--darkgray);
  padding: 0 10px 24px;
}
/*左側ボタン*/
.top_news_list {
  width: 90%;
  display: flex;
  margin: 0 auto;
  gap: 3rem;
  margin-bottom: 124px;
}
.top_news_left {
  display: flex;
  flex-flow: column;
  gap: var(--gap);
  width: 20%;
  /* padding: 24px; */
  margin: 0 auto;
}
.top_news_left > a {
  width: 100%;
  margin: 0 auto;
}
.top_news_left > a > img {
  width: 100%;
}
.top_news_right {
  width: 70%;
}
.top_news_right > ul {
  margin-bottom: 40px;
}
.top_news_right > ul > li {
  list-style: none;
  padding: 24px 8px;
  border-bottom: #555555 2px dashed;
}
.top_news_right > ul > li > p > a {
  font-size: 20px;
}
.top_news_right span {
  margin-right: 16px;
}
.top_news .news_item_wrap {
  width: 80%;
}
.news_item,
.recruit_item, .kondate_item,
.post_item {
  font-size: 20px;
  font-weight: 500;
  border-bottom: dashed 2px #808080;
  margin: 0 0 30px;
  padding: 0 20px 30px;
}
.news_post {
  display: flex;
  gap: 1rem;
}
.top_news_filelist {
  width: 68%;
  display: flex;
  justify-content: space-around;
  margin: auto;
}
.top_news_filelist li {
  display: flex;
  justify-content: center;
	width: 160px;
  /*width: 145px;*/
}
.top_news_filelist li > a {
  width: 100%;
  background-color: #fff7c7;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  border-radius: 2rem;
  padding: 16px 12px;
  /* padding: 1.6% 1.2%; */
  text-align: center;
}
.top_news_filelist li > a > p {
  font-size: 14px;
}
.top_news_filelist li img {
  width: 32px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .top_news_filelist {
    width: 88%;
  }
}
@media screen and (max-width:768px) {
  .top_news {
    padding: 0;
  }
  .top_news_tpic {
    margin-top: 20px;
  }
  .top_news_list {
    width: 100%;
    flex-flow: column;
    margin-bottom: 50px;
  }
  .top_news_left {
    width: 100%;
    gap: 1rem;
    flex-flow: unset;
  }
  .top_news_left a {
    width: calc(50% - 0.5rem);
  }
  .top_news .news_item_wrap {
    width: 100%;
  }
  .news_item, .recruit_item, .kondate_item, .post_item {
    margin: 0 0 20px;
    padding: 0 20px 20px;
  }
  .news_post {
    display: block;
  }
  .news_post .day {
    margin-bottom: 5px;
  }
  .top_news_filelist {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .top_news_filelist li {
    width: calc(50% - 0.5rem);
    aspect-ratio: 1 / 1;
  }
  .top_news_filelist li > a {
    align-items: center;
    justify-content: center;
  }
}



/*------------------about-----------------------*/
/*About　追記*/
.childcare-catch {
  font-size: 23px;
	text-align:center;
	margin-bottom: 50px;
}
.childcare-text {
	text-align:center;
	line-height:1.7;
	margin-bottom:90px;
	font-size:16px;
}
.childcare-image {
    width: 37%;
}
.note-list {
  list-style: none;   /* デフォルトの丸を消す */
  padding-left: 0;
	margin-top:10px
}

.note-list li {
  position: relative;
  padding-left: 1.5em;   /* 本文を少し右にずらす */
	font-size:14px;
	line-height:1.5
}

.note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.note-list li::before {
  content: "※";       /* 先頭に※を表示 */
  margin-right: 0.3em; /* 本文との間にちょっと余白 */
}

.childcare-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  gap: 50px;
}

.childcare-block.childcare-reverse {
  flex-direction: row-reverse;
}

.childcare-textarea {
  flex: 1;
}

.childcare-title {
  font-size: 30px;
	font-weight:400;
  margin-bottom: 25px;
  text-align: center;
}

.childcare-textarea p {
  margin: 0;
	font-size:18px;;
	line-height:1.9
}

.childcare-image {
  text-align: center;
}

.childcare-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

	#childcare .book {
		font-size:23px;
	}
	#childcare1 .book {
		font-size:23px;
	}
	.childcare-catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}
	.childcare-title {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 25px;
}
	.childcare-text {
	text-align:center;
	line-height:1.7;
	margin-bottom:50px;
	font-size:14px;
}
	.childcare-textarea p {
  margin: 0;
	font-size:14px;
	line-height:1.9
}
#childcare1 .childcare-block:last-of-type .childcare-textarea {
  width: 100% !important;
}
  .childcare-block,
  .childcare-block.childcare-reverse {
    flex-direction: column;
  }
	.childcare-image{
    width: 100%;
}
.childcare-block {
    display: flex;
;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    gap: 20px;
}
  .childcare-image {
    margin-top: 20px;
  }
}







/*------------------album_top-----------------------*/
/* .top_gallery {
  padding-top: 420px;
} */
.slick-arrow:before {
  content: "" !important;
  width: 150% !important;
  height: 150% !important;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home .slick-next {
  right: 40px;
  z-index: 9999;
}
.home .slick-next:before {
  background-image: url(../images/arrow_right-circle.png) !important;
  background-size: contain !important;
}
.home .slick-prev {
  left: 10px;
  z-index: 9999;
}
.home .slick-prev:before {
  background: url(../images/arrow_left-circle.png) !important;
  background-size: contain !important;
}
#front-gallery-slider .slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.home .slick-initialized .slick-slide {
  display: block;
  margin: 10px !important;
}
@media screen and (max-width:768px) {
  .top_gallery {
    padding-top: 0;
  }
  .top_gallery.section_top.bg_image {
    background-image: none;
  }
  .top_gallery.section_top.bg_image::before {
    content: none;
    background-image: none;
  }
}

/*------------------recruit_top-----------------------*/
.home .recruit_top {
  margin-top: 250px;
  /* padding: 0 0 250px; */
   padding: 0;
}
.home .recruit_post {
  max-width: 750px;
  width: 60%;
}
.recruit_top_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  /* width: 70%; */
  margin: 0px auto;
}
.recruit_top_right > p {
  font-size: 34px;
  font-weight: 500;
  color: #6e7879;
}
.projects_img {
  width: 52%;
}
.recruit_top_img {
  width: 240px;
  height: 240px;
}
.recruit_item.no-posts {
  border: none;
}
@media screen and (max-width:768px) {
  .home .recruit_top {
    margin: 0;
    padding: 0;
  }
  .recruit_top.bg_image_left {
    background-image: none;
  }
  .recruit_top_list {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .home .recruit_post {
    width: 100%;
  }
  .recruit_top_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }
  .recruit_item.no-posts {
    padding: 0;
    margin: 0;
    text-align: center;
    margin: 0 0 40px;
  }
}

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

  subpage

=========================*/
/* -------------------------
  about 
---------------------------*/
#curriculum.bg_image_left::after {
  content: "";
  position: absolute;
  top: -18vw;
  left: 0;
  width: 18%;
  height: 54vw;
  background-image: url(../images/img_backpattern_yellow_small.svg);
  background-size: cover;
  z-index: -1;
}
#childcare.bg_image_left::after {
    content: "";
    position: absolute;
    top: 0vw;
    left: 0;
    width: 18%;
    height: 54vw;
    background-image: url(../images/img_backpattern_yellow_small.svg);
    background-size: cover;
    z-index: -1;
}
#childcare1.bg_image_left::after {
    content: "";
    position: absolute;
    top: 0vw;
    right:0;
    width: 18%;
    height: 54vw;
    background-image: url("https://tenpercent.sakura.ne.jp/wp/wp-content/uploads/2025/09/right-img-scaled.png");
    background-size: cover;
    z-index: -1;
}
#projects.bg_image_left::before {
    content: "";
    position: absolute;
    bottom: -38vw;
    left: 0;
    width: 18%;
    height: 54vw;
    background-image: url(../images/img_backpattern_yellow_small.svg);
    background-size: cover;
    z-index: -1;
	top: -60vw;
}
#access.bg_image_left::before {
  content: "";
  position: absolute;
  bottom: -38vw;
  left: 0;
  width: 18%;
  height: 54vw;
  background-image: url(../images/img_backpattern_yellow_small.svg);
  background-size: cover;
  z-index: -1;
}
.message_box {
  border: 4px solid #70d6e6;
  border-radius: 30px;
  padding: 30px 40px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
/*-- policy --*/
.policy_list > ul {
  max-width: 970px;
  width: 90%;
  background-color: #fff7c7;
  margin: 0px auto;
  padding: 88px 28px;
}
.policy_list > ul > li {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: .25em;
  border-bottom: var(--btncolor) 5px dashed;
  padding: 25px 25px 25px 50px;
  position: relative;
}
.policy_list > ul > li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: var(--btncolor);
  border-radius: 100vw;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_copy {
  margin: 130px 0 100px;
  text-align: center;
}
.about_copy p {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about_copy p::before {
  content: "";
  background-image: url(../images/img_pattern_dot.png);
  background-size: cover;
  position: absolute;
  width: 160px;
  height: 155px;
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.projects_list {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects_list > ul {
  width: 48%;
  list-style: none;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.projects_list > ul > li {
  padding: 26px 16px 26px 40px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .25em;
  border-bottom: var(--btncolor) 5px dashed;
  position: relative;
}
.projects_list > ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--btncolor);
  border-radius: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
.projects_img {
  width: 52%;
  position: relative;
  margin-left: -130px;
}
.access_img.col li {
  width: calc(100% / 3 - 1.5rem);
}
.access_map {
  margin-top: 70px;
}
.access_map_margin {
  margin-top: 26px;
}
.access_map_text h3  {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: .25em;
}
.access_map_text .add {
  letter-spacing: .1em;
}
.tel_button a {
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.0;
  font-weight: 500;
  text-align: center;
  background-color: var(--btncolor);
  border-radius: 100vw;
  padding: 15px 50px;
  display: inline-block;
}
.access_map .list {
  margin-left: 10px;
}
.map {
  border-radius: 30px;
  aspect-ratio: 16 / 11;
}
@media screen and (max-width: 890px) {
  .access_map.col2 {
    flex-flow: column;
  }
  .access_map_text.txt_area {
    width: 100%;
  }
  .tel_button a {
    width: calc(100% - 30px);
    font-size: 32px;
    padding: 15px;
  }
  .icon_tel_w {
    vertical-align: sub;
  }
  .access_map .img_area {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #curriculum.bg_image_left::after,
  #projects.bg_image::after {
    content: none;
  }
  #access::after {
    content: "";
    position: absolute;
    top: 60vw;
    right: 0;
    left: auto;
    background-image: url(../images/img_backpattern_yellow_big.svg);
    background-size: cover;
    width: 60%;
    height: 108vw;
    z-index: -1;
  }
		#childcare.bg_image_left::after {
    content: "";
    position: absolute;
    top: 10vw;
    left: 0;
    width: 45%;
    height: 84vw;
    background-image: url(../images/img_backpattern_yellow_small.svg);
    background-size: cover;
    z-index: -1;
}
		#childcare.bg_image_right::after {
    content: "";
    position: absolute;
    top: 10vw;
    right: 0;
    width: 45%;
    height: 84vw;
    background-image: url(../images/img_backpattern_yellow_small.svg);
    background-size: cover;
    z-index: -1;
}
  #access.bg_image_left::before {
    width: 44%;
    height: 77vw;
    top: 43%;
    bottom: auto;
  }
  .message_box {
    font-weight: 500;
    padding: 25px 10px 25px 25px;
	   /*padding: 25px 18px;*/
  }
  .policy_list > ul {
    width: 100%;
    padding: 22px 6px;
  }
  .policy_list > ul > li {
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
  .policy_list > ul > li:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .policy_list > ul > li::before {
    content: none;
  }
  .about_copy {
    margin: 70px 0 45px;
  }
  .about_copy p,
  .projects_list > ul > li {
    font-size: 20px;
  }
  .about_copy p::before {
    width: 140px;
    height: 135px;
    left: -17px;
  }
  .projects_list {
    flex-flow: column;
    gap: 20px;
  }
  .projects_list > ul > li {
    letter-spacing: .1em;
    padding: 15px 20px;
    border-bottom: var(--btncolor) 3px dashed;
  }
  .projects_list > ul > li::before {
    content: none;
  }
  .projects_list > ul, .projects_img {
    width: 100%;
    margin: auto;
  }
  .access_map_text.txt_area {
    width: 100%;
  }
  .access_img.col li {
    width: 100%;
  }
  .map {
    height: 456px;
  }
}

/* -------------------------
  kondate
---------------------------*/
.post_subttl {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}
.kondate_item_wrap,
.post_item_wrap {
  max-width: 710px;
  width: 100%;
  margin: 80px auto;
}
.kondate_item_wrap .kondate_item a,
.kondate_item_wrap .kondate_item .post_ttl,
.post_item a {
  display: flex;
  letter-spacing: .1em;
  align-items: center;
  word-break: break-word;
}
.kondate_item_wrap .kondate_item a,
.post_item a {
  justify-content: space-between;
}
.kondate_item_wrap .kondate_item a .day,
.post_item a .day {
  margin-right: 20px;
}
.kondate_item_wrap .kondate_item a p.post_name,
.post_item a p.post_name {
  max-width: 400px;
}
.kondate_item_wrap .kondate_item a .icon_pdf,
.post_item a .icon_pdf {
  width: 48px;
}

/* 背景設定 */
#kondate.bg_image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 75vw;
  background-image: url(../images/img_backpattern_pink_big.svg);
  background-size: cover;
  z-index: -1;
}
#otayori.bg_image_left::before {
  content: "";
  position: absolute;
  top: 15vw;
  left: 0;
  width: 18%;
  height: 54vw;
  background-image: url(../images/img_backpattern_pink_small.svg);
  background-size: cover;
  z-index: -1;
}
#kondate .text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.orange_button {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.orange_button li {
  width: calc(100% / 3 - 0.5rem - 10px);
}
.orange_button li a {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .25em;
  display: block;
  text-align: center;
  background-color: #FFD4BD;
  border: 5px solid #FFD4BD;
  padding: 70px 15px;
  border-radius: 30px;
}
.orange_button li a:hover {
  color: #FC9258;
  border: 5px solid #FC9258;
  background-color: #FFFFFF;
  opacity: 1.0;
}
.yellow_button,
.blue_button {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.yellow_button li,
.blue_button li {
  width: calc(100% / 4 - 0.5rem - 10px);
}
.yellow_button li a {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: .1em;
  display: block;
  text-align: center;
  background-color: #FFF7C7;
  border: 5px solid #FFF7C7;
  padding: 70px 15px;
  border-radius: 30px;
}
.yellow_button li a:hover {
  color: #ECCF2A;
  border: 5px solid #ECCF2A;
  background-color: #FFFFFF;
  opacity: 1.0;
}
.blue_button li a {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: .1em;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border: 5px solid var(--blue);
  padding: 70px 15px;
  border-radius: 30px;
}
.blue_button li a:hover {
  color: #FFFFFF;
  border: 5px solid var(--blue);
  background-color: var(--blue);
  opacity: 1.0;
}
@media screen and (max-width: 768px) {
  #otayori.bg_image_left::before {
    content: none;
  }
  #kondate .text {
    font-size: 20px;
    text-align: left;
  }
  .kondate_item_wrap,
  .post_item_wrap {
    margin: 60px 0;
  }
  .orange_button {
    flex-direction: column;
    margin-top: 50px;
  }
  .orange_button li {
    width: 100%;
  }
  .yellow_button {
    justify-content: space-around;
  }
  .yellow_button li {
    width: calc(100% / 2 - 0.5rem - 4px);
  }
  .yellow_button li a {
    padding: 50px 10px;
  }
  .blue_button li {
    width: 100%;
  }
  .kondate_item_wrap .kondate_item .post_ttl {
    width: 85%;
    display: block;
    font-size: 16px;
  }
  .kondate_item_wrap .kondate_item a,
  .post_item a {
    display: flex;
    gap: 1rem;
  }
  .kondate_item_wrap .kondate_item a .day,
  .post_item a .day{
    margin: 0 0 5px;
  }
  .kondate_item_wrap .kondate_item a .icon_pdf,
  .post_item a .icon_pdf {
    width: 15%;
  }
}


/* -------------------------
  news
---------------------------*/
/* ファイルブロック全体を中央寄せ */
.wp-block-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* SPで改行できるように */
  gap: 0.5em; /* テキストとボタンの間隔 */
  text-align: center;
}

/* ボタンの見た目調整 */
.wp-block-file__button {
  margin-left: 0; /* デフォルトの左余白をリセット */
      letter-spacing: .1em;
    padding: 10px 20px;
    border: 2px solid var(--btncolor);
    background: var(--btncolor)!important;
    color: #ffffff!important;
    border-radius: 100vw;
}

  .wp-block-file:not(.wp-element-button) {
    font-size: 1em!important;
  }

/* PCの時は左寄せ（601px以上） */
  @media (min-width: 601px) {
  .wp-block-file {
    justify-content: flex-start; /* 左寄せ */
    text-align: left;
  }
}

/* スマホ時の改行（600px以下） */
@media (max-width: 600px) {
  .wp-block-file {
    flex-direction: column;
    align-items: center;
  }
}



/* -------------------------
  flow
---------------------------*/
#annualevents.bg_image::after,
#dayflow.bg_image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 90vw;
  background-image: url(../images/img_backpattern_green_big.svg);
  background-size: cover;
  z-index: -1;
}
#annualevents.bg_image_left::before,
#dayflow.bg_image_left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 54vw;
  background-image: url(../images/img_backpattern_green_small.svg);
  background-size: cover;
  z-index: -1;
}
#dayflow.bg_image_left::before {
  bottom: -30vw;
}
.annualevents_content {
  width: 80%;
  display: flex;
  gap: 1.5rem;
  margin: 0px auto 0px;
  border-radius: 16px;
}
.annualevents_content ul {
  list-style: none;
  text-align: center;
}
.annualevents_content ul > li {
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.annualevents_content ul > li:last-child {
  margin-bottom: 0;
}
.annualevents_content ul > li > a {
  text-decoration: underline;
}
.annualevents_content_left {
  border-radius: 30px;
  padding: 50px 12%;
}
.annualevents_content_tit {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 20px;
}
.annualevents_content_left > img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30%;
  z-index: -1;
}
.annualevents_content_img {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  gap: 2rem;
}
.annualevents_content_img > img {
  width: 100%;
}

/*annualevents_spring*/
.annualevents_spring > .annualevents_content_left {
  border: #F8CAD6 6px solid;
  background-image: url(../images/backimg_spring2.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 80% 80%;
  position: relative;
  width: 42%;
}
.annualevents_spring > .annualevents_content_right {
  width: 46%;
}
.annualevents_spring > .annualevents_content_left > .annualevents_content_tit {
  color: #FF848A;
  border-bottom: #FF848A 4px dashed;
}

/*annualevents_summer*/
.annualevents_summer {
  margin-top: 88px;
}
.annualevents_summer > .annualevents_content_left {
  border: #CAF089 6px solid;
  background-image: url(../images/backimg_summer2.png);
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: 94% 94%;
  position: relative;
  width: 42%;
  z-index: 0;
  padding: 15% 12%;
}
.annualevents_summer > .annualevents_content_right {
  width: 40%;
}
.annualevents_summer > .annualevents_content_left > .annualevents_content_tit {
  color: #73BE29;
  border-bottom: 4px dashed #73BE29;
}

/*annualevents_autumn*/
.annualevents_autumn {
  margin-top: 88px;
}
.annualevents_autumn > .annualevents_content_left {
  border: 4px solid #FFF17B;
  background-image: url(../images/backimg_autum2.png);
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: 98% 96%;
  position: relative;
  width: 42%;
  z-index: 0;
  padding: 5% 12%;
}
.annualevents_autumn > .annualevents_content_right {
  width: 40%;
}
.annualevents_autumn > .annualevents_content_left > .annualevents_content_tit {
  color: #F5A33B;
  border-bottom: 4px dashed #F5A33B;
}

/*annualevents_winter*/
.annualevents_winter {
  margin-top: 88px;
}
.annualevents_winter > .annualevents_content_left {
  border: 4px solid #90D2F5;
  background-image: url(../images/backimg_winter2.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 96% 90%;
  position: relative;
  width: 42%;
  z-index: 0;
  padding: 5% 12%;
}
.annualevents_winter > .annualevents_content_right {
  width: 40%;
}
.annualevents_winter > .annualevents_content_left > .annualevents_content_tit {
  color: #57C3EA;
  border-bottom: 4px dashed #57C3EA;
}
.dayflow_tit {
  margin-top: 148px;
}
.dayflow_tit.babytit {
  margin-top: 0;
}
.dayflow_tit p {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  padding: 16px 40px;
  border-radius: 100vw;
  margin-left: 16%;
  border: 5px solid #555555;
}
.babytit p {
  border: 5px solid #FF848A;
}
.kidstit p {
  border: 5px solid #73BE29;
}
.dayflow_content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 120px;
  justify-content: center;
}
.dayflow_left {
  width: 50%;
}
.dayflow_img {
  width: 48%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
}
.dayflow_img > img {
  width: 100%;
}
.timeline {
  position: relative;
  margin: 45px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 82px;
  top: 0;
  bottom: 0;
  width: 5px;
  margin: 8px 0;
  background-color: #F8CAD6;
}
.kidsclass.timeline::before {
  background-color: #CAF089;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.timeline-item .time {
  width: 80px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-right: 30px;
}
.timeline-item .content {
  font-weight: 500;
  letter-spacing: .1em;
  flex: 1;
  line-height: 1.5;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 75px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #F8CAD6;
  border-radius: 50%;
  box-sizing: border-box;
}
.kidsclass.timeline .timeline-item::before {
  background-color: #CAF089;
}
@media (max-width: 768px) {
  #annualevents.bg_image::after,
  #dayflow.bg_image_left::before, #dayflow.bg_image::after {
    content: none;
  }
  .annualevents_content {
    width: 100%;
    flex-flow: column;
    gap: 2rem;
    margin-bottom: 50px;
  }
  .annualevents_content_left > img {
    width: 204px;
    height: 132px;
  }
  .annualevents_spring > .annualevents_content_left,
  .annualevents_summer > .annualevents_content_left,
  .annualevents_autumn > .annualevents_content_left,
  .annualevents_winter > .annualevents_content_left {
    width: calc(100% - 24% - 12px);
  }
  .annualevents_spring > .annualevents_content_left {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right -45vw;
  }
  .annualevents_spring > .annualevents_content_right,
  .annualevents_summer > .annualevents_content_right,
  .annualevents_autumn > .annualevents_content_right,
  .annualevents_winter > .annualevents_content_right {
    width: 100%;
  }
  .annualevents_summer, .annualevents_autumn, .annualevents_winter {
    margin-top: 0;
  }
  .annualevents_summer, .annualevents_winter {
    flex-direction: column-reverse !important;
  }
  .annualevents_summer > .annualevents_content_left {
    background-size: 45%;
    padding: 36% 12% 45%;
  }
  .annualevents_summer > .annualevents_content_left img {
    width: 152px;
    height: 146px;
  }
  .annualevents_autumn > .annualevents_content_left {
    padding: 60px 12%;
  }
  .annualevents_autumn > .annualevents_content_left img {
    width: 211px;
    height: 120px;
  }
  .annualevents_winter > .annualevents_content_left img {
    width: 150px;
    height: 153px;
  }
  .annualevents_winter > .annualevents_content_left {
    padding: 50px 12%;
  }
  .dayflow_tit {
    margin-top: 50px;
  }
  .dayflow_tit p {
    font-size: 20px;
    padding: 10px 40px;
  }
  .dayflow_content {
    width: 100%;
    flex-flow: column;
    gap: 1rem;
  }
  .dayflow_content.kids {
    flex-direction: column-reverse;
  }
  .dayflow_left {
    width: 100%;
  }
  .timeline {
    font-size: 16px;
  }
  .timeline-item .time {
    width: 75px;
    margin-right: 30px;
    line-height: 1.6em;
  }
  .timeline::before {
    left: 75px;
  }
  .timeline-item::before {
    top: 3px;
    left: 68px;
  }
  .dayflow_img {
    width: 100%;
  }
}

/* -------------------------
  recruit
---------------------------*/
.recruit_table {
  font-size: 16px;
  max-width: 920px;
  width: 100%;
  margin: 3em auto 6em;
}
.recruit_table th, .recruit_table td {
  font-weight: 500;
  text-align: left;
  border: 1px solid #FF848A;
  vertical-align: middle;
  padding: 20px 50px;
  background-color: #FFFFFF;
  min-width: 65px;
}
.recruit_table thead th, .recruit_table thead td {
  color: #FFFFFF;
  background-color: #FFD4BD;
}
.no_recruit {
  text-align: center;
  margin-top: 18rem;
}
.recruit .content_tit h2 {
  margin-left: 0;
}
@media (max-width: 768px) {
  .recruit_table th, .recruit_table td {
    padding: 10px 15px;
  }
  .no_recruit {
    margin: 100px 0 0;
    padding-bottom: 100px;
  }
}

/* -------------------------
  gallery
---------------------------*/
.gallery .content_tit h2 {
  margin-left: 0;
}
.ngg-gallery-thumbnail img {
  border-radius: 20px;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
  margin: 10px !important;
}
.ngg-navigation {
  font-size: 20px !important;
  clear: both !important;
  display: flex !important;
  justify-content: center;
  padding-top: 72px !important;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current {
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  display: inline;
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-right: 20px !important;
  padding: 0 !important;
  text-decoration: none;
  cursor: pointer !important;
  color: #90D2F5;
  border: 1px solid #6FD5DD !important;
  border-radius: 0 !important;
  width: 72px !important;
  height: 72px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ngg-navigation a.page-numbers {
  color: #90D2F5 !important;
  background: #FFFFFF !important;
  border: 1px solid #6FD5DD !important;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover {
  color: #FFFFFF !important;
  background-color: #6FD5DD !important;
}
.ngg-navigation a.prev {
  color: #FFFFFF !important;
  position: relative;
}
.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev {
  color: #FFFFFF !important;
  position: relative;
}
.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev {
  color: #FFFFFF !important;
}
.ngg-navigation a.prev::after,
.ngg-navigation a.next::after {
  content: "...";
  color: var(--blue);
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sl-overlay {
  opacity: 0.9 !important;
  z-index: 9999 !important;
}
.sl-wrapper .sl-close {
  top: 25vh !important;
}
@media (max-width: 768px) {
  .ngg-navigation {
    padding-top: 60px !important;
  }
  .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    width: 50%;
  }
  .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 5px !important;
  }
  .ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
  }
}

/* -------------------------
  news
---------------------------*/
.news_inner {
  margin-top: 300px;
}
.subpage .news_item,
.subpage .recruit_item,
.subpage .kondate_item {
  padding: 0 40px 30px;
}
#news_post .content_tit h1 {
  color: var(--darkgray);
}
#news_post .post_contents {
  padding-top: 150px;
}
#news_post .post_ttl {
  display: flex;
  width: 100%;
  margin: auto;
}
#news_post .content_tit {
  margin-bottom: 22px;
  display: inline-block;
  margin: auto;
}
#news_post .date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: right;
  display: block;
  margin: 25px 5px 0 0;
}
#news_post .news_content {
  margin-top: 96px;
}
#news_post .news_content p {
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 2em;
  margin-bottom: 30px;
}
#news_post .news_content p:last-child {
  margin-bottom: 0;
}
#news_post .post_contents img {
  margin: 0 0 30px;
}
.page_back_next {
  margin-top: 145px;
}
.page_back_next ul {
  gap: 2rem;
}
.page_back_next ul li a {
  color: var(--darkgray);
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .newspost .content_tit h2 {
    margin-left: 0;
  }
  .news_inner,
  #news_post .news_content {
    margin-top: 60px;
  }
  .subpage .news_item, .subpage .recruit_item, .subpage .kondate_item {
    padding: 0 10px 20px;
  }
  #news_post .post_contents {
    padding-top: 60px;
  }
  #news_post .content_tit h1 {
    font-size: 30px;
    margin: 0;
  }
  .page_back_next {
    margin-top: 80px;
  }
  .page_back_next ul {
    font-size: 17px;
    justify-content: space-between;
    gap: .5rem;
  }
}

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

  404

=========================*/
@media screen and (max-width:768px) {
  #error404 .content_tit h2 {
    margin-left: 0;
  }
}

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

  other btn

=========================*/
.button_wrap {
  margin: 50px 0 0;
}
.detail_button {
  position: relative;
  display: inline-block;
}
.detail_button::after {
  content: url(../images/icon_arrowred.png);
  display: block;
  position: absolute;
  top: 52%;
  right: 40px;
  transform: translateY(-50%) scale(0.5);
  width: auto;
  height: auto;
}
.detail_button a {
  max-width: 200px;
  font-size: 20px;
  border-radius: 100vw;
  display: block;
  color: #FFFFFF;
  background-color: var(--btncolor);
  border: 2px solid var(--btncolor);
  padding: 20px 60px;
  letter-spacing: 0.1em;
}
.detail_button a:hover {
  color: var(--btncolor);
  background-color: #FFFFFF;
  opacity: 1.0;
}
.border_button a {
  letter-spacing: .1em;
  padding: 10px 20px;
  border: 2px solid var(--blue);
  background-color: #FFFFFF;
  border-radius: 100vw;
}
.border_button a:hover {
  color: #FFFFFF;
  background-color: var(--blue);
  opacity: 1.0;
}

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

  page navi

=========================*/
.wp-pagenavi {
  text-align: center;
  margin: 100px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #90D2F5;
	background-color: #FFFFFF;
	padding: 22px 32px;
	margin: 0 5px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: 1px solid var(--blue);
}
.wp-pagenavi a:hover{
	color: #FFFFFF;
	background-color: var(--blue);
}
.wp-pagenavi span.current,
.ngg-navigation span.current {
	color: #FFFFFF !important;
	background-color: #6FD5DD !important;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last, .wp-pagenavi a.first {
  border-radius: 4px;
}
.wp-pagenavi .pages {
  display: none;
}
@media screen and (max-width:768px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi span.pages,.wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
  }
}

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

  footer

=========================*/
footer {
  background-color: #FFFFFF;
}
.footer_upper {
  aspect-ratio: 3018 / 1202; 
  background: url(../images/img_footer.svg) no-repeat center top / cover;
  margin-top: 160px;
}
/* body.page .footer_upper {
  margin-top: 660px;
} */
footer .footer_menu {
  max-width: 1080px;
  width: 90%;
  margin: -4.5vw auto 0;
  padding: 1em 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: left;
  color: var(--black);
}
.footer_menu {
  flex-wrap: wrap;
}
.footer_menu > li {
  font-size: 16px;
  margin-left: 4px;
  line-height: 1.4em;
  letter-spacing: .1em;
  list-style-type: none;
  position: relative;
}
.footer_menu > li::before {
  content: "▶︎";
  font-size: 16px;
  color: var(--btncolor);
  display: inline-block;
  top: 0;
  left: -20px;
}
.footer_menu > li a {
  color: var(--darkgray);
  margin-bottom: 3px;
  display: inline-block;
}
.footer_menu .submenu li::before {
  content: "-";
  display: inline-block;
  margin-right: 4px;
}
.footer_tit {
  text-align: center;
}
.footer_tit > p {
  display: inline-block;
  color: #ff8f43;
  font-size: 32px;
  font-weight: 900;
}
.footer_tit > p > span {
  color: #ff8f43;
  font-size: 1.5em;
  font-weight: 600;
}
.footer_company {
  width: 60%;
  margin: 10px auto;
}
.footer_list {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.footer_list_tit {
  font-size: 18px;
  color: #ff8f43;
  width: 20%;
}
.footer_list_text {
  text-align: left;
  width: 80%;
}
footer .policy {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  position: relative;
}
footer .policy::before {
  content: "▶︎";
  font-size: 16px;
  color: var(--btncolor);
  display: inline-block;
}
footer .policy a {
  color: var(--darkgray);
}
#copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  letter-spacing: .15em;
  margin: 3em auto;
  color: var(--fontcolor);
  text-align: center;
}
/*lpcomplete*/
.lpcomplete_content {
  text-align: center;
}
@media screen and (max-width:768px) {
  .footer_upper {
    margin-top: 100px;
  }
  footer .footer_menu {
    width: fit-content;
    flex-flow: column;
  }
  #copyright {
    font-size: 14px;
  }
  body.page .footer_upper {
    margin-top: 100px;
  }
}