@charset "UTF-8";
.normal {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

.condensed {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 15px;
    --pdgn: 15;
    --fs: 15px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 933px;
    --maxwn: 933;
    --pdg: 35px;
    --pdgn: 35;
    --fs: 16px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 2000px;
    --maxwn: 2000;
    --pdg: 0;
    --pdgn: 0;
  }
  .inr1 {
    --maxw: 960px;
    --maxwn: 960;
    --pdg: 30px;
    --pdgn: 30;
  }
  .inr2 {
    --maxw: 860px;
    --maxwn: 860;
    --pdg: 0;
    --pdgn: 0;
  }
  .inr3 {
    --maxw: 760px;
    --maxwn: 760;
    --pdg: 0;
    --pdgn: 0;
  }
  .inr4 {
    --maxw: 720px;
    --maxwn: 720;
    --pdg: 0;
    --pdgn: 0;
  }
  .inr5 {
    --maxw: 550px;
    --maxwn: 550;
    --pdg: 0;
    --pdgn: 0;
  }
}
[class^=inr], [class*=" inr"] {
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > * {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  background: #E4007F;
  color: white;
  margin: 5px;
  text-align: center;
  padding: 15px 20px;
  transition: all 0.4s;
}
.btns > *:hover {
  cursor: pointer;
  text-decoration: none;
  filter: brightness(1.5);
}

.modaal-container {
  max-width: 400px !important;
}
@media (width <= 730px) {
  .modaal-container img {
    padding: 60px 20px;
  }
}
@media (width > 730px) {
  .modaal-container img {
    padding: 60px;
  }
}

html#idx .hdr-ctn {
  background: url(/wp-content/themes/custom/img/0291.png) no-repeat top calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 80 / (var(--maxwn) / 1000)) center/contain #F7F7F7;
  padding-bottom: 30px;
}
@media (width <= 730px) {
  html#idx .hdr-ctn h2 {
    margin-bottom: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 20 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html#idx .hdr-ctn h2 {
    margin-top: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 60 / (var(--maxwn) / 1000));
    margin-bottom: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 50 / (var(--maxwn) / 1000));
  }
}
html#idx .hdr-ctn nav.quickmenu ul li a {
  display: inline-block;
}
html#idx .hdr-ctn nav.quickmenu ul li a:hover {
  transform: translateY(-10px);
  filter: brightness(110%);
}
html#idx .hdr-ctn nav.quickmenu ul li a + img {
  display: none;
}
@media (width > 730px) {
  html#idx .hdr-ctn nav.quickmenu ul li + li {
    margin-left: 30px;
  }
}
html#idx section#s03-feature {
  background: #231815;
  color: white;
  padding-bottom: 60px;
  text-align: center;
  line-height: 1.6;
}
@media (width > 730px) {
  html#idx section#s03-feature {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 25 / (var(--maxwn) / 1000));
  }
}
html#idx section#s03-feature .inr0 {
  background: url(/wp-content/themes/custom/img/0391.png) no-repeat center bottom 40px/auto 100%;
  padding-top: 60px;
  margin-bottom: -60px;
}
@media (width <= 730px) {
  html#idx section#s03-feature .inr0 {
    height: max(420px, 90cqw);
  }
}
@media (width > 730px) {
  html#idx section#s03-feature .inr0 {
    height: 660px;
  }
}
html#idx section#s03-feature h3 {
  font-weight: 700;
  font-size: 140%;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
html#idx section#s03-feature p + h3 {
  margin-top: 80px;
}
html#idx section#s03b-ballet {
  background: url(/wp-content/themes/custom/img/03b1.jpg) no-repeat center center/cover;
  padding-block: 5em;
}
html#idx section#s03b-ballet p img {
  transform: translateX(-5%);
}
html#idx section#s04-instagram {
  background: #EE87B4;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
html#idx section#s04-instagram h2 {
  margin-bottom: 10px;
}
@media (width > 730px) {
  html#idx section#s04-instagram div.instagram-feed {
    margin-inline: -20px;
    max-width: unset;
  }
}
@media (width <= 730px) {
  html#idx section#s04-instagram div.instagram-feed #sbi_images > *:nth-child(9) {
    display: none;
  }
}
html#idx section#s05-access {
  background: #231815;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  line-height: 1.5;
}
@media (width > 730px) {
  html#idx section#s05-access {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2, 100cqw, var(--maxw)) / 1000 * 25 / (var(--maxwn) / 1000));
  }
}
html#idx section#s05-access h2 {
  margin-bottom: 60px;
}
html#idx section#s05-access h3, html#idx section#s05-access h4 {
  font-size: 130%;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid white;
  padding: 3px 15px 5px;
  margin-bottom: 40px;
}
@media (width > 730px) {
  html#idx section#s05-access h3, html#idx section#s05-access h4 {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}
html#idx section#s05-access figure {
  margin-bottom: 40px;
}
html#idx section#s05-access * + h3 {
  margin-top: 80px;
}
html#idx section#s05-access p {
  text-align: left;
}
@media (width > 730px) {
  html#idx section#s05-access p {
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
  }
}

