@charset "utf-8";

/*=============================================
 * body
 *=============================================*/

body {
  color: #383838;
  min-width: inherit;
  max-height: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/body_bg.jpg) repeat center top;
}

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

.wrap {
  padding: 0 3%;
}
.txt {
  text-align: justify;
}

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

.block::after {
  clear: both;
  content: '';
  display: block;
}

.txt-center {
  text-align: center;
}

.txt_b {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/*=============================================
 * header
 *=============================================*/

header {
  position: relative;
}

header h1 {
  position: absolute;
  top: 2px;
  right: 5px;
  left: 5px;
  font-size: 10px;
  font-weight: normal;
  z-index: 10;
  max-width: 100%;
  margin: 0 auto;
  line-height: 20px;
  text-shadow: 2px 2px 4px #fff;
  color: #000;
  text-align: right;
  font-weight: bold;
}

/*====================== nav ====================== */

header .menu_toggle {
  padding: 0px 20px 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
header .menu_toggle ul {
  padding-bottom: 110px;
  padding-top: 74px;
  overflow-y: auto;
}

header .menu_toggle ul li:last-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 10%;
}

header .menu_toggle ul li a {
  text-align: left;
  position: relative;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 18px;
  padding-left: 20px;
}

header .menu_toggle ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -27px;
  width: 40px;
  transform: translateY(-50%);
  height: 3px;
  background: #fff;
  opacity: 0;
}

header .menu_toggle ul li a.active:before {
  opacity: 1;
}

header .menu_toggle span2 {
  color: #fff;
	font-weight: bold;
}

@keyframes smoky {
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

@keyframes smoky-out {
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(0px);
  }
}

#menu_toggle li {
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all ease 0.5s 0.3s;
  opacity: 0;
  text-align: center;
}

#menu_toggle .sub_scroll_box li {
  margin: 0 20px;
  border: none;
}

#menu_toggle .sub_scroll_box li a {
  padding: 5px 0;
}

#menu_toggle .sub_scroll_box li:last-child {
  border-bottom: none;
}

.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.navOpen #menu_toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}

.hamburger {
  background-color: #000;
  position: fixed;
  top: 15px;
  z-index: 100;
  right: 15px;
}

.hamburger:after {
  font-size: 11px;
  content: 'MENU';
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 3px;
  color: #fff;
  text-align: center;
  display: block !important;
}

.type_a {
  padding: 11px 10px 3px;
}

.navOpen .hamburger:after {
  content: 'CLOSE';
  bottom: -13px;
  left: 0;
  right: 0px;
}

/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
  position: relative;
  overflow: hidden;
  height: 60vh;
  margin-top: 60px;
}

header #key p.tt {
  position: absolute;
  bottom: 6%;
  right: 3%;
  color: #fff;
  font-size: 20px;
}

header #belt {
  position: fixed;
  background: url(../img/shared/ft_bg.jpg) repeat center top;
  top: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 99;
  height: 60px;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  box-sizing: border-box;
}
header #belt .logo {
  width: 23%;
}

header #belt .logo img {
  max-height: 60px;
  object-fit: contain;
}

header #belt .button a {
  color: #fff;
  text-decoration: none;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

header #belt .button a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #fff;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}

.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
  color: #000;
  font-family: 'fontello';
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}

.bx-prev::after {
  content: '\f104';
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-next::after {
  content: '\f105';
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}

.sl_vertical .bx-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sl_vertical .bx-pager-item {
  display: block;
  margin: 5px 0;
}

/*====================== end nav ====================== */

section {
  overflow: hidden;
}

/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
  background: url(../img/shared/ft_bg.jpg) repeat center top;
  color: #fff;
  padding: 5vw 0 100px;
}
footer .f-logo {
  text-align: center;
  width: 40%;
  margin: 0 auto 2vw;
}
footer .ft-blk {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5vw;
  padding: 5vw 0 0;
}
footer .ft-blk .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 3vw;
  line-height: 34px;
}
footer .ft-blk .info dl dt {
  width: 25%;
}
footer .ft-blk .info dl dd {
  width: 75%;
  position: relative;
}
footer .ft-blk .info dl dd:before {
  content: '/';
  position: absolute;
  top: 0;
  left: -15px;
}
footer .ft-blk #feed {
  margin-top: 5vw;
}
footer .ft-blk #feed .box-rss {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5vw;
  justify-content: space-between;
}
footer .ft-blk #feed .photo {
  width: 43%;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}
