/* 漁具ページ専用スタイル */

.p-entry__body ul {
  margin-left: 0;
}

.header-slideshow {
    width: 100%;
    margin-bottom: 30px;
}

.slideshow-container {
    position: relative;
    max-width: 100%;
}

.slide-item {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background: #ccc;
    padding: 30px 50px;
    border-radius: 10px;
}

.slide-caption h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}

.slide-caption p {
    font-size: 18px;
    margin: 0;
}

/* Slick arrows customization */
.header-slideshow .slick-prev,
.header-slideshow .slick-next {
    z-index: 90;
    width: 50px;
    height: 50px;
}

.header-slideshow .slick-prev:before,
.header-slideshow .slick-next:before {
    font-size: 50px;
    color: #ccc;
}

.header-slideshow .slick-prev {
    left: 5px;
}

.header-slideshow .slick-next {
    right: 5px;
}

/* Slick dots customization */
.header-slideshow .slick-dots {
    bottom: 15px;
}

.header-slideshow .slick-dots li button {
    background: #ccc;
    border-radius: 50%;
}

.header-slideshow .slick-dots li button:before {
    font-size: 12px;
    line-height: 1.9;
    color: #ccc;
}

.header-slideshow .slick-dots li.slick-active button {
    background: #ccc;
}

.header-slideshow .slick-dots li.slick-active button:before {
    color: #fff;
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
    color: #ccc;
}

.post_row {
    display: flex;
    flex-wrap: wrap;
}

.post_row .post_col.post_col-3{
    height: 100%;
}

.post_row .post_col.post_col-3 img{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* Responsive */
@media (max-width: 768px) {
    .slide-item {
        height: 300px;
    }
    
    .slide-caption h2 {
        font-size: 24px;
    }
    
    .slide-caption p {
        font-size: 14px;
    }
    
    .slide-caption {
        padding: 20px 30px;
    }

    .p-entry__body ul {
    margin-bottom: -5px;
    }

    .header-slideshow .slick-prev:before,
    .header-slideshow .slick-next:before {
        font-size: 30px;
        color: #ccc;
    }

    .header-slideshow .slick-prev {
        left: 0;
    }

    .header-slideshow .slick-next {
        right: 0;
    }
}

/* 甚兵衛漁具とはセクション */
.gyogu-about {
    margin-top: 80px;
    /* padding: 80px 0;
    background: #f8f8f8; */
}

.gyogu-about__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.gyogu-about__title {
    font-size: 38px;
    font-weight: bold;
    /* color: #00266f; */
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.gyogu-about__content {
    background: #fff;
    /* padding: 50px 60px; */
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.gyogu-about__text {
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
}

.gyogu-about__text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .gyogu-about {
        margin-top: 50px;
        /* padding: 50px 0; */
    }
    
    .gyogu-about__title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    /* .gyogu-about__content {
        padding: 30px 20px;
    } */
    
    .gyogu-about__text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    
    .gyogu-about__text br {
        display: none;
    }
}
