@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

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


/* Diary00 */
#diary00{
  width: 75vw;
  height: 3700px;
  border: solid 0.01px #808080;
  border-radius: 1%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: center;
  left :100px;
  line-height: 40px;
  letter-spacing: 0.09rem;
}
#diary00 P{
  text-align: left;
}
#diary00 a{
  text-decoration: none;
  color:  rgb(0, 132, 125);
}
.text{
  text-align: left;
  width: 350px;
position: relative;
left :20vw;
}
.text1{
  text-align: left;
  width: 350px;
  position: relative;
  left :20vw;
}
.text2{
  text-align: left;
  width: 350px;
  position: relative;
  left :20vw;
}
.text3{
  position: relative;
  top :300px;
}
.text4{
  text-align: left;
  width: 380px;
  position: relative;
  left :20vw;
}
.text5{
  text-align: left;
  width: 380px;
  position: relative;
  left :20vw;
}
.text6{
  text-align: left;
  width: 380px;
  position: relative;
  left :20vw;
}
.text7{
  text-align: left;
  width: 400px;
  position: relative;
  left :20vw;
}
.text8{
  text-align: left;
  width: 400px;
  position: relative;
  left :20vw;
}



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















/* footer___________ */
#copy{
  width: 1000px;
  height: 100px;
  text-align: center;
position: relative;
top :300px;
font-size: 13px;
 /* background: #808080;  */
}







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


  #old-man h2{
    position: relative;
    left : -32%;
  }
/* Diary13 */
#diary00{
  width: 95vw;
  height: 4200px;
  position: relative;
  left :0px;
  /* background: #e9a6a6; */
}
#diary00 p{
  width: 90vw;
}
#diary00 h5{
  width: 80vw;
}
.text{
position: relative;
left :5vw;
}
.text1{
  position: relative;
  left :5vw;
  }
  .text2{
    position: relative;
    left :5vw;
    }

.text4{
  position: relative;
  left :5vw
}
.text3{
  position: relative;
  left :-2vw;
}
.text5{
  position: relative;
  left :5vw
}
.text6{
  position: relative;
  left :5vw
}
.text7{
  position: relative;
  left :5vw
}
.text8{
  position: relative;
  left :5vw
}

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

  text-decoration: none;
}


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


}