@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  color: #17110f;
  font-family: "Shippori Mincho B1", serif;
  font-size: 15px;
  line-height: 30px;
  background: url(../img/shared/pt1.jpg);
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.5px;
}

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

  /* width */
  ::-webkit-scrollbar {
    width: 3px;
    position: absolute
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho B1", serif;
}

.fnt-sort {
  font-family: 'Sorts Mill Goudy';

}

/*=============================================
*************** mobie first header ************
*=============================================*/
header h1 {
  font-size: 12px;
  padding: 5px;
  width: 80%;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 600px;
  line-height: 20px;
  z-index: 1;
}

header .logo {
  width: 35%;
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 1;
}

header .catch {
  position: absolute;
  left: 8%;
  top: 320px;
  z-index: 9;
  width: 84%;
}

.nav-header {
  width: 100%;
  height: 100%;
  background: url(../img/shared/pt1.jpg);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 25px 150px;
  box-sizing: border-box;
  color: #3e332c;
}

.menu-open .nav-header {
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}

.nav-header .logo-menu {
  padding-top: 10%;
  width: 65%;
}

.nav-header .nav {
  display: block;
  padding-top: 5%;
  height: auto;
}

.nav-header .nav li:first-child a.nav-main {
  border-top: 1px solid #978f87;
}

.nav-header .nav a.nav-main {
  padding: 10px 10px 5px;
  font-size: 20px;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #978f87;
}

.nav-header .nav a.nav-main span:first-child {
  padding-right: 15px;
  font-family: 'Sorts Mill Goudy';

}

.nav-header .nav a.nav-main span:last-child {
  font-size: 16px;
  line-height: 24px;
}

.nav-header a.nav-main.active {
  color: #8c5d2e;
}

.nav-header .nav-2 {
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: 'Sorts Mill Goudy';
  letter-spacing: 1px;
}

.nav-header .nav-2 li {
  position: relative;
}

.nav-header .nav-2 li::after {
  content: '';
  width: 1px;
  height: 15px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #3e332c;
  position: absolute;
}

.nav-header .nav-2 li:last-child::after {
  display: none;
}

.nav-header .nav-2 li a {
  display: block;
  padding-left: 15px;
  position: relative;
  margin-right: 25px;
  font-size: 17px;
  letter-spacing: 2px;
}

.nav-header .nav-2 li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav-header .nav-2 li:first-child a::before {
  background: url(../img/shared/icon_info_menu.png) no-repeat 0 0/100%;
  width: 19px;
  height: 19px;
  left: -8px;
  top: 45%;
}

.nav-header .nav-2 li:nth-child(2) a::before {
  background: url(../img/shared/icon_floor_menu.png) no-repeat 0 0/100%;
  width: 12px;
  height: 22px;
}

.nav-header .nav-2 li:nth-child(3) a::before {
  background: url(../img/shared/icon_map_menu.png) no-repeat 0 0/100%;
  width: 12px;
  height: 22px;
}

.nav-header .nav-3 {
  margin-bottom: 30px;
  font-family: 'Sorts Mill Goudy';
}

.nav-header .nav-3 li a {
  display: block;
  padding: 10px 10px 5px;
  text-align: center;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #685e57;
  font-size: 16px;
  font-family: 'Sorts Mill Goudy';
  margin: 0 auto 10px;
  letter-spacing: 2px;
  position: relative;
}

.nav-header .nav-3 li a::after {
  content: '';
  background: url(../img/shared/icon_arrow_b.png) no-repeat center center/70%;
  width: 32px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.nav-header .btn-social {
  padding-bottom: 50px;
  font-family: 'Sorts Mill Goudy';
}

.nav-header .btn-social a {
  display: block;
  margin: 0 10px;
}

.nav-header .btn-social a img {
  width: 35px;
}

/* .nav-header .btn-social li:last-child a {
  padding-right: 30px;
  border-bottom: 1px solid;
  position: relative;
} */

/* .nav-header .btn-social li:last-child a::after {
  content: '';
  background: url(../img/shared/icon_news_menu.png) no-repeat 0 0/100%;
  width: 25px;
  height: 25px;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
} */

.nav-header .phone-menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}

.nav-header .phone-menu dt {
  margin: 0 5px 0 0;
}

.nav-header .phone-menu dd {
  font-size: 26px;
  letter-spacing: 2px;
}

.nav-header .phone-menu img {
  width: auto;
  margin: 0 3px 5px 0;
}

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

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

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

#key-box .keyvisual li.slide-01 img {
  object-position: 30% 50%;
}

#key-box .keyvisual li.slide-03 img {
  object-position: 16% 50%;
}

.hamberger-btn {
  padding-bottom: 65px;
}

.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 9px;
  content: "MENU";
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 'Sorts Mill Goudy';
}

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

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

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

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

