* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 16px;
letter-spacing: 0.05em;
}

a {
    color: #000000;
    text-decoration: none;
    transition: .15s 
ease-out;
    -webkit-transform: translateZ(0);
}

body {
    background-color: #FFFFFF;
    color: #333;
    font-size: 16px;
    /* font-family: "Zen Maru Gothic", sans-serif; */
    font-family: "M PLUS 1", sans-serif;
     font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

header {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #FFFFFF;
    width: 100%;
    /* min-width: 1200px; */
    height: auto;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    margin-bottom: 20px;
}

.header_inr {
    padding-top: 24px;
    padding: 24px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name_cont a {
  color: #fa6c74;
  text-align: center;
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
}

.name_sub {
  font-size: 0.8rem;
}

.name_main {
  font-size: 2rem;
}

.ribon {
  width: 150px;
  margin: 0 auto;
}

.ribon img {
  width: 100%;
}

.gnav,
.gnav_f {
    width: 100%;
}

header .gnav ul {
    justify-content: flex-end;
    padding-right: 5px;
     display: flex;
}

.gnav_f ul {
    justify-content: center;
    padding-right: 5px;
     display: flex;
}

ul {
    list-style: none;
}

.gnav ul li {
    display: inline-block;
    position: relative;
}

.gnav_f ul li {
    display: inline-block;
    position: relative;
}

header .gnav ul li:first-of-type a {
    padding-right: 22px;
}

footer .gnav ul li:first-of-type a {
    padding-right: 22px;
}

header .gnav ul li a {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0 17px;
    height: 82px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    color: #fa6c74;
    position: relative;
    white-space: nowrap;
}

footer .gnav_f ul li a {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0 22px 0 22px;
    height: 82px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    position: relative;
    white-space: nowrap;
}

.gnav ul li a i {
    position: absolute;
}

.gnav_f ul li a i {
    position: absolute;
}

.gnav ul li.home a i {
    background: url(../img/home.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
    left: 12px;
}

.gnav ul li.about a i {
    background: url(../img/policy.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
    left: 20px;
}

.gnav ul li.admission a i {
    background: url(../img/admision.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

.gnav ul li.spend a i {
    background: url(../img/life.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

.gnav ul li.support a i {
    background: url(../img/support.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

.gnav ul li.contact a i {
    background: url(../img/contact.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

.gnav ul li.access a i {
    background: url(../img/access.svg) no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    top: -2px;
}

/* フッター */

.footer_cont {
  position: relative;
}

.bird {
  position: absolute;
  width: 100px;
  top: -57px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bird img {
  width: 100%;
}

footer .gnav_f ul li.home a i {
    background: url(../img/home_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.about a i {
    background: url(../img/policy_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.admission a i {
    background: url(../img/admision_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.spend a i {
    background: url(../img/life_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.support a i {
    background: url(../img/support_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.contact a i {
    background: url(../img/contact_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: -5px;
}

footer .gnav_f ul li.access a i {
    background: url(../img/access_f.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    top: -2px;
}

.about,
.admission,
.spend,
.support,
.contact,
.access
 {
  transition: 0.4s;
}

.about:hover,
.admission:hover,
.spend:hover,
.support:hover,
.contact:hover,
.access:hover{
    opacity: 0.7;
}

.menu_btn ul li {
    display: inline-block;
    position: relative;
}

 .menu_btn .about i {
   position: absolute;
   background: url(../img/policy.svg) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

footer li+ li {
  border-left: 1px solid #fff;
}

/* お問い合わせ */
footer {
  background-color: #fa6c74;
}

.footer_cont {
  background-color: #fa6c74;
  color: #fff;
  padding: 50px 50px 0;
}

.top_cont {
  max-width: 1150px;
    margin: 0 auto;
}

.footer_box_l {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contact_title {
  font-size: 1.5rem;
font-family: "Mochiy Pop P One", sans-serif;}

.footer_box_m {
  text-align: center;
}

.kindergarten_title {
  font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.kindergarten_address {
  font-weight: 700;
    font-size: 1.1rem;
}

.footer_box_r {
  background-color: #fff;
    color: #fa6c74;
    font-weight: 700;
    padding: 10px;
    border-radius: 20px;
}

.insta_top_box {
  display: flex;
    gap: 10px;
    align-items: anchor-center;
    margin-bottom: 3px;
}

.footer_insta_icon figure {
  width: 30px;
    height: 30px;
}

.footer_insta_icon figure img {
  width: 100%;
}

.footer_insta_text {
  line-height: 1.2;
    font-size: 0.8rem;
    text-align: center;
}

.footer_insta_id {
  font-size: 0.9rem;
}

.middle_cont {
  margin-bottom: 50px;
}

.number_box {
  display: flex;
    gap: 25px;
    justify-content: center;
}

.number_l,
.number_r {
  background-color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

.phone_num,
.fax_num {
  position: relative;
  color: #fa6c74;
    font-size: 1.4rem;
    font-weight: 900;
}

/* iPhone用 */
.phone_num a,
.fax_num a {
  position: relative;
  color: #fa6c74;
    font-size: 2rem;
    font-weight: 400;
}
/* ここまで */

.icon_back_p,
.icon_back_f {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fa6c74;
border-radius: 50px;
margin-right: 5px;
}

.icon_back_p::before {
  position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon_back_f::before {
  position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1ac";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .copy_right {
    inline-size: 100%;
    font-size: 12px;
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
}

.angels_l,
.angels_r {
  position: absolute;
    width: 180px;
    z-index: 99;
    bottom: 0;
} 

.angels_l {
  left: 1px;
} 

.angels_r {
  right: 1px;
} 

.angels_l img,
.angels_r img {
  width: 100%;
} 

.sp {
  display: none;
}

.pc {
  display: block;
}

/* ハンバーガー */

.hamburger-menu,
#menu-btn-check {
  display: none;
}

@media screen and (max-width: 1100px) {
.angels_l,
.angels_r {
  display: none;
}
}

@media screen and (max-width: 52em) {
.hamburger-menu,
.page_nav {
  display: block;
}

.ribon {
    display: none;
  }

.name_cont {
  position: fixed;
  top: 10px;
  left: 10px;
}

.hamburger-menu {
  background: #fff;
  opacity: 0.9;
    height: 60px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #fa6c74;
}

.name_sub {
  font-size: 0.6rem;
}

.name_main {
    font-size: 1.25rem;
}

.sp_nav {
  display: none;
}

.menu-btn {
  position: fixed;
  /* top: 10px; */
  top: 0;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /* background-color: #3584bb; */
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fa6c74;
  position: absolute;
  transition-duration: 0.5s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}


.gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fa6c74;
  transition: all 0.5s;/*アニメーション設定*/
  /* opacity: 0.9; */
}
.gnav ul {
  padding: 70px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.gnav ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.gnav ul li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 10px 5px;
  position: relative;
  text-align: center;
}

.gnav ul li.home a i {
    background: url(../img/home_f.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    top: -10px;
    left: 10%;
}

.gnav ul li.about a i {
    background: url(../img/policy_f.png) no-repeat;
    background-size: contain;
    width: 53px;
    height: 53px;
    top: -11px;
    left: 10%;
}

.gnav ul li.admission a i {
    background: url(../img/admision_f.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    top: -5px;
    left: 10%;
}

.gnav ul li.spend a i {
    background: url(../img/life_f.png) no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    top: -10px;
    left: 10%;
}

.gnav ul li.support a i {
    background: url(../img/support_f.png) no-repeat;
    background-size: contain;
    width: 60px;
    top: -10px;
    left: 10%;
}

.gnav ul li.contact a i {
    background: url(../img/contact_f.png) no-repeat;
    background-size: contain;
    width: 55px;
    top: -5px;
    left: 10%;
    transform: scale(-1, 1);
}

.gnav ul li.access a i {
    background: url(../img/access_f.png) no-repeat;
    background-size: contain;
    width: 47px;
    top: -5px;
    left: 10%;
    transform: scale(-1, 1);
}

#menu-btn-check:checked ~ .gnav {
  left: 0;/*メニューを画面内へ*/
}

.gnav ul.flex_container {
  padding: 20px 10px 0;
  justify-content: center;
}

ul.page_nav li {
  border-bottom: 1px solid #fff;
}

ul.page_nav .nav_block {
  inline-size: 110px;
  block-size: 42px;
  line-height: 25px;
}

.footer_cont {
  padding: 56px 20px 0;
}

.contact_title {
  text-align: center;
  margin-bottom: 20px;
}

.footer_box_l,
.footer_box_m,
.footer_box_r {
    margin-bottom: 20px;
}

.footer_box_r {
  border-radius: 10px;
}

.number_box {
    gap: 25px;
}

.kindergarten_title {
  font-size: 1.25rem;
}

.kindergarten_address {
    font-size: 0.9rem;
}

.footer_insta_textbox {
  display: flex;
  gap: 10px;
}

.footer_insta_text {
    font-size: 1rem;
}

.footer_insta_id {
  text-align: center;
}

.insta_top_box {
 justify-content: center;
}

.number_box {
  flex-direction: column;
}

.number_l,
.number_r {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.phone_num,
.fax_num {
    font-size: 1.25rem;
}

/* iPhone用 */
.phone_num a,
.fax_num a {
    font-size: 1.25rem;
    font-weight: 700;
}
/* ここまで */

footer > .gnav {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #567874;
  transition: all 0.5s;/*アニメーション設定*/
  /* opacity: 0.9; */
}

footer > .gnav ul {
  padding: 70px 10px 0;
}

footer.gnav ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

footer.gnav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 10px 5px;
  position: relative;
}

footer .gnav_f ul li a {
    font-size: 0.9rem;
    padding: 10px;
    width: 100%;
}

footer ul.page_nav li {
  border-bottom: none;
}

footer li:nth-child(4) {
  border-left: none;
}

footer ul.page_nav li:nth-child(-n+3) {
  border-bottom: 1px solid #fff;
}

footer .gnav_f ul li.about a i {
    width: 55px;
    top: -5px;
}

footer .gnav_f ul li.admission a i {
    width: 55px;
    top: -1px;
}

footer .gnav_f ul li.spend a i {
    width: 50px;
    top: 2px;
}

footer .gnav_f ul li.support a i {
    width: 60px;
    top: 0px;
}

footer .gnav_f ul li.contact a i {
    width: 55px;
    top: 1px;
}

footer .gnav_f ul li.access a i {
    width: 45px;
    top: 5px;
}

}

/* ここまで */

@media screen and (max-width: 48em) {

  .gnav_f ul {
    justify-content: center;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.footer_base {
  padding: 0 7vw;
  margin-top: 20px;
}

.footer_box {
  display: block;
}

footer .footer_box_l {
  display: block;
  inline-size: 100%;
  border-right: none;
  padding-right: 0;
}

footer .footer_box_l h1 {
  inline-size: 100%;
  margin-bottom: 20px;
}

footer .footer_box_l h1 img {
  inline-size: 90%;
}

footer .copy_right {
  font-size: 0.5rem;
}

}