@charset "UTF-8";

/*-------------SERVICEの左右余白を無くす---------------*/
#serviceSlider + section.width_fixed>.content_wrapper {
  max-width:100vw!important;
  padding:0;
}

/*-------------GALLERYの左右余白を無くす---------------*/
#fruit + div .content_wrapper {
  display: flex;
  justify-content: space-between;
  max-width:100vw!important;
  padding:0!important;
}

#fruit + div.contents_btn01 .inner_item_img {
  margin-left:0;
  margin-right:0;
}

@media screen and (max-width: 500px) {
#fruit + div.contents_btn01 a {
  margin-right:0!important;
}
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 60%;
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
