@charset "euc-jp";
.top_slider_wrapper{
    position: absolute;
    left:0;
    top:0;
    display: flex;
    background: url(https://file003.shop-pro.jp/PA01275/422/img/header_back_02_01.png) #592f23;
    padding-top: 70px;
}
.top_slider_wrapper::before,
.top_slider_wrapper::after{
    content: "";
    background-size: cover;
}
.top_slider_wrapper::before{
    width: calc(50% - 440px);
    background-image: url(https://img13.shop-pro.jp/PA01275/422/etc_base64/SFChob-3uOWk7cfYt8q6uA.png?cmsp_timestamp=20251104174246);
}
.top_slider_wrapper::after{
    width: calc(50% - 600px);
    background-image: url(https://img13.shop-pro.jp/PA01275/422/etc_base64/SFChob-3uOWk7cfYt8qxpg.png?cmsp_timestamp=20251104174334);
}
.top_slider_wrapper .slider_inner{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    margin-top:-70px;
}
.top_slider_wrapper .bx-wrapper .bx-viewport{
    border: none;
    left: 0;
    box-shadow:none;
}
@media (max-width:770px){
    .top_slider_wrapper{
        padding-top:0;
    }
    .top_slider_wrapper .slider_inner{
        margin-top:0;
    }

    .top_slider_wrapper #slider > div {
        width: 100vw !important;
    }
    .top_slider_wrapper .bx-wrapper .bx-viewport,
    .top_slider_wrapper #slider > div {
        height: 52vw !important;
    }
    .top_slider_wrapper img{
        object-fit: cover;
        height: 100%;
    }
}


/*  */
.about_block{
    display: flex;
    gap: 20px 15px;
}
.about_block:not(:nth-of-type(1)){
    margin-top:80px;
}
.about_block:nth-child(even){
    flex-direction: row-reverse;
}
.about_block .imagebox{
    width: 100%;
    max-width: 368px;
}
.about_block .imagebox.style1{
    max-width: 434px;
    margin-left: -66px;
}
.about_block .textbox{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}
.about_block .title{
    font-weight: bold;
    margin-bottom:20px;
    color: #5C3223;
    font-size: 22px;
    line-height: 1.2;
}
.about_block .title .text{
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
@media (max-width:770px){
    .about_block{
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    .about_block,
    .about_block:nth-child(even){
        flex-direction: column;
    }
    .about_block .imagebox,
    .about_block .imagebox.style1{
        max-width: 100%;
        text-align: center;
    }
    .about_block .imagebox.style1{
        margin-left:0;
    }
}



.news_section_comment{
    margin-bottom: 40px;
    font-size: 20px;
    color: #5a0209;
}