.goods_box_container{
    margin-bottom: 160px;
}

.goods_box{
    display: flex;
    gap: 30px;
}

.goods_box .swiper{
    padding-bottom: 25px;
}

.goods_box .goods_image{
    width: calc(50% - 15px);
}

.goods_box .goods_image .swiper-pagination{
    position: static;
    text-align: left;
}

.goods_box_container:nth-child(1) .goods_image .swiper-pagination{
    width: 92px;
}

.goods_box_container:nth-child(2) .goods_image .swiper-pagination{
    width: 100px;
}

.goods_box_container:nth-child(3) .goods_image .swiper-pagination{
    width: 100px;
}

.goods_box_container:nth-child(4) .goods_image .swiper-pagination{
    width: 80px;
}

.goods_box_container:nth-child(5) .goods_image .swiper-pagination{
    width: 100px;
}

.goods_box .goods_text{
    width: calc(36% - 15px);
}

.goods_box .goods_text h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 3.12px;
    margin-bottom: 30px;
}

.goods_box .goods_text h3{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1.2px;
    margin-bottom: 80px;
}

.goods_box .goods_text p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}

.goods_box .swiper-pagination{
    text-align: right;
}

.goods_box .caption_text{
    margin-left: 25%;
}


.goods_box .caption_text_inner{
    margin-top: 10px;
    justify-content:space-between;
    display: flex;
}

.goods_box_right{
    justify-content: end;
}

.goods_box_right .goods_image{
    order: 2;
}

.goods_box_right .goods_text{
    order: 1;
}

.goods_box_right .caption_text{
    margin-left: 0;
}

.goods_box_right .goods_image .swiper-pagination{
    margin-right: 25%;
}

.facility_link{
    margin-bottom: 120px;
}


@media screen and (max-width:1190px){
    .goods_box_container{
        margin-bottom: 70px;
    }
    .goods_list_inner{
        width: 78.67%;
        margin-left: auto;
        margin-right: auto;
    }
    .goods_box{
        flex-direction: column;
        gap: 40px;
    }
    .goods_box .goods_image{
        width: 100%;;
    }
    .goods_box .goods_text{
        width: 100%;
    }
    .goods_box_left .goods_image{
        order: 2;
    }
    .goods_box_left .goods_text{
        order: 1;
    }
    .goods_box .goods_text h2{
        font-size: 32px;
        margin-bottom: 30px;
        letter-spacing: 1.92px;
        line-height: 100%;
    }
    .goods_box .goods_text h3{
        font-size: 18px;
        margin-bottom: 40px;
        letter-spacing: 1.08px;
        line-height: 100%;
    }
    .goods_box .goods_text p{
        font-size: 16px;
    }
    .goods_box .caption_text_inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .goods_box .caption_text {
        margin-left: 0;
        order: 1;
    }
    .goods_box_right .goods_image .swiper-pagination {
        margin-right: 0;
        text-align: center;
    }
    .goods_box .swiper-pagination{
        text-align: center;
    }
    .goods_box .swiper{
        margin-bottom: 0;
    }
    .goods_box .goods_image .swiper-pagination{
        margin-bottom: 20px;
        text-align: center;
        order: 2;
    }
    .goods_box_container:nth-child(1) .goods_image .swiper-pagination,
    .goods_box_container:nth-child(2) .goods_image .swiper-pagination,
    .goods_box_container:nth-child(3) .goods_image .swiper-pagination,
    .goods_box_container:nth-child(4) .goods_image .swiper-pagination,
    .goods_box_container:nth-child(5) .goods_image .swiper-pagination{
        width: 100%;
    }
    .goods_box .caption_text_inner{
        margin-top: 20px;
    }
    .facility_link{
        margin-bottom: 80px;
    }

}

@media screen and (max-width:500px){
    .goods_list_inner{
        width: 100%;
    }
    .goods_text{
        padding: 0 15px;
    }
    .goods_box .goods_text h2{
        font-size: 30px;
    }
    .goods_box .goods_text h3{
        font-size: 17px;
    }
    .goods_box .goods_text p{
        font-size: 15px;
    }
    .goods_box .caption_text{
        font-size: 15px;
    }
    .facility_link{
        margin-bottom: 0;
    }
}