@charset "UT-8";
/*  --- 共通 --- */
.ishiki_history_block, .youman_environment_block, .ieyasu_block{
    width: 1200px;
    margin: 0 auto;
}
.title_border{
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.history_item, .environment_item, .ieyasu_item{
    padding: 50px 30px 20px 30px;
}
.item_image img{
    width: 500px;
    height: auto;
}
.item_text{
    width: 520px;
    text-align: justify;
}
.item_text h2{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 20px;
}
.flex_block{
    justify-content: space-between;
}
/*  --- タブレット・スマホ共通 --- */
@media screen and (max-width:1024px){
    .item_text{
        text-align: center;
        margin: 0 auto;
    }
    .item_text p{
        text-align: justify;
    }
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .ishiki_history_block, .youman_environment_block, .ieyasu_block{
        width: 650px;
    }
    .history_item, .environment_item, .ieyasu_item{
        padding: 30px 30px 0px 30px;
    }
    .item_text{
        width: 500px;
    }
    .item_text h2{
        font-size: 1.5rem;
        padding: 30px 0;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .ishiki_history_block, .youman_environment_block, .ieyasu_block{
        width: 320px;
    }
    .item_text{
        width: 300px;
    }
    .item_text h2{
        font-size: 1.2rem;
        padding: 30px 0;
    }
    .item_text p{
        font-size: 0.8rem;
    }
    .title_border{
        font-size: 1.5rem;
    }
    .item_image img{
        width: 300px;
    }

}

/*  --- ファーストビュー --- */
.lowerpage_bg_inner::after{
    background-image: url(../business/tansui/youman/img/business-youman-mainvisual-pc.webp);
}
.title h1{
    font-size: 5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}
/*  --- タブレット・スマホ共通 --- */
@media screen and (max-width:1024px){
    .lowerpage_bg_inner::after{
        background-image: url(../business/tansui/youman/img/business-youman-mainvisual-sp.webp);
    }

}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .title h1{
        font-size: 3.5rem;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .title h1{
        font-size: 2rem;
    }
}

/*  --- 一色うなぎの歴史 --- */
.ishiki_history_block{
    padding-top: 150px;
}
/*  --- タブレット・スマホ共通 --- */
@media screen and (max-width:1024px){
    .ishiki_history_inner .flex_block{
        display: block;
        text-align: center;
    }
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .ishiki_history_block{
        padding-top: 100px;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .ishiki_history_block{
        padding-top: 80px;
    }
    .ishiki_history_inner .flex_block{
        text-align: center;
        padding: 15px 0;
    }
}

/*  --- 養鰻環境 --- */

/*  --- タブレット・スマホ共通 --- */
@media screen and (max-width:1024px){
    .youman_environment_inner .flex_block{
        flex-direction: column;
    }
    .youman_environment_inner .item_image{
        order: -1;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .youman_environment_inner .flex_block{
        padding: 15px 0;
    }
}
/*  --- 家康のE袋 --- */
/*  --- タブレット・スマホ共通 --- */
@media screen and (max-width:1024px){
    .ieyasu_inner .flex_block{
        display: block;
        text-align: center;
    }
}
/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .ieyasu_inner .flex_block{
        padding: 15px 0;
    }
}