@charset "UTF-8";

.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  outline: none;
  display: block;
}
@media screen and (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 0 23px;
  }
}
.swiper-pagination-bullet-active {
  background: #067c45;
}

.gallerySlideWrap {
  width: 60%;
  max-width: 100%;
  margin: 30px auto 0;
  position: relative;
}
.gallerySlide {
  overflow: visible;
}
.gallerySlidePrev,
.gallerySlideNext {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 30px);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  background: #fff;
}
.gallerySlidePrev::after,
.gallerySlideNext::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  border: 5px solid transparent;
  border-right: 8px solid #000;
}
.gallerySlidePrev {
  left: -35px;
}
.gallerySlidePrev::after {
  margin-left: -10px;
}
.gallerySlideNext {
  right: -35px;
  margin: 0 0 0 10px;
}
.gallerySlideNext::after {
  border: 5px solid transparent;
  border-left: 8px solid #000;
  margin-left: -2px;
}
.gallerySlidePagenation {
  margin-top: 30px;
  position: static;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gallerySlidePagenation .swiper-pagination-bullet {
  margin-left: 21px;
}

.gallerySlideTitleBox {
  /*padding-bottom: 3px;*/
  /*border-bottom: 1px solid #5baed6;*/
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: max-content;
  overflow: hidden;
}

.gallerySlideTitleBox .title_wrap{
  display: flex;
  /*align-items: center;*/
  order: 2;
  min-width: 100%;
  flex: 0 0 100%;
}

.gallerySlideTitleBox .title_wrap.-active {
  /*display: block;*/
  order: 1;
}

.gallerySlideTitleBox .num{
  font-size: 18px;
  margin-right: 0.8em;
  color: #fff;
  background: #5baed6;
  /*padding: 5px;*/
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  margin-top: 3px;
}

/*.gallerySlideTitleBox .num:after{
  content: "";
  display: inline-block;
  height: auto;
  border-right: 1px solid #5baed6;
  padding-right: .5em;
  margin-right: .5em;
}
*/
/*.gallerySlideTitleBox .text{
  display: flex;
  align-items: flex-start;
}*/

.gallerySlideTitleBox .date{
  font-size: 13px;
  margin-right: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  /*padding-bottom: 3px;*/
  /*flex: 1 0 auto;*/
  display: block;
}

.gallerySlideTextBox {
  /*background: #067c45;*/
  /*padding: 15px 28px;*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: -50px;*/
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: max-content;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

/*.gallerySlideTextBox::after {
  content: "";
  position: absolute;
  top: -36px;
  right: 20px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-bottom: solid 38px #067c45;
}*/

.gallerySlideText {
  /*color: #fff;*/
  font-size: 13px;
  /*font-weight: bold;*/
  text-align: left;
  /*display: none;*/
  position: relative;
  z-index: 3;
  letter-spacing: 0.045em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  order: 2;
  min-width: 100%;
  flex: 0 0 100%;
  line-height: 1.8em;
  /*padding: 0 9px;*/
}

.gallerySlideText.-active {
  /*display: block;*/
  order: 1;
}
.gallerySlideText a{
  text-decoration: underline;
}
.btn1 {
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .gallerySlideWrap {
    padding: 0 20px;
  }
/*  .gallerySlideTextBox {
    left: -20px;
  }*/
}
@media screen and (max-width: 768px) {
  .gallerySlideWrap {
    padding: 0;
  }
  .gallerySlide {
    margin: 0 0 20px;
  }
  .gallerySlidePrev,
  .gallerySlideNext {
    width: 37px;
    height: 37px;
    top: calc(50% - 18px);
  }
  .gallerySlidePrev::after,
  .gallerySlideNext::after {
    border: 3px solid transparent;
    top: calc(50% - 3px);
  }
  .gallerySlidePrev {
    left: -20px;
  }
  .gallerySlidePrev::after {
    border-right: 5px solid #000;
    margin-left: -6px;
  }
  .gallerySlideNext {
    right: -20px;
  }
  .gallerySlideNext::after {
    border-left: 5px solid #000;
  }
/*  .gallerySlideTextBox {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 38px;
    padding: 10px;
    height: 64px;
    max-width: 315px;
    width: 100%;
  }*/
  .gallerySlidePagenation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallerySlidePagenation .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .gallerySlidePagenation .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
  .btn1 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .gallerySlideWrap {
    width: 100%;
  }
}
.swiper-wrapper{
  align-items: center;
}

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

.gallery-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}