section {
  margin-bottom: 5rem;
}

dl > dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

dl > dd {
  margin-bottom: 0.8rem;
  text-align: justify;
}

dl > dd.content-price {
  background-color: #0088FF;
  border-radius: 0.5rem;
  padding: 0.3rem 1.8rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
  display: inline-block;
}

dl > dd > p {
  text-indent: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02rem;
}

#content-eyecatch {
  position: relative;
  width: 100%;
}

#content-eyecatch > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#content-eyecatch > h1 {
  position: absolute;
  color: white;
  font-size: 2.1rem;
  font-style: italic;
  top: 20%;
  right: 10vw;
  width: 80vw;
  text-align: right;
}

#content-eyecatch > h2 {
  position: absolute;
  color: white;
  font-size: 1.1rem;
  width: 40vw;
  top: calc(20% + 8rem);
  right: 10vw;
  text-align: right;
}

#content-eyecatch > div {
  position: absolute;
  bottom: 10%;
  left: 10vw;
  color: white;
}

#content-eyecatch > div > div {
  font-size: 1.3rem;
}

#content-eyecatch > div > div:first-child {
  padding: 0 0.5rem 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}

#content-eyecatch > div > div > a > img {
  width: 1.2rem;
  margin-right: 0.4rem;
}

.content-right-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.content-right-image > dl {
  width: 45%;
  margin-right: 5%;
}

.content-right-image > img {
  width: 45%;
}

.content-full-image,
.content-full-image > img {
  width: 100%;
  display: block;
}

.content-full-image > img {
  margin-bottom: 1rem;
}

.content-full-text > dl > dt {
  width: min(70vw, 840px);
  margin-left: auto;
  margin-right: auto;
}
.content-full-text > dl > dd > p {
  width: min(70vw, 840px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content-full-text > dl > dd > img {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

hr {
  width: 60%;
  margin-left: 20%;
  margin-bottom: 5rem;
}

#content-album {
  width: min(90%, 1080px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#content-album > div {
  width: calc((100% - 2 * var(--content-album-gap-percent)) / var(--content-album-column-number));
}
#content-album > div > img {
  width: 100%;
  margin-bottom: calc(var(--content-album-gap-percent) * var(--content-album-column-number) / 100 * (100 - 2 * var(--content-album-gap)));
  cursor: pointer;
}

#content-movie {
  width: min(90%, 1080px);
  margin-left: auto;
  margin-right: auto;
}

#content-movie > iframe {
  width: 100%;
  height: min(50.625vw, 607.5px);
}

#content-medium-and-ta {
  display: flex;
  flex-wrap: wrap;
  width: min(90%, 1080px);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

#content-medium-and-ta > a {
  width: calc(100% - 240px - 2rem);
  display: block;
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-decoration: none;
  color: initial;
}

#content-medium-and-ta > a > img:first-of-type {
  width: 6rem;
}

#content-medium-and-ta > a > img:nth-of-type(2) {
  width: min(100%, 300px);
  margin: 0 auto;
  display: block;
}

#content-medium-and-ta > a > dl > dt {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#content-medium-and-ta > a > dl > dt,
#content-medium-and-ta > a > dl > dd {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content-expert {
  width: min(80%, 960px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content-expert > img {
  width: 30%;
}

#content-expert > dl {
  width: 60%;
}

#content-expert > dl > dd:first-child {
  font-style: italic;
}

#content-expert > dl > dt {
  color: rgb(146, 203, 225);
  font-style: bold;
  font-size: 1.4rem;
}

#content-map > h2 {
  text-align: center;
  font-size: 1.3rem;
}

#content-map > img {
  width: 80%;
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

#content-map > ul {
  width: min(80%, 960px);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
}

#content-courses > ul {
  width: min(90%, 1080px);
  margin: 0 auto;
  list-style: none;
}
#content-courses > ul > li {
  margin: 3rem 0 5rem 0;
}
#content-courses > ul > li > div {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
#content-courses > ul > li > div > div {
  width: min(48vw, 576px);
}
#content-courses > ul > li > div > div > span {
  /* course type */
  color: rgb(89, 170, 209);
  font-size: 1.2rem;
}
#content-courses > ul > li > div > div > h3 {
  /* course name */
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
#content-courses > ul > li > div > div > div {
  /* course price */
  margin-bottom: 1rem;
  background-color: #0088FF;
  color: white;
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  font-weight: bold;
  margin-top: 0.2rem;
  font-size: 1.1rem;
}
#content-courses > ul > li > div > div > p {
  /* course description */
  text-align: justify;
  font-size: 1.1rem;
  white-space: pre-wrap;
}
#content-courses > ul > li > div > img {
  width: min(36vw, 432px);
  height: min(36vw, 432px);
  -o-object-fit: cover;
     object-fit: cover;
}
#content-courses > ul > li > button {
  background-color: #FF9D00;
  color: white;
  border: none;
  border-radius: 0.3rem;
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  margin: 2rem auto;
  font-weight: bold;
  display: block;
}
#content-courses > h2 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

#content-album-enlarge {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 400ms ease;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-y: hidden;
  margin-bottom: 0;
}

body.album-enlarge-shown {
  overflow: hidden;
}

body:not(.album-enlarge-shown) #content-album-enlarge {
  opacity: 0;
  pointer-events: none;
}

#content-album-enlarge > img {
  display: block;
  width: 80vw;
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10vh 10vw;
}

.content-right-image > dl > img {
  display: none;
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 2rem;
  }
  .content-right-image {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-right-image > dl,
  .content-right-image > dl > img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .content-right-image > img {
    display: none;
  }
  .content-right-image > dl > img {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  hr {
    margin-bottom: 2rem;
  }
  #content-album-enlarge > img {
    margin-top: 6vh;
  }
  #content-medium-and-ta {
    justify-content: center;
  }
  #content-medium-and-ta > a {
    width: 100%;
    margin-bottom: 2rem;
  }
  #content-expert {
    flex-wrap: wrap;
  }
  #content-expert > img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 2rem;
  }
  #content-expert > dl {
    width: 100%;
  }
  #content-courses > ul > li > div {
    flex-wrap: wrap;
  }
  #content-courses > ul > li > div > div {
    width: 100%;
    margin-bottom: 2rem;
  }
  #content-courses > ul > li > div > img {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #content-eyecatch > h1 {
    font-size: 2rem;
    top: 25%;
  }
  #content-eyecatch > h2 {
    top: calc(25% + 12rem);
  }
}/*# sourceMappingURL=content.css.map */