@charset "utf-8";

/* ---------------------------------------------------
   File: childcare_event.css
   Version: 2.0.0
   Update: 2025-04-08
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



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

   WIDE DESKTOP LAYOUT

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

/* ====================================================
		Layout
==================================================== */
#year .row {
  padding-top: 0;
}
#main::after {
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px 270px;
  top: 1800px;
  left: 6%;
}


/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(3) a,
#gNavi ul li.has-child ul li:last-child a:hover {
  color: #ffbb00;
}
#gNavi ul li.has-child ul li:first-child a,
#gNavi ul li.has-child ul li:nth-child(2) a {
  color: #774935;
}


/* ====================================================
		Page Title
==================================================== */
/* -------------------------------
		Animation - Decoration
------------------------------- */
#pageTitleArea::before {
  width: 160px;
  height: 98px;
  background: url("../img_common/img_decoration_13.png") no-repeat 0 0 / 160px 98px;
  top: 190px;
  left: 16%;
}
#pageTitleArea::after {
  width: 180px;
  height: 68px;
  background: url("../img_common/img_decoration_14.png") no-repeat 0 0 / 180px 68px;
  top: 240px;
}

/* -------------------------------
		Animation - Paints
------------------------------- */
#main h1::before {
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_06.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 160px;
  left: -100px;
}
#main h1::after {
  width: 150px;
  height: 110px;
  background: url("../img_common/img_texture_green_02.png") no-repeat 0 0 / 150px 110px;
  animation: fuwafuwa2 2s infinite ease-in-out .2s alternate;
  top: 1080px;
  left: 35%;
}
#main h1 span::before {
  width: 182px;
  height: 128px;
  background: url("../img_common/img_texture_green_08.png") no-repeat 0 0 / 182px 128px;
  animation: fuwafuwa2 2s infinite ease-in-out .2s alternate;
  top: 80px;
  right: -50px;
}
#main h1 span::after {
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px;
  top: 670px;
  right: 4%;
}


/* ====================================================
		Year
==================================================== */
#year {
  position: relative;
  margin-bottom: 160px;
  z-index: 3;
}
#year .txt_center {
  padding-bottom: 80px;
}

/* -------------------------------
		Month
------------------------------- */
#year section {
}
#year section:nth-child(2),
#year section:nth-child(5),
#year section:nth-child(8),
#year section:nth-child(11),
#year section:nth-child(14),
#year section:nth-child(17) {
  margin-top: 50px;
}

/* -------------------------------
		Title
------------------------------- */
#year h3 {
  width: 1.2em;
  font-size: 4rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  line-height: 1;
  /*letter-spacing: -0.1em;*/
  text-align: center;
  position: relative;
  top: -10px;
  left: -10px;
  color: #00b800;
}
#year h3 span {
  font-size: 1.2rem;
  display: block;
  padding: 0 0 6px 6px;
  letter-spacing: 0.02em;
}
#year section:nth-child(1) h3,
#year section:nth-child(2) h3,
#year section:nth-child(13) h3,
#year section:nth-child(14) h3 { color: #ff8cd4;}
#year section:nth-child(7) h3,
#year section:nth-child(8) h3 { color: #40aacd;}
#year section:nth-child(17) h3,
#year section:nth-child(18) h3 { color: #ffba00;}

#year h3::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 30px;
  position: absolute;
  bottom: -18px;
  right: -18px;
  transform: rotate(-50deg);
  background-color: #00b800;
  border-radius: 10px;
}
#year section:nth-child(1) h3::after,
#year section:nth-child(2) h3::after,
#year section:nth-child(13) h3::after,
#year section:nth-child(14) h3::after { background-color: #ff8cd4;}
#year section:nth-child(7) h3::after,
#year section:nth-child(8) h3::after { background-color: #40aacd;}
#year section:nth-child(17) h3::after,
#year section:nth-child(18) h3::after { background-color: #ffba00;}

/* -------------------------------
		List
------------------------------- */
#year .listTypeB {
  padding: 30px 18%;
}
#year section:nth-child(1) ul li span,
#year section:nth-child(14) ul li span,
#year section:nth-child(17) ul li span {
  display: inline-block;
}
/* -------------------------------
		Photo
------------------------------- */
#year .mask {
  position: relative;
}
#year .mask svg {
  width: 380px;
  height: 380px;
}
#year .mask h4 {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #774935;
  border-radius: 4px;
  padding: 15px 5px;
  display: inline-block;
  z-index: 1;
  font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
