@charset "UTF-8";
/*PHOTOGALLERY*/
/*MOBILE*/
.photogallery {
  padding: 60px 0;
  background-color: #fff;
}
.photogallery__title {
  padding-bottom: 40px;
}
.photogallery__slider {
  width: 94%;
  margin: 0 auto;
}
.photogallery__slider li {
  list-style: none;
  width: 0px;
}
.photogallery__slider li img {
  width: 100%;
  height: 70vw;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.photogallery02 {
  object-position: 50% 70%;
}
.photogallery03 {
  object-position: 50% 60%;
}
.photogallery04 {
  object-position: 50% 60%;
}
.photogallery07 {
  object-position: 50% 66%;
}
/*TABLET*/
@media(min-width:700px) {
  .photogallery__slider li img {
    width: 100%;
    margin: 0 auto;
    height: 35vw;
  }
}
/*TABLET*/
/*PC*/
@media(min-width:960px) {
  .photogallery__title::before {
    top: -3.3px;
  }
  .photogallery__slider li img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 10px;
  }
  .photogallery02 {
    object-position: 50% 80%;
  }
  .photogallery04 {
    object-position: 50% 60%;
  }
  .photogallery05 {
    width: 120%;
  }
  .photogallery07 {
    object-position: 50% 65%;
  }
}
/*PC*/
/*BOTTUN*/
.photogallery-btntransform {
  position: relative;
  display: inline-block;
border: 3px solid #fff541;
  background: #fffaa3;
  padding: 15px 40px 15px 30px;
  border-radius: 8px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  font-size: 1.6rem;
  font-weight: 700;
}
.photogallery-btntransform:hover {
    border: 3px solid #fffaa3;
  background: #fff541;
  opacity: 1.0;
  border-style: solid;
  cursor: pointer;
}
.btnarrow04::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #554738;
  border-right: 2px solid #554738;
  transform: rotate(45deg);
  transition: all .5s;
}
.btnarrow04:hover::after {
  right: 10px;
}
/*BOTTUN*/
/*SLICK*/
.photogallery__slider .slick-slide {
  margin: 0 5px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fbe054;
  border-right: 2px solid #fbe054;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 1px;
  height: 1px;
  padding: 5px;
  border: inherit;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button {
  background: #333;
}
/*SLICK*/
/*PHOTOGALLERY*/