.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;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}

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

#fixed-sp ul {
  display: flex;
  background: url(../img/shared/pt1.jpg);
  border-top: 1px solid #1e1011;
}

#fixed-sp ul li {
  width: calc(50% / 3);
  height: 65px;
  position: relative;
}

#fixed-sp ul li:first-child {
  width: 50%;
  background: #b38c4a;
  color: #fff;
}

#fixed-sp ul li:first-child a {
  flex-wrap: nowrap;
}

#fixed-sp ul li:first-child a span {
  width: auto;
  font-size: 14px;
  letter-spacing: 1px;
}

#fixed-sp ul li:first-child a span:first-child {
  margin-bottom: 5px;
  margin-right: 10px;
}

#fixed-sp ul li:nth-child(2),
#fixed-sp ul li:nth-child(3) {
  border-right: 1px solid #2d221d;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
}

#fixed-sp ul li a span {
  width: 100%;
}

#fixed-sp ul li a span:first-child {
  margin-bottom: -10px;
}

#fixed-sp ul li:nth-child(1) a img {
  width: 18px;
}

#fixed-sp ul li:nth-child(2) a img {
  width: 20px;
}

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

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

/*=============================================
*************** mobie first footer ************
*=============================================*/
footer {
  background: url(../img/shared/pt2.jpg) repeat 0 0/auto;
  color: #fff;
  padding: 50px 0 120px;
}

footer .ft-top {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

footer .logo {
  width: 150px;
  margin: 0 auto 30px;
}

footer .phone-t1 {
  margin-bottom: 15px;
}

footer .nav-2 {
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: 'Sorts Mill Goudy';
  letter-spacing: 1px;
}

footer .nav-2 li {
  position: relative;
}

footer .nav-2 li::after {
  content: '';
  width: 1px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  position: absolute;
}

footer .nav-2 li:last-child::after {
  display: none;
}

footer .nav-2 li a {
  display: block;
  padding-left: 15px;
  position: relative;
  margin-right: 40px;
  letter-spacing: 2px;
}

footer .nav-2 li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .nav-2 li:last-child a {
  margin-right: 0;
}

footer .nav-2 li:first-child a::before {
  background: url("../img/shared/icon_info.png") no-repeat 0 0/100%;
  width: 19px;
  height: 19px;
  left: -8px;
  top: 45%;
}

footer .nav-2 li:nth-child(2) a::before {
  background: url("../img/shared/icon_floor.png") no-repeat 0 0/100%;
  width: 12px;
  height: 22px;
}

footer .nav-2 li:nth-child(3) a::before {
  background: url("../img/shared/icon_map.png") no-repeat 0 0/100%;
  width: 12px;
  height: 22px;
}

footer .btn-web-1 {
  margin-bottom: 10px;
}

footer .desc-1 span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

#socialbuttons {
  margin-bottom: 10px;
}

footer .btn-link span {
  display: block;
  width: max-content;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin: 0 auto 25px;
  padding-right: 15px;
  position: relative;
  font-size: 12px;
}

