.swiper-button-prev,
.swiper-button-next {
  left: inherit;
  right: inherit;
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.05),
    -0.5rem -0.5rem 0.75rem #fff;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border: solid #6b696d;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(1.2);
  }
}

.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

#sfd .swiper-outer {
  width: 100%;
  position: relative;
}
#sfd .swiper {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
#sfd .swiper-button-prev,
#sfd .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  margin: auto;
  top: 0;
  bottom: 0;
}
#sfd .swiper-button-prev::before,
#sfd .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.1),
    -0.5rem -0.5rem 0.75rem rgba(255, 255, 255, 0.2);
}
#sfd .swiper-button-prev::after,
#sfd .swiper-button-next::after {
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
#sfd .swiper-button-next {
  right: -10px;
  left: auto;
}
#sfd .swiper-button-prev {
  left: -10px;
  right: auto;
}
#sfd .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
#sfd .swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 40px;
}
#sfd
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b6d4;
}
#sfd .swiper-slide .slide-content p {
  position: absolute;
  bottom: -3%;
  right: -3%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#sfd {
  color: #6b696d;
}
#sfd .contents-heading {
  margin-bottom: 20px;
}

.sfd .main-visual.short {
  position: relative;
  min-height: 180px;
  background-image: url(../img/wdog/komatsu/pic_mv-sfd.jpg);
  background-size: cover;
  background-position: center;
}
.sfd .detail-head-wrap {
  display: flex;
}
.sfd .detail-head-wrap img {
  margin: auto 0;
  width: 28px;
  height: 26px;
}
.sfd .detail-head-wrap h2 {
  line-height: 1.5;
  color: #6b696d;
  padding-left: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sfd .detail-head-wrap {
    margin-bottom: 8px;
  }
}

.sfd-contents-wrap {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .sfd-contents-wrap {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sfd-contents-wrap.reverse {
    flex-direction: row-reverse;
  }
}
.sfd-contents-wrap .sfd-contents-col-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sfd-contents-wrap .sfd-contents-col-2 {
    width: calc(50% - 10px);
  }
}
.sfd-contents-wrap .sfd-contents-detail {
  width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .sfd-contents-wrap .sfd-contents-detail .sfd-lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sfd-contents-wrap .sfd-contents-detail {
    margin-top: 16px;
  }
}
.sfd-contents-wrap .sfd-contents-img picture {
  display: block;
  text-align: center;
}

.amenity-wrap {
  border: 1px solid #6b696d;
  margin-bottom: 16px;
  padding: 8px;
  line-height: 1.5;
}
.amenity-wrap .amenity-title {
  font-weight: bold;
  color: #51b6d4;
}
