@charset "utf-8";
/* おすすめ */
#recommend{
    padding-top: 60px;
    padding-bottom: 60px;
    background-image:url("../img/");
    background-color: #f7f1f1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;

}

#recommend h2{
	font-size: 3rem;
	margin-bottom: 60px;
    color: #f08080;
    text-shadow: 3px 3px 2px #ccc;
    font-family: 'Shippori Mincho', serif;
}

.recommend_container{
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}


.StrongPoint{
    width: 450px;
    padding: 20px;
    margin-left: 20px;
    overflow: hidden;
}

.StrongPoint img{
    width: 100%;
    border-radius: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    border: solid 3px #f08080;
}

.StrongPoint h3{
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #f08080;
}

.StrongPoint p{
    font-size: 1rem;
    text-align: center;
}




@media screen and (max-width:640px) {

    .recommend_container{
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #recommend h2{
        font-size: 1.35rem;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        color: #f08080;
        text-shadow: 3px 3px 2px #ccc;
        font-family: 'Shippori Mincho', serif;
    }

    
    
    .StrongPoint{
        width: 90%;
        overflow: hidden;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .StrongPoint img{
        width: 100%;
        border-radius: 100%;
        margin-right: 30px;
        margin-bottom: 30px;
        border: solid 3px #f08080;
    }
    
    .StrongPoint h3{
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: #f08080;
    }
    
    .StrongPoint p{
        font-size: 1rem;
        text-align: center;
    }


    }