/*# sourceURL=shared/css/shared.css */
/*@ sourceURL=shared/css/shared.css */
@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 26px;
  background-image: url(https://sakataekimae-satoshoten.site/shared/images/background.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media screen and (min-width:768px) {
  body {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.7px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
 .shippori-mincho-regular {
   font-family: "Shippori Mincho", serif;
   font-weight: 400;
   font-style: normal;
 }


/*=============================================
 ******************* main **********************
 *=============================================*/
 /* ローディング画面全体のスタイル */
 #logo_loader {
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   z-index: 101;
   background-color: #fff;
   overflow: hidden;
   animation: loaderDisappear 3s forwards; /* フェードアウトせずに消えるアニメーションを適用 */
 }

 /* ロゴ画像のスタイル */
 #logo_loader .f_logo {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 160px; /* ロゴの幅 */
   height: auto; /* ロゴの高さを自動調整 */
   opacity: 0;
   animation: logoFadeIn 1.0s ease forwards; /* ロゴのフェードインアニメーションを適用 */
 }

 /* メインコンテンツのスタイル（初期状態で非表示） */
 #main_content {
   display: none;
   opacity: 0;
   animation: contentFadeIn 1s forwards 3s; /* 3秒後に表示される */
 }

 /* ロゴのフェードインアニメーション */
 @keyframes logoFadeIn {
   0% {
     opacity: 0;
     transform: translate(-50%, -50%) scale(0.8);
   }
   100% {
     opacity: 1;
     transform: translate(-50%, -50%) scale(1);
   }
 }

 /* ローディング画面を消すアニメーション */
 @keyframes loaderDisappear {
   0% {
     opacity: 1;
     visibility: visible;
   }
   80% {
     opacity: 1;  /* 80%の時点までは透過なし */
     visibility: visible;
   }
   100% {
     opacity: 0;  /* 最後の20%で透過する */
     visibility: hidden;
   }
 }

 /* メインコンテンツのフェードインアニメーション */
 @keyframes contentFadeIn {
   0% {
     opacity: 0;
     display: block;
   }
   100% {
     opacity: 1;
     display: block;
   }
 }




 video {
   width: 100%;
   height: auto;
   z-index: 800;
 }

 .Video {
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }

 .Video iframe {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
 }


main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

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

html {
  min-width: auto;
}


#gmap {
  display: flex;
  justify-content: center;
}

.google-map iframe {
  width: 1100px;
  height: 400px;
  border: 0;
  /* 以下はオプションです。レスポンシブデザインを考慮する場合 */
  width: 100%;
  height: auto;
  margin: 0 auto;
}


/*******General********/
.btn-g1 a,
.btn-g1 span {
  font-family: 'Noto Serif JP', serif;
  display: block;
  border: 1px solid #fff;
  font-size: 12px;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin: auto;
  width: 250px;
  padding: 10px 20px 10px 20px;
}

.btn-g1 a::after,
.btn-g1 span::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (min-width:768px) {

  .btn-g1 a,
  .btn-g1 span {
    font-weight: bold;
    letter-spacing: 2px;
  }

  .btn-g1 a::after,
  .btn-g1 span::after {
    right: 50px;
  }

  .btn-g1 a:hover,
  .btn-g1 span:hover {
    opacity: 0.7;
  }
}

/*******End general*********/
/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 2.5vw;
  padding: 5px;
  width: 60%;
  color: #fff;
  position: absolute;
  right: 5px;
  top: .5%;
  line-height: 1.8em;
  z-index: 1;
}

header .logo {
  width: 22%;
  max-width: 150px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.nav-header {
  display: flex;
  height: auto;
  align-items: flex-end;
}

.nav-header>ul {
  padding-bottom: 50%;
  width: 65%;
}

.nav-header .nav-2 img {
  width: auto;
  height: 20px;
  margin-right: 7px;
}

.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
}

.nav-header a.nav-main {
  padding: 20px 18px 8px;
  position: relative;
}

