@charset "UTF-8";
/* CSS Document */

.sec1-txt,.sec2-txt{
display: none;
}

.pg1{
overflow: hidden;
padding-bottom: 24px;
}
.pg1 img{
width: 100%;
margin: 16px 0 60px;
}




#foot-illust{
text-align: center;
padding-top: 20px;
}
#foot-illust img{
width: 132px;
}

#footer{
margin: 25px auto 0;
}



/* タブレット・PC */
@media screen and (min-width: 600px) {

.sec1{
margin: 180px 0 0 260px;
}
.sec1-txt{
display: block;
position: absolute;
top: -10px;
left: -202px;
}

.pg1{
}
.pg1 img{
width: 514px;
margin: 16px 0 120px;
}
.sec2{
margin: 0 0 0 260px;
padding-top: 195px;
background: url("../img/planting-illust1.jpg") no-repeat top 0 left 85px;
background-size: 268px;
}
.sec2-txt{
display: block;
position: absolute;
top: 175px;
left: -200px;
}



#foot-illust{
margin: 40px 0 0;
}
#foot-illust img{
margin-left: 285px;
width: 652px;
}

#footer{
margin: 40px auto 0;
}


}