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



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

.blk1{
  height: 450px;
  /* background: #c2eee3; */
  display: flex;
  justify-content: space-between;
}
.blk1 img{
  width: 200px;
  height: 300px;
}
.buro{
  width: 230px;
}
.dai20{
  width: 230px;
}
.oku{
  width: 230px;
}

.blk2{
  height: 450px;
  display: flex;
  justify-content: space-between;
  /* background: #fce4e4;  */
}
.blk2 img{
  width: 340px;
  height: 300px;
}
.komatu{
  width: 340px;
  height: 440px;
}
.kiku{
  width: 340px;
  height: 440px;
}
.blk3{
  height: 450px;
  /* background: #c2eee3; */
}
.blk3 img{
  width: 400px;
  height: 320px;
}


.blk4{
  height: 450px;
  /* background: #eee1c2; */
  display: flex;
  justify-content: space-between;
}
.blk4 img{
  width: 230px;
  height: 350px;
}
.kikusuki{
  width: 230px;
}
.komatsukna{
  width: 230px;
}
.hatuka{
  width: 230px;
}

.blk5{
  height: 500px;
  /* background: #fce4e4; */
}
.blk5 img{
  width: 400px;
  height: 320px;
}



.blk6{
  height: 600px;
}
.blk6 img{
  width: 380px;
  height: 210px;
}
.blk7{
  display: flex;
  justify-content: space-around;
}
.blk7 img{
  width: 380px;
  height: 300px;
}
.daikon{
  width:390px ;
  height: 400px;
}
.kiku{
  width: 390px;
  height: 400px;
}


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


/* Diary32 */
#diary32{
  width: 400px;
  height: 6700px;
  position: relative;
  left :10px;
}
.blk1{
  display: block;
  height: 1100px;
  padding-left: 80px;
}
.blk2{
  display: block;
  height: 900px;
  padding-left: 30px;
}
.blk2 .kiku1{
  position: relative;
  left : -20px;
}
.blk3{
  height: 500px;
}
.blk4{
  display: block;
  height: 1300px;
}
.blk4 .kikusuki{
  padding-left: 80px;
}
.blk4 .hatuka{
  padding-left: 80px;
}

.blk7{
  display: block;
}





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

  text-decoration: none;
}


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


}