.nav-header a.nav-main.active,
.nav-header a.nav-main:hover {
  position: relative;
}

.nav-header a.nav-main::before,
.nav-header a.nav-main::after {
  content: '';
  width: 0;
  height: 1px;
  background: #8c7062;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: .5s;
  position: absolute;
}

.nav-header a.nav-main::before {
  bottom: 5px;
}

.nav-header a.nav-main::after {
  bottom: 0;
}

.nav-header a.nav-main.active::before {
  width: 80%;
  transform: translateX(-50%);
}

.nav-header a.nav-main.active::after {
  width: 80%;
  transform: translateX(-50%);
}

.hamberger-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 65px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #000;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}

.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -9px;
}

.hamberger-btn span::before {
  top: 9px;
}

#head-key {
  position: relative;
}

#head-key::after {
  content: '';

  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.head-info {
  margin-right: 0px;
  display: none;
}

#key-box {
  position: relative;
}

#key-box .keyvisual {
  padding: 25% 0 50px 150px;
  margin-left: -50px;
}

#key-box .keyvisual .slick-slide {
  margin-right: 10px;
}

#key-box .keyvisual li {
  margin-right: 10px;
  height: 350px;
}

#key-box .keyvisual li img {
  height: 350px;
  object-fit: cover;
}

#key-box .kv-img {
  padding: 25% 0 100px 150px;
  margin-left: -50px;
  margin-bottom: -50px;
  height: 350px;
}

#key-box .kv-img img {
  height: 350px;
  object-fit: cover;
}

#key-box .desc {
  writing-mode: vertical-rl;
  position: absolute;
  height: 250px;
  left: 20px;
  top: 40%;
  color: #d84d0a;
  font-size: 35px;
  text-align: right;
  letter-spacing: 2px;
  line-height: 1.4em;
}

#key-box .desc>span {
  display: block;
}

#key-box .desc>span:first-child {
  margin-bottom: 25px;
}

#key-box .desc>span .large {
  font-size: 150%;
}

#key-box .desc.desc-child {
  writing-mode: horizontal-tb;
  top: 50%;
  height: 50px;
  font-weight: bold;
  font-size: 40px;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}

.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 46%;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn::after {
  content: "CLOSE";
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.nav-header {
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: #312219;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.menu-open .nav-header {
  left: 0;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
  padding-bottom: 15%;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100%);
  height: 65px;
  background: #312219;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
  box-shadow: 0 0px 10px 0px rgb(0 0 0 / 15%);
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  padding-right: 15px;
}

#fixed-sp ul li {
  height: 50px;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#fixed-sp ul li:first-child {
  width: 24%;
  border-right: 1px solid #8c7062;
}

#fixed-sp ul li:first-child a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#fixed-sp ul li:first-child a img {
  display: block;
  width: 13px;
}

#fixed-sp ul li:first-child a span {
  display: block;
  width: 100%;
  text-align: center;
}

#fixed-sp ul li:first-child img {
  width: 30px;
}

#fixed-sp ul li:nth-child(2) {
  width: 32%;
  font-size: 12px;
  line-height: 20px;
}

#fixed-sp ul li:nth-child(3) {
  width: 22%;
}

#fixed-sp ul li:nth-child(3) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#fixed-sp ul li:nth-child(3) a img {
  display: block;
  width: 15px;
}

#fixed-sp ul li:nth-child(3) a span {
  display: block;
  width: 100%;
  text-align: center;
}

#fixed-sp ul li:nth-child(4) {
  width: 22%;
}

#fixed-sp ul li:nth-child(4) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#fixed-sp ul li:nth-child(4) a img {
  display: block;
  width: 19px;
}

#fixed-sp ul li:nth-child(4) a span {
  display: block;
  width: 100%;
  text-align: center;
}

#fixed-sp ul li img {
  width: auto;
}

#pagetop {
  bottom: 75px;
  width: 50px;
  z-index: 98;
}

.pc {
  display: none;
}