#year .mask h4.rightTitle { top: 20px; right: 60px;}
#year .mask h4.leftTitle  { top: 20px; left: 60px;}
#year .mask h4.rightTitle, #year .mask h4.leftTitle {
  font-feature-settings: initial;
}

/* -------------------------------
		Animation - Paints
------------------------------- */
#year::before {
  position: absolute;
  content: "";
  width: 293px;
  height: 280px;
  background: url("../img_common/img_texture_pink_07.png") no-repeat 0 0 / 293px 280px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: 1080px;
  left: inherit;
  right: 8%;
}
#year::after {
  position: absolute;
  content: "";
  width: 182px;
  height: 126px;
  background: url("../img_common/img_texture_yellow_03.png") no-repeat 0 0 / 182px 126px;
  animation: fuwafuwa2 2s infinite ease-in-out .2s alternate;
  top: 1200px;
  left: inherit;
  right: 2%;
}

/* ====================================================
		Sub Events
==================================================== */
#subEvents article {
  width: 46%;
}
#subEvents.row {
  padding-bottom: 0;
}
#subEvents {
  position: relative;
  z-index: 1;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#subEvents::before {
  position: absolute;
  content: "";
  width: 432px;
  height: 246px;
  background: url("../img_common/img_texture_green_09.png") no-repeat 0 0 / 432px 246px;
  animation: fuwafuwa1 4s infinite ease-in-out .2s alternate;
  top: -660px;
  left: -22%;
}
#subEvents::after {
  position: absolute;
  content: "";
  width: 146px;
  height: 138px;
  background: url("../img_common/img_texture_orange_01.png") no-repeat 0 0 / 146px 138px;
  animation: fuwafuwa3 2s infinite ease-in-out .2s alternate;
  top: -510px;
  left: -4%;
}
/* -------------------------------
		Photo
------------------------------- */
#subEvents img {
  border-radius: 40px;
}

/* -------------------------------
		in Box
------------------------------- */
#subEvents .inBox {
  padding: 30px 5%;
}
#subEvents .inBox li {
  letter-spacing: 0.1em;
}

/* -------------------------------
		Title
------------------------------- */
#subEvents h3 {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 normal;
  color: #00b800;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
#subEvents h3 span {
  display: inline-block;
  border-bottom: 3px solid#00b800;
}

/* -------------------------------
    Month
------------------------------- */
#month .flex {
  justify-content: flex-start;
}
#month .flex ul:first-of-type {
  margin-right: 50px;
}

/* -------------------------------
		Other Events
------------------------------- */
#otherEvents {
  padding-bottom: 100px;
  position: relative;
}
#otherEvents li {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  padding-bottom: 20px;
}
#otherEvents li span,
#otherEvents li small {
  font-weight: normal;
}
#otherEvents li .txt_s {
  display: inline-block;
}
#otherEvents .number {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700 normal;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #774935;
  border-radius: 4px;
  display: inline-block;
  padding: 2px 14px;
  margin-right: 10px;
  position: relative;
  top: -0.2em;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#otherEvents::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px 270px;
  animation: fuwafuwa3 3s infinite ease-in-out .2s alternate;
  top: -800px;
  right: -6%;
}
#otherEvents::after {
  position: absolute;
  content: "";
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_06.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa2 3s infinite ease-in-out .2s alternate;
  top: -650px;
  left: -15%;
}

