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


/* Diary07 */
#diary7{
  width: 800px;
  height: 2250px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: center;
  left :100px;
}
#diary7 img{
  border-radius: 2%;
}

#ooba{
  display: flex;
  justify-content: space-around;
}
#ooba .photo1{
width: 390px;
height: 350px;
}
#ooba .photo1 img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
#ooba .photo2{
width: 390px;
height: 350px;
}
#ooba .photo2 img{
  width: 390px;
  height: 350px;
}


#tomauri {
  display: flex;
  justify-content: space-around;
}
#tomauri .photo1{
  width: 390px;
  height: 350px;
}
#tomauri .photo2{
  width: 390px;
  height: 350px;
  padding-top: 30px;
}
#tomauri .photo2 img{
  width: 390px;
  height: 250px;
}



#kari {
  width: 800px;
  height: 820px;
  /* background: #eeeeee; */ 
}
#kari .kusa img{
  width: 250px;
  height: 250px;
}
#kari .text{
  width: 380px;
  height: 150px;
  padding-left: 200px;
  padding-top: 10px;
}
#kari .photo{
  width: 380px;
  height: 350px;
  padding-left: 220px;
}



#bk{
background-color: rgba(0, 0,0, 0.4);
background-size: cover;
background-position: center;
height: 350px;
width: 800px;
}
#cherry{
  height: 350px;
background-image: url(../image/cerry504.png);
}
#blk{
  display: flex;
  padding-left: 30px;
}
#cherry .text{
  width: 350px;
  height: 150px;

  padding-top: 100px;
  color: #fff;
}
#cherry .photo{
  width: 350px;
  height: 300px;
  padding-top: 40px;
}









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

/* Diary7 ___スマホ*/
#diary7{
  width: 100vw;
height: 3800px;
position: relative;
left :0px;
}

#ooba{
  display: block;
  height: 800px;
}

#tomauri{
  display: block;
  height: 700px;
}


/* 草刈り */
#kari{
  width: 400px;
  height: 1400px;
}
#kari .text{
  padding-left: 10px;
  width: 380px;
}
#kari .photo{
  padding-left: 10px;
}

/* 桜ぼう */
#bk{
  width: 410px;
}
#blk{
  display: block;
width: 400px;
}
#blk .photo{
  position: relative;
  top :60px;
}











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


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


}