html#profile main {
  line-height: 1.5;
}
html#profile main h3 {
  text-align: center;
}
@media (width <= 730px) {
  html#profile main h3 img {
    height: 60px;
  }
}
@media (width > 730px) {
  html#profile main h3 img {
    height: 80px;
  }
}
html#profile main section#s100-staff section#s110-profile {
  padding: 40px 0;
  color: white;
}
@media (width <= 730px) {
  html#profile main section#s100-staff section#s110-profile {
    background: url(/wp-content/themes/custom/img/02/1191_m.png) no-repeat top center/cover;
  }
}
@media (width > 730px) {
  html#profile main section#s100-staff section#s110-profile {
    background: url(/wp-content/themes/custom/img/02/1191.png) no-repeat top center/cover;
  }
}
@media (width > 730px) {
  html#profile main section#s100-staff section#s110-profile .inr {
    display: contents;
  }
}
html#profile main section#s100-staff section#s110-profile h3 {
  margin-bottom: 60px;
}
@media (width <= 730px) {
  html#profile main section#s100-staff section#s110-profile figure {
    margin: -100px 0 30px 0;
  }
}
@media (width > 730px) {
  html#profile main section#s100-staff section#s110-profile figure {
    margin: -190px 0 50px -70px;
  }
}
@media (width > 730px) {
  html#profile main section#s100-staff section#s110-profile figure + div {
    margin-left: 30px;
  }
}
html#profile main section#s100-staff section#s110-profile figure + div > div {
  padding-right: 30px;
}
html#profile main section#s100-staff section#s110-profile figure + div > div h4 {
  font-weight: 700;
  font-size: 200%;
  margin-bottom: 30px;
}
@media (width <= 730px) {
  html#profile main section#s100-staff section#s110-profile figure + div > div h4 {
    text-align: center;
  }
}
html#profile main section#s100-staff section#s110-profile figure + div > div h4 small {
  font-size: 70%;
}
html#profile main section#s100-staff section#s110-profile figure + div > div h4 + div {
  margin-bottom: 30px;
}
html#profile main section#s100-staff section#s110-profile section#s111-history {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  color: black;
}
html#profile main section#s100-staff section#s110-profile section#s111-history h5 {
  font-weight: 700;
  color: #E4007F;
  font-size: 130%;
  margin-bottom: 10px;
}
html#profile main section#s100-staff section#s110-profile section#s111-history ul li {
  padding-left: 1em;
  text-indent: -1em;
}
html#profile main section#s100-staff section#s110-profile section#s111-history ul li::before {
  content: "●";
  color: #E4007F;
}
@media (width > 730px) {
  html#profile main section#s100-staff section#s110-profile section#s111-history ul + ul {
    margin-left: 1em;
  }
}
html#profile main section#s120-instructor {
  padding: 40px 0 80px;
  background: url(/wp-content/themes/custom/img/02/1291.png) no-repeat center top 25px/90% #e2d4d8;
}
html#profile main section#s120-instructor h3 {
  margin-bottom: 60px;
}
@media (width <= 730px) {
  html#profile main section#s120-instructor h3 {
    padding-right: 40px;
  }
}
@media (width <= 730px) {
  html#profile main section#s120-instructor ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 40px 15px;
  }
}
@media (width > 730px) {
  html#profile main section#s120-instructor ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 90px 60px;
  }
}
html#profile main section#s120-instructor ul li figure {
  background: linear-gradient(180deg, var(--instcolor) 0%, rgba(255, 255, 255, 0) 100%);
}
html#profile main section#s120-instructor ul li figure img {
  width: 100%;
  aspect-ratio: 195/295;
  -o-object-fit: contain;
     object-fit: contain;
}
html#profile main section#s120-instructor ul li h4 {
  text-align: center;
  font-weight: 700;
}
html#profile main section#s120-instructor ul li h4 span {
  display: block;
  background: black;
  color: white;
  line-height: 1.8;
}
@media (width <= 730px) {
  html#profile main section#s120-instructor ul li h4 span {
    font-size: 85%;
  }
}
html#profile main section#s120-instructor ul li h4 strong {
  display: block;
  line-height: 1;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2ex;
}
@media (width <= 730px) {
  html#profile main section#s120-instructor ul li h4 strong {
    font-size: 200%;
  }
}
@media (width > 730px) {
  html#profile main section#s120-instructor ul li h4 strong {
    font-size: 400%;
  }
}
html#profile main section#s200-news ul {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
html#profile main section#s200-news ul li figure {
  margin-bottom: 5px;
}
html#profile main section#s200-news ul li figure img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
html#profile main section#s200-news ul li p {
  font-size: 70%;
  font-weight: 700;
  margin-bottom: 5px;
}
html#profile main section#s200-news ul li p span {
  display: inline-block;
  vertical-align: middle;
  background: #231815;
  padding: 0px 6px;
  border-radius: 999px;
  color: white;
  line-height: 1.3;
}
html#profile main section#s200-news ul li p time {
  display: inline-block;
  color: #00A6BA;
  vertical-align: middle;
  margin-left: 5px;
}
html#profile main section#s200-news ul li h5 {
  font-weight: 700;
}
html#profile main section#s210-awards {
  background: #EE87B4;
  padding: 50px 0 0;
}
@media (width > 730px) {
  html#profile main section#s210-awards h3 {
    padding-bottom: 50px;
  }
}
html#profile main section#s210-awards ul.members > li {
  color: white;
  padding: 60px 0;
  background: var(--membercolor);
}
html#profile main section#s210-awards ul.members > li .ifactive {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}
html#profile main section#s210-awards ul.members > li .ifactive > * {
  overflow: hidden;
}
@media (width > 730px) {
  html#profile main section#s210-awards ul.members > li .pc-row {
    align-items: center;
  }
}
html#profile main section#s210-awards ul.members > li .pc-row figure {
  font-size: 0;
}
@media (width <= 730px) {
  html#profile main section#s210-awards ul.members > li .pc-row figure {
    margin-bottom: 20px;
    padding-inline: 20px;
  }
}
@media (width > 730px) {
  html#profile main section#s210-awards ul.members > li .pc-row figure {
    margin-right: 60px;
    align-self: flex-start;
  }
}
html#profile main section#s210-awards ul.members > li .pc-row figure span.img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.7s;
}
html#profile main section#s210-awards ul.members > li .pc-row figure span.img span.desc {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white;
  max-width: calc(100% - 30px);
  font-size: 1rem;
}
html#profile main section#s210-awards ul.members > li .pc-row figure .ifactive {
  transform: translateY(-100px);
  transition: all 0.7s;
}
html#profile main section#s210-awards ul.members > li .pc-row figure .ifactive span.img:nth-child(1) {
  transform: rotate(16deg);
}
html#profile main section#s210-awards ul.members > li .pc-row figure .ifactive span.img:nth-child(2) {
  transform: rotate(-9deg);
}
@media (width > 730px) {
  html#profile main section#s210-awards ul.members > li .pc-row > div {
    padding-bottom: 80px;
  }
}
html#profile main section#s210-awards ul.members > li .pc-row > div h4 {
  text-align: center;
  font-weight: 700;
  font-size: 200%;
  margin-bottom: 30px;
}
html#profile main section#s210-awards ul.members > li .pc-row > div h5 {
  border-bottom: 1px solid white;
}
html#profile main section#s210-awards ul.members > li .pc-row > div h5 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.7em;
}
html#profile main section#s210-awards ul.members > li .pc-row > div h5 a:hover {
  text-decoration: none;
}
html#profile main section#s210-awards ul.members > li .pc-row > div h5 a::after {
  display: block;
  flex: 0 0 auto;
  justify-content: space-between;
  content: "▼";
  font-size: 70%;
  transition: all 0.8s;
  transform: rotate(-90deg) scaleY(0.7);
}
html#profile main section#s210-awards ul.members > li .pc-row > div .content {
  transition: all 0.6s;
}
html#profile main section#s210-awards ul.members > li .pc-row > div ul li {
  padding: 0.7em 0 0.7em 1.7em;
  text-indent: -1em;
  border-bottom: 1px solid white;
}
@media (width > 730px) {
  html#profile main section#s210-awards ul.members > li .pc-row > div:only-child {
    max-width: 50%;
    margin: 0 auto;
  }
}
html#profile main section#s210-awards ul.members > li:has(figure span.ifactive span.img) .content {
  transition: all 0.6s 0.7s !important;
}
html#profile main section#s210-awards ul.members > li.active .ifactive {
  grid-template-rows: 1fr;
  opacity: 1;
}
html#profile main section#s210-awards ul.members > li.active .pc-row figure .ifactive {
  transform: translateY(0);
}
html#profile main section#s210-awards ul.members > li.active .pc-row figure .ifactive span.img {
  transform: rotate(0);
}
html#profile main section#s210-awards ul.members > li.active .pc-row h5 a::after {
  transform: rotate(0deg) scaleY(0.7);
}
html#profile main section#s220-gallery {
  background: url(/wp-content/themes/custom/img/02/2291.png) repeat center/12px;
  padding: 50px 0;
}
html#profile main section#s220-gallery h3 {
  margin-bottom: 50px;
}
html#profile main section#s220-gallery h4 {
  background: #EE87B4;
  color: white;
  font-weight: 700;
  font-size: 120%;
  padding: 2px 10px;
  border-radius: 4px;
}

