@charset "utf-8";
/* ====================================================
contents-page-head
==================================================== */
.life .contents-page-head {
  background-image: url(../img/life/contents_bg.webp);
}
@media screen and (max-width: 767px) {
  .life .contents-page-head {
    height: 280px;
    margin-bottom: 0;
    padding-top: 33px;
  }
}

/* ====================================================
life-schedule
==================================================== */
.life-bg {
  position: relative;
}
.life-bg:after {
  position: absolute;
  top: 215px;
  right: 203px;
  left: 0;
  z-index: -1;
  display: block;
  width: 72.08vw;
  max-width: 1384px;
  margin: auto;
  background-image: url(../img/life/life_bg_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 1 / 1.409;
}
.life-schedule {
  position: relative;
  padding-top: 145px;
}
.life-schedule:before {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  display: block;
  width: 16.66vw;
  max-width: 319.8894px;
  background-image: url(../img/life/life_bg_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 319.8894 / 1799.7331;
}
.life-schedule:after {
  position: absolute;
  top: 342px;
  right: 0;
  z-index: -1;
  display: block;
  width: 16.66vw;
  max-width: 319.8894px;
  background-image: url(../img/life/life_bg_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 319.8894 / 1799.7331;
}
.life-schedule h2 {
  margin-bottom: 102px;
  font-size: var(--fs28);
  font-weight: 700;
  text-align: center;
  color: #4e4e4e;
}
.life-schedule .flex {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 858px;
  margin: auto;
}
.life-schedule .series-area {
  position: relative;
  margin-top: 32px;
}
.life-schedule .series-area:after {
  position: absolute;
  top: 0;
  left: 53px;
  z-index: -1;
  width: 2px;
  height: 100%;
  margin: auto;
  background: #807665;
  content: "";
}
.life-schedule .series-area .time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 72px;
}
.life-schedule .series-area .time-box:last-child {
  margin-bottom: 0;
}
.life-schedule .series-area .time-box .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 109.112px;
  border: solid 2px #000;
  border-radius: 50%;
  background-color: #fff;
  font-size: var(--fs20);
  font-weight: 700;
  text-align: center;

  aspect-ratio: 1 / 1;
}
.life-schedule .series-area .time-box .tlt {
  margin-left: max(2.3vw, 45px);
  font-size: var(--fs16);
  font-weight: 700;
}
.life-schedule .series-area .time-box .tlt ul {
  font-size: var(--fs14);
  font-weight: 500;
  color: #8f8f8f;
}
.life-schedule .img-area {
  width: 49%;
  max-width: 421.1152px;
}
.life-schedule .img-area figure {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .life-bg {
    overflow-x: hidden;
  }
  .life-bg:after {
    top: 57px;
    right: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/life/life_bg_03_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;

    aspect-ratio: 375 / 1691.8222;
  }
  .life-schedule {
    padding-top: 84px;
  }
  .life-schedule:before,
  .life-schedule:after {
    display: none;
  }
  .life-schedule h2 {
    margin-bottom: 70px;
    font-size: var(--fs20);
  }
  .life-schedule .flex {
    display: block;
    padding: 0 8.4%;
  }
  .life-schedule .series-area {
    margin-top: 0;
  }
  .life-schedule .series-area:after {
    display: none;
  }
  .life-schedule .series-area .time-box {
    margin-bottom: 33px !important;
  }
  .life-schedule .series-area figure.c-sp-only {
    margin-bottom: 21px;
  }
  .life-schedule .series-area .time-box .circle {
    width: 29.096vw;
    max-width: 109.112px;
  }
  .life-schedule .series-area .time-box .tlt {
    margin-left: max(8vw, 30px);
  }
  .life-schedule .img-area {
    display: none;
  }
}
/* ====================================================
event-schedule
==================================================== */
.event-schedule {
  position: relative;
}
.event-schedule .event-mark-02 {
  width: 96px;
  margin: 0 auto 75px;
  padding-top: 78px;
}
.event-schedule h2 {
  margin-bottom: 55px;
  font-size: var(--fs28);
  font-weight: 700;
  text-align: center;
  color: #4e4e4e;
}
.event-schedule .event-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1008.0795px;
  margin: auto;
  padding: 0 40px;
}
.event-schedule .event-box .season-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
  min-width: 332px;
  max-width: 435px;
  min-height: 295px;
  margin-bottom: 56px;
  padding: 40px 0 16px;
  border-radius: 22.293px;
  text-align: center;

  aspect-ratio: 435 / 329.3384;
}
.event-schedule .event-box .spring {
  background-color: #f3adc1;
}
.event-schedule .event-box .spring:before {
  position: absolute;
  top: -49px;
  left: -51px;
  z-index: 5;
  display: block;
  width: 26.1%;
  max-width: 113.7242px;
  height: auto;
  background-image: url(../img/life/season_mark_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 113.7242 / 81.4384;
}
.event-schedule .event-box .spring:after {
  position: absolute;
  top: 60px;
  right: -42px;
  z-index: 5;
  display: block;
  width: 23.83%;
  max-width: 103.661px;
  height: auto;
  background-image: url(../img/life/season_mark_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 103.661 / 93.6003;
}
.event-schedule .event-box .summer {
  background-color: #a4cb85;
}
.event-schedule .event-box .summer:before {
  position: absolute;
  top: -21px;
  right: -21px;
  z-index: 5;
  display: block;
  width: 31.19%;
  max-width: 135.6773px;
  height: auto;
  background-image: url(../img/life/season_mark_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 135.6773 / 132.6571;
}
.event-schedule .event-box .summer:after {
  position: absolute;
  bottom: -12px;
  left: -26px;
  z-index: 5;
  display: block;
  width: 29.73%;
  max-width: 129.3264px;
  height: auto;
  background-image: url(../img/life/season_mark_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 129.3264 / 99.0378;
}
.event-schedule .event-box .autumn {
  background-color: #f3ad8f;
}
.event-schedule .event-box .autumn:before {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 5;
  display: block;
  width: 54.36%;
  max-width: 236.4906px;
  height: auto;
  background-image: url(../img/life/season_mark_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 236.4906 / 74.5888;
}
.event-schedule .event-box .winter {
  background-color: #8fc1df;
}
.event-schedule .event-box .winter:before {
  position: absolute;
  right: -18px;
  bottom: -1px;
  z-index: 5;
  display: block;
  width: 20.95%;
  max-width: 91.1351px;
  height: auto;
  background-image: url(../img/life/season_mark_08.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 91.1351 / 112.5787;
}
.event-schedule .event-box .winter:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 106.28%;
  max-width: 462.3299px;
  height: auto;
  background-image: url(../img/life/season_mark_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";

  aspect-ratio: 462.3299 / 379.6306;
}
.event-schedule .event-box .season-box h3 {
  margin-bottom: 11px;
  font-size: var(--fs20);
  font-weight: 700;
  color: #4e4e4e;
}
.event-schedule .event-box .season-box p {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
.event-schedule .event-box .season-box .list-img {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;

  gap: 21px;
}
.event-schedule .event-box .season-box .list-img figure {
  position: relative;
  z-index: 3;
  width: 28.9%;
  max-width: 126.4939px;
}
.event-schedule .event-box .spring .list-img figure:last-child {
  position: absolute;
  bottom: 8px;
  left: -31px;
  z-index: 2;
  width: 209.2226px;
  max-width: none;
}
.event-schedule .event-box .monthly {
  width: 100%;
  max-width: 768px;
  margin: auto;
  border-radius: 20px;
  background-color: #d9d6cd;
}
.event-schedule .event-box .monthly .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-schedule .event-box .monthly .flex .monthly-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-evenly;
  width: 50%;
}
.event-schedule .event-box .monthly .flex .monthly-txt h4 {
  font-size: var(--fs20);
  font-weight: bold;
  letter-spacing: 2px;
  color: #4e4e4e;
}
.event-schedule .event-box .monthly .flex .monthly-txt ul {
  font-size: var(--fs15);
  font-weight: bold;
  color: #4e4e4e;
}
.event-schedule .event-box .monthly .flex .monthly-txt ul li {
  line-height: 2;
}
.event-schedule .event-box .monthly .flex figure {
  width: 50%;
}
.event-schedule .event-box .monthly .flex figure img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .event-schedule .event-mark-02 {
    width: 25.6%;
    margin: 70px auto 26px;
    padding-top: 0;
  }
  .event-schedule h2 {
    margin-bottom: 45px;
    font-size: var(--fs26);
  }
  .event-schedule .event-box {
    padding: 0 8%;
  }
  .event-schedule .event-box .season-box {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-bottom: min(15.46vw, 58px);
    padding: 37px 5% 40px;

    aspect-ratio: auto;
  }
  .event-schedule .event-box .season-box h3 {
    margin-bottom: 10px;
  }
  .event-schedule .event-box .season-box p {
    width: 100%;
    margin-bottom: 20px;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
  }
  .event-schedule .event-box .winter p {
    line-height: 1.6;
  }
  .event-schedule .event-box .season-box .list-img {
    gap: inherit;
  }
  .event-schedule .event-box .season-box .list-img figure {
    width: 35.4%;
    margin: 0 4.5px;
  }
  .event-schedule .event-box .spring .list-img figure:last-child {
    bottom: -28px;
    left: -54px;
    width: 43vw;
    max-width: 164.8005px;
  }
  .event-schedule .event-box .spring:before {
    top: -6.9%;
    left: -6.1%;
    width: 20.91vw;
    max-width: 78.4162px;
  }
  .event-schedule .event-box .spring:after {
    top: 22.9%;
    right: -7.4%;
    width: 19.06vw;
    max-width: 71.4772px;
  }
  .event-schedule .event-box .summer:before {
    top: -8.26%;
    right: -2.93%;
    width: 27.64vw;
    max-width: 103.6577px;
  }
  .event-schedule .event-box .summer:after {
    bottom: 3.46%;
    left: -3.46%;
    width: 25.16vw;
    max-width: 94.3792px;
  }
  .event-schedule .event-box .autumn:before {
    top: -2.1%;
    right: 0;
    width: 66%;
    max-width: 207px;
  }
  .event-schedule .event-box .winter:after {
    display: none;
  }
  .event-schedule .event-box .winter:before {
    right: 3px;
    bottom: -1px;
    width: 16.4vw;
    max-width: 61.874px;
  }
  .event-schedule .event-box .monthly .flex {
    display: block;
  }
  .event-schedule .event-box .monthly .flex figure {
    width: 100%;
  }
  .event-schedule .event-box .monthly .flex .monthly-txt {
    display: block;
    width: 100%;
    padding: 20px 0 28px;
    text-align: center;
  }
  .event-schedule .event-box .monthly .flex .monthly-txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 132px;
    margin: auto;
    padding: 15px 0 0;
  }
  .event-schedule .event-box .monthly .flex .monthly-txt ul li {
    width: 50%;
  }
  .event-schedule .event-box .monthly .flex .monthly-txt ul li:last-child {
    flex: 1;
  }
  .event-schedule .event-box .monthly .flex figure img {
    border-radius: 0 0 20px 20px;
  }
}
