/* 紙工部ページのスタイル - BEM記法 */
.shikoubu {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.6;
}

.shikoubu__hero {
    width: 100%;
    margin-bottom: 60px;
}

.shikoubu__slider {
    width: 100%;
    height: 500px;
}

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

.shikoubu__slider .swiper-pagination-bullet-active {
    background: #005bac;
}

.shikoubu__slider .swiper-button-next,
.shikoubu__slider .swiper-button-prev {
    color: #005bac;
}

.shikoubu__title {
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
    font-weight: bold;
    color: #005bac;
    margin-bottom: 30px;
    text-align: center;
}

.shikoubu__title .jp {
    font-size: 28px;
    line-height: 1.3em;
    display: block;
    white-space: nowrap;
    letter-spacing: 0em;
    padding: 0 38px;
}

.shikoubu__title .lineleft,
.shikoubu__title .lineright {
    border-bottom: 3px solid #005bac;
    width: 100%;
    margin-top: 0px;
}

.shikoubu__subtitle {
    font-size: 22px;
    font-weight: bold;
    color: #005bac;
    margin: 30px 0 20px;
    padding-left: 15px;
    border-left: 4px solid #FFE33F;
}

.shikoubu__about,
.shikoubu__products,
.shikoubu__business-hours,
.shikoubu__visit,
.shikoubu__contact {
    margin-bottom: 60px;
}

.shikoubu__about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.shikoubu__about-text {
    flex: 1;
    min-width: 300px;
    line-height: 2;
}

.shikoubu__about-image {
    flex: 0 0 300px;
}

.shikoubu__about-image figure {
    margin: 0;
    text-align: center;
}

.shikoubu__about-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.shikoubu__about-image figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.shikoubu__product-category {
    margin-bottom: 40px;
}

.shikoubu__product-description {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.shikoubu__product-text {
    /* flex: 1; */
    min-width: 300px;
}

.shikoubu__product-image {
    /* flex: 0 0 300px; */
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.shikoubu__product-image img {
    width: 100%;
    height: auto;
    /* border-radius: 5px; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

.shikoubu__table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

.shikoubu__table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}


.shikoubu__table th,
.shikoubu__table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.shikoubu__table th {
    background-color: #005bac;
    font-weight: bold;
    color: #fff;
}

.shikoubu__table tr:hover {
    background-color: #f9f9f9;
}

.shikoubu__cut-service {
    background-color: #F6F5F1;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
}

.shikoubu__cut-service .shikoubu__subtitle{
    border-left:none;
    margin-top : 0;
}

.shikoubu__cut-service p {
    margin: 0;
    font-weight: bold;
}

.shikoubu__hours-content {
    background-color: #F6F5F1;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.shikoubu__hours-label {
    font-weight: bold;
    margin-right: 10px;
    color: #005bac;
}

.shikoubu__map {
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.shikoubu__contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    background-color: #F6F5F1;
    border-left: 4px solid #FFE33F;
    border-radius: 5px;
    padding: 20px;
}

.shikoubu__contact-info {
    flex: 1;
    min-width: 300px;
    
   
    
}

.shikoubu__contact-name {
    font-size: 20px;
    font-weight: bold;
    color: #005bac;
    margin-bottom: 15px;
}

.shikoubu__contact-tel,
.shikoubu__contact-fax,
.shikoubu__contact-address {
    margin: 5px 0;
}

.shikoubu__contact-image {
    flex: 0 0 300px;
}

.shikoubu__contact-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* レスポンシブデザイン */
@media (max-width: 750px) {
    .shikoubu__about-content,
    .shikoubu__product-description,
    .shikoubu__contact-content {
        flex-direction: column;
    }
    
    .shikoubu__about-image,
    .shikoubu__product-image,
    .shikoubu__contact-image {
        /* margin: 0 auto; */
    }
    .shikoubu__table {
        width: max-content
    }
    
    .shikoubu__slider {
        height: 300px;
    }
    
    .shikoubu__title .jp {
        font-size: 22px;
        padding: 0 20px;
    }
    
    .shikoubu__subtitle {
        font-size: 20px;
    }
    
    .shikoubu__title .lineleft,
    .shikoubu__title .lineright {
        border-bottom: 2px solid #005bac;
    }
    .shikoubu__hours-content{
        flex-direction: column;
    }
    .shikoubu__about, .shikoubu__products, .shikoubu__business-hours, .shikoubu__visit, .shikoubu__contact {
        margin-bottom: 30px;
    }
    .shikoubu__product-image {
        grid-template-columns: 1fr;
    }
}

/* アニメーション */
.shikoubu__subtitle,
.shikoubu__about-content,
.shikoubu__product-category,
.shikoubu__business-hours,
.shikoubu__visit,
.shikoubu__contact {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards;
}

/* スライドアニメーション用 */
@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* アニメーション表示クラス */
.shikoubu__title .lineleft.aos-animate {
    animation: slideRight 0.8s ease forwards;
}

.shikoubu__title .lineright.aos-animate {
    animation: slideLeft 0.8s ease forwards;
}

.shikoubu__title .jp.aos-animate {
    animation: fadeIn 0.8s ease forwards 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shikoubu__about {
    animation-delay: 0.2s;
}

.shikoubu__products {
    animation-delay: 0.4s;
}

.shikoubu__business-hours {
    animation-delay: 0.6s;
    text-align: center;
}

.shikoubu__visit {
    animation-delay: 0.8s;
}

.shikoubu__contact {
    animation-delay: 1s;
}
shikoubu__hours-content {
.shikoubu__hours-content {    border-left: 4px solid #FFE33F;
    border-left: 4px solid #FFE33F;
}
shikoubu__table th {
.shikoubu__table th {    border-bottom: 2px solid #FFE33F;
    border-bottom: 2px solid #FFE33F;
}

/* ホバーエフェクト */
.shikoubu__cut-service:hover, {
.shikoubu__hours-content:hover {   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);    transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ボタンスタイル */
.shikoubu__btn {ne-block;
    display: inline-block;005bac;
    background-color: #005bac;
    color: white;
    padding: 10px 20px;x;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;   box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);    transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shikoubu__btn:hover {
    background-color: #0046a0;   transform: translateY(-2px);
    transform: translateY(-2px);    box-shadow: 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
ccent {
.shikoubu__btn-accent {   background-color: #FFE33F;
    background-color: #FFE33F;    color: #333;
    color: #333;
}
shikoubu__btn-accent:hover {



}    background-color: #FFD700;.shikoubu__btn-accent:hover {    background-color: #FFD700;
}