<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  margin: 0 auto;
}

html body h1, html body h2, html body .age, html body a {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #484848;
}

html body img {
  max-width: 100%;
  height: auto;
}

html body a:hover {
  color: #14b7b9;
}

html body .btn {
  font-size: 1.4rem;
  padding: 10px 40px;
  border: 2px solid  #14b7b9;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 0;
  display: inline-block;
  color: #14b7b9;
}

@media screen and (max-width: 834px) {
  html body .btn {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

html body .btn:hover {
  color: #fafafa;
  background-color: #14b7b9;
}

html body .container {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 2px solid #14b7b9;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  html body .container {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    width: 90%;
  }
}

html body .annotation {
  font-size: 1.2rem;
}

@media screen and (max-width: 834px) {
  html body .annotation:last-of-type {
    margin-bottom: 0;
  }
}

html body .annotation p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  html body .stamp {
    display: none;
  }
}

html body .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../images/Top/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

html body .bg-video-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

html body .bg-video-wrap .top-movie-mask {
  position: absolute;
  bottom: -1px;
  z-index: 3;
}

html body .bg-video-wrap header {
  width: 100%;
  position: fixed;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 48px;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap header {
    padding: 20px;
  }
}

html body .bg-video-wrap header .beberica {
  z-index: 4;
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap header .beberica {
    font-size: 3.2rem;
  }
}

html body .bg-video-wrap header .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap header .pc-nav ul {
    display: none;
  }
}

html body .bg-video-wrap header .pc-nav ul li {
  font-size: 20px;
  margin-right: 24px;
}

html body .bg-video-wrap header .pc-nav ul li:last-of-type {
  margin-right: 0;
}

html body .bg-video-wrap .copy {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  margin-top: 40vh;
  color: #484848;
  font-size: 6rem;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap .copy {
    font-size: 3.2rem;
    padding: 20px;
  }
}

@media screen and (max-width: 414px) {
  html body .bg-video-wrap .copy {
    margin-top: 30vh;
  }
}

html body .bg-video-wrap .copy span {
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap .copy span {
    font-size: 1.6rem;
  }
}

html body .bg-video-wrap .movie-pc {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap .movie-pc {
    display: none;
  }
}

html body .bg-video-wrap .movie-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  html body .bg-video-wrap .movie-sp {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 1;
  }
}

html body #nav-drawer {
  display: none;
  position: relative;
  z-index: 10000;
}

@media screen and (max-width: 1535px) {
  html body #nav-drawer {
    display: inline-block;
  }
}

html body .nav-unshown {
  display: none;
}

html body #nav-open, html body #nav-open2 {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

html body #nav-open span, html body #nav-open span:before, html body #nav-open span:after, html body #nav-open2 span, html body #nav-open2 span:before, html body #nav-open2 span:after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

html body #nav-open span:before, html body #nav-open2 span:before {
  bottom: -8px;
}

html body #nav-open span:after, html body #nav-open2 span:after {
  bottom: -16px;
}

html body #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

html body #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

html body #nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

html body #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

html body .sp-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 24px 0 24px;
}

html body .sp-nav-header nav {
  display: block;
}

html body .sp-nav-header .sp-nav-beberica {
  display: block;
}

html body .sp-nav {
  display: inline-block;
  width: 80%;
  margin: 40px 10% 0 10%;
  text-align: center;
}

html body .sp-nav li {
  font-size: 3rem;
  margin-bottom: 20px;
  margin-right: 0;
}

html body .sp-nav li:last-of-type {
  margin-bottom: 40px;
}

html body .sp-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

html body .sp-nav-sns li {
  margin-right: 40px;
}

html body .sp-nav-sns li:last-of-type {
  margin-right: 0;
}

html body .news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  background-color: #f9f5ec;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  html body .news-wrapper {
    padding: 40px 20px;
  }
}

html body .news-wrapper .news {
  text-align: center;
  margin: 0 auto;
}

html body .news-wrapper .news li:nth-child(2n) {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
  display: block;
}

html body .news-wrapper .news li:last-of-type {
  margin-bottom: 0;
}

html body .news-wrapper .news li a {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #484848;
  border-bottom: 1px solid #484848;
}

