@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);
  border-radius: 2%;
}
#butn a{
  text-decoration: none;
  color:#fff;
  position: relative;
  top :7px;
}

/* Diary1 */
#diary00{
  width: 70vw;
  height: 3700px;
  border: solid 0.01px #f3f3f3;
  border-radius: 1%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: center;
left : 15%;
}
#diary00 img{
  border-radius: 1%;
}

/* 514 */
.blk1{
  height: 900px;
  /* background: #e9dab1; */
}
.box514{
  display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.pi{
  width: 320px;
  height: 350px;
}
.nasu{
  width: 320px;
  height: 350px;
}
.koma{
  width: 320px;
  height: 350px;
  position: relative;
  top : 50px;
}
.keep{
  width: 320px;
  height: 370px;
}


/* 520 */
.blk2{
  height: 1100px;
  /* background: #c8e9b1; */
}
.box520{
  display: flex;
  justify-content: space-around;
  height: 320px;
}
.shishi{
  width: 220px;
  height: 280px;
}
.uri{
  width: 220px;
  height: 280px;
}
.toma{
  width: 220px;
  height: 280px;
}

.box520-2 img{
  width: 550px;
  height: 380px;
}

/* 522 */
.blk3{
  height: 1300px;
  /* background: #b2ddf6; */
}
.befor{
  height: 680px;
  /* background: #f2d4d4; */
}
.for img{
width: 450px;
height: 280px;
}
.be img{
  width: 300px;
  height: 350px;
}
.after img{
  width: 300px;
  height: 350px;
}







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

  /* Diary6 */
  #diary00{
    width: 90vw;
    height: 5800px;
    position: relative;
    left : 2%;
  }
/* 514 */
.blk1{
  height: 1700px;
  /* background: #e9dab1; */
}
.pi {
  width: 350px;
  height: 370px;
}
.nasu {
  width: 350px;
  height: 370px;
  position: relative;
  top :50px;
}
.koma {
  width: 350px;
  height: 370px;
  
}
.keep {
  width: 350px;
  height: 400px;
  position: relative;
  top : 50px;
}


/* 520 */
.blk2{
  height: 1700px;
  /* background: #c8e9b1; */
}
.box520{
  display: block;
  position: relative;
  left :18%;
  height: 1000px;
}
.shishi{

  height: 320px;
}
.uri{
  height: 320px;
}
.toma{
  height: 320px;
}
.box520-2 img{
  width: 380px;
  height: 280px;
}
/* 522 */
.blk3{
  height: 1450px;
  /* background: #b2ddf6; */
}
.befor{
  height: 1100px;
  /* background: #f2d4d4; */
}
.for {
height: 300px;
}
.be {
  height: 750px;
  /* background: #e4aeae; */
} 






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

  text-decoration: none;
}


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


}