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




/* 6月1週目 ___________*/
#diary14{
  width: 800px;
  height: 900px;
  /* background: #f7e4e4;  */
  position: relative;
  left :100px;
  top :50px;
  border: solid 0.01px #a0a0a0; 
  border-radius: 1%; 
  font-size: 18px;
  text-align: center;
}
#diary14 h3{
  width: 800px;
  text-align: center;
  position: relative;
  top :20px;
}
#diary14 h5{
  width: 800px;
  text-align: center;
  position: relative;
  top : -20px;
}
#cont{
  display: flex;
  flex-wrap: wrap;
}

#cont .box1{
  width: 380px;
  height: 250px;
  display: flex;
  padding-left: 20px;
  /* background: #DDFFDD; */
}
#cont .box1 .photo1 img{
  width: 210px;
  height: 200px;
  /* トマト */
}
#cont .box1 .photo2 img{
  width: 150px;
  height: 200px;
  /* 胡瓜 */
}

#cont .box2{
  width: 380px;
  height: 250px;
  padding-left: 20px;
}
#cont .box2 .lead1{
  width: 300px;
  font-size: 15px;
  position: relative;
  top : 20px;
  left :30px;
  /* コメント位置 */
}
#cont .box3{
  width: 380px;
  height: 350px;
  /* background: #FFDDDD; */
  position: relative;
  left :30px;

}
#cont .box3 img{
  width: 370px;
  height: 350px;
  position: relative;
  right :20px;
}
#cont .box4{
  width: 350px;
  height: 350px;
  position: relative;
  left :50px;
}
#cont .box4 img{
  width: 350px;
  height: 170px;
  padding-right: 30px;
  
}
#cont .box4 .photo5{
  position: relative;
  top: 0px;
}











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



/* 6月1週目 ___________スマホ*/
#diary14{
  width: 400px;
  height: 1500px;
  position: relative;
  top: 0px;
  left :0px;
}
#diary14 h3{
  width: 400px;;
}
#diary14 h5{
  width: 400px;
}
#cont .box3 img{
  position: relative;
  right: 20px;
  top : -20px;
}
#cont .box4 img{
  position: relative;
  right: 30px;
width: 360px;
}











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

  text-decoration: none;
}

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


}