html body .news-wrapper .news li a:hover {
  color: #14b7b9;
}

html body .news-wrapper .news h2 {
  font-size: 4.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  html body .news-wrapper .news h2 {
    font-size: 2.4rem;
  }
}

html body .infomation-wrapper {
  background-color: #fafafa;
}

@media screen and (max-width: 834px) {
  html body .infomation-wrapper {
    padding-bottom: 40px;
  }
}

html body .description-wrapper {
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  html body .description-wrapper .btn {
    margin-bottom: 0;
  }
}

html body .description-wrapper, html body .infomation-wrapper {
  padding: 80px;
}

@media screen and (max-width: 834px) {
  html body .description-wrapper, html body .infomation-wrapper {
    padding: 40px 20px;
  }
}

html body .description-wrapper .description, html body .description-wrapper .infomation, html body .infomation-wrapper .description, html body .infomation-wrapper .infomation {
  text-align: center;
}

html body .description-wrapper .description h2, html body .description-wrapper .infomation h2, html body .infomation-wrapper .description h2, html body .infomation-wrapper .infomation h2 {
  font-size: 4.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  html body .description-wrapper .description h2, html body .description-wrapper .infomation h2, html body .infomation-wrapper .description h2, html body .infomation-wrapper .infomation h2 {
    font-size: 2.4rem;
  }
}

html body .description-wrapper .description p, html body .description-wrapper .infomation p, html body .infomation-wrapper .description p, html body .infomation-wrapper .infomation p {
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  html body .description-wrapper .description p, html body .description-wrapper .infomation p, html body .infomation-wrapper .description p, html body .infomation-wrapper .infomation p {
    font-size: 2rem;
  }
}

html body main {
  margin: 0 auto;
  max-width: 1366px;
}

html body main .inner {
  margin: 0 auto;
}

html body main .main-theatre, html body main .main-workshop, html body main .main-seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1366px) {
  html body main .main-theatre, html body main .main-workshop, html body main .main-seminar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-bottom: 80px;
    border-bottom: 2px solid #14b7b9;
    width: 80%;
    max-width: 1046px;
  }
  html body main .main-theatre:nth-of-type(2), html body main .main-workshop:nth-of-type(2), html body main .main-seminar:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 834px) {
  html body main .main-theatre, html body main .main-workshop, html body main .main-seminar {
    margin-bottom: 40px;
  }
}

html body main .main-theatre .top-photo, html body main .main-theatre .top-text-box, html body main .main-workshop .top-photo, html body main .main-workshop .top-text-box, html body main .main-seminar .top-photo, html body main .main-seminar .top-text-box {
  overflow: hidden;
}

html body main .main-theatre .top-photo img, html body main .main-workshop .top-photo img, html body main .main-seminar .top-photo img {
  width: 100%;
  height: auto;
}

html body main .main-theatre .top-text-box, html body main .main-workshop .top-text-box, html body main .main-seminar .top-text-box {
  width: 50%;
  max-height: 454px;
  background-color: #fff;
  text-align: center;
  padding: 80px 40px;
}

@media screen and (max-width: 834px) {
  html body main .main-theatre .top-text-box, html body main .main-workshop .top-text-box, html body main .main-seminar .top-text-box {
    padding: 40px 0 0 0;
  }
}

@media screen and (max-width: 1366px) {
  html body main .main-theatre .top-text-box, html body main .main-workshop .top-text-box, html body main .main-seminar .top-text-box {
    width: 100%;
  }
}

html body main .main-theatre .top-text-box h2, html body main .main-workshop .top-text-box h2, html body main .main-seminar .top-text-box h2 {
  font-size: 4.8rem;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 834px) {
  html body main .main-theatre .top-text-box h2, html body main .main-workshop .top-text-box h2, html body main .main-seminar .top-text-box h2 {
    font-size: 2.4rem;
  }
}

html body main .main-theatre .top-text-box h2 img, html body main .main-workshop .top-text-box h2 img, html body main .main-seminar .top-text-box h2 img {
  margin-right: 20px;
}