footer .btn-link span::after {
  content: '';
  background: url(../img/shared/icon_url.png) no-repeat 0 0/100%;
  width: 9px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

footer address {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 26px;
}

footer .page-top {
  width: 85px;
  margin: auto;
}

/* footer .nav-ft-2 {
  margin-bottom: 30px;
  font-family: 'Sorts Mill Goudy';
}

footer .nav-ft-2 li a {
  display: block;
  padding: 10px 10px 5px;
  text-align: center;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #685e57;
  font-size: 16px;
  font-family: 'Sorts Mill Goudy';
  margin: 0 auto 10px;
  letter-spacing: 2px;
  position: relative;
}

footer .nav-ft-2 li a::after {
  content: '';
  background: url("../img/shared/icon_arrow_b.png") no-repeat center center/70%;
  width: 32px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
} */

/*=============================================
***************** CSS FOR PC ***************
*=============================================*/
@media only screen and (min-width: 768px) {

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

  header .logo {
    width: max-content;
    max-width: 100%;
    left: 50px;
    transform: translateX(0);
  }

  header .logo a:hover {
    opacity: 1;
  }

  header h1 {
    font-size: 12px;
    width: max-content;
    height: 500px;
    top: 350px;
    left: 10px;
    transform: translateX(0);
    writing-mode: vertical-rl;
    color: #9a9a9a;
  }

  header .catch {
    left: calc(50% + 235px);
    top: 425px;
    width: max-content;
  }


  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    opacity: 1;
    visibility: visible;
    transition: none;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #b6aea8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: 0.5s;
  }

  .nav-header .logo-menu {
    display: none;
  }

  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    padding-top: 0;
    width: auto;
    padding-right: 80px;
  }

  .nav-header .nav a.nav-main {
    position: relative;
    display: block;
    padding: 5px;
    margin: 0 20px;
    text-align: center;
    border-bottom: none;
  }

  .nav-header .nav a.nav-main:hover {
    color: #8c5d2e;
    opacity: 1;
  }

  .nav-header .nav a.nav-main span {
    display: block;
  }

  .nav-header .nav a.nav-main span:first-child {
    padding-right: 0;
    line-height: 20px;
  }

  .nav-header .nav a.nav-main span:last-child {
    line-height: 16px;
  }

  .nav-header .nav li:first-child a.nav-main {
    border-top: none;
  }

  .nav-header .nav li:not(:last-child) a::after {
    content: '';
    background: #9c948d;
    width: 1px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -20px;
  }

  .nav-header .nav-2 {
    padding: 0;
  }

  .nav-header .nav-3 {
    display: none;
  }

  .nav-header .btn-social {
    display: none;
  }

  .group-pc {
    display: flex;
    flex-wrap: wrap;
    max-width: 330px;
  }

  .group-pc .nav-2 {
    order: 2;
    width: 100%;
  }

  .nav-header .nav-2 li a {
    margin-right: 35px;
    letter-spacing: 2px;
    line-height: 24px;
  }

  .nav-header .nav-2 li::after {
    right: 18px;
  }

  .group-pc .phone-menu {
    order: 1;
    width: 100%;
    margin-bottom: 3px;
  }

  .nav-header .btn-web-1 {
    position: absolute;
    bottom: -70px;
    right: 15px;
  }

  .nav-header .btn-web-1 a {
    width: 240px;
  }

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

  #key-box {
    width: 100%;
    height: 850px;
    overflow: hidden;
    padding: 150px 50px 0;
    box-sizing: border-box;
  }

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

  #key-box .keyvisual li img {
    height: 850px;
    width: 100%;
  }

  .head-info {
    display: block;
  }

  .head-contact {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
  }

  .head-contact .phone-t1 {
    margin-right: 20px;
  }

  /* .group-social {
    filter: contrast(0%) brightness(2);

  } */

  .head-info .group-social {
    position: absolute;
    left: 80px;
    bottom: 0;
  }

  .group-social .nav-3 {
    margin-bottom: 15px;
    font-family: 'Sorts Mill Goudy';
  }

  .group-social .nav-3 li {}

  .group-social .nav-3 li a {
    display: block;
    padding: 2px 10px 0;
    text-align: center;
    width: 180px;
    box-sizing: border-box;
    border: 1px solid #685e57;
    font-size: 14px;
    font-family: 'Sorts Mill Goudy';
    margin: 0 auto 10px;
    letter-spacing: 2px;
    position: relative;
    line-height: 32px;
    color: #fff;
    background-color: #685e57;

  }

  .group-social .nav-3 li a::after {
    content: '';
    background: url("../img/shared/icon_arrow_b.png") no-repeat center center/70%;
    width: 20px;
    height: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    filter: contrast(0%) brightness(2);
  }

  .group-social .btn-social {
    padding-bottom: 35px;
    font-family: 'Sorts Mill Goudy';
    filter: contrast(0%) brightness(2);
  }

  .group-social .btn-social a {
    display: block;
    margin: 0 10px;
  }

  .group-social .btn-social a img {
    width: 30px;
  }