/* ====================================================
		Sub Footer
==================================================== */
/* -------------------------------
		Animation - Paints
------------------------------- */
#subFooter::before {
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px 270px;
  bottom: 1500px;
  right: 230px;
}
#subFooter::after {
  width: 348px;
  height: 356px;
  background: url("../img_common/img_texture_pink_08.png") no-repeat 0 0 / 348px 356px;
  animation: fuwafuwa2 3s infinite ease-in-out .2s alternate;
  bottom: 1400px;
  left: inherit;
  right: 80px;
}







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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Page Title
  ==================================================== */
  /* -------------------------------
      Animation - Decoration
  ------------------------------- */
  #pageTitleArea::before {
    left: 6%;
  }
  #pageTitleArea::after {
    right: 8%;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #main h1::before {
    left: -150px;
  }
  #main h1 span::after {
    right: -4%;
  }

  /* ====================================================
      Year
  ==================================================== */
  /* -------------------------------
      Month
  ------------------------------- */
  #year section {
    width: 30%;
    height: 300px;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #year .mask svg {
    width: 240px;
    height: 240px;
  }
  #year .mask h4.rightTitle { top: 0; right: calc(100% - 200px);}
  #year .mask h4.leftTitle  { top: 0; left: 30px;}

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #year::before {
    right: 2%;
  }
  #year::after {
    right: -2%;
  }
  
  /* ====================================================
      Sub Footer
  ==================================================== */
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #subFooter::before {
    right: 70px;
  }
  #subFooter::after {
    right: -80px;
  }
}













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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  #main::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: 1800px;
    left: 26%;
  }
  
  /* ====================================================
      Page Title
  ==================================================== */
  /* -------------------------------
      Animation - Decoration
  ------------------------------- */
  #pageTitleArea::before {
    width: 90px;
    height: 55px;
    background-size: 90px 55px;
    top: 120px;
    left: 4%;
  }
  #pageTitleArea::after {
    width: 100px;
    height: 38px;
    background-size: 100px 38px;
    top: 120px;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #main h1::before {
    width: 250px;
    height: 170px;
    background-size: 250px 170px;
    top: 120px;
    left: -120px;
  }
  #main h1::after {
    width: 100px;
    height: 73px;
    background-size: 100px 73px;
    top: 1080px;
    left: 10%;
  }
  #main h1 span::before {
    width: 110px;
    height: 77px;
    background-size: 110px 77px;
    top: 40px;
  }
  #main h1 span::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: 600px;
    right: -4%;
  }
  
  
  /* ====================================================
      Year
  ==================================================== */
  #year {
    margin-bottom: 30px;
  }
  /* -------------------------------
      Month
  ------------------------------- */
  #year section.fluid1,
  #year section.fluid2 {
    width: 100%;
    height: auto;
    animation: none;
    background: none;
  }
  #year section:nth-child(2),
  #year section:nth-child(5),
  #year section:nth-child(8),
  #year section:nth-child(11),
  #year section:nth-child(14),
  #year section:nth-child(17) {
    margin-top: 0;
  }
  #year section {
    margin-bottom: 30px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #year h3 {
    top: -5px;
    left: -10px;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #year .listTypeB {
    background: #fff;
    padding: 30px 5% 20px;
    border-radius: 20px;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #year section:nth-child(4),
  #year section:nth-child(10),
  #year section:nth-child(16) {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #year .mask {
    width: 50%;
    padding-top: 30px;
  }
  #year .mask svg {
    width: 100%;
    max-height: 200px;
  }
  #year .mask h4.rightTitle { top: 20px; right: 24%;}
  #year .mask h4.leftTitle  { top: 20px; left: 20%;}
  
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #year::before {
    width: 170px;
    height: 162px;
    background-size: 170px 162px;
    top: 1090px;
    right: 2%;
  }
  #year::after {
    width: 110px;
    height: 76px;
    background-size: 110px 76px;
    top: 1150px;
    right: -2%;
  }
  
  /* ====================================================
      Sub Events
  ==================================================== */
  #subEvents article {
    width: 100%;
  }

  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #subEvents::before {
    width: 260px;
    height: 148px;
    background-size: 260px 148px;
    top: -2000px;
    left: 26%;
  }
  #subEvents::after {
    width: 80px;
    height: 75px;
    background-size: 80px 75px;
    top: -1910px;
    left: 22%;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #subEvents img {
    border-radius: 20px;
  }

  /* -------------------------------
      in Box
  ------------------------------- */
  #subEvents .inBox {
    padding: 20px 5%;
  }
  #subEvents .inBox li {
  letter-spacing: 0.01em;
}

  /* -------------------------------
      Title
  ------------------------------- */
  #subEvents h3 {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  
  /* -------------------------------
      Month
  ------------------------------- */
  #month {
    padding-bottom: 30px;
  }
  
  /* -------------------------------
      Other Events
  ------------------------------- */
  #otherEvents {
    padding-bottom: 30px;
  }
  #otherEvents li br {
  display: block;
  }

  
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #otherEvents::before {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: -1480px;
    right: -9%;
  }
  #otherEvents::after {
    width: 250px;
    height: 170px;
    background-size: 250px 170px;
    top: -1250px;
    left: 20%;
  }

  
  /* ====================================================
      Sub Footer
  ==================================================== */
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #subFooter::before {
    width: 200px;
    height: 200px;
    background-size: 200px;
    bottom: 2000px;
    right: 230px;
  }
  #subFooter::after {
    width: 190px;
    height: 194px;
    background-size: 190px 194px;
    bottom: 1960px;
    right: 180px;
  }


}







