@charset "UTF-8";
/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

/*======================================== イベント覧 ========================================*/
section.sec-schedule .schedule-caution {
  border-top: solid 1px var(--clred01);
  border-bottom: solid 1px var(--clred01);
  padding: 8vw 0;
  margin: 10vw 0 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .schedule-caution {
    padding: 20px 0;
    margin: 88px 0;
  }
}
section.sec-schedule .schedule-caution h3 {
  color: var(--clred01);
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .schedule-caution h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule .schedule-caution p {
  margin-top: 0.8em;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .schedule-caution p {
    margin-top: 0.4em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule h2 {
  font-size: 5.33vw;
  font-weight: 900;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #000;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-schedule ul.schedule-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list {
    margin-bottom: 88px;
  }
}
section.sec-schedule ul.schedule-list li {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li {
    width: 48%;
    margin-bottom: 4%;
  }
}
section.sec-schedule ul.schedule-list li a {
  border: solid 1px var(--clgray01);
  display: block;
  border-radius: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a {
    padding: 30px;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box01 {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box01 div.event-img {
  width: 44%;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box01 div.event-img {
    width: 36%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box01 div.title-wrap {
    width: 58%;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box01 div.title-wrap time {
  color: var(--clpurple01);
  font-size: 4.26vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box01 div.title-wrap time {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box01 div.title-wrap h3 {
  font-size: 4.26vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box01 div.title-wrap h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box02 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box02 dl {
    margin-bottom: 12px;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box02 dl.size01 {
  width: 100%;
}
@media screen and (min-width: 850px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box02 dl.size01 {
    width: 48%;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box02 dl.size02 {
  width: 100%;
}
section.sec-schedule ul.schedule-list li a div.schedule-box02 dl dt {
  background-color: var(--clpurple03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box02 dl dt {
    width: 68px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    text-align: center;
  }
}
section.sec-schedule ul.schedule-list li a div.schedule-box02 dl dd {
  width: 70%;
}
@media screen and (min-width: 768px) {
  section.sec-schedule ul.schedule-list li a div.schedule-box02 dl dd {
    width: calc(100% - 80px);
  }
}
section.sec-schedule .base-btn {
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .base-btn {
    margin-top: 88px;
  }
}
section.sec-schedule .event-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 3em;
       column-gap: 3em;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .event-link {
    margin-top: 88px;
  }
}
section.sec-schedule .event-link a {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-schedule .event-link a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin: 0;
  }
}
section.sec-schedule .event-link a .left-dots {
  padding-right: 1.2em;
}
section.sec-schedule .event-link a .left-dots::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 0.1em var(--clgray04);
  border-right: solid 0.1em var(--clgray04);
  position: absolute;
  right: 0.2em;
  top: 40%;
  transform: rotate(45deg);
}/*# sourceMappingURL=event.css.map */