/* 
  .group-social .btn-social li:last-child a {
    padding-right: 30px;
    border-bottom: 1px solid;
    position: relative;
  } */

  /* .group-social .btn-social li:last-child a::after {
    content: '';
    background: url("../img/shared/icon_news_menu.png") no-repeat 0 0/100%;
    width: 20px;
    height: 20px;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  } */

  .nav-h {
    position: absolute;
    top: 75px;
    right: 50px;
    border: 1px solid #968e87;
  }

  .nav-h::before {
    content: '';
    background: url(../img/shared/deco_howtouse.jpg) no-repeat 0 0/100%;
    width: 135px;
    height: 35px;
    left: -55px;
    top: -15px;
    position: absolute;
  }

  .nav-h::after {
    content: '';
    background: url(../img/shared/deco_menu.jpg) no-repeat 0 0/100%;
    width: 30px;
    height: 8px;
    right: 0;
    bottom: -1px;
    position: absolute;
  }

  .nav-h li:not(:last-child) a {
    position: relative;
  }

  .nav-h li:not(:last-child) a::after {
    content: '';
    background: #968e87;
    height: 40px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .nav-h li a {
    padding: 15px 30px 10px;
    display: block;
    text-align: center;

  }

  .nav-h li a:hover,
  .nav-h li a.active {
    color: #2d221d;
    opacity: 0.9;
  }

  .nav-h li a span {
    display: block;
    line-height: 18px;
  }

  .nav-h li a span:first-child {
    font-size: 18px;
    font-family: 'Sorts Mill Goudy';
  }

  .nav-h li a span:last-child {
    font-size: 14px;
  }

  .head-info .nav-h2 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: 'Sorts Mill Goudy';
    letter-spacing: 1px;
    position: absolute;
    right: 180px;
    top: 150px;
    z-index: 1;
    color: #f2ede6;
  }

  .head-info .nav-h2 li {
    position: relative;
  }

  .head-info .nav-h2 li::after {
    content: '';
    width: 1px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    position: absolute;
  }

  .head-info .nav-h2 li:last-child::after {
    display: none;
  }

  .head-info .nav-h2 li a {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-right: 40px;
    letter-spacing: 2px;
  }

  .head-info .nav-h2 li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .head-info .nav-h2 li:last-child a {
    margin-right: 0;
  }

  .head-info .nav-h2 li:first-child a::before {
    background: url("../img/shared/icon_info.png") no-repeat 0 0/100%;
    width: 19px;
    height: 19px;
    left: -8px;
    top: 45%;
  }

  .head-info .nav-h2 li:nth-child(2) a::before {
    background: url("../img/shared/icon_floor.png") no-repeat 0 0/100%;
    width: 12px;
    height: 22px;
  }

  .head-info .nav-h2 li:nth-child(3) a::before {
    background: url("../img/shared/icon_map.png") no-repeat 0 0/100%;
    width: 12px;
    height: 22px;
  }

  .head-info .btn-home {
    position: absolute;
    top: 165px;
    right: 75px;
  }

  .head-info .btn-home a {
    color: #f2ede6;
    width: max-content;
    padding: 5px 20px 2px 10px;
    border: 1px solid;
    position: relative;
  }

  .head-info .btn-home a::after {
    content: '';
    background: url(../img/shared/icon_arrow_curve.png) no-repeat 0 0/100%;
    width: 9px;
    height: 10px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  #feed .row .photo span:hover {
    opacity: 0.7;
  }

  #feed dl dd a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 65px 0 100px;
  }

  footer .wrap {
    max-width: 1200px !important;
  }

  footer .col-left {
    margin-left: 50px;
  }

  footer .logo {
    margin: 0 30px 0 0;
  }

  footer .phone-t1 {
    margin: 15px 0 15px 5px;
  }

  footer .btn-web-1 a {
    width: 320px;
  }

  footer .nav-2 {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  footer .desc-1 span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .nav-ft-1 {
    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 50px;
    position: relative;
  }

  .nav-ft-1::before {
    content: '';
    background: #fff;
    height: 152px;
    width: 1px;
    top: 19px;
    left: -25px;
    position: absolute;
  }

  .nav-ft-1 li a {
    position: relative;
  }

  .nav-ft-1 li a::before {
    content: '';
    background: #fff;
    height: 1px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    position: absolute;
  }

  footer .ft-top {
    margin-bottom: 30px;
  }

  footer .col-right {
    margin-right: 60px;
  }

  footer .ft-bot-right {
    order: 3;
  }

  footer address {
    text-align: left;
  }

  footer .page-top {
    width: max-content;
    cursor: pointer;
  }

  footer .page-top:hover {
    opacity: 0.7;
  }

  footer .btn-link span {
    margin: 0 0 0 auto;
  }

  footer .btn-link span:hover {
    text-decoration: none;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #socialbuttons {
    max-width: 350px;
    margin-bottom: 2px;
  }

  address span {
    display: block;
  }

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



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

  #pagetop:hover {
    opacity: 0.7;
  }
}

/* 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: url("../img/shared/prev.png") no-repeat;
  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: url("../img/shared/next.png") no-repeat;
  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);

  }
}

@keyframes slidein {
  from {
    background-position: 0 0
  }

  to {
    background-position: -2000vw 0
  }
}

@keyframes rotate-loader {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@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;
  }
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url(../img/shared/pt1.jpg);
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}

@media (min-width:768px) and (max-width:1300px) {
  footer .ft-bot {
    padding: 0 50px;
  }

  .nav-header .nav {
    padding-right: 20px;
  }
}

@media screen and (min-width:768px) {
  footer:after {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1040px) {
  .nav-header .nav a.nav-main {

    font-size: 13px;
  }

  .nav-header .nav {
    padding-right: 0px;
  }

  .nav-header .nav a.nav-main {
    padding: 0px;
    margin: 0 16px;

  }


  header .logo {

    width: 200px;
    margin-top: 30px;

  }

  .nav-h li a span:first-child {
    font-size: 16px;
  }

  .nav-h li a span:last-child {
    font-size: 12px;
  }

  .nav-h li a {
    padding: 15px 10px 10px;
  }
}