@charset "UTF-8";
/* Custom Variables */
/* Body Styles */
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #004D40;
}

/* Font Styles */
.fs-012rem {
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: #003366;
}
a:hover {
  color: #3399FF;
}

li {
  list-style-type: none;
}

.bus ul {
  display: inline-block;
  text-align: start;
}
.bus ul li {
  line-height: 2;
  list-style-type: square;
}

.mt-90px {
  margin-top: 90px !important;
}
@media (max-width: 768px) {
  .mt-90px {
    margin-top: initial !important;
  }
}

.mt-120px {
  margin-top: 120px !important;
}
@media (max-width: 768px) {
  .mt-120px {
    margin-top: 60px !important;
  }
}

/* button Styles */
.button {
  background-color: #66CC99;
  color: #FFFFFF;
}
.button:hover {
  background-color: #40bf80;
}

/* card Styles */
.card {
  border: none;
}

/* Container Styles */
.container-1200px {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-1200px {
    overflow: hidden;
  }
}

.container-90par {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-90par {
    max-width: 100%;
  }
}

.over-container {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* BackGround Styles */
.bg-Color {
  background: linear-gradient(to bottom, #89CFF0, #CFFFC7);
}
.bg-Weather {
  background-image: url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/sun2.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right -75% top -30%, right -80% top 100%, left -80% top 50%, left -25% top -10%;
  background-size: 65%, 60%, 60%, 40%;
}
.bg-Weather-sun {
  background-image: url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/sun2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right -400px top -100px, left -25% top -100px;
  background-size: 65%, 40%;
}
@media (max-width: 768px) {
  .bg-Weather-sun {
    background-position: right -75px top 0px, left -25% top 0px;
  }
}
.bg-Weather-cloud {
  background-image: url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/cloud.png"), url("../assets/illust/weather/cloud.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: right -75% top -30%, right -80% top 100%, left -80% top 50%;
  background-size: 65%, 60%, 60%;
}

.photo-frame {
  padding: 8px;
  background-color: #eee;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .photo-frame {
    overflow: hidden;
  }
}
.photo-frame img {
  max-width: 100%;
  display: block;
}
.photo-frame-1 {
  transform: rotate(-10deg);
}
.photo-frame-2 {
  transform: rotate(-10deg);
}
.photo-frame-3 {
  transform: rotate(3deg);
}
.photo-frame-4 {
  transform: rotate(20deg);
}

.toddlerphoto {
  width: 70%;
}
@media (max-width: 768px) {
  .toddlerphoto {
    width: 100%;
  }
}
.toddlerphoto img {
  max-width: 100%;
  max-height: 450px;
  object-fit: cover;
  margin: 0 5px;
}

.playground {
  width: 100%;
}
.playground img {
  max-width: 100%;
  object-fit: cover;
}

.p_box {
  width: 350px;
  position: absolute;
  display: none;
}
@media (max-width: 768px) {
  .p_box {
    position: relative;
    display: block;
    margin: auto;
    margin-top: 20px;
  }
}

.playground-card {
  position: relative;
  background-size: auto auto;
  background-color: #CFFFC7;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.3) 12px);
  color: #004D40;
  font-weight: bold;
  z-index: 100;
}

.news-title {
  font-size: 2rem;
}
.news-date {
  text-align: right;
  font-size: 1.6rem;
}
.news-naiyou {
  line-height: 2;
}

.daily-schedule-card .time-info {
  position: relative;
  background-size: auto auto;
  background-color: rgb(235, 177, 4);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
  color: white;
}
.daily-schedule-card .time-info .clock-image {
  width: 90px;
  position: absolute;
  left: -20px;
  top: -10px;
}
@media (max-width: 768px) {
  .daily-schedule-card .time-info .clock-image {
    width: 70px;
    left: -10px;
    top: -10px;
  }
}
.daily-schedule-card .time-info .time {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .daily-schedule-card .time-info .time {
    font-size: 1.6rem;
  }
}
.daily-schedule-card .time-info .time-title {
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .daily-schedule-card .time-info .time-title {
    font-size: 1.6rem;
  }
}
.daily-schedule-card .description {
  margin-left: 40px;
  font-size: 1.2rem;
  margin: 30px 40px;
}
@media (max-width: 768px) {
  .daily-schedule-card .description {
    margin: 20px;
  }
}

.img-azukari {
  max-width: 800px;
  width: 100%;
}

.asterisk {
  padding-left: 1rem;
  margin-bottom: 0.7rem;
}
.asterisk::before {
  content: "※";
  margin-left: -1rem;
}/*# sourceMappingURL=common.css.map */