@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
}

.links {
  background-color: #FAFAFA;
}
.links-container {
  width: 100%;
  max-width: 580px;
  padding: 0 15px;
  margin: auto;
}
.links-header {
  padding: 50px 0;
  text-align: center;
}
.links-branding {
  margin-bottom: 30px;
}
.links-logo {
  width: auto;
  height: 44px;
  margin-bottom: 30px;
}
.links-title {
  font-size: 18px;
  font-weight: bold;
}
.links-title span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.links-description {
  font-size: 1.4rem;
}
.links-sns {
  margin-bottom: 30px;
}
.links-sns-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  display: flex;
}
.links-sns-li {
  padding: 0 3px;
}
.links-sns-image {
  width: 38px;
  height: auto;
}
.links-content .wp-block-image {
  margin: 0 0 20px;
}
.links-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.links-headline {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.links-program-block {
  margin-bottom: 16px;
  background-color: #ffffff;
}
.links-program-block a {
  text-decoration: none;
  color: #000;
}
.links-program-image {
  width: 100%;
  height: auto;
  display: block;
}
.links-program-content {
  padding: 5px 5px 8px;
  line-height: 1;
}
.links-program-row {
  align-items: center;
  display: flex;
}
.links-program-col {
  flex: 0 0 45%;
  padding-right: 5px;
}
.links-program-col:last-of-type {
  flex: 0 0 55%;
  padding-left: 5px;
  padding-right: 0;
  border-left: 1px solid #ccc;
}
.links-program-date {
  width: 100%;
  height: 24px;
  line-height: 1;
  position: relative;
}
.links-program-month {
  width: 16px;
  margin-left: -36px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
  position: absolute;
  left: 50%;
}
.links-program-day {
  width: 46px;
  margin-right: -33px;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 50%;
}
.links-program-week {
  font-size: 1rem;
  font-weight: normal;
}
.links-program-hr {
  width: 18px;
  margin-left: -24px;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 50%;
}
.links-program-label {
  width: 100%;
  padding: 2px 0;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #ccc;
  display: inline-block;
}
.links-program-label.studio {
  color: #ffffff;
  background-color: #f9b900;
}
.links-program-label.online {
  color: #ffffff;
  background-color: #2d8cff;
}
.links-program-teacher {
  margin-bottom: 5px;
  line-height: 1.3;
  align-items: start;
  justify-content: flex-end;
  display: flex;
}
.links-program-name {
  font-size: 1rem;
}
.links-program-icon {
  width: 13px;
  height: auto;
  margin-top: 1px;
  margin-right: 5px;
  border-radius: 30px;
}
.links-program-price {
  font-size: 1.4rem;
  text-align: right;
}
.links-program-unit {
  font-size: 1rem;
  font-weight: normal;
}
.links-program-footer {
  margin-bottom: 30px;
  text-align: center;
}
.links-group-ul {
  padding: 0;
  list-style: none;
}
.links-group-li {
  margin-bottom: 16px;
  background-color: #ffffff;
}
.links-group-li a {
  padding: 15px;
  color: #000;
  text-decoration: none;
  display: flex;
}
.links-group-content {
  padding-left: 16px;
}
.links-group-title {
  font-size: 1.8rem;
}
.links-group-description {
  font-size: 1.3rem;
}
.links-group-logo {
  width: 62px;
  height: auto;
}
.links-row {
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
  display: flex;
}
.links-col {
  flex: 0 0 50%;
  padding: 0 8px;
}
.links-button {
  min-width: 240px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #000;
  display: inline-block;
}
.links-footer {
  padding: 60px 0 30px;
  text-align: center;
}
.links-info {
  font-size: 1.2rem;
}

/*# sourceMappingURL=sass */