@charset "utf-8";
#top_image {
    background-image: url(../img/topimg_up.jpg);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    line-height: 50%;
    overflow-y: hidden;
    max-height: 800px;
}
#top_image img {
    width: 100%;
}
.area_flower{
    background-image: url(../img/top_point_bg.jpg);
    background-size: 100% auto;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
#point {
    width: 90%;
    max-width: 800px;
    border: 5px solid #EEE;
    margin-left: auto;
    margin-right: auto;
    line-height: 50%;
}
#point img {
    width: 100%;
}
.contents .point_h2  {
    margin-top: 0px;
    font-size: 200%;
    font-weight: normal;
    line-height: 140%;
}
.contents .point_image  {
    margin-top: 20px;
}



@media screen and (max-width: 768px) {
.area_flower{
    padding-top: 40px;
}
.contents .point_h2  {
    font-size: 140%;
    letter-spacing: 0em;
}
}
