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


/* Dairy16________ */
#diary16{
  width: 800px;
  height: 1300px;
  position: relative;
  left :100px;
  border: solid 0.01px #a0a0a0; 
  border-radius: 1%; 
  font-size: 18px;
  text-align: center;
  top :30px;
}

#kari{
  width: 800px;
  height: 300px;
  display: flex;
  justify-content: space-around;
}
#kari img{
width: 250px;
height: 200px;
border-radius: 2%;
}


#yasai{
  width: 800px;
  height: 300px;
  display: flex;
  justify-content: space-around; 
  /* background: #040404; */
}
.con3{
  width: 150px ;
  height: 280px ;
  /* background: #f9f8f8;   */
  /* color: #ffffff; */
}
#yasai img{
width: 150px;
height: 200px;
position: relative;
left :0px;
border-radius: 2%;
}
#con .lead1{
  font-size: 13px;
  position: relative;
  right: 0px;
  top :0px;
}
#con .lead2{
  font-size: 13px;
  position: relative;
  right: 0px;
  top :0px;
}
#con .lead3{
  font-size: 13px;
  position: relative;
  right: 0px;
  top :0px;
}
#con .lead4{
  font-size: 13px;
  position: relative;
  right: 0px;
  top :0px;
}
#con .lead5{
  font-size: 13px;
  position: relative;
  right: 0px;
  top :0px;
}

#keep3 img{
width: 500px;
height: 350px;
border-radius: 2%;
}
#keep3{
  position: relative;
  top :0px;
}


/* 6/18_____ */
#diary16_2{
  width: 800px;
  height: 1100px;
  position: relative;
  left :100px;
  top :40px;
  border: solid 0.01px #a0a0a0; 
  border-radius: 1%; 
  font-size: 18px;
  text-align: center;
}

#kusakari2{
  width: 700px;
  height: 200px;
  position: relative;
  left :50px;
  /* background: #77e2bc; */
  background-image: url(../image/kari3_1.jpg);
  color: #ffffff;
  font-size: 17px;
  border-radius: 2%;
}
#kusakari2 .lead1{
  position: relative;
  top :50px;
}
#bk4{
  width: 700px;
  height: 200px;
  background-color:  rgba(0, 0,0, 0.4) ;
  border-radius: 2%;
}
#yasai2{
  width: 800px;
  height: 380px;
  /* background: #050505; */
  display: flex;
  justify-content: space-between;
  position: relative;
  top :20px;
}
.con3_2{
  width: 260px;
  height: 330px;
  /* background: #f9f8f8; */
  text-align: center;
  /* color: #ffffff; */
}
.con3_2 img{
  width: 240px;
  height: 300px;
  border-radius: 2%;
}
.con3_2 .lead1{
  font-size: 14px;
  position: relative;
  right :0px;
  top :0px;
}
.con3_2 .lead2{
  font-size: 14px;
  position: relative;
  right :0px;
  top :10px;
}
.con3_2 .lead3{
  font-size: 14px;
  position: relative;
  right :0px;
  top :0px;
}
.con3_2 .photo1{
  position: relative;
  right: 0px;
}
.con3_2 .photo2{
  position: relative;
  right: 0px;
  top :20px;
}
.con3_2 .photo3{
  position: relative;
  right: 0px;
}



#keep4{
  width: 700px;
  height: 250px;
  /* background: #d7c0f1; */
  display: flex;
  justify-content: space-evenly;
  position: relative;
  left :70px;
  top :20px;
}
#keep4 img{
  width: 400px;
  height: 200px;
  position: relative;
  top :20px;
  border-radius: 2%;
  
}
#keep4 .lead1{
  width: 150px;
  position: relative;
  top :100px;
  left :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;
  }


/* diary16___スマホ___ */
#diary16{
  width: 400px;
  height: 2200px;
  position: relative;
  left :0px;
  top :50px;
}
#kari{
  width: 400px;
  height: 1000px;
  display: block;
}
#yasai {
  width: 400px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top :-400px;
}

#keep3{
  position: relative;
  top : 200px;
}
#keep3 img{
  width: 380px;
  height: 300px;
}


/* ６/18スマホ */
#diary16_2{
  width: 400px;
  height: 2000px;
  position: relative;
  top : 100px;
  left :0px;
}
#kusakari2{
  width: 400px;
  height: 300px;
  position: relative;
  left :0px;
  background-image: url(./image/kusakari3_2.jpg);
}
#bk4{
width: 400px;
height: 300px;
}
#kusakari2 .lead1{
  width: 350px;
  position: relative;
  left :20px;
  top :70px;
}

#yasai2{
  width: 400px;
  height: 1100px;
  display: block;
  position: relative;
  left :50px;
  /* background: #808080; */
}
.con3_2 .lead1{
  position: relative;
  right: 0px;
}
.con3_2 .lead2{
  position: relative;
  top :20px;
}
.con3_2 .lead3{
  position: relative;
  top :20px;
}
.con3_2 .photo3{
  position: relative;
  top :30px;
}
#keep4{
  display: block;
}
#keep4 img{
  position: relative;
  right: 220px;
  width: 380px;
  height: 180px;
}
#keep4 .lead1{
  position: relative;
  top : 0px;
}






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






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


}