@charset "UTF-8";
.imgReco h2 {
    font-size: 1.1rem;
    line-height: 2rem;
    color: #999;
    font-family: serif;
    font-weight: 600;
    margin: 20px auto;
}
#w_about .imgReco p{
    position: absolute;
    color: #000;
    font-size: 2rem;
    font-family: serif;
    margin: auto;
    top: 40%;
    right: 44%;
    left: 37%;
}
.column {
    margin: 15px 15px 0;
    padding: 0;
}
.column:last-child {
    padding-bottom: 80px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    margin: 0;
    padding: 5px;
    margin-bottom: 30px;
    width: 33.3%;
}

.column div span {
    /* position: absolute; */
    /* bottom: -62px; */
    /* left: 0; */
    /* z-index: -1; */
    /* display: block; */
    /* width: 100%; */
    margin-top: 20px;
    /* padding-top: 20px; */
    color: #444;
    /* font-size: 16px; */
    /* line-height: 26px; */
    /* text-decoration: none; */
    /* text-align: center; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
    /* opacity: 0; */
}
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -50px;
    opacity: 1;
}
/* Opacity #2 */
.hover12 figure {
    background: #fff0e9;
}
.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
.hover12 figure:hover img {
    opacity: .5;
}

@media only screen and (max-width: 800px) { 
    .column:last-child {
        padding-bottom: 0px;
    }
    .hover12 figure img {
        /* width: 200px; */
        height: 200px;
        object-fit: cover; /* この一行を追加するだけ！ */
    }
    .column div span {
        /* bottom: -100px; */
        /* font-size: 14px; */
    }
    .column div {
        /* margin-bottom: 80px; */
        float: none;
        width: 100%;
    }
}

#w_about .imgReco p.info_text{
    width: 100%;
    text-align: center;
    position: sticky;
    margin: 20px auto;
    color: #444;
    font-size:15px;
}