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


/* Diary00 */
#diary00{
  width: 80vw;
  height: 2500px;
  border: solid 0.01px #808080;
  border-radius: 0.5%;
  position: relative;
  top :30px;
  font-size: 18px;
  text-align: left;
  left :7vw;
}
#diary00 h3{
  text-align: center;
}
.blk{
  width: 75vw;
  padding-left: 20px;
}
#diary00 h4{
  position: relative;
  top: 20px;
}

.text1{
  height: 300px;

}
.text2{
  height: 250px;
}
.text3{
  height: 100px;
}
.text4{
  height: 120px;
}
.text5{
  height: 150px;
}
.text6{
  height: 180px;
}
.text7{
  height: 220px;
}
.text8{
  height: 400px;
}
.text9{
  height: 100px;

}







/* 戻りボタン */
#butn{
  width: 200px;
  height: 50px;
  border: solid 0.01px #808080;
  border-radius: 2%;
  text-align: center;
  font-size: 20px;
  position: relative;
  top :70px;
  left :20vh;
  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 :150px;
left :-10vw;
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;
  }


/* Diary00 */
#diary00{
  height: 3000px;
  position: relative;
  left :20px;
  /* background: #808080; */
  padding-right: 7px;
}

.text1{
height: 400px;
}
.text2{
height: 350px;
}
.text3{
height: 150px;
}
.text4{
height: 250px;
}
.text5{
height: 200px;
}
.text6{
height: 210px;
}
.text7{
height: 300px;
}
.text8{
height: 500px;
}
.text9{
  height: 100px;
  position: relative;
  top :100px;
}













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


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


/* ＿＿＿＿＿＿max767の場合 ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 767px) {
   /* 戻りボタン */
    #butn{
position: relative;
    left : 30vw
    }
    #copy{
      width: 100vw;
      position: relative;
      left :1vw;
    } 
  }
