@charset "UTF-8";
@font-face {
  font-family: themify;
  src: url(../font/themify/themify.eot?-fvbane);
  src: url(../font/themify/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../font/themify/themify.woff?-fvbane) format("woff"), url(../font/themify/themify.ttf?-fvbane) format("truetype"), url(../font/themify/themify.svg?-fvbane#themify) format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  vertical-align: top;
}

html, body {
  font: normal 1em/2em 'Open Sans',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  background-color: #FFF;
  font-weight: 500;
}

*::-moz-selection {
  background-color: #333;
  color: #FFF;
}

*::selection {
  background-color: #333;
  color: #FFF;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

@media only screen and (min-width: 601px) {
  .mobile {
    display: none;
  }
  .desk {
    display: block;
  }
}

/* NAV START */
/* NAV START */
/* NAV START */
/* NAV START */
nav {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  height: 90px;
  z-index: 9999;
}

.iconBlock {
  display: block;
  position: fixed;
  top: 20px;
  left: 5%;
}

.iconBlock a img {
  position: relative;
  height: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.iconBlock a:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(17%) saturate(1182%) hue-rotate(309deg) brightness(100%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(64%) sepia(17%) saturate(1182%) hue-rotate(309deg) brightness(100%) contrast(88%);
  /* color: $accent; */
}

.centerLogo {
  display: block;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 350ms ease-out;
  transition: top 350ms ease-out;
}

.centerLogo > img {
  height: 50px;
}

.menuButton {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  height: 40px;
  width: 125px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 45px;
  border-radius: 2px;
  border: 1px solid #333;
  background: #FFF;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.menuButton img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  height: 15px;
}

.menuButton:hover {
  border-color: #EF8D90;
  color: #EF8D90;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.englishButton {
  position: fixed;
  right: 160px;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
}

.menuLinks {
  display: block;
  position: fixed;
  top: 60px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* background-color: red; */
  text-align: center;
}

.menuLinks > div {
  display: inline-block;
}

.menuLinks > div > a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333;
  padding: 0 1vw;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 12.5px;
  font-weight: 100;
  border-bottom: none;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  letter-spacing: 0.2vw;
}

.menuLinks > div > a:hover {
  color: #EF8D90;
  border-bottom: 1px solid #EF8D90;
}

/* SUBMENUS  */
/* SUBMENUS  */
/* SUBMENUS  */
/* SUBMENUS  */
.submenu {
  position: fixed;
  display: block;
  top: 30px;
  width: 90%;
  left: 5%;
  background-color: #EEEEEE;
  font-size: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
  text-align: left;
}

.submenu a {
  position: relative;
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: 1px;
  padding: 30px;
  width: 50%;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #EEEEEE;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.submenu a::after {
  position: absolute;
  content: "+";
  font-size: 16px;
  right: 20px;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.submenu > a:hover {
  background-color: #f6bac3;
  color: #FFF;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.submenu > a:hover::after {
  content: '>';
  right: 15px;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #FFF;
}

.showSubMenu {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

/* SCROLL PC ANIMATION  */
/* SCROLL PC ANIMATION  */
/* SCROLL PC ANIMATION  */
.englishButton {
  position: fixed;
  top: 10px;
  right: 150px;
  -webkit-transition: top 350ms ease;
  transition: top 350ms ease;
}

.otoiawaseButton {
  position: fixed;
  top: 10px;
  right: 30px;
  -webkit-transition: top 350ms ease;
  transition: top 350ms ease;
}

.moveUp {
  position: fixed;
  top: -90px;
  -webkit-transition: top 350ms ease;
  transition: top 350ms ease;
}

.moveUpMenu {
  position: fixed;
  top: 15px;
  line-height: 45px;
  -webkit-transition: top 350ms ease;
  transition: top 350ms ease;
}

.desk, .menuLinks, .iconBlock, .submenu {
  -webkit-transition: top 350ms ease;
  transition: top 350ms ease;
}

.otoiawaseButton {
  right: 15px;
}

.desk {
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
}

.slim {
  height: 60px;
}

.iconBlockUp {
  position: fixed;
  top: -90px;
}

.submenuUp {
  top: 45px;
}

.mobileMenuWhiteBlock {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  background-color: #FFF;
}

.burger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 50px;
  z-index: 0;
}

.burger img {
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobileLogo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  margin-left: -65px;
}

.mobileLogo img {
  width: 129px;
  padding: 10px 0;
}

.slidingMenu {
  background-color: #FFF;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 80vw;
  height: calc(100vh - 50px);
  position: absolute;
  z-index: 1002;
  /* left: -150px; */
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
}

.mobileMenuCloseBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottomLine {
  border-bottom: #333 1px solid;
}

.dashLine {
  border-bottom: #333 1px dashed;
  margin-left: 20px;
}

.mobileMenuCloseBtn img {
  height: 100%;
}

.mobileSlideButton {
  font-size: 3vw;
  letter-spacing: 3px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 60px;
  width: 100%;
  background-color: #FFF;
  padding-left: 50px;
  position: relative;
}

.mobileSlideButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  color: #333;
}

.miniFacebook, .miniInstagram, .miniYoutube {
  height: 3vw;
  width: 3vw;
  margin-right: 1vw;
}

.miniPencil, .miniMail, .miniPhone, .miniHome {
  height: 3.5vw;
  width: 3.5vw;
  margin-right: 1vw;
}

.mobileMenuArea {
  background-color: #FFF;
  display: block;
  position: fixed;
  left: -80vw;
  top: 0vw;
  bottom: 0;
  width: 80vw;
  z-index: 1002;
  -webkit-box-shadow: 0 0 5px 0 #333;
          box-shadow: 0 0 5px 0 #333;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.mobileMenuOpen {
  left: 0;
}

/* NAV END */
/* NAV END */
/* NAV END */
/* NAV END */
/* NAV END */
/* FOOTER AREA START */
/* FOOTER AREA START */
/* FOOTER AREA START */
/* FOOTER AREA START */
/* FOOTER AREA START */
/* FOOTER AREA START */
/* FOOTER AREA START */
.footer {
  position: relative;
  width: 100%;
  padding-top: 90px;
  background: url(../images/paper.png) repeat #FFF;
  bottom: 0;
}

.footerInside {
  font-size: 0;
  padding: 50px 0;
  margin: 0 5%;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerInfoBox {
  display: inline-block;
  margin: 0;
  width: calc(100% / 3);
  padding: 5px 2.5%;
  position: relative;
  z-index: 0;
  height: 196px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.footerInfoBox::before, .footerInfoBox::after {
  content: "";
  display: block;
  overflow: hidden;
}

.footerInfoBox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  content: "";
  border-right: #FFF 1px solid;
  z-index: 0;
}

.txtArea {
  margin-top: 20px;
}

.footerInfoBox p {
  font-size: 12px;
  text-indent: -0.5em;
  margin-top: -0.5em;
}

.footerInfoBox h3 {
  font-size: 13px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.footerCenter {
  font-weight: 500;
  display: block;
}

.imgArea {
  float: left;
  width: 30%;
}

.imgArea img {
  width: 100%;
}

.accessBox .footerCenter .txtArea {
  float: right;
  width: 62.5%;
}

.footerCenter .linkArea {
  margin-top: 10px;
  text-align: left;
}

.txtArea h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-top: -0.5em;
  text-align: center;
}

.contactBox .footerCenter .txtArea {
  float: right;
  width: 100%;
}

.contactBox ul {
  padding: 0;
}

.contactBox ul li {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  position: relative;
  left: 0%;
  z-index: 1;
  padding: 0;
  font-weight: 500;
}

.contactBox ul li .tel {
  color: #333;
  border: #333 1px dashed;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contactBox ul li a {
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

.contactBox ul li .tel:before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 15px;
  content: "";
  background: url(../images/phone.png) left center no-repeat;
  background-size: contain;
}

.contactBox ul li .mail:hover {
  color: #EF8D90;
  background-color: #FFF;
  border: #333 1px solid;
}

.contactBox ul li .mail {
  color: #333;
  border: #333 1px solid;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contactBox ul li .mail::before {
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  width: 20px;
  content: "\e75a";
  font-weight: normal;
  font-family: "themify";
}

.contactBox ul li .mail:hover > .contactBox ul li .mail::before {
  background: url(../images/mail-EF8D90.png) left center no-repeat;
}

.footerInside2 {
  padding: 40px 0;
  margin: 0 5%;
  background-color: #FFF;
  border-top: #333 1px solid;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerInside2 h3 {
  font-size: 13px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.footerInside2 .sns {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.footerInside2 .sns li {
  display: inline-block;
  width: 20%;
  position: relative;
  z-index: 2;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  vertical-align: top;
  font-size: 0;
}

.footerInside2 .sns li a {
  display: block;
  font-size: 12px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0 20%;
}

.footerInside2 .sns li a:hover {
  color: #7eccd6;
}

.footerInside2 .sns li a span {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  vertical-align: top;
}

.footerInside2 .sns li a span::after {
  position: absolute;
  bottom: -5px;
  left: 33%;
  right: 33%;
  height: 1px;
  content: "";
  background: transparent;
}

.footerInside2 .sns li a i {
  font-size: 13px;
  line-height: 30px;
  padding-right: 5px;
}

[class*=" ti-"], [class^=ti-] {
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.ti-facebook:before {
  content: "\e741";
}

.footerInside2 .sns li:after {
  position: absolute;
  top: 50%;
  right: -8px;
  content: "";
  width: 16px;
  height: 0;
  border-bottom: #ededed 1px solid;
  z-index: -1;
}

.footerInside2 .sns li:last-child::after {
  display: none;
}

.footerGroup {
  padding: 40px 5%;
  margin: 0 5%;
  background-color: #FFF;
  border-top: #ededed 1px solid;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footerGroup h3 {
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

h4 {
  font-size: 13px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 2px;
  line-height: 1.7;
}

.kyotoText {
  margin-top: 3px;
  font-size: 13px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.7;
}

.kyotoContainerBorder {
  display: inline-block;
  padding: 20px;
  border: 1px solid #FFF;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.kyotoContainer {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kyotoImg {
  display: block;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  opacity: 1;
}

.kyotoContainer:hover .kyotoImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.8;
}

.kyotoLogo {
  display: block;
  position: absolute;
  width: 20%;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bottomFooter {
  display: block;
  position: relative;
  margin: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5% 0 5%;
}

.footerButtonArea {
  position: absolute;
  left: 5%;
}

.footerButton {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  font-size: 11px;
  width: 100px;
  /* TOP RIGHT BOTTOM LEFT */
  padding: 2px 5px 2px 15px;
  border-radius: 25px;
  background-color: #FFF;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .footerButton:last-of-type {
    margin-top: 10px;
  }
}

.footerButton::before {
  position: absolute;
  left: 15px;
  display: block;
  font-size: 13px;
  font-family: 'themify';
  font-weight: normal;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.twitterButton::before {
  content: "\e74b";
  color: #1da1f2;
}

.facebookButton::before {
  content: "\e741";
  color: #3765a3;
}

.footerButton:hover {
  color: #FFF;
}

.twitterButton:hover {
  background-color: #1da1f2;
}

.twitterButton:hover::before, .facebookButton:hover::before {
  color: #FFF;
}

.facebookButton:hover {
  background-color: #3765a3;
}

.footerEndTextArea {
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  font-size: 11px;
}

/* FOOTER AREA END */
/* FOOTER AREA END */
/* FOOTER AREA END */
/* FOOTER AREA END */
/* FOOTER AREA END */
/* FOOTER AREA END */
/* FOOTER AREA END */
/* MOBILE */
@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
    height: 50px;
  }
  .desk {
    display: none;
  }
  .footer {
    padding-top: 20px;
  }
  .footerInside {
    padding: 0px;
  }
  .footerInfoBox {
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #F1F1F1;
    height: auto;
    padding-bottom: 20px;
  }
  .txtArea > p {
    font-size: 16px;
  }
  .txtArea > h4 {
    font-size: 16px;
  }
  .footerInfoBox > h3 {
    margin: 10px 0;
  }
  .footerInfoBox > p {
    padding: 20px 0;
  }
  .tel, .mail {
    border-radius: 25px;
    margin-bottom: 10px;
  }
  .footerButtonArea {
    position: relative;
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
  }
  .footerButton {
    width: 150px;
    margin: 0;
  }
  .sns {
    margin-bottom: 20px;
    font-size: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    text-align: center;
    /* flex-flow: row wrap;
     align-content: flex-start;
     justify-content: space-around; */
    position: relative;
    /* background-color: red; */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sns > li {
    display: inline-block;
    text-align: center;
    width: 90% !important;
    left: 5%;
    /* background-color: #1da1f2; */
    overflow: hidden;
  }
  .sns > li > a {
    display: block;
    background-color: #FFF;
    width: 100% !important;
    line-height: 40px;
    height: 40px;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-radius: 40px;
  }
  .sns > li > a > span {
    /* background-color: $color; */
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
  }
}

.myBlock {
  display: block;
  content: '';
  position: relative;
  top: 90px;
  background-color: aliceblue;
  width: 100%;
  height: calc(100vh - 90px);
  margin-bottom: 90px;
}

.myBlock .v-header {
  height: calc(100vh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.myBlock .v-header .fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.myBlock .v-header .fullscreen-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .myBlock .v-header .fullscreen-video-wrap video {
    width: 100%;
    height: auto;
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .myBlock .v-header .fullscreen-video-wrap video {
    width: auto;
    height: 100%;
    width: 300%;
    left: -100%;
  }
}

.myBlock .container {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.header-overlay {
  height: calc(100vh-90px);
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.5;
  z-index: 1;
}

.header-content {
  z-index: 2;
  text-align: left;
}

.header-content img {
  -webkit-filter: invert(100%) brightness(900%);
          filter: invert(100%) brightness(900%);
}

.topConceptBlock {
  position: relative;
  text-align: center;
  padding: 40px 5%;
}

.topConceptBlock img {
  height: 50px;
}

.topConceptBlock h1 {
  font-family: cursive;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 50px;
  font-weight: 100;
}

.topConceptBlock h3 {
  line-height: 30px;
  font-size: 16px;
  font-weight: 800;
}

.topConceptBlock p {
  font-size: 12px;
}

.button {
  position: relative;
  font-size: 12px;
  background: #333;
  color: #FFF;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  padding: 10px 20px;
  margin: 40px 0px;
  border-radius: 18px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.button:hover {
  background: #f6bac3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.largeButton {
  position: relative;
  font-size: 16px;
  background: #333;
  color: #FFF;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  padding: 0 20px;
  margin: 40px 0px;
  border-radius: 18px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.largeButton:hover {
  background: #f6bac3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.whiteButton {
  position: relative;
  font-size: 12px;
  background: #FFF;
  color: #333;
  border: 1px solid #EEEEEE;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  padding: 10px 20px;
  margin: 40px 0px;
  border-radius: 18px;
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
}

.whiteButton:hover {
  color: #EF8D90;
  border-color: #f6bac3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: color 500ms ease, border-color 500ms ease;
  transition: color 500ms ease, border-color 500ms ease;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #EEEEEE;
  padding-top: 30px;
  margin: 30px 0;
}

.card .cardDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 30%;
}

.card .cardSlideshow {
  display: block;
  position: relative;
  width: 50%;
}

.card .cardSlideshow div {
  height: 300px;
}

.card .cardSlideshow div img {
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 650px) {
  .card {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
        grid-template-areas: "deta" "slid";
  }
  .card .cardDetail {
    margin-top: 20px;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: slid;
    width: 100%;
  }
  .card .cardSlideshow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: deta;
    width: 100%;
  }
}

.centerButtons {
  text-align: center;
  margin: 80px 0;
}

.centerButtons a {
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 40px;
}

.centerButtons a:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 650px) {
  .centerButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0;
  }
  .centerButtons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
    margin: 20px 0;
    width: 80%;
  }
}

.slick-arrow {
  z-index: 20;
  width: 30px;
  height: 30px;
}

.slick-arrow::before {
  color: #f6bac3;
  font-size: 20px;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

.headline {
  text-align: center;
}

.headline h1 {
  font-family: 'Satisfy', cursive;
  letter-spacing: 3px;
  font-size: 50px;
}

.headline h4 {
  margin-top: 20px;
  text-align: center;
  font-weight: 100;
}

.topGallery {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0;
  width: 90%;
  left: 5%;
}

.topGallery a {
  border: 1px solid #EEEEEE;
  padding: 5px;
}

.topGallery .photoImg {
  padding: 10px;
  margin: 10px;
  height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0.8;
}

.topGallery .photoImg:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.topGallery .topimg1 {
  background-image: url(../gallery/top/80894421_200603267656607_8945718823307879789_n.jpg);
}

.topGallery .topimg2 {
  background-image: url(../gallery/top/81219457_489016672016704_2831830035700993247_n.jpg);
}

.topGallery .topimg3 {
  background-image: url(../gallery/top/81659425_126312228869274_2797756317030482008_n.jpg);
}

.topGallery .topimg4 {
  background-image: url(../gallery/top/81739804_477852696498138_8233491681407229283_n.jpg);
}

.topGallery .topimg5 {
  background-image: url(../gallery/top/81768547_1901909969952516_879242406049278389_n.jpg);
}

.topGallery .topimg6 {
  background-image: url(../gallery/top/81799309_179053949852020_6965445296759328960_n.jpg);
}

.topGallery .topimg7 {
  background-image: url(../gallery/top/81817503_167342071346966_3850961344888909057_n.jpg);
}

.topGallery .topimg8 {
  background-image: url(../gallery/top/81891947_636180767190681_5615408682169498904_n.jpg);
}

@media screen and (max-width: 650px) {
  .topGallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .topGallery .photoImg {
    opacity: 1;
  }
  .topGallery .photoImg:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.to_top {
  width: 60px;
  height: 60px;
  display: block;
  color: #FFF;
  background-color: #333;
  border: none;
  text-align: center;
  z-index: 9999;
  border-radius: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.to_top::after {
  font-family: 'themify';
  content: '\e648';
  font-size: 16px;
  line-height: 58px;
}

.to_top:hover {
  bottom: 20px;
}

@media screen and (max-width: 650px) {
  .to_top:hover {
    bottom: 10px;
  }
}

.showBack {
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
/*# sourceMappingURL=style.css.map */