@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.7em;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.al {
  font-family: "alegreya-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

header {
  background-color: #dddede;
  position: relative;
  width: 100%;
  height: 100vh;
}
header .mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  header .mainimg {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  header .mainimg {
    width: 90%;
  }
}
header .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  header .text {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  header .text {
    width: 55%;
  }
}
header #leeep-tag-1114080288037683200 {
  z-index: 1;
}
header #leeep-tag-1129308265084104704 iframe {
  z-index: 12;
  top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  header #leeep-tag-1130689645680537600 iframe {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

div.content-wrap {
  background-color: #D1D1D1;
}
@media screen and (min-width: 769px) {
  div.content-wrap {
    padding-bottom: 100px;
  }
}
div.content-wrap .lead {
  background-color: #D1D1D1;
  text-align: center;
  padding: 100px 0 70px;
  line-height: 2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  div.content-wrap .lead {
    padding: 70px 0 40px;
  }
}
div.content-wrap .lead span {
  font-size: 28px;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  div.content-wrap .lead span {
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 20px;
  }
}
div.content-wrap ul {
  width: 580px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul {
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
div.content-wrap ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}
div.content-wrap ul li a {
  color: #000;
}
div.content-wrap ul li a p.name {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul li a p.name {
    font-size: 14px;
  }
}
div.content-wrap ul li a img {
  padding: 5% 10%;
  box-sizing: border-box;
}

#block01 .slick-dots li:nth-of-type(1) button:before {
  color: #A03D3D;
}
#block01 .slick-dots li:nth-of-type(2) button:before {
  color: #8E8E8E;
}
#block01 .slick-dots li:nth-of-type(3) button:before {
  color: #ADA185;
}
#block01 .slick-dots li:nth-of-type(4) button:before {
  color: #000;
}

#block02 .slick-dots li:nth-of-type(1) button:before {
  color: #000;
}
#block02 .slick-dots li:nth-of-type(2) button:before {
  color: #604B3D;
}
#block02 .slick-dots li:nth-of-type(3) button:before {
  color: #8E8E8E;
}

#block03 .slick-dots li:nth-of-type(1) button:before {
  color: #A03D3D;
}
#block03 .slick-dots li:nth-of-type(2) button:before {
  color: #000;
}
#block03 .slick-dots li:nth-of-type(3) button:before {
  color: #8E8E8E;
}

#block04 .slick-dots li:nth-of-type(1) button:before {
  color: #000;
}
#block04 .slick-dots li:nth-of-type(2) button:before {
  color: #8E8E8E;
}