footer .ft-blk #feed dl {
  width: 50%;
}
footer .ft-blk #feed dl dt {
  font-size: 12px;
  line-height: 24px;
  color: #b5b5b5;
}
footer .ft-blk #feed dl .ttl {
  font-weight: bold;
}
footer .ft-blk #feed dl dd {
  overflow: hidden;
}
footer .nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 8vw;
}
footer .nav li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
footer .nav li:last-child {
  width: 100%;
  text-align: center;
}
footer address {
  line-height: 44px;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  font-size: 13px;
}

/*#socialbuttons .social-facebook   {
	    width: 91px !important;
    overflow: hidden;
}
#socialbuttons .fb_iframe_widget iframe {
	left: -67px;
}
*/

/*====================== ft_fixed ====================== */

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
}

/* 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/ft_bg.jpg) repeat center top;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: 140px;
  }

  #pagetop {
    bottom: 105px !important;
  }
}

/* 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/ft_bg.jpg) repeat center top;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: 140px;
  }
  #pagetop {
    bottom: 105px !important;
  }
}

/* iPhone 11 */

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url(../img/shared/ft_bg.jpg) repeat center top;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  footer {
    padding-bottom: 140px;
  }

  #pagetop {
    bottom: 105px !important;
  }
}

.navOpen #ft_fixed {
  z-index: 0;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 100;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 29%;
  color: #fff;
  background: url(../img/shared/ft_bg.jpg) repeat center top;
  border-right: 1px solid #fff;
}

.ft_fixed_shared li:last-child {
  border-right: 0;
}

.ft_fixed_shared li a {
  display: block;
  padding: 5px 0px 0px 0;
  font-size: 14px;
  position: relative;
}

.ft_fixed_shared li a:before {
  font-size: 18px;
  display: block;
  width: auto;
  margin: 0;
}

.ham2 {
  position: relative;
  top: 0;
  left: 0;
  background: none;
  padding-top: 6px;
}

.ham1 {
  opacity: 0;
  visibility: hidden;
  background: none;
  z-index: 102;
}
.navOpen.mn_tyle_a .hamburger.type_a {
  opacity: 1;
  visibility: visible;
}

#pagetop {
  bottom: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/

#index h3 {
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0;
}

#index .slide_thm li {
  float: left;
  width: 33.33%;
}

.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.botan {
  color: #fff;
  padding: 5px 13px !important;
  margin-bottom: 0;
}

.url_btn_copy {
  background: #000;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  position: relative;
}

.url_btn_copy:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: '\f105';
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.url_btn_copy span {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.btn_pc {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0 !important;
}

.btn_pc a:before {
  padding-right: 5px;
}

.js_full .bx-viewport {
  overflow: visible !important;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js_full_ext {
  padding-left: 0;
}

.js_full_ext .js_in {
  padding-left: 5%;
}

.js_full_ext img {
  width: 90%;
}

.js_full_ext .bx-prev {
  display: none;
}

.js_full_ext .bx-next {
  right: -18%;
}

.wrap p {
  padding-bottom: 15px;
}

.cl_red {
  color: #e4070b;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

#lead {
  padding-top: 10%;
}

.bnr_shared {
  width: 66%;
  margin: 0 auto;
}

.bnr_shared a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 5px 10px 15px;
  font-size: 15px;
  font-weight: bold;
}

.bnr_shared a .icon-angle-right {
  float: right;
  padding-right: 5px;
}

.bnr_shared_w90 {
  width: 90%;
}

.bnr_shared_w100 {
  width: 100%;
}

.toggle .accor4:after {
  color: #000;
  display: block;
  position: static;
  margin-top: 0;
}

.pop_icon i {
  display: block;
}

#bg_parallax {
  position: relative;
  padding-top: 100%;
}

#bg_parallax .info2 {
  bottom: 0;
  top: auto;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.img_parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}

.img_parallax.slide_par img.active {
  opacity: 1;
}