html#class main section p {
  line-height: 2;
}
html#class main div.schedule {
  text-align: center;
  font-size: 130%;
  line-height: 1.5;
  padding: 40px 0;
  font-family: "kiwi-maru", sans-serif;
}
html#class main div.schedule h5 {
  width: 9em;
  margin: 0 auto;
  border-radius: 4px;
  color: white;
  background-color: var(--section-color, #333);
  margin-bottom: 5px;
}
html#class main div.schedule * + h5 {
  margin-top: 30px;
}
html#class main div.schedule strong {
  font-size: 160%;
}
html#class main div.schedule ul {
  display: inline-block;
  text-align: left;
}
html#class main div.schedule ul li {
  line-height: 1.5;
}
html#class main div.schedule ul li + li {
  border-top: 1px solid var(--section-color, #333);
}
html#class main div.schedule ul li small {
  color: var(--section-color);
  font-size: 60%;
}
html#class main div.schedule table {
  margin: 0 auto 10px;
  border: 1px solid var(--section-color);
}
html#class main div.schedule table tr > * {
  border-bottom: 1px solid var(--section-color);
}
html#class main div.schedule table tr > *:nth-child(1) {
  padding: 0 10px 0 15px;
}
html#class main div.schedule table tr > *:nth-child(2) {
  padding: 0 15px 0 10px;
}
html#class main div.schedule table tr:nth-child(even) > * {
  background: var(--section-color2, #ddd);
}
html#class main div.schedule p.att {
  font-size: 60%;
  text-align: left;
  line-height: 1.3;
}
html#class main section#s110-baby {
  --section-color: #F39800;
  position: relative;
}
@media (width > 730px) {
  html#class main section#s110-baby::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    inset: 0;
    background: url(/wp-content/themes/custom/img/03/1103.png) no-repeat top 160px center/min(100%, 1003px);
  }
}
@media (width <= 730px) {
  html#class main section#s110-baby > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1192_m.png) no-repeat top center/100%, url(/wp-content/themes/custom/img/03/1191.png) repeat top center/100%;
    padding: 0 0 60px 0;
  }
}
@media (width > 730px) {
  html#class main section#s110-baby > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1192.png) no-repeat bottom 240px center/max(1380px, 100%), url(/wp-content/themes/custom/img/03/1191.png) repeat top center/100%;
    padding: 0 0 60px 0;
  }
}
@media (width <= 730px) {
  html#class main section#s110-baby > div:nth-child(1) h3 img {
    margin-top: -30px;
  }
}
@media (width > 730px) {
  html#class main section#s110-baby > div:nth-child(1) h3 {
    margin-bottom: 30px;
    position: relative;
    left: -50px;
  }
}
html#class main section#s110-baby > div:nth-child(1) h3 ~ p {
  font-size: 90%;
  line-height: 2;
}
@media (width > 730px) {
  html#class main section#s110-baby > div:nth-child(1) h3 ~ p {
    width: 20em;
  }
}
html#class main section#s120-child {
  --section-color: #EB6EA5;
}
@media (width <= 730px) {
  html#class main section#s120-child > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1292_m.png) no-repeat top center/100%, url(/wp-content/themes/custom/img/03/1291.png) repeat top center/100%;
    padding: 0 0 60px 0;
  }
}
@media (width > 730px) {
  html#class main section#s120-child > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1292.png) no-repeat bottom 140px center/max(1380px, 100%), url(/wp-content/themes/custom/img/03/1291.png) repeat top center/100%;
  }
}
@media (width <= 730px) {
  html#class main section#s120-child > div:nth-child(1) h3 {
    text-align: center;
  }
  html#class main section#s120-child > div:nth-child(1) h3 img {
    margin: -20px -30px 0 0;
    max-width: calc(100% + 30px);
  }
}
@media (width <= 730px) {
  html#class main section#s120-child > div:nth-child(1) h4 {
    text-align: center;
    margin: -80px 0;
    position: relative;
    z-index: 2;
  }
}
@media (width > 730px) {
  html#class main section#s120-child > div:nth-child(1) h4 {
    margin: -50px 0 -50px -50px;
  }
}
@media (width <= 730px) {
  html#class main section#s120-child .pc-row {
    flex-direction: column-reverse;
  }
}
@media (width <= 730px) {
  html#class main section#s120-child .pc-row > div {
    margin-top: 40px;
  }
}
@media (width > 730px) {
  html#class main section#s120-child .pc-row > div {
    flex: 0 0 20em;
    margin-top: 40px;
    margin-right: 30px;
  }
}
html#class main section#s120-child .pc-row > div p {
  font-size: 90%;
}
@media (width > 730px) {
  html#class main section#s120-child .pc-row > figure {
    flex: 1 1 0;
    max-width: none;
    margin-top: -120px;
    margin-right: -50px;
  }
}
html#class main section#s130-kids {
  --section-color: #00B9EF;
  --section-color2: #00B9EF33;
}
html#class main section#s130-kids > div:nth-child(1) {
  background: url(/wp-content/themes/custom/img/03/1692.png) repeat bottom center/228px;
}
@media (width <= 730px) {
  html#class main section#s130-kids > div:nth-child(1) h4 {
    position: relative;
    z-index: 2;
  }
  html#class main section#s130-kids > div:nth-child(1) h4 img {
    margin: -20px 0 -50px;
  }
}
@media (width > 730px) {
  html#class main section#s130-kids > div:nth-child(1) h4 {
    margin-bottom: -50px;
  }
}
@media (width > 730px) {
  html#class main section#s130-kids .pc-row {
    flex-direction: row-reverse;
    margin-top: 45px;
  }
}
@media (width <= 730px) {
  html#class main section#s130-kids .pc-row > div {
    display: contents;
  }
}
@media (width > 730px) {
  html#class main section#s130-kids .pc-row > div {
    flex: 0 0 20em;
    margin-left: 30px;
  }
}
html#class main section#s130-kids .pc-row > div > p {
  font-size: 90%;
}
@media (width <= 730px) {
  html#class main section#s130-kids .pc-row > div > p {
    order: 2;
  }
}
@media (width <= 730px) {
  html#class main section#s130-kids .pc-row > div > .schedule {
    order: 4;
  }
}
@media (width <= 730px) {
  html#class main section#s130-kids .pc-row > figure {
    display: contents;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s130-kids .pc-row > figure > span:nth-of-type(1) {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s130-kids .pc-row > figure > span:nth-of-type(2) {
    order: 3;
    display: block;
    text-align: center;
  }
}
@media (width <= 730px) {
  html#class main section#s130-kids .pc-row > figure br {
    display: none;
  }
}
@media (width > 730px) {
  html#class main section#s130-kids .pc-row > figure {
    flex: 1 1 0;
    max-width: none;
  }
}
html#class main section#s140-higashikagawa {
  --section-color: #F39800;
  background: url(/wp-content/themes/custom/img/03/1491.png) repeat 7px;
}
@media (width <= 730px) {
  html#class main section#s140-higashikagawa > div.inr {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa > div.inr {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
html#class main section#s140-higashikagawa > div:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.6);
}
html#class main section#s140-higashikagawa h4 {
  text-align: center;
  position: relative;
}
@media (width <= 730px) {
  html#class main section#s140-higashikagawa h4 {
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa h4 {
    right: -40px;
  }
}
@media (width <= 730px) {
  html#class main section#s140-higashikagawa figure > * {
    display: inline-block;
  }
}
@media (width <= 730px) {
  html#class main section#s140-higashikagawa figure > * + * {
    margin-top: 20px;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa figure > * + * {
    margin-left: 20px;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa .schedule > div:nth-child(1) h5 {
    margin-left: 0;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa .schedule > div:nth-child(1) p {
    text-align: left;
    font-size: 130%;
    margin-bottom: 30px;
  }
}
@media (width > 730px) {
  html#class main section#s140-higashikagawa .schedule > div:nth-child(1) figure {
    margin-left: -30px;
  }
}
html#class main section#s150-elem {
  --section-color: #EB6EA5;
}
@media (width <= 730px) {
  html#class main section#s150-elem {
    padding-bottom: 30px;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1592_m.png) no-repeat top center/100%, url(/wp-content/themes/custom/img/03/1591.png) repeat top center/100%;
  }
}
@media (width > 730px) {
  html#class main section#s150-elem > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1592.png) no-repeat bottom 130px center/max(1380px, 100%), url(/wp-content/themes/custom/img/03/1591.png) repeat top center/100%;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem > div:nth-child(1) h3 {
    text-align: center;
  }
  html#class main section#s150-elem > div:nth-child(1) h3 img {
    margin: -30px 0 -30px 0;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem > div:nth-child(1) h4 {
    text-align: center;
  }
  html#class main section#s150-elem > div:nth-child(1) h4 img {
    margin-bottom: -30px;
  }
}
@media (width > 730px) {
  html#class main section#s150-elem > div:nth-child(1) h4 {
    margin: 0 0 -110px -110px;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem .pc-row > div {
    display: contents;
  }
}
@media (width > 730px) {
  html#class main section#s150-elem .pc-row > div {
    flex: 0 0 20em;
    margin-top: 30px;
    margin-right: 30px;
  }
}
html#class main section#s150-elem .pc-row > div > p {
  font-size: 90%;
}
@media (width <= 730px) {
  html#class main section#s150-elem .pc-row > div > p {
    order: 2;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem .pc-row .schedule {
    order: 4;
  }
}
html#class main section#s150-elem .pc-row .schedule li {
  justify-content: flex-start;
}
html#class main section#s150-elem .pc-row .schedule li span:nth-child(1) {
  flex: 0 0 auto;
}
html#class main section#s150-elem .pc-row .schedule li span:nth-child(2) {
  flex: 1 0 auto;
}
html#class main section#s150-elem .pc-row .schedule li small {
  line-height: 1;
  display: block;
  margin-top: 3px;
}
html#class main section#s150-elem .pc-row .schedule li small + br {
  display: none;
}
@media (width <= 730px) {
  html#class main section#s150-elem .pc-row > figure {
    display: contents;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s150-elem .pc-row > figure > span:nth-of-type(1) {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s150-elem .pc-row > figure > span:nth-of-type(2) {
    order: 3;
    display: block;
    text-align: center;
  }
}
@media (width <= 730px) {
  html#class main section#s150-elem .pc-row > figure br {
    display: none;
  }
}
@media (width > 730px) {
  html#class main section#s150-elem .pc-row > figure {
    flex: 1 1 0;
    margin-top: -90px;
    margin-right: -50px;
    margin-left: 30px;
    max-width: none;
    text-align: center;
  }
}
html#class main section#s160-jrdance {
  --section-color: #00B9EF;
}
html#class main section#s160-jrdance > div:nth-child(1) {
  background: url(/wp-content/themes/custom/img/03/1692.png) repeat bottom center/228px;
}
@media (width <= 730px) {
  html#class main section#s160-jrdance > div:nth-child(1) h4 {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  html#class main section#s160-jrdance > div:nth-child(1) h4 img {
    margin: -40px 0 -50px;
  }
}
@media (width > 730px) {
  html#class main section#s160-jrdance > div:nth-child(1) h4 {
    margin-top: -40px;
    margin-bottom: -40px;
    text-align: right;
  }
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row {
    background: url(/wp-content/themes/custom/img/03/1605.png) no-repeat bottom right/clamp(330px * 110 / 100, (100vw - 30px) * 110 / 100, 700px * 110 / 100);
  }
}
@media (width > 730px) {
  html#class main section#s160-jrdance .pc-row {
    background: url(/wp-content/themes/custom/img/03/1605.png) no-repeat bottom -50px right/clamp(660px * 50 / 100, (100vw - 70px) * 50 / 100, 933px * 50 / 100);
  }
}
@media (width > 730px) {
  html#class main section#s160-jrdance .pc-row {
    flex-direction: row-reverse;
    margin-top: 45px;
  }
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > div {
    display: contents;
  }
}
@media (width > 730px) {
  html#class main section#s160-jrdance .pc-row > div {
    flex: 0 0 20em;
    margin-left: 30px;
  }
}
html#class main section#s160-jrdance .pc-row > div > p {
  font-size: 90%;
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > div > p {
    order: 2;
  }
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > div > .schedule {
    order: 4;
  }
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > figure {
    display: contents;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > figure > span:nth-of-type(1) {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > figure > span:nth-of-type(2) {
    order: 3;
    display: block;
    text-align: center;
  }
}
@media (width <= 730px) {
  html#class main section#s160-jrdance .pc-row > figure br {
    display: none;
  }
}
@media (width > 730px) {
  html#class main section#s160-jrdance .pc-row > figure {
    flex: 1 1 0;
    max-width: none;
    margin-right: 60px;
  }
  html#class main section#s160-jrdance .pc-row > figure > span:nth-of-type(2) {
    display: inline-block;
    margin: -50px 0 0 -30px;
  }
}
html#class main section#s170-senior {
  --section-color: #8F70AE;
}
@media (width <= 730px) {
  html#class main section#s170-senior > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1792_m.png) no-repeat top center/100%, url(/wp-content/themes/custom/img/03/1791.png) repeat top center/100%;
    padding: 0 0 60px 0;
  }
}
@media (width > 730px) {
  html#class main section#s170-senior > div:nth-child(1) {
    background: url(/wp-content/themes/custom/img/03/1703.png) no-repeat bottom 30px left calc(50vw + 40px)/400px, url(/wp-content/themes/custom/img/03/1792.png) no-repeat bottom 90px center/max(1380px, 100%), url(/wp-content/themes/custom/img/03/1791.png) repeat top center/100%;
  }
}
@media (width <= 730px) {
  html#class main section#s170-senior > div:nth-child(1) h3 img {
    margin-top: -80px;
    margin-left: -30px;
  }
}
@media (width <= 730px) {
  html#class main section#s170-senior > div:nth-child(1) h4 {
    text-align: center;
  }
  html#class main section#s170-senior > div:nth-child(1) h4 img {
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media (width > 730px) {
  html#class main section#s170-senior > div:nth-child(1) h4 {
    margin: -80px -50px -30px -60px;
    max-width: none;
  }
}
@media (width <= 730px) {
  html#class main section#s170-senior .pc-row > div {
    display: contents;
  }
}
@media (width > 730px) {
  html#class main section#s170-senior .pc-row > div {
    flex: 0 0 20em;
    margin-top: 30px;
    margin-right: 30px;
  }
}
html#class main section#s170-senior .pc-row > div p {
  font-size: 90%;
}
@media (width <= 730px) {
  html#class main section#s170-senior .pc-row > div p {
    order: 2;
  }
}
@media (width <= 730px) {
  html#class main section#s170-senior .pc-row .schedule {
    order: 4;
  }
}
html#class main section#s170-senior .pc-row .schedule li {
  justify-content: flex-start;
}
html#class main section#s170-senior .pc-row .schedule li span:nth-child(1) {
  flex: 0 0 auto;
}
html#class main section#s170-senior .pc-row .schedule li span:nth-child(2) {
  flex: 1 0 auto;
}
html#class main section#s170-senior .pc-row .schedule li small {
  line-height: 1;
  display: block;
  margin-top: 3px;
}
html#class main section#s170-senior .pc-row .schedule li small + br {
  display: none;
}
@media (width <= 730px) {
  html#class main section#s170-senior .pc-row > figure {
    display: contents;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s170-senior .pc-row > figure > span:nth-of-type(1) {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s170-senior .pc-row > figure > span:nth-of-type(2) {
    order: 3;
    display: block;
    text-align: center;
  }
}
@media (width <= 730px) {
  html#class main section#s170-senior .pc-row > figure br {
    display: none;
  }
}
@media (width > 730px) {
  html#class main section#s170-senior .pc-row > figure {
    flex: 1 1 0;
    margin-top: -30px;
    margin-right: -50px;
    margin-left: 30px;
    max-width: none;
  }
}
html#class main section#s171-seniorballet {
  --section-color: #8F70AE;
  background: url(/wp-content/themes/custom/img/03/1793.png) repeat bottom center/200px;
  text-align: center;
}
html#class main section#s171-seniorballet .inr {
  border-top: 1px solid var(--section-color);
  padding: 60px 0 0;
}
html#class main section#s171-seniorballet h4 {
  font-weight: 700;
  color: var(--section-color);
  margin-bottom: 20px;
}
@media (width <= 730px) {
  html#class main section#s171-seniorballet h4 {
    font-size: 180%;
    line-height: 1.4;
  }
}
@media (width > 730px) {
  html#class main section#s171-seniorballet h4 {
    font-size: 240%;
  }
}
html#class main section#s180-dance {
  --section-color: #E50012;
}
html#class main section#s180-dance > div:nth-child(1) {
  background: url(/wp-content/themes/custom/img/03/1891.png) repeat bottom center/100%;
}
@media (width <= 730px) {
  html#class main section#s180-dance > div:nth-child(1) h4 {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  html#class main section#s180-dance > div:nth-child(1) h4 img {
    margin: 0 0 -50px;
  }
}
@media (width > 730px) {
  html#class main section#s180-dance > div:nth-child(1) h4 {
    margin-top: 0;
    margin-right: -60px;
    margin-bottom: -90px;
    text-align: right;
  }
}
@media (width > 730px) {
  html#class main section#s180-dance .pc-row {
    flex-direction: row-reverse;
    margin-top: 45px;
  }
}
@media (width <= 730px) {
  html#class main section#s180-dance .pc-row > div {
    display: contents;
  }
}
@media (width > 730px) {
  html#class main section#s180-dance .pc-row > div {
    flex: 0 0 22em;
    margin-left: 30px;
  }
}
html#class main section#s180-dance .pc-row > div > p {
  font-size: 90%;
}
@media (width <= 730px) {
  html#class main section#s180-dance .pc-row > div > p {
    order: 2;
  }
}
@media (width <= 730px) {
  html#class main section#s180-dance .pc-row > div > .schedule {
    order: 4;
  }
}
@media (width <= 730px) {
  html#class main section#s180-dance .pc-row > figure {
    display: contents;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s180-dance .pc-row > figure > span:nth-of-type(1) {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (width <= 730px) and (width <= 730px) {
  html#class main section#s180-dance .pc-row > figure > span:nth-of-type(2) {
    order: 3;
    display: block;
    text-align: center;
  }
}
@media (width <= 730px) {
  html#class main section#s180-dance .pc-row > figure br {
    display: none;
  }
}
@media (width > 730px) {
  html#class main section#s180-dance .pc-row > figure {
    flex: 1 1 0;
    max-width: none;
    margin-right: 20px;
    text-align: center;
  }
}
html#class main section#s190-bgnssdance {
  --section-color: #E50012;
  background: url(/wp-content/themes/custom/img/03/1793.png) repeat center/200px;
  text-align: center;
}
html#class main section#s190-bgnssdance .inr {
  border-top: 1px solid var(--section-color);
  padding: 60px 0 0;
}
html#class main section#s190-bgnssdance h4 {
  font-weight: 700;
  color: var(--section-color);
  margin-bottom: 20px;
}
@media (width <= 730px) {
  html#class main section#s190-bgnssdance h4 {
    font-size: 180%;
    line-height: 1.4;
  }
}
@media (width > 730px) {
  html#class main section#s190-bgnssdance h4 {
    font-size: 240%;
  }
}