@media screen and (max-width: 414px) {
  html body main .main-theatre .top-text-box h2 img, html body main .main-workshop .top-text-box h2 img, html body main .main-seminar .top-text-box h2 img {
    width: 20%;
    height: 20%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 415px) and (max-width: 834px) {
  html body main .main-theatre .top-text-box h2 img, html body main .main-workshop .top-text-box h2 img, html body main .main-seminar .top-text-box h2 img {
    width: 10%;
  }
}

html body main .main-theatre .top-text-box p, html body main .main-workshop .top-text-box p, html body main .main-seminar .top-text-box p {
  text-align: left;
  margin-bottom: 20px;
}

html body footer {
  text-align: center;
  padding: 80px 0 20px 0;
  background-color: #f9f5ec;
}

@media screen and (max-width: 834px) {
  html body footer {
    padding: 40px 0 10px 0;
  }
}

html body footer nav {
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  html body footer nav {
    margin-bottom: 40px;
  }
}

html body footer nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

html body footer nav ul li {
  margin-right: 40px;
}

html body footer nav ul li:last-of-type {
  margin-right: 0;
}

html body footer small {
  font-size: 1rem;
}

html .back-btn {
  position: fixed;
  bottom: 25px;
  right: 1%;
  margin-bottom: 0;
}

@media screen and (max-width: 414px) {
  html .back-btn {
    width: 15%;
  }
}

html header {
  position: fixed;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 48px;
}

@media screen and (max-width: 834px) {
  html header {
    padding: 20px;
  }
}

html header .beberica {
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  html header .beberica {
    font-size: 3.2rem;
  }
}

html header .pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1535px) {
  html header .pc-nav {
    display: none;
  }
}

html header .pc-nav .about, html header .pc-nav .next, html header .pc-nav .workshop, html header .pc-nav .seminar, html header .pc-nav .works, html header .pc-nav .contact {
  padding-bottom: 5px;
  border-bottom: 2px solid #14b7b9;
}

html header .pc-nav li {
  font-size: 20px;
  margin-right: 24px;
}

html header .pc-nav li:last-of-type {
  margin-right: 0;
}

html .bg-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background-image: url(../images/Subpage/subpage-top-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  html .bg-image-wrap {
    margin-bottom: 40px;
  }
}

html .bg-image-wrap .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 6rem;
  text-align: center;
}

@media screen and (max-width: 834px) {
  html .bg-image-wrap .page-title {
    font-size: 4.8rem;
  }
}

html .bg-image-wrap .top-image-mask {
  position: absolute;
  bottom: -1px;
  z-index: 3;
}

html .subpage-main {
  max-width: 1100px;
  text-align: center;
}

html .subpage-main img {
  margin-bottom: 40px;
}

html .subpage-main .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

html .subpage-main p {
  text-align: left;
  margin-bottom: 20px;
}

html .subpage-main p span {
  font-weight: bold;
}

html .subpage-main .age {
  text-align: center;
  font-size: 4rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

html .subpage-main .container {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 834px) {
  html .subpage-main .container {
    padding: 0 20px 40px 20px;
  }
}

html .subpage-main .container .theatre-stamp {
  position: absolute;
  top: 0;
  right: -230px;
  margin: auto;
}

html .subpage-main .container .milk-stamp {
  position: absolute;
  top: 0;
  left: -200px;
  margin: auto;
}

html .subpage-main .container .book-stamp {
  position: absolute;
  bottom: 0;
  right: -200px;
  margin: auto;
}

html .subpage-main .container .end {
  margin-bottom: 10px;
  text-align: center;
  color: #ff3410;
}

html .subpage-main h2 {
  font-size: 3rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  html .subpage-main h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

html .subpage-main .text-title {
  font-weight: bold;
  text-align: center;
}

html .subpage-main .text-title br {
  display: none;
}

@media screen and (max-width: 834px) {
  html .subpage-main .text-title br {
    display: block;
  }
}

html .subpage-main .profile-inner, html .subpage-main .babytheatre-inner {
  display: block;
}

html .subpage-main .profile-inner .text-box, html .subpage-main .babytheatre-inner .text-box {
  text-align: left;
  width: 100%;
}

html .subpage-main .profile-inner .text-box p, html .subpage-main .babytheatre-inner .text-box p {
  margin-bottom: 20px;
}

html .subpage-main .profile-inner .text-box p:last-of-type, html .subpage-main .babytheatre-inner .text-box p:last-of-type {
  margin-bottom: 0;
}

html .subpage-main .profile-inner .img, html .subpage-main .babytheatre-inner .img {
  width: 50%;
}

html .internal-link ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  html .internal-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

html .internal-link ul li {
  position: relative;
  font-size: 2.4rem;
  margin-right: 40px;
}

@media screen and (max-width: 414px) {
  html .internal-link ul li {
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 50%;
  }
}

html .internal-link ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #14b7b9;
  border-right: 2px solid #14b7b9;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

html .internal-link ul li:last-of-type {
  margin-right: 0;
}

html .subpage-next-main .next-stage-title span {
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  html .subpage-next-main .next-stage-title span {
    font-size: 2rem;
  }
}

html .subpage-next-main .next-stage-title span br:last-of-type {
  display: none;
}

@media screen and (max-width: 834px) {
  html .subpage-next-main .next-stage-title span br:last-of-type {
    display: inline;
  }
}

html .subpage-next-main .theatre-stamp {
  position: absolute;
  top: 500px;
  right: -200px;
  margin: auto;
}

html .subpage-next-main .milk-stamp {
  position: absolute;
  bottom: -550px;
  left: -200px;
  margin: auto;
}

html .subpage-next-main .caststaff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .subpage-next-main .caststaff-inner div {
  width: 50%;
}

@media screen and (max-width: 834px) {
  html .subpage-next-main .caststaff-inner div {
    width: 45%;
  }
}

html .subpage-seminar-main img {
  margin-bottom: 0;
}

html .subpage-seminar-main .introduction p:last-of-type {
  margin-bottom: 0;
}

html .subpage-workshop-main .milk-stamp, html .subpage-seminar-main .milk-stamp, html .subpage-works-main .milk-stamp, html .subpage-contact-main .milk-stamp, html .subpage-thankspage-main .milk-stamp {
  position: absolute;
  bottom: 0;
  left: -200px;
  margin: auto;
}

html .subpage-about-main .milk-stamp {
  position: absolute;
  bottom: -550px;
  left: -200px;
  margin: auto;
}

html .subpage-contact-main .contact-inner {
  margin: 0 auto;
  width: 64%;
}

@media screen and (max-width: 834px) {
  html .subpage-contact-main .contact-inner {
    width: 100%;
  }
}

html .subpage-contact-main .contact-inner form {
  text-align: left;
}

html .subpage-contact-main .contact-inner form div {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  html .subpage-contact-main .contact-inner form div {
    margin-bottom: 20px;
  }
  html .subpage-contact-main .contact-inner form div:nth-of-type(3) {
    margin-bottom: 0;
  }
}

html .subpage-contact-main .contact-inner form div:last-of-type {
  margin-bottom: 0;
}

html .subpage-contact-main .contact-inner form label {
  font-size: 2.4rem;
}

html .subpage-contact-main .contact-inner form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #14b7b9;
  border-radius: 8px;
  font-size: 2.4rem;
}

html .subpage-contact-main .contact-inner form textarea {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #14b7b9;
  border-radius: 8px;
  font-size: 2.4rem;
}

html .subpage-contact-main .contact-inner form .contact-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .subpage-contact-main .contact-inner form .btn {
  font-size: 2.4rem;
  border: 2px solid #14b7b9;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #484848;
  background-color: #fff;
  margin-bottom: 0;
}

html .subpage-contact-main .contact-inner form .btn:hover {
  color: #fafafa;
  background-color: #14b7b9;
}

html .subpage-works-main {
  position: relative;
}

html .subpage-works-main .theatre-stamp {
  position: absolute;
  top: 0;
  right: -230px;
  margin: auto;
}

html .subpage-works-main .milk-stamp {
  position: absolute;
  top: 0;
  left: -200px;
  margin: auto;
}

html .subpage-works-main .book-stamp {
  position: absolute;
  bottom: 0;
  right: -200px;
  margin: auto;
}

html .subpage-thankspage-main .thankspage-inner {
  margin: 0 auto;
  max-width: 600px;
}

html .subpage-thankspage-main .thankspage-inner p {
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>