@charset "utf-8";
.swiper_container {
 width: 100% !important;
 height: 100%;
 /*max-width: 1600px;*/
 margin: 0;
 padding: 0;
 position: relative;
}
.swiper_marriage {
 overflow: visible !important;
}
.swiper-slide {
 width: 300px;
}
.swiper-slide a {
 display: block;
 width: 100%;
 position: relative;
 color: #000;
}
.swiper-slide img {
 display: block;
 width: 100%;
 height: 100%;
 height: auto;
 margin: 0;
  aspect-ratio: 16/9; object-fit: cover;
}
.swiper-slide p {
 line-height: 1rem;
 margin-bottom: 0;
}
.swiper-slide p:first-child {
 margin-bottom: 1rem;
}
.swiper-slide p:nth-child(2) {
 font-size: .84461rem;
 color: #000;
 margin-bottom: .5rem;
}
.swiper-button {
 display: flex;
 justify-content: flex-start;
 gap: 20px;
 padding: 10px 0 0;
}
.swiper-button-prev, .swiper-button-next {
 display: block;
 width: 40px;
 height: 40px;
 position: relative;
 cursor: pointer;
 border: 2px solid #000;
 border-radius: 5px;
}
.swiper-button-prev::before, .swiper-button-next::before {
 content: '';
 display: block;
 width: 12px;
 height: 12px;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 position: absolute;
 top: 11px;
}
.swiper-button-prev::before {
 left: 14px;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.swiper-button-next::before {
 left: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/* ********************************************************************** */
/* ********************************************************************** */
@media print, screen and (min-width: 768px) {
 .flexbox {
  display: flex;
 }
 .flexbox .fl-1 {
  width: 30%;
 }
 .flexbox .fl-2 {
  width: 70%;
  overflow: hidden;
 }
 .flexbox .fl-2-in {}
 .swiper-slide p:nth-child(2) {
  font-size: 1rem;
 }
 .swiper_container {}
}