@charset "UTF-8";

/* base
------------------------*/

article div.wrapper img {
  width: 100%;
  display: block;
}
article div.wrapper p {
  box-sizing: border-box;
}

article div.wrapper div.content * {
  box-sizing: border-box;
}
ul.sche-con li {
  font-weight: bold;
}

ul.sche-con li em {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

em.all {
  background-color: #bb9663;
}

em.psy {
  background-color: #a0d2f2;
}

em.child {
  background-color: #a7cb83;
}

em.hoiku {
  background-color: #f4d085;
}

em.syoku {
  background-color: #e6a5c3;
}
em.jyouhou {
  background-color: #009fe6;
}
em.mgt {
  background-color: #8383ba;
}


/* heading
------------------------*/
article div.wrapper div.content div.header {
  width: 100%;
  border-bottom: 1px solid #b49b46;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

article div.wrapper div.content div.header h1 {
  font-size: 30px;
  font-weight: 400;
  /* font-family: "Yu Mincho", "YuMincho", serif; */
  letter-spacing: 2px;
}
/* main vidual
------------------------*/
article div.wrapper div.content .m_v {
  margin: 0 auto 30px;
}

/* intro
------------------------*/
article div.wrapper div.content .intro {
  margin: 0 auto 30px;
}
article div.wrapper div.content .intro h2 {
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 36px;
  text-align: center;
  padding: 0;
  margin: 0 auto 30px;
  border: none;
}

article div.wrapper div.content .intro h2 small {
  font-size: 28px;
}

article div.wrapper div.content .intro h2 span {
  font-size: 48px;
}

article div.wrapper div.content .intro p {
  text-align: center;
  margin: 0 auto 40px;
}

article div.wrapper div.content .intro .sche-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

article div.wrapper div.content .intro .sche-con li {
  margin-right: 10px;
}

/* schedule
------------------------*/
article div.wrapper div.content .sche-wrapper {
}

article div.wrapper div.content .sche-wrapper p.note {
  font-size: 13px;
  text-align: right;
}

article div.wrapper div.content .sche-wrapper p.ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  position: relative;
  color: #aa8f3d;
  margin-bottom: 20px;
}

article div.wrapper div.content .sche-wrapper p.ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #aa8f3d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

article div.wrapper div.content .sche-wrapper p.ttl span {
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}

article div.wrapper div.content .sche-wrapper ul {
  position: relative;
  padding: 0.5em 0 0.5em 50px;
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  article div.wrapper div.content .sche-wrapper ul {
    padding: 0.5em 0 0.5em 40px;
  }
}

article div.wrapper div.content .sche-wrapper ul::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}

article div.wrapper div.content .spring ul::before {
  background-color: #f2dad9;
}

article div.wrapper div.content .summer ul::before {
  background-color: #c7e8fa;
}

article div.wrapper div.content .autumn ul::before {
  background-color: #f5e1ba;
}

article div.wrapper div.content .winter ul::before {
  background-color: #d2d4ea;
}

article div.wrapper div.content .sche-wrapper ul li {
  line-height: 1.8;
}

/* heading
------------------------*/
/* heading
------------------------*/
