@charset "utf-8";

small {
    font-size: 12px;
}

.item_Box figure+h5.mini {
    font-size: min(3.8vw, 14px);
}

.ucom {
    float: right;
    width: 100px;
}

.smoothe ,
.ugoclo {
    width: 100%;
    margin-bottom: 80px;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}
.ugoclo .column3 {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}
.smoothe .ttl ,
.ugoclo .ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6a5625;
    font-size: min(4.2vw, 18px);
}
.smoothe .ttl img {
    width: 200px;
    max-width: 30%;
    margin-right: 20px;
}
.ugoclo .ttl img {
    width: 150px;
    max-width: 30%;
    margin-right: 20px;
}
.ugoclo .ttl {
    margin-bottom: 30px;
}
.ugoclo figure img {
    border: 1px solid #ddd;
}
.smoothe p ,
.ugoclo p {
    font-size: min(3.5vw, 14px);
    line-height: 1.6;
    margin-top: 0.5em;
    margin-bottom: 40px;
}
.ugoclo .desk {
    width: 45%;
    float: right;
    margin-left: 20px;
}

.dis_box {
    width: 100%;
    margin-bottom: 80px;
}
.dis_box.yutori h4 {
    width: 100%;
    background-color: #988575;
    padding: 10px 0;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-size: min(3.5vw, 18px);
    margin-bottom: 30px;
}
.dis_box.item h4 {
    width: 100%;
    background-color: #956134;
    padding: 10px 0;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-size: min(3.5vw, 18px);
    margin-bottom: 30px;
}

.dis_box h5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.dis_box h5 img {
    width: 60px;
}
.dis_box h5 p {
    width: -webkit-fill-available;
}
.dis_box.yutori h5 small {
    width: 100%;
    display: block;
    border-bottom: 1px solid #7a6a56;
    text-indent: 10px;
    font-size: 12px;
    padding-bottom: 5px;
}
.dis_box.item h5 small {
    width: 100%;
    display: block;
    border-bottom: 1px solid #956134;
    text-indent: 10px;
    font-size: 12px;
    padding-bottom: 5px;
}
.dis_box h5 p span {
    width: 100%;
    display: block;
    text-indent: 10px;
    font-size: 18px;
    padding-top: 5px;
}
.dis_box .elevator ,
.dis_box .water {
    width: 64%;
}

.border_on img {
box-sizing: border-box;
border: 1px solid #ddd;
}


/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

    content_Wrap {
        width: 90%;
        margin: 0 auto;
    }

    .item_Wrap ,
    .smoothe ,
    .ugoclo {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .smoothe .ttl, .ugoclo .ttl {
        flex-wrap: wrap;
        line-height: 1.6;
    }
    .smoothe .ttl img {
        width: 300px;
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .smoothe, .ugoclo {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .ugoclo .column3 {
        margin-top: 50px;
        padding-top: 50px;
    }

    .ugoclo .ttl img {
        width: 300px;
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .dis_box.yutori h4 {
        padding: 10px 15px;
    }

    .dis_box .elevator, .dis_box .water {
        width: 100%;
    }

    .dis_box.yutori h4 ,
    .dis_box.item h4 {
        width: 90%;
        margin: 0 auto 20px;
    }


}










