@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

.body {
  margin: 0;
  padding: 0;
  color: #808080;
  font-family: fantasy;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
}

input {
  cursor: pointer;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.body {
  width: 1000px;
  height: auto;
}

/* header */
#old-man h2{
  font-size: 18px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  top :30px;
}
#old-man a{
  text-decoration: none;
  color: rgb(0, 132, 125)
}

/* Diary17 */
#diary17{
  width: 800px;
  height: 2000px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: center;
  left :100px;
}
#diary17 img{
  border-radius: 2%;
}
/* 草刈り */
#kusakari{
  height: 300px;
  width: 800px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
#kusakari img{
  border-radius: 2%;
  width: 300px;
  height: 250px;
}
#kusakari .photo1{
  width: 300px;
}
#kusakari .lead1{
  width: 150px;
  position: relative;
  top :50px;
}
#kusakari .photo2{
  width: 300px;
}
#kusakari .photo1 p{
  position: relative;
  top :-150px;
  color: white;
  font-size: 23px;
}
#kusakari .photo2 p{
  position: relative;
  top :-150px;
  color: white;
  font-size: 23px;
}

/* 肥料、道具 */
#dougu{
  width: 700px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left : 50px;
  font-size: 16px;
}
#dougu img{
  width: 180px;
  height: 200px;
  border-radius: 2%;
}
#dougu .photo1{
  width: 200px;
}
#dougu .lead{
  width: 200px;
  position: relative;
  top :10px;
}
#dougu .lead .text2{
  position: relative;
  top :30px;
}
#dougu .photo2{
  width: 200px;
}


/* りんごと柿 */
#apple{
  width: 800px;
  height: 250px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
#apple img{
  width: 300px;
  height: 250px;
  border-radius: 2%;
}
#apple .photo1{
  width: 300px;
}
#apple .lead{
  width: 150px;
}
#apple .lead .text2{
  position: relative;
  top: 50px;
}
#apple .photo2{
  width: 300px;
}





/* インゲン */
#ingen{
  width: 800px;
  height: 400px;
  display: flex;
  justify-content: space-around;
  position: relative;
  top :10px;
  font-size: 16px;
}

.cont{
  width: 210px;
  height: 350px;
  position: relative;
  top : 20px;
  /* border: solid 0.01px #808080; */
}
.cont img{
  width: 200px;
  height: 300px;
}
#con3 img{
  position: relative;
  top :20px;
}
#con3 .lead3{
  position: relative;
  top :15px;
}


/* 胡瓜 */
#uri{
  width: 800px;
  height: 450px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  position: relative;
  top :10px;
}
#uri .box1{
  width: 380px;
  height: 450px;
  position: relative;
  top :70px;
}
#uri .box1 .text1{
  position: relative;
  top : -50px;
}
#uri .box2{
  width: 380px;
  height: 450px;
}





/* 戻りボタン */
#butn{
  width: 200px;
  height: 50px;
  border: solid 0.01px #808080;
  border-radius: 2%;
  text-align: center;
  font-size: 20px;
  position: relative;
  top :70px;
  left :380px;
  background: rgb(0, 132, 125);

}
#butn a{
  text-decoration: none;
  color: #fff;
  position: relative;
  top :7px;
}




/* footer___________ */
#copy{
  width: 1000px;
  height: 100px;
  text-align: center;
position: relative;
top :150px;
font-size: 12px;
}







/* スマホ____________________ */
@media only screen and (max-width: 414px) {
  img {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    width
    /***/
    : auto;
    /*IE8用ハック*/
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner {
    width: 414PX;
    margin: 0 ;
    padding: 0;
  }


/* Diary17 スマホ＿＿＿＿*/
#diary17{
  width: 400px;
  height: 4300px;
  position: relative;
  left:10px;
}



/* 草刈り スマホ*/
#kusakari{
  height: auto;
  width: 400px;
display: block;
position: relative;
left :50px;
}
#kusakari .lead1{
  width: 250px;
  position: relative;
  top :0px;
  left: 30px;
}



/* 肥料、道具 スマホ*/
#dougu{
  width: 400px;
  height: auto;
  display:block;
  position: relative;
  left : 100px;
}
#dougu .photo2{
  position: relative;
  top : 50px;
}


/* りんごと柿 */
#apple{
  width: 400px;
  height: auto;
  display: block;
  position: relative;
  top :80px;
  left :50px;
}
#apple .lead{
  position: relative;
  left :     70px;
}
#apple .photo2{
  position: relative;
  top :50px;
}


/* インゲン__スマホ */
#ingen{
  width: 400px;
  height: auto;
  display: block;
  position: relative;
  top :120px;
  left :90px;
}





/* 胡瓜 ___スマホ*/
#uri{
  width: 400px;
  height: auto;
  display: block;
  position: relative;
  top :80px;
}
  #uri .box2{
    position: relative;
    top : 20px;
  }
  #uri .box1 .text1{
    position: relative;
    top : 370px;
  }








  /* 戻りボタン */
#butn{
  position: relative;
  left : 100px;
  top : 100px;
}
#butn a{
 
  text-decoration: none;
}


/* footer___________ スマホ*/
#copy{
  width: 400px;
  position: relative;
  top :150px;
  left :0;
  
}


}