@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 39, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/gallery.scss */
.IndexGal {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
/* line 8, ../sass/gallery.scss */
.IndexGal .title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-size: 54px;
  margin-bottom: 50px;
}
/* line 17, ../sass/gallery.scss */
.IndexGal .grid-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e4cb8b;
  width: 392.5px;
  margin-bottom: 10px;
}
/* line 26, ../sass/gallery.scss */
.IndexGal .grid-item img {
  display: block;
  width: 100%;
}
/* line 31, ../sass/gallery.scss */
.IndexGal .grid-item:hover {
  opacity: 0.7;
}
/* line 36, ../sass/gallery.scss */
.IndexGal .gutter-sizer {
  width: 10px;
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 43, ../sass/gallery.scss */
  .IndexGal {
    padding: 85px 0;
  }
  /* line 46, ../sass/gallery.scss */
  .IndexGal .title {
    margin-bottom: 45px;
  }
  /* line 50, ../sass/gallery.scss */
  .IndexGal .grid-item {
    width: 342.5px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  /* line 59, ../sass/gallery.scss */
  .IndexGal {
    padding: 70px 0;
  }
  /* line 62, ../sass/gallery.scss */
  .IndexGal .title {
    margin-bottom: 40px;
  }
  /* line 66, ../sass/gallery.scss */
  .IndexGal .grid-item {
    width: 292.5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 75, ../sass/gallery.scss */
  .IndexGal {
    padding: 55px 0;
  }
  /* line 78, ../sass/gallery.scss */
  .IndexGal .title {
    font-size: 44px;
    margin-bottom: 35px;
  }
  /* line 83, ../sass/gallery.scss */
  .IndexGal .grid-item {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 92, ../sass/gallery.scss */
  .IndexGal {
    padding: 40px 0;
  }
  /* line 95, ../sass/gallery.scss */
  .IndexGal .title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  /* line 100, ../sass/gallery.scss */
  .IndexGal .grid-item {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 109, ../sass/gallery.scss */
  .IndexGal {
    padding: 30px 0;
  }
  /* line 112, ../sass/gallery.scss */
  .IndexGal .title {
    font-size: clamp(22px, 7vw, 26px);
    margin-bottom: 25px;
  }
  /* line 117, ../sass/gallery.scss */
  .IndexGal .grid-item {
    width: calc((100vw - 40px) / 2);
  }
}
