@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)
}


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


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

/* 7月3日 */
#nasu73{
  width: 380px;
  height: 430px;
  position: relative;
  left :200px;
  font-size: 16px;
}
#nasu73 img{
width: 350px;
height: 350px;
}

#uri73{
  width: 800px;
  height: 410px;
  display: flex;
  justify-content: space-around;
}
.con73{
  width: 360px;
  height: 400px;
  /* background: #e4f5e1; */
}
#uri73 img{
  width: 350px;
  height: 370px;
}

/* 7月10日 */
#diary21-2{
  width: 800px;
  height: 1000px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :40px;
  font-size: 18px;
  text-align: center;
  left :100px;
}
#keep710{
  width: 500px;
  height: 250px;
  position: relative;
  left: 150px;
  font-size: 19px;
  color: #f6f6f6
}
#keep710 img{
width: 500px;
height: 250px;
}
#keep710 .bk{
  width: 500px;
  height: 250px; 
  position: relative;
  top : -260px;
  background-color: rgba(0, 0,0, 0.2) ;
  /* 黒フィルター */
}
#keep710 .photo{
  width: 500px;
  height: 250px;
  /* background: #f7e2f9; */
}
#keep710 .photo .text{
  width: 350px;
  position: relative;
  left :70px;
  top :40px;
}

#apple710{
  width: 800px;
  height: 350px;
  display: flex;
  justify-content: space-around;
  position: relative;
  top :20px;
}
#apple710 img{
  width: 350px;
  height: 300px;
}
#box1{
  width: 360px;
  height: 350px;
}
#box2{
  width: 360px;
  height: 350px;
  position: relative;
  top :30px;
}
.cont710{
  width: 370px;
  height: 350px;
  /* background: #ededed; */
}





/* 7月12日 */
#diary21-3{
  width: 800px;
  height: 1000px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :50px;
  font-size: 18px;
  text-align: center;
  left :100px;
}


/* トマトオクラ */
#farme{
  width: 800px;
  height: 280px;
  position: relative;
  top :20px;
  /* background: #e4f5e1; */
  display: flex;
  justify-content: space-around;
}
#farme img{
  width: 190px;
  height: 190px;
  position: relative;
  top :10px;
  /* background: #e4f5e1; */
}
#tomato712{
  width: 390px;
  height: 250px;
}
#tomato712 .photo1{
  display: flex;
}
#okura712{
  width: 390px;
  height: 250px;
  position: relative;
  top :20px;
}
#okura712 .photo2{
  display: flex;
  justify-content: space-around;
  position: relative;
  top :10px;
}

/* 柿傷み */
#kaki712{
  width: 800px;
  height: 400px;
  position: relative;
  top :30px;
  display: flex;
  justify-content: space-around;
  /* background: #ededed; */
}
#kaki712 .lead1{
  width: 400px;
  height: 350px;
}
#kaki712 .lead1 .text1{
  width: 350px;
}
#kaki712 .lead2{
  width: 400px;
  height: 350px;
}
#kaki712 .lead2 .text2{
  width: 350px;
}
#kaki712 img{
  width: 390px;
  height: 300px;
}












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







/* スマホ____________________ */
@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;
  }




/* Diary21 */
#diary21{
  width: 400px;
  height: 1700px;
  position: relative;
  left :0px;
}


/* 7月3日 */
#nasu73{
  height: 500px;
  position: relative;
  left :10px;
}
#uri73{
  width: 400px;
  height: 900px;
  display: block;
  position: relative;
  /* background: #3e6a90; */
  left :20px;
}
#cont1{
  position: relative;
  left :-50px;
}
#cont2{
  position: relative;
  left :-50px;
  top :50px;
}


/* 7月10日 */
#diary21-2{
  width: 400px;
  height: 1400px;
position: relative;
left :0px;
}
#keep710{
  width: 400px;
  height: 250px;
  position: relative;
  left :0px;
}
#keep710 img{
  width: 400px;
  height: 250px;
}
#keep710 .bk{
  width: 400px;
  height: 250px; 
  position: relative;
  left :0px;
}
#keep710  .bk .text{
position: relative;
left : 20px;
}
#keep710 .photo{
width: 400px;
height: 250px;
}


#apple710{
  width: 400px;
  height: 950px;
  display: block;
}
#box1{
  position: relative;
  left :20px;
}
#box2{
  position: relative;
  left :20px;
}



/* 7月12日 */
#diary21-3{
  width: 400px;
  height: 1800px;
  position: relative;
  left :0px;
}
/* トマトオクラ */
#farme{
  width: 800px;
  height: 600px;
  display: block;
}
/* 柿傷み */
#kaki712{
  width: 800px;
  height: 00px;
  display: block;
  background: #3e6a90;
}
#kaki712 .lead2{
  position: relative;
  top : 50px;
}






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

  text-decoration: none;
}


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


}