@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 :50px;
}
#old-man a{
  text-decoration: none;
  color: rgb(0, 132, 125)
}



/* 戻りボタン */
#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;
}


/* Diary20 */
#diary20{
  width: 800px;
  height: 1700px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: center;
  left :100px;
}

#diary20 img{
  border-radius: 2%;
}


/* 蜂 */
#hachi{
  width: 800px;
  height: 350px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
#hachi img{
  width: 250px;
  height: 300px;
}
.cont{
  width: 260px;
  height: 340px;
}
#con203 img{
  position: relative;
  top :20px;
}

/* トマト自生 */
#keep{
  width: 800px;
  height: 500px;
  display: flex;
  justify-content: space-around;
  position: relative;
  top : 30px;
}
#keep29{
  width: 400px;
  height: 350px;
}
#keep .keep29 img{
  width: 390px;
  height: 300px;
}
#keep .keep29 {
  position: relative;
  top :60px;
}
#keep .tomato{
  width:  400px;
  height: 350px;
}
#keep .tomato img{
  width: 180px;
  height: 360px;
}
#tomato .photo {
  display: flex;
}


/* おくら */
#okura{
  width: 800px;
  height: 280px;
  display: flex;
  justify-content: space-between;
  /* background: #808080; */
}
#okura img{
  width: 390px;
  height: 250px;
}
#okura .lead{
  width: 300px;
  height: 250px;
  position: relative;
  left: 50px;
  top :80px;
}
#okura .photo{
  width: 400px;
  height: 400px;
}


/* 収穫 */
#keep630{
  width: 800px;
  height: 400px;
  display: flex;
  justify-content: space-around;
}
#keep630 img{
  width: 400px;
  height: 250px;
}
#keep630 .lead{
  width: 350px;
  height: 150px;
  position: relative;
  top :50px;
  /* background: #808080; */
}
#keep630 .photo{
  width: 400px;
  height: 250px;
}











/* 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;
  }




/* Diary20 */
#diary20{
  width: 400px;
  height: 3450px;
  position: relative;
  left :10px;
}


/* 蜂 */
#hachi{
  width: 400px;
  height: 1100px;
  display: block;
  /* background: #808080; */
  position: relative;
  left :70px;
}
#con202{
  position: relative;
  top :10px;
}
#con203{
  position: relative;
  top :30px;
}

/* トマト自生 */
#keep{
  width: 400px;
  height: 900px;
  display: block;
  /* background: #808080; */
}
#keep .tomato{
  position: relative;
  top :60px;
}


/* おくら */
#okura{
  width: 400px;
  height: 500px;
  display: block;
/* background: #808080;  */
}
#okura .photo{
  position: relative;
  top : -100px;
}
/* 収穫 */
#keep630{
  width: 400px;
  height: 500px;
  display: block;
  /* background: #808080; */
}
#keep630 .lead{
  position: relative;
  left: 30px;
}
#keep630 .text2{
  position: relative;
  top : 30px;
}











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


/* footer___________ スマホ*/
#copy{
  width: 400px;
  position: relative;
  top :150px;
  font-size: 12px;
  
}


}