footer {
  padding: 15vw 0 0;
}

footer .left {
  text-align: center;
  margin-bottom: 35px;
}

footer .left .logo {
  max-width: 125px;
  margin: 0 auto 30px;
}

footer .left .tel-ft {
  margin-bottom: 35px;
  color: #fff;
}

footer .left .tel-ft dt {
  letter-spacing: 2px;
}

footer .left .tel-ft dd {
  line-height: 22px;
  font-size: 12px;
}

footer .left .tel-ft a>span {
  display: block;
}

footer .left .tel-ft .tel-icon {
  font-size: 24px;
  font-weight: bold;
}

footer .left .tel-ft .tel-icon .small {
  font-size: 14px;
}

footer .left .desc {
  background: #c5a697;
  width: 285px;
  margin: 30px auto 20px;
  color: #000;
  line-height: 25px;
  padding: 5px 0;
  position: relative;
}

footer .left .desc::after {
  content: '';
  border-top: 15px solid #c5a697;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

footer .left .btn-g1 a {
  margin: auto;
  width: 200px;
}

footer .left .btn-g1 a img {
  width: 25px;
  margin-right: 15px;
  margin-bottom: 5px;
}

footer .right {
  color: #fff;
  margin-bottom: 30px;
}

footer .right dl {
  padding: 10px 0;
  line-height: 25px;
}

footer #gmap {
  background: #000;
}

footer #gmap .wrap {
  width: 100%;
  padding: 0;
}

footer #gmap .btn-g1 a,
footer #gmap .btn-g1 span {
  margin: 15px auto 0;
  width: 250px;
}

footer .google-map iframe {
  height: 80vw;
}

footer .ft-bot {
  background: #000;
  padding: 10vw 0 30vw;
}

footer address {
  line-height: 22px;
  color: #fde2d4;
  margin-top: 10px;
}