html#timetable main section#s100-table {
  background: #CBE097;
}
html#timetable main section#s100-table .inr {
  padding-bottom: 40px;
}
html#timetable main section#s100-table .m-noinr {
  padding-bottom: 40px;
}
@media (width <= 730px) {
  html#timetable main section#s100-table .m-noinr {
    padding-inline: 15px;
    overflow-x: auto;
  }
}
html#timetable main section#s100-table p.only-m {
  text-align: center;
  padding-top: 40px;
}
html#timetable main section#s100-table table {
  border-top: 3px solid #EA6DA4;
  border-right: 3px solid #EA6DA4;
  border-left: 3px solid #EA6DA4;
  table-layout: fixed;
  width: 100%;
  min-width: 729px;
}
@media (width <= 730px) {
  html#timetable main section#s100-table table {
    margin-top: 10px;
  }
}
@media (width > 730px) {
  html#timetable main section#s100-table table {
    margin-top: 40px;
  }
}
html#timetable main section#s100-table table tr > * {
  text-align: center;
  padding: 5px 2px;
  vertical-align: middle;
}
html#timetable main section#s100-table table thead, html#timetable main section#s100-table table tbody {
  border-bottom: 3px solid #EA6DA4;
}
html#timetable main section#s100-table table thead {
  background: #EA6DA4;
  color: white;
}
html#timetable main section#s100-table table thead tr > * + * {
  border-left: 3px solid white;
  font-weight: 700;
}
html#timetable main section#s100-table table tbody tr > * {
  border-bottom: 1px solid #EA6DA4;
  height: 3em;
}
html#timetable main section#s100-table table tbody tr > *:is(td) {
  font-size: 80%;
}
html#timetable main section#s100-table table tbody tr > * + * {
  border-left: 3px solid #EA6DA4;
}
html#timetable main section#s100-table table tbody tr > *.blue {
  background: #7DCCF3;
}
html#timetable main section#s100-table table tbody tr > *.yellow {
  background: #FFF000;
}
html#timetable main section#s100-table table tbody tr > *.red {
  background: #F09DC1;
}
html#timetable main section#s100-table table tbody tr > *.green {
  background: #C0DC96;
}
html#timetable main section#s100-table table tbody tr > * > * {
  display: inline-block;
}
html#timetable main section#s100-table table tbody tr > * h4 {
  font-weight: 700;
  font-size: 105%;
}
html#timetable main section#s100-table table tbody tr:where(:nth-child(1)) > * {
  background: #FCEEF4;
}
html#timetable main section#s100-table table tbody tr:where(:nth-child(1)) > *:is(th) {
  color: #EA6DA4;
}
html#timetable main section#s100-table table tbody tr:where(:nth-child(2)) > * {
  background: #EAF5FC;
}
html#timetable main section#s100-table table tbody tr:where(:nth-child(2)) > *:is(th) {
  color: #00A6BA;
}
html#timetable main section#s100-table section.higashikagawa {
  background: white;
  border: 3px solid #EA6DA4;
  position: relative;
}
@media (width <= 730px) {
  html#timetable main section#s100-table section.higashikagawa {
    margin-top: 30px;
    padding: 60px 30px;
  }
  html#timetable main section#s100-table section.higashikagawa::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: -50px;
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/custom/img/04/1101.png) no-repeat center/contain;
  }
  html#timetable main section#s100-table section.higashikagawa::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 0;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/custom/img/04/1102.png) no-repeat center/contain;
  }
}
@media (width > 730px) {
  html#timetable main section#s100-table section.higashikagawa {
    padding: 30px;
  }
}
html#timetable main section#s100-table section.higashikagawa h3 {
  color: #EA6DA4;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (width <= 730px) {
  html#timetable main section#s100-table section.higashikagawa h3 {
    font-size: 150%;
  }
}
@media (width > 730px) {
  html#timetable main section#s100-table section.higashikagawa h3 {
    font-size: 220%;
  }
}
html#timetable main section#s100-table section.higashikagawa ul {
  position: relative;
}
@media (width > 730px) {
  html#timetable main section#s100-table section.higashikagawa ul {
    width: 20em;
    margin: 0 auto;
    font-size: 120%;
  }
}
@media (width > 730px) {
  html#timetable main section#s100-table section.higashikagawa ul::before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 110%;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/custom/img/04/1101.png) no-repeat center/contain;
  }
  html#timetable main section#s100-table section.higashikagawa ul::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 110%;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/custom/img/04/1102.png) no-repeat center/contain;
  }
}
html#timetable main section#s100-table section.higashikagawa ul li {
  justify-content: flex-start;
}
html#timetable main section#s100-table section.higashikagawa ul li + li {
  margin-top: 1rem;
}
html#timetable main section#s100-table section.higashikagawa ul li h4 {
  flex: 0 0 6em;
  background: #EA6DA4;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  text-align: center;
  padding: 2px;
}
html#timetable main section#s100-table section.higashikagawa ul li p {
  flex: 1 1 0 !important;
  white-space: nowrap;
}
html#timetable main section#s100-table section.higashikagawa ul li p strong {
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