ul.wi-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70%;
  position: relative;
  list-style-type: none;
  -webkit-perspective: 1400px;
  -moz-perspective: 1400px;
  -ms-perspective: 1400px;
  -o-perspective: 1400px;
  perspective: 1400px;
}

ul.wi-container li {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 20px;
  pointer-events: auto;
}

ul.wi-container li.wi-move {
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}

.windy-demo {
  color: #aaa;
}

.windy-demo ul.wi-container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.windy-demo li img {
  display: block;
}

.windy-demo ul.wi-container:before,
.windy-demo ul.wi-container:after {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.windy-demo ul.wi-container:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.windy-demo ul.wi-container li {
  padding: 0;
  border: 10px solid #ddd;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.windy-demo nav {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.windy-demo nav span {
  width: 42px;
  height: 42px;
  margin: 0 4px;
  float: left;
  background: url(../img/shared/nav.png) no-repeat 100% 0;
  text-indent: -9000px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.windy-demo nav span:first-child {
  background-position: 0 0;
}

.windy-demo nav span:active {
  background-position: 100% 2px;
}

.windy-demo nav span:first-child:active {
  background-position: 0 2px;
}

/* Slicebox Style */

.sb-slider {
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.sb-slider li {
  margin: 0;
  padding: 0;
  display: none;
}

.sb-slider li > a {
  outline: none;
}

.sb-slider li > a img {
  border: none;
}

.sb-slider img {
  max-width: 100%;
  display: block;
}

.sb-description {
  padding: 5px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1000;
  position: absolute;
  background: #cbbfae;
  background: rgba(190, 176, 155, 0.4);
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  color: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=99)';
  filter: alpha(opacity=99);
  background: rgba(190, 176, 155, 0.7);
}

.sb-perspective {
  position: relative;
}

.sb-perspective > div {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sb-side {
  margin: 0;
  display: block;
  position: absolute;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.shadow {
  width: 100%;
  height: 168px;
  position: relative;
  margin-top: -110px;
  background: transparent url(../img/shared/shadow.png) no-repeat bottom center;
  background-size: 100% 100%;
  /* stretches it */
  z-index: -1;
  display: none;
}

.sb-description h3 {
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sb-description h3 a {
  color: #4a3c27;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.nav-arrows {
  display: none;
  position: absolute;
  top: 40vw;
  left: 0;
  right: 0;
}

.nav-arrows span {
  width: 42px;
  height: 42px;
  background: #cbbfae url(../img/shared/nav1.png) no-repeat top left;
  position: absolute;
  top: 50%;
  left: 2px;
  text-indent: -9000px;
  cursor: pointer;
  margin-top: -21px;
  opacity: 0.9;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.nav-arrows span:first-child {
  left: auto;
  right: 2px;
  background-position: top right;
}

.nav-arrows span:hover {
  opacity: 1;
}

.nav-dots {
  text-align: center;
  height: 30px;
  width: 100%;
}

.nav-dots span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background: #cbbfae;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nav-dots span.nav-dot-current {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff;
}

.nav-options {
  width: 70px;
  height: 30px;
  position: absolute;
  right: 70px;
  bottom: 0px;
  display: none;
}

.nav-options span {
  width: 30px;
  height: 30px;
  background: #cbbfae url(../img/shared/options.png) no-repeat top left;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.7;
  display: inline-block;
  border-radius: 50%;
}

.nav-options span:first-child {
  background-position: -30px 0px;
  margin-right: 3px;
}

.nav-options span:hover {
  opacity: 1;
}

/* slick arrows custom */
.slick-arrow {
  width: 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: transparent;
  font-size: 0;
  position: relative;
  position: absolute;
  top: 50%;
  z-index: 9;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-arrow:after {
  font-size: 50px;
  color: #fcd45d;
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.slick-prev:after {
  content: '\f104';
}
.slick-next:after {
  content: '\f105';
}

/* slick dots custom */
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 4%;
  position: relative;
  z-index: 2;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  line-height: 0;
  margin: 0 5px;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: none;
  background: #000;
  font-size: 0;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #fcd45d;
}


.instagram {
  text-align: center;
  margin-top: 15px;
}
.instagram img {
  width: 90%;
}