p.center {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  p.center {
    margin: 10px auto 70px;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    overflow: hidden;
  }
}
#content .block {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #DEDEDE;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0 0;
  }
}
#content .block .ue {
  background-color: #DEDEDE;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  #content .block .ue {
    margin-bottom: 100px;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #content .block .ue .flex {
    display: flex;
    width: 100%;
  }
}
#content .block .ue .flex .left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left {
    width: 100%;
    margin-bottom: 50px;
  }
}
#content .block .ue .flex .left .titlebox {
  text-align: center;
}
#content .block .ue .flex .left .titlebox h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
#content .block .ue .flex .left .titlebox h3 span {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left .titlebox h3 span {
    margin-bottom: 5px;
  }
}
#content .block .ue .flex .left .titlebox h4 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left .slick {
    width: 100%;
  }
}
#content .block .ue .flex .left .slick .regular {
  margin: 30px auto 70px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left .slick .regular {
    width: 80%;
    margin: 30px auto 70px;
  }
}
#content .block .ue .flex .left .slick .regular ul {
  padding: 0 !important;
}
#content .block .ue .flex .left .slick .regular ul .li {
  width: 70%;
}
#content .block .ue .flex .left .slick p {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left .slick p {
    width: 80%;
  }
}
#content .block .ue .flex .left .slick p.cre {
  width: 60%;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .left .slick p.cre {
    font-size: 13px;
  }
}
#content .block .ue .flex .left .slick p.cre a {
  color: #000;
  display: block;
}
#content .block .ue .flex .left .slick img {
  width: 100%;
  margin: 0 auto;
}
#content .block .ue .flex .right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content .block .ue .flex .right {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
#content .block .sita {
  width: 100%;
  margin: 0 auto;
  background-color: #D1D1D1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #content .block .sita {
    padding: 70px 0;
  }
}
#content .block .sita .box2 {
  display: flex;
  width: 500px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box2 {
    width: 90%;
    margin: 0 auto 70px;
  }
}
#content .block .sita .box2 .mainimg {
  width: 93%;
}
#content .block .sita .box2 p {
  width: 7%;
  writing-mode: vertical-rl;
}
#content .block .sita .box2_2 {
  display: flex;
  width: 500px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box2_2 {
    width: 90%;
    margin: 0 auto 10px;
  }
}
#content .block .sita .box2_2 .mainimg {
  width: 93%;
}
#content .block .sita .box2_2 p {
  width: 7%;
  writing-mode: vertical-rl;
}
#content .block .sita .box3 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box3 {
    margin: 0 auto 70px;
  }
}
#content .block .sita .box3 .back {
  background-image: url(../images/b1_2.jpg);
  background-repeat: repeat; /* 背景画像指定 */
  padding: 70px 0;
}
#content .block .sita .box3 .back img {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box3 .back img {
    width: 60%;
  }
}
#content .block .sita .box3 .back2 {
  background-image: url(../images/b3_2.jpg);
  background-repeat: repeat; /* 背景画像指定 */
  padding: 70px 0;
}
#content .block .sita .box3 .back2 img {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box3 .back2 img {
    width: 60%;
  }
}
#content .block .sita .box3 p {
  text-align: center;
  margin: 10px auto;
}
#content .block .sita .box4 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box4 {
    margin: 0 auto 70px;
  }
}
#content .block .sita .box4 .img1 {
  width: 600px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box4 .img1 {
    width: 70%;
  }
}
#content .block .sita .box4 p {
  text-align: center;
  margin-bottom: 20px;
}
#content .block .sita .box4 p.cre {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box4 p.cre {
    width: 70%;
  }
}
#content .block .sita .box4 p.cre a {
  color: #000;
  display: block;
}
#content .block .sita .box5 {
  width: 530px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box5 {
    width: 100%;
  }
}
#content .block .sita .box5::before {
  content: "";
  display: block;
  padding-top: 133.3333%;
}
#content .block .sita .box5 .img1 {
  position: absolute;
  width: 60%;
  top: 0;
  left: 0;
}
#content .block .sita .box5 .img2 {
  position: absolute;
  width: 60%;
  bottom: 0;
  right: 0;
}
#content .block .sita .box6 {
  width: 530px;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block .sita .box6 {
    width: 100%;
  }
}
#content .block .sita .box6::before {
  content: "";
  display: block;
  padding-top: 90.3333%;
}
#content .block .sita .box6 .img1 {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
}
#content .block .sita .box6 .img2 {
  position: absolute;
  width: 70%;
  bottom: 0;
  right: 0;
}
#content .block .sita .box6 p {
  text-align: center;
  margin-bottom: 20px;
}
#content .block .sita .box6 p.cre {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
#content .block .sita .box6 p.cre a {
  color: #000;
  display: block;
}
#content .block .sita .code {
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code {
    width: 90%;
  }
}
#content .block .sita .code ul {
  display: flex;
  justify-content: space-between;
}
#content .block .sita .code ul li {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code ul li {
    width: 48%;
  }
}
#content .block .sita .code ul li img {
  margin-bottom: 20px;
}
#content .block .sita .code ul li p {
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code ul li p {
    font-size: 12px;
  }
}
#content .block .sita .code ul li .btnflex {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code ul li .btnflex {
    width: 95%;
  }
}
#content .block .sita .code ul li .btnflex .btn {
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code ul li .btnflex .btn {
    padding: 3px;
  }
}
#content .block .sita .code ul li .btnflex .btn a {
  color: #000;
  display: block;
}
@media screen and (max-width: 768px) {
  #content .block .sita .code ul li .btnflex .btn a {
    font-size: 10px;
  }
}
#content .credit {
  margin-bottom: 100px;
}
#content .credit p {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .credit p {
    font-size: 10px;
  }
}
#content .credit p.cre {
  margin: 0 auto;
  width: 300px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .credit p.cre {
    width: 70%;
  }
}
#content .credit p.cre a {
  color: #000;
  display: block;
}
#content .credit2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #content .credit2 {
    margin-top: 70px;
  }
}
#content .credit2 p {
  text-align: center;
  margin-bottom: 20px;
}
#content .credit2 p.cre {
  margin: 0 auto;
  width: 400px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .credit2 p.cre {
    width: 80%;
  }
}
#content .credit2 p.cre a {
  color: #000;
  display: block;
  font-size: 14px;
}
#content .credit3 p {
  text-align: center;
  margin-bottom: 20px;
}
#content .credit3 p.cre {
  margin: 0 auto;
  width: 400px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 60px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .credit3 p.cre {
    width: 80%;
  }
}
#content .credit3 p.cre a {
  color: #000;
  display: block;
  font-size: 14px;
}
#content .rec {
  width: 100%;
  background-color: #DEDEDE;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #content .rec {
    width: 100%;
    padding-top: 70px;
  }
}
#content .rec p.title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .rec p.title {
    font-size: 22px;
  }
}
#content .rec ul {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #content .rec ul {
    width: 90%;
  }
}
#content .rec ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #content .rec ul li {
    width: 33%;
  }
}
#content .rec ul li a {
  color: #000;
  font-size: 12px;
  line-height: 1.6em;
}
#content .rec ul li a img {
  margin-bottom: 10px;
}

.flexslider {
  margin: 0 auto !important;
}

.slick-slide {
  margin: 0 5px;
  box-sizing: border-box;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1 !important;
}

.slick-dots {
  left: -20px;
  bottom: -40px !important;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    left: -10%;
    bottom: -40px !important;
  }
}

.slick-dots li button:before {
  font-size: 75px !important;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 110px !important;
  }
}

.slick-dots li {
  margin: 0 8px !important;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 1;
}

footer p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 100px;
}
footer .logo {
  margin: 0px auto 150px;
}
footer .logo img {
  width: 22%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .logo img {
    width: 60%;
    margin: 0 auto 15px;
  }
}
footer .sns {
  width: 50px;
  display: flex;
  justify-content: space-around;
  margin: 100px auto 30px;
}
@media screen and (max-width: 768px) {
  footer .sns {
    width: 12%;
  }
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 80px;
  right: 20px;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 20px;
    width: 60px;
    right: 20px;
    z-index: 13;
  }
}
.scrolltop::after {
  content: "PAGE TOP";
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .scrolltop::after {
    font-size: 10px;
    margin-left: -8px;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */