@charset "UTF-8";
/* CSS Document */
/*global*/
body {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 400;
  background-color: #202124;
  color: antiquewhite;
  box-sizing: border-box;
}
a {
  color: #FAEBD7;
  text-decoration: underline;
}
a:hover {
  text-decoration: overline;
}
h1 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-align: center;
}
p {
  font-size: 1.1rem;
}
h3, h4, h5, h6 {
  text-align: center;
}
.bold {
  font-weight: bold;
  font-size: 1.4rem;
}
.para {
  margin: 1.3em 0;
}
/* Sissy School*/
.sissy-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1%;
}
.sissy-high {
  margin: 2em 0 3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sis1 {
  width: 25%;
}
.sis2 {
  width: 70%;
}
.sissy-high img {
  width: 100%;
}
.sissy-wrap h1, .sissy-wrap h2, .sissy-wrap h3 {
  text-align: center;
}
.sissy-wrap p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 1em;
}
.sissy-wrap h2 {
  font-size: 1.6rem;
  line-height: 3rem;
}
.sissy-wrap h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 1em;
}
.big2 p {
  font-size: 1.4rem;
  margin: 1em 0;
}
/*detention*/
.det-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1%;
}
.det-wrap h3 {
  font-size: 1.6rem;
}
.det-wrap h4 {
  font-size: 1.6rem;
  margin: 1.5em 0 0.5em;
}
.det {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.det div {
  width: 48%;
}
.det img {
  width: 100%;
}
.det-wrap p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 0.8em;
}
.det-wrap h2, .det-wrap h3 {
  margin: 3em 0 1em;
}
.det-wrap h1 {
  margin: 1em;
}
.det-wrap h2 {
  font-size: 1.8rem;
}
.big p {
  font-size: 1.8rem;
  margin: 1.5em 0;
}
.subnav2 {
  text-align: center;
}
.subnav2 ul {
  margin: 4em 0;
}
.subnav2 a {
  font-size: 1.5rem;
}
.dgal {
  display: flex;
  flex-wrap: wrap;
}
.dgal img {
  width: 100%;
}
.dgal div {
  width: 25%;
}
/*chooser*/
.chooser-wrap {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 1%;
}
.chooser-wrap h3 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin: 0.5em 0;
}
.choos {
  background-image: url(../img/choos-desk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.choos-contact {
  text-align: center;
  padding: 1em 0;
}
.choos-contact div {
  margin-left: 0.8em;
  display: inline;
}
.con-dat2 {
  padding: 2%;
}
.con-dat2 img {
  width: 1.2em;
  hight: 1.2em;
}
.con-dat2 p {
  font-size: 1.2rem;
  display: inline;
}
.chooser-wrap h1, .chooser-wrap h2 {
  text-align: center;
}
.chooser-wrap h1 {
  font-size: 3rem;
  line-height: 3.8rem;
}
.chooser-wrap h2 {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.choos-lang p {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin: 0.5em 0;
  text-transform: uppercase;
}
.choos-lang {
  padding: 3em 0 2em;
}
.choos1 p {
  font-size: 1rem;
  text-align: justify;
}
.choos1 {
  margin: 3.5em 0 3em;
}
.chooser-wrap li {
  line-height: 7rem;
  font-size: 2.3rem;
  display: inline;
  text-align: center;
}
.chooser-wrap a {
  margin: 2em 1em;
}
.chooser-wrap ul {
  text-align: center;
}
/*header*/
.head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social {
  margin: 1% 1% 0;
  width: 50%;
  text-align: right;
}
.inli {
  display: inline;
}
.social a {
  margin: 0.05em;
}
.social img {
  width: 2em;
  height: 2em;
  padding: 0.5%;
}
.logo img {
  width: 20em;
  padding: 1%;
  margin: 2%;
}
.social a {
  text-decoration: none;
}
.social a:hover {
  text-decoration: none;
}
.con-dat1 img {
  width: 1.5em;
  margin: 0 0.5em -0.8em 0;
}
.con-dat1 p {
  font-size: 1rem;
  display: inline;
}
.con-dat1 {
  margin-top: 0.5em;
}
/*main-nav*/
.hmbrgr {
  position: relative;
  display: inline-block;
}
.hmbrgr span {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: inline-block;
}
.hmbrgr.expand span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hmbrgr.expand span:nth-child(2) {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.hmbrgr.expand span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header {
  margin-bottom: 1em;
}
.header-wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em;
}
nav {
  margin-bottom: 1em;
}
nav a {
  font-size: 1rem;
  margin: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
}
.navitem {
  display: inline;
  text-align: center;
}
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: antiquewhite;
  margin: 6px 10px;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.mob-wrapper {
  display: none;
}
/*footer*/
footer {
  border-top: solid #FAEBD7 0.0625em;
}
.copy {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: solid #FAEBD7 0.0625em;
}
.copy p, .copy a {
  font-size: 0.8rem;
  margin: 1em 0.5em 0.5em 0;
}
.foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 1em auto;
}
.fo1, .fo2, .fo3 {
  width: 30%;
  text-align: center;
}
.fo2 p {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.fo2 img {
  padding-bottom: 1em;
}
.fo3 a {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.con-dat2 img {
  width: 1em;
}
.con-dat2 p {
  font-size: 1rem;
  display: inline;
  margin-left: 0.8em;
}
.con-dat2 {
  margin-top: 0.8em;
}
/*gallery*/
.gal-con {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 0;
}
.gal-con p {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.example-image {
  width: 188px;
  height: 250px;
}
.center {
  text-align: center;
  padding: 1% 0;
  margin: 1%;
}
.gal {
  margin: 0 auto;
  max-width: 1200px;
}
.gal h1 {
  margin: 0.7em 0 1.3em;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
}
.gal h2 {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}
.gal h3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
.gal h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  font-style: italic;
  margin-bottom: 1em;
}
.gal p {
  line-height: normal;
}
.space {
  margin-top: 1em;
}
.vid-announce {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px antiquewhite solid;
}
.vid-pic img {
  width: 100%;
}
.vid-pic {
  width: 34%;
  padding: 0.5%;
}
.vid-text {
  width: 62%;
  padding: 0.5%;
}
.mobil {
  display: none;
}
.ugal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3%;
  box-shadow: 1px 1px 5px;
}
.ugal img {
  width: 95%;
  padding: 3% 3% 0 3%;
  text-align: center;
}
.ugal div {
  width: 50%;
}
.back {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3%;
}
.back a {
  font-size: 1.2rem;
}
/*contact*/
.form-wrapper {
  max-width: 1024px;
  margin: 1em auto;
}
.form-wrapper h1 {
  margin-bottom: 0.2em;
  text-align: center;
}
.form-wrapper h2 {
  margin-bottom: 0.5em;
  text-align: center;
}
.form-wrapper p {
  line-height: 2rem;
}
.even-f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-content, .form-con {
  width: 45%;
  margin: 1.5em auto 1em;
}
.form-con img {
  width: 100%;
}
.con-dat img {
  width: 1.5em;
}
.con-dat p {
  font-size: 1.5rem;
  display: inline;
  margin-left: 0.8em;
}
.con-dat {
  margin-top: 1.5em;
}
/*about*/
/*slider*/
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0
}
.unslider-wrap {
  position: relative
}
.unslider-wrap.unslider-carousel > li {
  float: left
}
.unslider-vertical > ul {
  height: 50vw;
}
.unslider-vertical li {
  float: none;
  width: 50vw;
}
.unslider-fade {
  position: relative
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer
}
.unslider-arrow.next {
  left: auto;
  right: 20px
}
.unslider img {
  width: 100%;
}
.pic {
  width: 100%;
  height: auto;
}
.myslide p {
  font-size: 5rem;
  line-height: 6rem;
  margin-top: 2%;
  text-transform: uppercase;
  text-align: center;
  padding: 2%;
}
/*home video*/
.ses {
  margin-top: 2em;
}
/*home about-text*/
.about-text {
  max-width: 1024px;
  margin: 5em auto;
  padding: 0 1%;
}
.about-text h1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0.1em;
}
.about-text h2 {
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.6rem;
  margin: 1.3em 0 1.5em;
}
.about-text p {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.about-text div {
  margin-top: 2em;
}
.subnav {
  text-align: center;
}
.subnav ul {
  margin-bottom: 4em;
}
.subnav a {
  font-size: 1.8rem;
}
/*home-banner*/
.ban {
  text-align: center;
}
.ban img {
  filter: grayscale(100%);
}
.long img {
  width: 20em;
  height: 2.5em;
}
.high img {
  width: 5em;
  height: 5em;
}
/*session-info*/
.con2 {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1%;
}
.con2 h2 {
  text-align: start;
}
.sub-nav li {
  margin: 0.8em 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.sub-nav, .info-pic {
  width: 50%;
}
.info-pic img {
  width: 100%;
}
.session-en-wrap p {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.info-wrap {
  margin-top: 5em;
}
.info-wrap h2 {
  margin: 2.5em 0 0.7em;
  font-size: 2rem;
}
.info-wrap p {
  font-size: 1.5rem;
  line-height: 2rem;
}
/*fetish*/
.fetish-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1%;
}
.fetish-wrap img {
  width: 100%;
}
.fetish-wrap p {
  font-size: 1.5rem;
  padding: 2.5% 0;
  line-height: 2rem;
}
.fetish-wrap h2 {
  margin-bottom: 0.5em;
  font-size: 2rem;
}
.fetish-high, .lim {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
}
.fetish-high div, .lim div {
  width: 45%;
}
.fetish-list {
  text-align: justify;
  font-size: 3rem;
  line-height: 4rem;
  margin: 2em 0;
}
/*privacy*/
.priv {
  max-width: 1024px;
  margin: 0 auto;
}
.priv h1, .priv h2 {
  margin: 2.5em 0 1em;
}
/*dungeon*/
.center {
  text-align: center;
}
.up {
  margin-bottom: 3em;
}
.room {
  max-width: 1024px;
  margin: 3em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1%;
}
.room-pic img {
  width: 100%;
}
.room-pic {
  width: 35%;
}
.room-text {
  width: 60%;
}
.room h3 {
  font-size: 2.3rem;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.room p {
  line-height: normal;
  font-size: 1.2rem;
}
/*Events*/
.event-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1%;
}
.event-just {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3% 1%;
  border-bottom: solid 0.125rem antiquewhite;
}
.event-pic {
  width: 40%;
}
.event-text {
  width: 50%;
}
.event-pic img {
  width: 100%;
}
.event-wrap h1 {
  text-align: center;
  margin-bottom: 2.5em;
}
.heel {
  margin-bottom: 1em;
}
.event-just h2, .event-just h3, .event-just h5 {
  margin-bottom: 0.8em;
  text-align: center;
}
.event-just p {
  line-height: 1.5rem;
  text-align: center;
}
.event-just h4 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 1100px) {
  /*home slide*/
  .myslide p {
    font-size: 4rem;
    line-height: 5rem;
    margin-top: 2%;
  }
}
@media (max-width: 1010px) {
  .sis2 {
    width: 100%;
  }
  .sis1 {
    width: 50%;
    margin: 0 auto;
  }
  .det div {
    width: 100%;
  }
  /*main-nav*/
  .header-container {
    margin: 0 auto;
    z-index: 9999;
    align-items: center;
  }
  .head {
    display: block;
  }
  .social, .logo {
    margin: 0 auto;
    text-align: center;
  }
  .inli {
    display: block;
    padding: 2%;
  }
  .social a {
    margin: 0 0.7em 0;
  }
  .mob-wrapper {
    display: block;
    opacity: 0.9;
    padding: 0 0.5em;
    z-index: 9999;
    margin: 0 auto;
  }
  nav {
    display: none;
  }
  nav a {
    margin-right: 0em;
    text-decoration: none;
  }
  .navitem {
    display: block;
    background-color: #202124;
    padding: 1em 1.8em;
    text-align: start;
    border-bottom: solid 0.0625em #FAEBD7;
    font-size: 1.2rem;
  }
  /*footer*/
  .copy p {
    margin-left: 0.5em;
  }
  .fo1, .fo3 {
    width: 100%;
    text-align: center;
  }
  .fo2 {
    width: 60%;
    margin: 2em auto;
  }
  .foot {
    flex-wrap: wrap-reverse;
  }
  /*home-banner*/
  .long img {
    width: 10em;
    height: 1.5em;
  }
  .high img {
    width: 3em;
    height: 3em;
  }
  /*info*/
  .sub-nav, .info-pic {
    width: 100%;
  }
  .sub-nav li {
    text-align: center;
    font-size: 1.5rem;
    border-top: solid antiquewhite 1px;
    padding: 2%;
    margin: 0;
  }
  .sub-nav a {
    text-decoration: none;
  }
  .sub-nav h1, .sub-nav p {
    text-align: center;
    margin: 1%;
  }
  /*home slide*/
  .myslide p {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 2%;
  }
  .subnav {
    display: block;
  }
  .subnav a {
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
  }
  .subnav2 {
    display: block;
  }
  .subnav2 a {
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
  }
  /*fetishes*/
  .fetish-high div, .lim div {
    width: 99%;
  }
  .fetish-high, .lim {
    display: block;
  }
  .vid-announce {
    display: block;
  }
  .desk {
    display: none;
  }
  .mobil {
    display: block;
  }
  .vid-text {
    width: 100%;
  }
  .vid-pic {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .choos-contact div {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .room-text {
    width: 100%;
  }
  .room-pic {
    width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap {
    margin: 0 auto;
  }
  .logo img {
    width: 15em;
  }
  /*home slide*/
  .myslide p {
    margin-top: 2%;
  }
  /*form*/
  .form-content, .form-con {
    width: 95%;
  }
  /*Event*/
  .event-pic, .event-text {
    width: 100%;
    margin-top: 2%;
  }
}
@media screen and (max-width: 600px) {
  /*home slide*/
  .myslide p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .dgal div {
    width: 50%;
  }
  .ugal div {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .sis1 {
    width: 80%;
  }
  /*chooser*/
  .chooser-wrap li {
    display: block;
  }
  /*home*/
  .about-text p {
    font-size: 1.5rem;
  }
}