html#contact main section#s100-form {
  background: #FADCE9;
}
html#contact main section#s100-form .inr2 {
  background: white;
}
@media (width <= 730px) {
  html#contact main section#s100-form .inr2 form {
    padding: 30px 15px;
  }
}
@media (width > 730px) {
  html#contact main section#s100-form .inr2 form {
    padding: 60px 30px;
  }
}
@media (width <= 730px) {
  html#contact main section#s100-form .inr2 form table, html#contact main section#s100-form .inr2 form tbody, html#contact main section#s100-form .inr2 form tr, html#contact main section#s100-form .inr2 form th, html#contact main section#s100-form .inr2 form td {
    display: block;
  }
  html#contact main section#s100-form .inr2 form tr + tr {
    margin-top: 2em;
  }
  html#contact main section#s100-form .inr2 form tr th {
    line-height: 1.5;
    margin-bottom: 1em;
  }
}
@media (width > 730px) {
  html#contact main section#s100-form .inr2 form table {
    width: 100%;
  }
  html#contact main section#s100-form .inr2 form table tr th, html#contact main section#s100-form .inr2 form table tr td {
    padding: 15px 0;
  }
  html#contact main section#s100-form .inr2 form table tr th {
    white-space: nowrap;
    padding-right: 30px;
  }
  html#contact main section#s100-form .inr2 form table span.req {
    margin-left: 20px;
  }
}
html#contact main section#s100-form .inr2 form tr:nth-child(1) .wpcf7-list-item {
  display: block;
}
html#contact main section#s100-form .inr2 form tr:nth-child(1) .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}
html#contact main section#s100-form .inr2 form tr:nth-child(8) {
  line-height: 2;
}
html#contact main section#s100-form .inr2 form tr:nth-child(8) .wpcf7-list-item {
  display: inline-block;
}
@media (width <= 730px) {
  html#contact main section#s100-form .inr2 form tr:nth-child(8) input:not([type=radio]) {
    max-width: 70%;
  }
}
html#contact main section#s100-form .inr2 form span.req {
  color: red;
  font-size: 80%;
}
html#contact main section#s100-form .inr2 form input:not([type=radio]), html#contact main section#s100-form .inr2 form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1 !important;
  font-size: 110%;
  padding: 3px 6px;
  border: 1px solid #333;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}