footer address span a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    text-align: center;
    left: 30px;
    top: 10px;
  }

  header .logo img {
    width: auto;
  }

  header .logo a:hover img {
    opacity: 1 !important;
  }

  header h1 {
    font-size: 14px;
    padding: 10px;
    text-align: right;
    top: 45px;
    right: 100px;
    width: 40%;
  }

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

  #head-key .logo {
    width: auto;
  }

  .js-scroll {
    display: flex;
    justify-content: flex-start;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .menu-open {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
  }

  .nav-header {
    width: 660px;
    height: 750px;
    right: 0;
    left: auto !important;
    padding: 150px 0 80px 100px;
    box-sizing: border-box;
  }

  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
    z-index: 99;
    opacity: 1;
    padding-bottom: 0;
  }

  .nav-header>ul {
    padding-bottom: 30%;
  }

  .nav-header a.nav-main {
    font-size: 18px;
    padding: 10px 22px;
  }

  .nav-header a.nav-main:hover::before,
  .nav-header a.nav-main:hover::after {
    transform: translateX(-50%) scale(1);
    transition: .5s;
    width: 80%;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 240px;
    margin-bottom: -125px;
  }

  #head-key::after {
    width: 55%;
  }

  #key-box {
    width: 100%;
    overflow: hidden;
  }

  #key-box .keyvisual {
    padding: 135px 0 17px 150px;
    width: 75%;
    margin-left: auto;
  }

  #key-box .keyvisual li {
    height: 660px;
  }

  #key-box .keyvisual li img {
    height: 660px;
  }

  #key-box .kv-img {
    width: 90%;
    height: 705px;
    margin-left: auto;
    padding: 135px 0 45px 150px;
  }

  #key-box .kv-img img {
    height: 660px;
  }

  #key-box .desc {
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 74px;
    left: 10%;
    letter-spacing: 8px;
  }

  #key-box .desc .large {
    font-size: 114px;
  }

  #key-box .desc.desc-child {
    font-size: 120px;
    height: auto;
    top: auto;
    bottom: -20px;
    line-height: 100px;
    left: 20%;
    z-index: 99;
  }

  .head-info {
    display: block;
  }

  .head-info img {
    width: auto;
  }

  .head-info .head-contact {
    position: absolute;
    left: 205px;
    top: 35px;
    display: flex;
    align-items: center;
  }

  .head-info .head-contact dl {
    letter-spacing: 2.2px;
    line-height: 30px;
  }

  .head-info .head-contact dl dt {
    font-size: 14px;
  }

  .head-info .head-contact dl dd {
    font-size: 24px;
    font-weight: bold;
  }

  .head-info .head-contact dl .small {
    font-size: 14px;
  }

  .head-info .head-contact .btn-g1 {
    margin-left: 30px;
  }

  .head-info .head-contact .btn-g1 a {
    width: 100px;
  }

  .head-info .head-contact .btn-g1 a::after {
    right: 20px;
  }

  .head-info .menu-info {
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
  }

  .head-info .menu-info .map-news {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 18px;
  }

  .head-info .menu-info .nav-h {
    display: flex;
    justify-content: space-between;
  }

  .head-info .menu-info a.nav-main {
    padding: 0 10px;
    position: relative;
    letter-spacing: 0;
  }

  .head-info .menu-info a.nav-main.active,
  .head-info .menu-info a.nav-main:hover {
    position: relative;
  }

  .head-info .menu-info a.nav-main::before,
  .head-info .menu-info a.nav-main::after {
    content: '';
    width: 0;
    height: 1px;
    background: #8c7062;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transition: .5s;
    position: absolute;
  }

  .head-info .menu-info a.nav-main::before {
    bottom: -5px;
  }

  .head-info .menu-info a.nav-main::after {
    bottom: -10px;
  }

  .head-info .menu-info a.nav-main:hover::before,
  .head-info .menu-info a.nav-main:hover::after {
    transform: translateX(-50%) scale(1);
    transition: .5s;
    width: 80%;
  }

  .head-info .menu-info a.nav-main.active::before {
    width: 80%;
    transform: translateX(-50%);
  }

  .head-info .menu-info a.nav-main.active::after {
    width: 80%;
    transform: translateX(-50%);
  }

  .hamberger-btn {
    top: 0;
    bottom: auto;
    cursor: pointer;
    width: 125px;
    height: 125px;
    opacity: 0;
    visibility: hidden;
  }

  .hamberger-btn:hover {
    opacity: 0.7;
  }

  .hamberger-btn span {
    width: 60px;
  }

  .hamberger-btn span::before {
    width: 60px;
    top: 15px;
  }

  .hamberger-btn span::after {
    width: 60px;
    top: -15px;
  }

  .hamberger-btn::after {
    bottom: 25px;
    font-size: 12px;
  }

  .menu-open .hamberger-btn span {
    top: 35px;
    left: 40%;
  }

  .head-info .contact {
    display: flex;
    align-items: center;
    position: absolute;
    top: 52px;
    right: 145px;
    opacity: 0;
    visibility: hidden;
  }

  .head-info .contact dl {
    font-weight: bold;
    text-align: left;
    margin-right: 30px;
  }

  .head-info .contact dl dt {
    font-size: 14px;
  }

  .head-info .contact dl dd .tel-icon {
    font-size: 14px;
  }

  .head-info .contact dl dd .number {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .head-info .contact .btn-g1 a {
    width: 120px
  }

  .head-info .contact .btn-g1 a::after {
    right: 30px;
  }

  .menu-sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    animation: fadeInDown ease-in-out 1 normal 1000ms;
    opacity: 1;
    visibility: visible;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  .head-info .contact.fix-contact {
    background: #000;
    position: fixed;
    top: 0;
    right: 125px;
    width: 485px;
    height: 125px;
    padding: 0 25px;
    z-index: 9999;
    box-shadow: 0 0 7px 3px rgb(0 0 0 / 3%);
    animation: fadeInDown ease-in-out 1 normal 1000ms;
    opacity: 1;
    visibility: visible;
    display: flex !important;
    justify-content: space-between;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 100px 0 0;
    background: #46271a;
  }

  footer .ft-top {
    padding-bottom: 40px;
  }

  footer .ft-top .wrap {
    display: flex;
    justify-content: space-between;
  }

  footer .left {
    margin-top: 160px;
    position: relative;
  }

  footer .left::after {
    content: '';
    width: 1px;
    height: 820px;
    position: absolute;

    right: -70px;
    top: -125px;
  }

  footer .left .logo {
    margin: 0 auto 35px;
  }

  footer .left .tel-ft dt {
    font-size: 18px;
  }

  footer .left .tel-ft .tel-icon {
    display: block;
    font-size: 28px;
  }

  footer .left .tel-ft .tel-icon .small {
    font-size: 17px;
  }

  footer .left .tel-ft dd {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  footer .left .btn-g1 a {
    width: 250px
  }

  footer .left .btn-g1.btn-web a {
    padding: 10px 20px 10px 20px;
    font-size: 20px;
  }

  footer .left .btn-g1 a img {
    width: 40px;
  }

  footer .left .desc {
    width: 335px;
    margin: 65px auto 20px;
    padding: 10px 0;
    font-size: 20px;
  }

  footer .right {
    margin-top: 10px;
    margin-right: 5px;
  }

  footer .right dl {
    display: flex;
    padding: 14px 0;
    letter-spacing: 1.8px;
  }

  footer .right dl dt {
    width: 100px;
    margin-right: 15px;
  }

  footer #gmap {
    position: relative;
  }

  footer #gmap::before {
    content: '';
    background: #46271a;
    width: 100%;
    height: 40%;
    left: 0;
    top: 0;
    position: absolute;
  }

  footer #gmap .wrap {
    max-width: 1300px;
  }

  footer #gmap .google-map {
    margin: auto;
  }

  footer #gmap .google-map iframe {
    height: 500px;
  }

  footer #gmap .banner {
    display: flex;
  }

  footer #gmap .btn-g1 a,
  footer #gmap .btn-g1 span {
    font-size: 20px;
    margin: 22px 52px 0 0;
    width: 215px;
    padding: 15px 65px 15px 20px;
  }

  .btn-share a {
    color: #fde2d4;
    display: inline-block;
    margin: 10px 0 0 85px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  footer .ft-bot {
    padding: 55px 0 100px;
  }

  footer .ft-bot .wrap {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fde2d4;
    padding: 70px 0 0;
  }

  footer .ft-bot .ft-bot-left {
    width: 550px;
  }

  footer .ft-bot .ft-bot-left>ul {
    display: flex;
    justify-content: space-between;
  }

  footer .ft-bot .ft-bot-left .nav-ft-2 {
    width: 480px;
  }

  footer .ft-bot .nav-ft li {
    width: calc(100% / 6)
  }

  footer .ft-bot li a.nav-main.active,
  footer .ft-bot li a.nav-main:hover {
    opacity: 0.7;
  }

  footer address {
    text-align: right;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.3px;
  }

  footer address span a:hover {
    text-decoration: none !important;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }

  #pagetop:hover {
    opacity: 0.9;
  }

  #socialbuttons {
    max-width: 350px;
  }

  address {
    padding: 25px 0 10px;
  }

  address a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }

  address span {
    display: block;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: '';

}

[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}

.slick-next {
  right: 0;
  background-size: 100%;
  width: 40px;
  height: 40px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: '';
  color: #fff;
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #b10505;
}

.dot_right .slick-dots {
  text-align: right;
}

.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;

}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);

  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);

  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);

  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);

  }
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

@media (min-width:768px) and (max-width:1500px) {
  footer .ft-bot .wrap {
    padding: 70px 20px 0;
  }

  #banner {
    padding: 0 20px;
  }
}

@media (min-width:1301px) and (max-width:1500px) {}

@media (min-width:768px) and (max-width:1300px) {
  header h1 {
    width: 30%;
    top: 35px;
  }


}