html#contact main section#s100-form .inr2 form .wpcf7-not-valid {
  background: rgba(230, 0, 18, 0.15);
}
html#contact main section#s100-form .inr2 form textarea {
  margin-top: 10px;
  width: 100%;
}
html#contact main section#s100-form .inr2 form div.privacy {
  border-top: 1px dashed #333;
  margin-top: 50px;
  padding-top: 40px;
  line-height: 2;
}
html#contact main section#s100-form .inr2 form div.privacy h4 {
  text-align: center;
  color: #E60012;
  margin-bottom: 1em;
}
html#contact main section#s100-form .inr2 form div.privacy p {
  font-size: 90%;
}
html#contact main section#s100-form .inr2 form > p:last-of-type {
  margin-top: 4em;
  text-align: center;
}
html#contact main section#s100-form .inr2 form > p:last-of-type .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background: #00A0E9;
  color: white;
  padding: 10px 40px;
  border-radius: 5px;
  border: none;
}
html#contact main section#s100-form .inr2 form .wpcf7-response-output {
  transition: background-color 1s;
}
html#contact main section#s100-form .inr2 form .wpcf7-response-output:not(:empty) {
  margin-top: 30px;
  background: #eee;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  line-height: 1.5;
}
html#contact main section#s100-form .inr2 form.invalid .wpcf7-response-output:not(:empty) {
  background: rgba(230, 0, 18, 0.15);
}
html#contact main section#s100-form .inr2 form.sent .wpcf7-response-output:not(:empty) {
  background: rgba(0, 128, 0, 0.15);
}
html#contact main section#s100-form .inr2 .screen-reader-response {
  overflow: hidden;
  width: 0;
  height: 0;
}
html#contact main section#s100-form .inr2 .wpcf7-not-valid-tip {
  color: red;
  line-height: 1.5;
  font-size: 80%;
}
@media (width > 730px) {
  html#contact main section#s100-form .inr2 .wpcf7-not-valid-tip {
    margin-left: 20px;
  }
}

html#news section#s01-list ul li {
  padding: 50px 0;
}
html#news section#s01-list ul li + li {
  border-top: 1px dashed #666;
}
html#news section#s01-list ul li h3 {
  font-weight: 700;
  font-size: 150%;
  margin-top: 15px;
  margin-bottom: 40px;
}
html#news section#s01-list ul li > div {
  line-height: 1.7;
}
html#news section#s01-list ul li > div > * + * {
  margin-top: 1em;
}
html#news section#s01-list ul li figure {
  margin-bottom: 5px;
}
html#news section#s01-list ul li figure img {
  max-width: 100% !important;
  height: auto;
}
html#news section#s01-list ul li p {
  margin-bottom: 5px;
}
html#news section#s01-list ul li p span {
  display: inline-block;
  vertical-align: middle;
  background: #231815;
  padding: 0px 6px;
  border-radius: 999px;
  color: white;
  line-height: 1.3;
}
html#news section#s01-list ul li p time {
  display: inline-block;
  color: #00A6BA;
  vertical-align: middle;
  margin-left: 5px;
}/*# sourceMappingURL=site_t.css.map */